Skip to content

Commit 59a1202

Browse files
author
Richard Jones
committed
noted changes
1 parent 396c976 commit 59a1202

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGES.txt

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

44
2001-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+
512
Features:
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

921
Fixed:
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

1332
2001-07-29 - 0.2.2

README.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
7573
hyperdb:
7674
. transaction support
7775
. more efficient reverse lookups
@@ -83,7 +81,6 @@ roundup-mailgw:
8381
roundup-server:
8482
. check the source file timestamps before reloading
8583
cgi_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

@@ -95,6 +92,9 @@ date:
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

9999
6. Author
100100
=========

0 commit comments

Comments
 (0)