comparison CHANGES.txt @ 2903:2681cfbd0fcb

*** empty log message ***
author Richard Jones <richard@users.sourceforge.net>
date Thu, 11 Nov 2004 21:10:05 +0000
parents 79331099738c
children a8808157f892
comparison
equal deleted inserted replaced
2902:f50b867747c9 2903:2681cfbd0fcb
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
39 37
40 Fixed: 38 Fixed:
41 - postgres backend open doesn't hide corruption in schema (sf bug 956375) 39 - postgres backend open doesn't hide corruption in schema (sf bug 956375)
42 - *dbm-style backends nuke() method now clear id counters 40 - *dbm-style backends nuke() method now clear id counters
43 - removed safeget() from the API (sf bug 994750) 41 - removed safeget() from the API (sf bug 994750)
53 - s/Modifed/Modified (thanks donfu) 51 - s/Modifed/Modified (thanks donfu)
54 - applied patch fixing some form handling issues in ZRoundup (sf bug 995565) 52 - applied patch fixing some form handling issues in ZRoundup (sf bug 995565)
55 - enforce View Permission when serving file content (sf bug 1050470) 53 - enforce View Permission when serving file content (sf bug 1050470)
56 - don't index common words (sf bug 1046612) 54 - don't index common words (sf bug 1046612)
57 - don't wrap query.item.html in a <span> (thanks Roch'e Compaan) 55 - 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, sf 60 - ensure multilink ordering in RDBMS backends (thanks Marcus Priesch, sf
61 bug 950963) 61 bug 950963)
62 - always honor indexme property on Strings (sf patch 1063711) 62 - always honor indexme property on Strings (sf patch 1063711)

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