comparison CHANGES.txt @ 191:4a67d25cc072

changes
author Richard Jones <richard@users.sourceforge.net>
date Fri, 03 Aug 2001 00:59:47 +0000
parents 0384459b2486
children 30c3a37b699f
comparison
equal deleted inserted replaced
190:996eaf90c01e 191:4a67d25cc072
15 are displayed. 15 are displayed.
16 . Added more BUILD instructions including the "clean" command to force 16 . Added more BUILD instructions including the "clean" command to force
17 rebuild. 17 rebuild.
18 . Web edit messages aren't sent to the person who did the edit any more. No 18 . Web edit messages aren't sent to the person who did the edit any more. No
19 message is generated if they are the only person on the nosy list. 19 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).
20 24
21 Fixed: 25 Fixed:
22 . Argument handling for the roundup-admin find command. 26 . Argument handling for the roundup-admin find command.
23 . Handling of summary when no note supplied for newblah. Again. 27 . Handling of summary when no note supplied for newblah. Again.
24 . Detection of no form in htmltemplate Field display. 28 . Detection of no form in htmltemplate Field display.
25 . Checklist html template command was setting wrong name. 29 . Checklist html template command was setting wrong name.
26 . 2.1-specific gmtime() (no arg) call in roundup.date. (thanks Paul Wright) 30 . 2.1-specific gmtime() (no arg) call in roundup.date. (thanks Paul Wright)
27 . mailgw was making naughty assumptions about the schema of the classes it 31 . mailgw was making naughty assumptions about the schema of the classes it
28 was creating nodes for. 32 was creating nodes for.
29 . remove the $Foo$ from the HTML files stored in the htmlbase modules. 33 . 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.
30 37
31 38
32 2001-07-30 - 0.2.3 39 2001-07-30 - 0.2.3
33 Big change: 40 Big change:
34 . I've split off the support class from the issue class in "extended". 41 . I've split off the support class from the issue class in "extended".

Roundup Issue Tracker: http://roundup-tracker.org/