File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed
Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,31 @@ This file contains the changes to the Roundup system over time. The entries
22are given with the most recent entry first.
33
442001-08-?? - 0.2.3
5+ Big change:
6+ . I've split off the support class from the issue class in "extended".
7+ Anyone who has any support entries, sorry. It should be possible to
8+ write a scipt that moves the entries over pretty easily. If this causes
9+ you pain, I'll do so. You'll want to update your instance with the new
10+ code in "extended" either way.
11+
512Features:
613 . Added the unit tests to the start of setup.py so they're run whenever
714 we do anything distutils'y.
15+ . Added nicer prompting to the roundup-admin "init" command.
16+ . Actually, the roundup-admin code is totally revamped, and has command
17+ help and better command-line arg handling.
18+ . The cgi_client.Client base class now reflects the structure of "classic"
19+ rather than "extended" since "classic" is more of a "base" template.
820
921Fixed:
1022 . One of the tests in test_date had the wrong expected result.
23+ . Fixed IssueClass so that superseders links to its classname rather than
24+ hard-coded to "issue".
25+ . templatebuilder was catching IOError instead of OSError.
26+ . The cgi_client newblah method wasn't detecting the __note form field
27+ properly.
28+ . The History command in htmltemplate didn't handle a new node (None
29+ nodeid) properly.
1130
1231
13322001-07-29 - 0.2.2
Original file line number Diff line number Diff line change @@ -70,8 +70,6 @@ in general:
7070 . more back-ends
7171 . better error handling (nicer messages for users)
7272 . possibly revert the entire damn thing to 1.5.2 ... :(
73- roundup.py:
74- . getopt() for command line
7573hyperdb:
7674 . transaction support
7775 . more efficient reverse lookups
@@ -83,7 +81,6 @@ roundup-mailgw:
8381roundup-server:
8482 . check the source file timestamps before reloading
8583cgi_client
86- . searching
8784 . keep form fields in form on bad submission - only clear it if all ok
8885 . e-mail messages should have the roundup CGI URL in them
8986
9592 . date subtraction doesn't work correctly "if the dates cross leap years,
9693 phases of the moon, ..."
9794
95+ cgi_client
96+ . user creation result form has a lot of [field with no item] entries..
97+
9898
99996. Author
100100=========
You can’t perform that action at this time.
0 commit comments