Code

Checklist was using wrong name.
[roundup.git] / CHANGES.txt
1 This file contains the changes to the Roundup system over time. The entries
2 are given with the most recent entry first.
4 2001-08-?? - 0.2.4
5 Features:
6  . Added ability for cgi newblah forms to indicate that the new node
7    should be linked somewhere.
8  . Added time logging and file uploading to the templates.
10 Fixed:
11  . Argument handling for the roundup-admin find command.
12  . Handling of summary when no note supplied for newblah. Again.
13  . Detection of no form in htmltemplate Field display.
14  . Checklist html template command was setting wrong name.
15  . 2.1-specific gmtime() (no arg) call in roundup.date. (thanks Paul Wright)
18 2001-07-30 - 0.2.3
19 Big change:
20  . I've split off the support class from the issue class in "extended".
21    Anyone who has any support entries, sorry. It should be possible to
22    write a scipt that moves the entries over pretty easily. If this causes
23    you pain, I'll do so. You'll want to update your instance with the new
24    code in "extended" either way.
26 Features:
27  . Added the unit tests to the start of setup.py so they're run whenever
28    we do anything distutils'y.
29  . Added nicer prompting to the roundup-admin "init" command.
30  . Actually, the roundup-admin code is totally revamped, and has command
31    help and better command-line arg handling.
32  . The cgi_client.Client base class now reflects the structure of "classic"
33    rather than "extended" since "classic" is more of a "base" template.
34  . Added more DB to test. Skips tests where imports fail.
36 Fixed:
37  . One of the tests in test_date had the wrong expected result.
38  . Fixed IssueClass so that superseders links to its classname rather than
39    hard-coded to "issue".
40  . templatebuilder was catching IOError instead of OSError.
41  . The cgi_client newblah method wasn't detecting the __note form field
42    properly.
43  . The History command in htmltemplate didn't handle a new node (None
44    nodeid) properly.
47 2001-07-29 - 0.2.2
48 Features:
49  . Added implementation.txt to the doc directory. Contains implementation
50    notes specific to this implementations of Roundup.
51  . Cleaned up mailgw some (subclass Message for getPart) and added some
52    tests for multipart splitting.
53  . Better checking for html dir in templatebuilder.
54  . Base hyperdb.Class now fakes the "id" property.
55  . Made the classic roundup look more like the original prototype.
56  . Made cgi_client and templating slightly more generic.
57  . Moved some code around in cgi_client allowing for subclassing to change
58    behaviour.
59  . Added the fabricated property "id" to all hyperdb classes.
60  . Cleanup of the link label generation (new method on hyperdb.Class to do
61    it).
63 Fixed:
64  . Everything uses errno module now to check errno values.
65  . New issue form handles lack of note better now.
66  . HTML templating uses section-bar style for index group headers now.
67  . Fixed problem in link display when Link value is None.
68  . Form handling in cgi client wasn't propogating through the previous
69    query elements.
70  . Fixed sort arguments generated for column headings so sorting can be
71    changed now.
74 2001-07-28 - 0.2.1
75 Features:
76  . Added docstring to roundup package so pydoc reports useful information.
77  . Added the roundup 1 software carpentry submission HTML to the doc
78    directory as "overview.html".
80 Fixes:
81  . Fixed bug in init command - templatebuilder was assuming existence of
82    "html" directory in instance home.
83  . Fixed INSTALL.txt to reflect some changes in the installation and test
84    procedure. Whatdya know, "setup.py install" does the script install.
85    There you go...
86  . Fixed some non-string node ids in cgi_client now that the hyperdb is
87    strict about such things.
89 2001-07-26 - 0.2.0
90 Features:
91  . Major reorganisation of code to allow multiple roundup instances and a
92    single, site-packages -based installation. Also allows multiple database
93    back-ends.
94  . Moved the bin/ proggies into the top dir, so that it all works
95    out-of-the-box
96  . Added the "classic" template - a direct implementation of the Roundup
97    spec. Well, as close as we're going to get, anyway.
98  . Added an issue priority of support to "extended"
99  . Added command-line arg handling to roundup-server so it's more useful 
100    out-of-the-box.
101  . Added distutils-style installation of "lib" files.
102  . Added some unit tests.
104 Fixes:
105  . Fixed bug in re generation in the filter
106  . Fixed handling of None String property in grouped list headings
107  . Fixed adding new issue with no change note
108  . Fixed values in text input fields which contained quotes (") are now
109    quoted.
110  . Fixed a bug in the hyperdb filter - wrong variable names in the error
111    message.
113 2001-07-19 - 0.1.3
114  . Reldate now takes an argument "pretty" - when true, it pretty-prints the
115    interval generated up to 5 days, then pretty-prints the date of last
116    activity. The issue index and item now use the pretty format.
117  . Classes list for admin user in CGI interface.
118  . Made the view configuration more accessible, neater and more realistic.
119  . Fixed list view grouping handling grouping by a Multilink or String or Link
120    value of None or Date, ...  (mind you, sorting by Date???)
121  . Fixed bug in the plain formatter when a Link was None.
122  . Fixed ordering of list view column headings.
123  . Fixed list view column heading sort links - and limited the number of
124    columns to sort by to 2.
125  . Added searching by glob to StringType filtering -
126     ^text  - search for text at start of fields
127     text$  - search for text at end of fields
128     ^text$ - exactly match text in fields
129     te*xt  - search for text matching "te"<any characters>"xt"
130     te?xt  - search for text matching "te"<any one character>"xt"
131  . Added more fields to the issue.filter and issue.index templates
134 2001-07-18 - 0.1.2
135  . Set default index to ?:group=priority&:columns=activity,status,title so
136    the priority column isn't displayed.
137  . Thanks Anthony:
138    . added notes to the README about Python prerequisites
139    . added check to roundup.py, roundup.cgi, server.py and roundup-mailgw.py
140      for python 2+ - and made the file itself parseable by 1.5.2 ;)
141    . python 2.0 didn't have the default args for the time module functions.
142    . better handling of db directory in initDB
143  . Sorting on the extra properties defined by roundupdb classes was broken
144    due to the caching used. May now sort on activity and creation
145    properties, etc.
146  . Set the default index to sort on activity
149 2001-07-18 - 0.1.1
150  . Initial version release with consent of Roundup spec author, Ka-Ping Yee:
151    "Amazing!  Nice work.  I'll watch for the source code on your website."
153 2001-07-11 - 0.1.0
154  . Needed a bug tracking system. Looked around. Tried to install many
155    Perl-based systems, to no avail. Got tired of waiting for Roundup to be
156    released. Had just finished major product project, so needed something
157    different for a while. Roundup here I come...