Code

noted changes
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 30 Jul 2001 01:32:54 +0000 (01:32 +0000)
committerrichard <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
README.txt

index a59b39a169b1bfab9cd3ba54c97d61da8de46d3a..a5016595dc7d7d4b41444ac437f717fd25529a69 100644 (file)
@@ -2,12 +2,31 @@ This file contains the changes to the Roundup system over time. The entries
 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
index c42e0204c8fd84bbebbb5f31b49e930d2da1e640..ed8b4eb55e8f6e4ea8c15c2879987531d5d9433b 100644 (file)
@@ -70,8 +70,6 @@ in general:
   . 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
@@ -83,7 +81,6 @@ roundup-mailgw:
 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
 
@@ -95,6 +92,9 @@ date:
   . 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
 =========