From ef99681439f27966600f5f45ea161d85b54c78e3 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 3 Aug 2001 00:59:47 +0000 Subject: [PATCH] chnages git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@197 57a73879-2fb5-44c3-a270-3262357dd7e2 --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 47b26d8..90f597a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,10 @@ Features: rebuild. . Web edit messages aren't sent to the person who did the edit any more. No message is generated if they are the only person on the nosy list. + . Roundupdb now appends "mailing list" information to its messages which + include the e-mail address and web interface address. Templates may + override this in their db classes to include specific information (support + instructions, etc). Fixed: . Argument handling for the roundup-admin find command. @@ -27,6 +31,9 @@ Fixed: . mailgw was making naughty assumptions about the schema of the classes it was creating nodes for. . remove the $Foo$ from the HTML files stored in the htmlbase modules. + . Instance import now imports the instance using imp.load_module so that + we can have instance homes of "roundup" or other existing python package + names. 2001-07-30 - 0.2.3 -- 2.30.2