11=================================================
2- SC-Track Roundup 0.5.2 - an issue tracking system
2+ SC-Track Roundup 0.5.3 - an issue tracking system
33=================================================
44
55This is a bugfix release for version 0.5.x - if you're upgrading from before
6- that , you *must* read doc/upgrading.txt!
6+ 0.5 , you *must* read doc/upgrading.txt!
77
88Unfortunately, the Zope frontend for Roundup is currently broken, with no
99fix in the forseeable future.
@@ -13,32 +13,27 @@ sqlite backend are encouraged to upgrade sqlite to version 2.7.3.
1313
1414We've had a good crack at bugs (thanks to all who contributed!):
1515
16- - added quotes around python interpreter in windows bat (sf bug 623963)
17- - fixed link at end of installation doc (sf bug 623957)
18- - handle "classname" URL path errors cleaner (generate a 404)
19- - added CGI :remove:<propname> and :add:<propname> which specify item
20- ids to remove / add in <propname> multilink.
21- - bugfix in boolean templating
22- - remember the change note on bad submissions (sf bug 625989)
23- - highlight required form fields (sf bug 625989)
24- - force non-word boundary to match re: in subject (sf bug 626303)
25- - handle sqlite bug (<2.7.2) (sf bug 630828)
26- - handle missing props in anydbm stringFind
27- - updated email package address formatting (deprecation)
28- - copied email address quoting from email v2.4.3 so we're consistent
29- with 2.2
30- - email summary extraction now takes the first whole sentence or line -
31- whichever is longer
32- - documented dependency on Active State (sf bug 623959)
33- - ensured there's no zero-length files in source (sf bug 633622)
34- - added ID to the search page (sf bug 631601)
35- - fixed filtering by id in anydbm
36- - show issue ID in the headings (sf bug 631598)
37- - show entire messages by default in issues (sf bug 625995)
38- - fixed journalling to save old values instead of new (sorry I took so
39- long, GM)
40- - handle missing REQUEST_URI for cgi-bin users (sf bug 620163)
41-
16+ - added mention of how to give users multiple Roles
17+ - mention needed trailing "/" in TRACKER_WEB
18+ - fixed upgrading doc to have CGI changes in the correct order
19+ - fixed double-close of anydbm backend (sf bug 639030)
20+ - removed use of string/strop from TAL/TALInterpreter
21+ - handle KeyboardInterrupt nicely
22+ - fixed Date and Interval form value handling
23+ - fixed Date.local()
24+ - email quoted text stripping is controllable again (sf bug 650742)
25+ - extract attachment name from content-disposition if name is missing (sf
26+ bug 637278)
27+ - removed FILTER_POSITION from bundled configs
28+ - reverse message listing in issue display (reversion of recent change)
29+ - bad entries for multilink editing in cgi don't traceback now (sf bug 640310)
30+ - detect and break email loops (sf bug 640854)
31+ - finished of handling of retired flag in filter() (sf bug 635260)
32+ - allow StringHTMLProperty in MultilinkHTMLProperty test to work
33+ - don't set explicit None Link properties in web create
34+ - fixed nasty sorting bug that was lowercasing properties
35+ - allow multiple :remove and :add elements per property being edited
36+ - added date header to emails (sf bug 651358)
4237
4338Source and documentation is available at the website:
4439 http://roundup.sourceforge.net/
0 commit comments