Mercurial > p > roundup > code
diff CHANGES.txt @ 2892:2eae5848912d
always honor indexme property on Strings (patch [SF#063711])
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 10 Nov 2004 22:22:59 +0000 |
| parents | 23ed4195e442 |
| children | 79331099738c |
line wrap: on
line diff
--- a/CHANGES.txt Wed Nov 10 08:58:47 2004 +0000 +++ b/CHANGES.txt Wed Nov 10 22:22:59 2004 +0000 @@ -34,6 +34,8 @@ Use this to specify server configuration file for the service. - added experimental multi-thread server - don't try to import all backends in backends.__init__ unless we *want* to +- TAL expressions like 'request/show/whatever' return True + if the request does not contain explicit @columns list Fixed: - postgres backend open doesn't hide corruption in schema (sf bug 956375) @@ -53,11 +55,10 @@ - enforce View Permission when serving file content (sf bug 1050470) - don't index common words (sf bug 1046612) - don't wrap query.item.html in a <span> (thanks Roch'e Compaan) -- TAL expressions like 'request/show/whatever' return True - if the request does not contain explicit @columns list - NumberHTMLProperty should return '' not "None" if not set (thanks William) - ensure multilink ordering in RDBMS backends (thanks Marcus Priesch) +- always honor indexme property on Strings (sf patch 1063711) 2004-10-15 0.7.8
