Skip to content

Commit fb7df2a

Browse files
author
Richard Jones
committed
changes
1 parent bcfa9db commit fb7df2a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Features:
1717
rebuild.
1818
. Web edit messages aren't sent to the person who did the edit any more. No
1919
message is generated if they are the only person on the nosy list.
20+
. Roundupdb now appends "mailing list" information to its messages which
21+
include the e-mail address and web interface address. Templates may
22+
override this in their db classes to include specific information (support
23+
instructions, etc).
2024

2125
Fixed:
2226
. Argument handling for the roundup-admin find command.
@@ -27,6 +31,9 @@ Fixed:
2731
. mailgw was making naughty assumptions about the schema of the classes it
2832
was creating nodes for.
2933
. remove the $Foo$ from the HTML files stored in the htmlbase modules.
34+
. Instance import now imports the instance using imp.load_module so that
35+
we can have instance homes of "roundup" or other existing python package
36+
names.
3037

3138

3239
2001-07-30 - 0.2.3

0 commit comments

Comments
 (0)