From e32007856f8b4b9120deb8c2e045951a0ebc81c6 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 30 Jul 2001 01:32:54 +0000 Subject: [PATCH] noted changes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@154 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 19 +++++++++++++++++++ README.txt | 6 +++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index a59b39a..a501659 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/README.txt b/README.txt index c42e020..ed8b4eb 100644 --- a/README.txt +++ b/README.txt @@ -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 ========= -- 2.30.2