Skip to content

Commit 858fde4

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 847d9db commit 858fde4

File tree

2 files changed

+25
-30
lines changed

2 files changed

+25
-30
lines changed

doc/announcement.txt

Lines changed: 23 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

55
This 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

88
Unfortunately, the Zope frontend for Roundup is currently broken, with no
99
fix in the forseeable future.
@@ -13,32 +13,27 @@ sqlite backend are encouraged to upgrade sqlite to version 2.7.3.
1313

1414
We'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

4338
Source and documentation is available at the website:
4439
http://roundup.sourceforge.net/

doc/customizing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Customising Roundup
33
===================
44

5-
:Version: $Revision: 1.65 $
5+
:Version: $Revision: 1.66 $
66

77
.. This document borrows from the ZopeBook section on ZPT. The original is at:
88
http://www.zope.org/Documentation/Books/ZopeBook/current/ZPT.stx
@@ -1493,7 +1493,7 @@ Searching Views
14931493
---------------
14941494

14951495
Note: if you add a new column to the ``:columns`` form variable potentials
1496-
then you will need to add the column to the `index view`_
1496+
then you will need to add the column to the appropriate `index views`_
14971497
template so it is actually displayed.
14981498

14991499
This is one of the class context views. The template used is typically

0 commit comments

Comments
 (0)