summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7fc5c1a)
raw | patch | inline | side by side (parent: 7fc5c1a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 30 Jul 2001 01:32:54 +0000 (01:32 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 30 Jul 2001 01:32:54 +0000 (01:32 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@154 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
README.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index a59b39a169b1bfab9cd3ba54c97d61da8de46d3a..a5016595dc7d7d4b41444ac437f717fd25529a69 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
are given with the most recent entry first.
2001-08-?? - 0.2.3
+Big change:
+ . I've split off the support class from the issue class in "extended".
+ Anyone who has any support entries, sorry. It should be possible to
+ write a scipt that moves the entries over pretty easily. If this causes
+ you pain, I'll do so. You'll want to update your instance with the new
+ code in "extended" either way.
+
Features:
. Added the unit tests to the start of setup.py so they're run whenever
we do anything distutils'y.
+ . Added nicer prompting to the roundup-admin "init" command.
+ . Actually, the roundup-admin code is totally revamped, and has command
+ help and better command-line arg handling.
+ . The cgi_client.Client base class now reflects the structure of "classic"
+ rather than "extended" since "classic" is more of a "base" template.
Fixed:
. One of the tests in test_date had the wrong expected result.
+ . Fixed IssueClass so that superseders links to its classname rather than
+ hard-coded to "issue".
+ . templatebuilder was catching IOError instead of OSError.
+ . The cgi_client newblah method wasn't detecting the __note form field
+ properly.
+ . The History command in htmltemplate didn't handle a new node (None
+ nodeid) properly.
2001-07-29 - 0.2.2
diff --git a/README.txt b/README.txt
index c42e0204c8fd84bbebbb5f31b49e930d2da1e640..ed8b4eb55e8f6e4ea8c15c2879987531d5d9433b 100644 (file)
--- a/README.txt
+++ b/README.txt
. more back-ends
. better error handling (nicer messages for users)
. possibly revert the entire damn thing to 1.5.2 ... :(
-roundup.py:
- . getopt() for command line
hyperdb:
. transaction support
. more efficient reverse lookups
roundup-server:
. check the source file timestamps before reloading
cgi_client
- . searching
. keep form fields in form on bad submission - only clear it if all ok
. e-mail messages should have the roundup CGI URL in them
. date subtraction doesn't work correctly "if the dates cross leap years,
phases of the moon, ..."
+cgi_client
+ . user creation result form has a lot of [field with no item] entries..
+
6. Author
=========