comparison 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
comparison
equal deleted inserted replaced
2891:bc72b1c7319b 2892:2eae5848912d
32 - roundup windows service may be installed with command line options 32 - roundup windows service may be installed with command line options
33 recognized by roundup-server (but not tracker specification arguments). 33 recognized by roundup-server (but not tracker specification arguments).
34 Use this to specify server configuration file for the service. 34 Use this to specify server configuration file for the service.
35 - added experimental multi-thread server 35 - added experimental multi-thread server
36 - don't try to import all backends in backends.__init__ unless we *want* to 36 - don't try to import all backends in backends.__init__ unless we *want* to
37 - TAL expressions like 'request/show/whatever' return True
38 if the request does not contain explicit @columns list
37 39
38 Fixed: 40 Fixed:
39 - postgres backend open doesn't hide corruption in schema (sf bug 956375) 41 - postgres backend open doesn't hide corruption in schema (sf bug 956375)
40 - *dbm-style backends nuke() method now clear id counters 42 - *dbm-style backends nuke() method now clear id counters
41 - removed safeget() from the API (sf bug 994750) 43 - removed safeget() from the API (sf bug 994750)
51 - s/Modifed/Modified (thanks donfu) 53 - s/Modifed/Modified (thanks donfu)
52 - applied patch fixing some form handling issues in ZRoundup (sf bug 995565) 54 - applied patch fixing some form handling issues in ZRoundup (sf bug 995565)
53 - enforce View Permission when serving file content (sf bug 1050470) 55 - enforce View Permission when serving file content (sf bug 1050470)
54 - don't index common words (sf bug 1046612) 56 - don't index common words (sf bug 1046612)
55 - don't wrap query.item.html in a <span> (thanks Roch'e Compaan) 57 - don't wrap query.item.html in a <span> (thanks Roch'e Compaan)
56 - TAL expressions like 'request/show/whatever' return True
57 if the request does not contain explicit @columns list
58 - NumberHTMLProperty should return '' not "None" if not set (thanks 58 - NumberHTMLProperty should return '' not "None" if not set (thanks
59 William) 59 William)
60 - ensure multilink ordering in RDBMS backends (thanks Marcus Priesch) 60 - ensure multilink ordering in RDBMS backends (thanks Marcus Priesch)
61 - always honor indexme property on Strings (sf patch 1063711)
61 62
62 63
63 2004-10-15 0.7.8 64 2004-10-15 0.7.8
64 Fixed: 65 Fixed:
65 - Clean out sessions / otks tables when migrating 66 - Clean out sessions / otks tables when migrating

Roundup Issue Tracker: http://roundup-tracker.org/