File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed
Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 4646 . Added more fields to the issue.filter and issue.index templates
4747
4848
49- 2001-07-19 - 0.1.4
50- . Fixed bug in re generation in the filter (I hadn't finished the code ;)
51- . Fixed handling of None String property in grouped list headings
52- . Fixed adding new issue with no change note
53- . Added an issue priority of support
54- . Fixed values in text input fields which contained quotes (") are now
55- quoted.
56- . Fixed a bug in the hyperdb filter - wrong variable names in the error
57- message.
58- . Major reshuffle of code to allow multiple roundup instances and a
49+ 2001-07-26 - 0.2.0
50+ Features:
51+ . Major reorganisation of code to allow multiple roundup instances and a
5952 single, site-packages -based installation. Also allows multiple database
6053 back-ends.
6154 . Moved the bin/ proggies into the top dir, so that it all works
6255 out-of-the-box
6356 . Added the "classic" template - a direct implementation of the Roundup
6457 spec. Well, as close as we're going to get, anyway.
58+ . Added an issue priority of support to "extended"
6559 . Added command-line arg handling to roundup-server so it's more useful
6660 out-of-the-box.
61+ . Added distutils-style installation of "lib" files.
62+ . Added some unit tests.
63+
64+ Fixes:
65+ . Fixed bug in re generation in the filter
66+ . Fixed handling of None String property in grouped list headings
67+ . Fixed adding new issue with no change note
68+ . Fixed values in text input fields which contained quotes (") are now
69+ quoted.
70+ . Fixed a bug in the hyperdb filter - wrong variable names in the error
71+ message.
72+
You can’t perform that action at this time.
0 commit comments