Skip to content

Commit bd122e7

Browse files
author
Richard Jones
committed
re-work CHANGES file [SF#695814]
1 parent a3d91ed commit bd122e7

File tree

1 file changed

+45
-35
lines changed

1 file changed

+45
-35
lines changed

CHANGES.txt

Lines changed: 45 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,6 @@ This file contains the changes to the Roundup system over time. The entries
22
are given with the most recent entry first.
33

44
2003-??-?? 0.6.0
5-
Fixed:
6-
- better hyperlinking in web message texts (sf bug 669777)
7-
- fixed bug in metakit unlink journalling
8-
- applied unicode patch. All data is stored in utf-8. Incoming messages
9-
converted from any encoding to utf-8, outgoing messages are encoded
10-
according to rfc2822 (sf bug 568873)
11-
- fixed cookie path to use TRACKER_WEB (sf bug 667020) (thanks Nathaniel Smith
12-
for helping chase it down and Luke Opperman for confirming fix)
13-
- fixed layout issues with forms in sidebar
14-
- fixed templating filter function arguments (sf bug 678911)
15-
- fixed multiselect in searching (sf bug 676874)
16-
- fixed parsing of content-disposition filenames (sf bug 675116)
17-
- added 'h' to roundup-server optarg list (sf bug 674070)
18-
- fixed doc for db.history in anydbm and rdbms_common (sf bug 679221)
19-
- fixed timelog example so it handles new issues (sf bug 678908)
20-
- handle missing os.fork() (sf bug 681046)
21-
- fixed roundup-reminder (sf bug 681042)
22-
- fixed int assumptions about Number values (sf bug 677762)
23-
- added warning filter for "FutureWarning: hex/oct constants > sys.maxint will
24-
return positive values..." (literal 0xffff0000 in portalocker.py)
25-
- fixed ZPT code generating SyntaxWarning for assignment to None
26-
- fixed error in indexargs_url (thanks Patrick Ohly)
27-
- fixed getnode (sf bug 684531)
28-
- open static files using binary mode (sf bug 693208)
29-
- fixed deja-vu bug 692910
30-
- don't display "Editing" on read-only pages (sf bug 651967)
31-
- re-worked detectors initialisation - woohoo, no more cross-importing!
32-
- fixed export/import of retired nodes (sf bug 685273)
33-
- fixed mutation of properties bug in RDBMS backends
34-
- fixed Interval maths (sf bug 665357)
35-
365
Feature:
376
- support setting of properties on message and file through web and
387
email interface (thanks John Rouillard)
@@ -54,7 +23,6 @@ Feature:
5423
not only by number of links, but also by links itself. This makes usable
5524
grouping e.g. by topic multilink
5625
- add "ago" to intervals in the past (sf bug 679232)
57-
- clarified licensing
5826
- included UN*X manual pages from Bastian Kleineidam
5927
- implemented extension to form parsing to allow editing of multiple items
6028
and creation of multiple items (but only one per class)
@@ -72,13 +40,55 @@ Feature:
7240
file serving
7341
- added Node.get() method
7442

43+
Fixed:
44+
- applied unicode patch. All data is stored in utf-8. Incoming messages
45+
converted from any encoding to utf-8, outgoing messages are encoded
46+
according to rfc2822 (sf bug 568873)
47+
- fixed layout issues with forms in sidebar
48+
- fixed timelog example so it handles new issues (sf bug 678908)
49+
- handle missing os.fork() (sf bug 681046)
50+
- added warning filter for "FutureWarning: hex/oct constants > sys.maxint will
51+
return positive values..." (literal 0xffff0000 in portalocker.py)
52+
- fixed ZPT code generating SyntaxWarning for assignment to None
53+
- open static files using binary mode (sf bug 693208)
54+
- fixed deja-vu bug 692910
55+
- don't display "Editing" on read-only pages (sf bug 651967)
56+
- re-worked detectors initialisation - woohoo, no more cross-importing!
57+
- fixed export/import of retired nodes (sf bug 685273)
58+
7559

76-
2003-02-28 0.5.6
77-
- changes appear in 0.6.0
60+
2003-??-?? 0.5.7
61+
- fixed Interval maths (sf bug 665357)
62+
63+
64+
2003-02-27 0.5.6
65+
- fixed templating filter function arguments (sf bug 678911)
66+
- fixed multiselect in searching (sf bug 676874)
67+
- fixed parsing of content-disposition filenames (sf bug 675116)
68+
- added 'h' to roundup-server optarg list (sf bug 674070)
69+
- fixed doc for db.history in anydbm and rdbms_common (sf bug 679221)
70+
- fixed roundup-reminder (sf bug 681042)
71+
- fixed int assumptions about Number values (sf bug 677762)
72+
- clarified licensing
73+
- another attempt to fix cookie misbehaviour - customise cookie name using
74+
tracker name
75+
- fixed error in indexargs_url (thanks Patrick Ohly)
76+
- fixed getnode (sf bug 684531)
77+
- fixed args to some date templating methods (sf bug 689670)
78+
- fixed database corruption in rdbms property mutation
7879

7980

8081
2003-01-24 0.5.5
81-
- changes appear in 0.6.0
82+
- fixed rdbms searching by ID (sf bug 666615)
83+
- fixed metakit searching by ID
84+
- detect corrupted index and raise semi-useful exception (sf bug 666767)
85+
- open server logfile unbuffered
86+
- revert StringHTMLProperty to not hyperlink text by default
87+
- fixes to CGI form handling
88+
- fix unlink bug in metakit backend
89+
- fixed hyperlinking ambiguity (sf bug 669777)
90+
- fixed cookie path to use TRACKER_WEB (sf bug 667020) (thanks Nathaniel Smith
91+
for helping chase it down and Luke Opperman for confirming fix)
8292

8393

8494
2003-01-10 0.5.4

0 commit comments

Comments
 (0)