Code

CGI interfaces now spit up a top-level index of all the instances they can
[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-??-?? - 0.2.9
5 Fixed:
6  . Pretty time interval wasn't handling > 1 month properly.
7  . Generation of links to Link/Multilink in indexes. (thanks Hubert Hoegl)
8  . AssignedTo wasn't in the "classic" schema's item page.
11 2001-08-30 - 0.2.8
12 Fixed:
13  . Wasn't handling unguessable mime types for file uploads.
14  . Missing import in mailgw.
17 2001-08-29 - 0.2.7
18 Feature:
19  . Text searches are now case insensitive. All forms of text search use
20    regular expressions now.
22 Fixed:
23  . Had another 2.1-ism in the unit tests
24  . Made the mail parser a little more robust w.r.t missing Subject:
25    (both thanks Mikhail Sobolev)
26  . Missed some isFooType usages (thanks Mikhail Sobolev for spotting them)
27  . Reverted back to sending change messages to the web editor of a node so
28    that the change note message is actually genrated.
29  . CGI interface wasn't generating correct change messages.
30  . Notes entered during a change are saved to the messages list even if
31    there's no nosy list. No message is generated if there's no nosy list and
32    there's no change note (since it would just duplicates the journal).
33  . Completely removed the bsddb3 module from the tests - will be reinstated
34    when the http://bsddb.sourceforge.net/'s bugs #439959 and #456408 are
35    dealt with. One is fixed in CVS, the other pending.
38 2001-08-08 - 0.2.6
39 Note:
40  . Roundup is now released under the same terms as the Python License.
42 Feature:
43  . Added tests for instance initialisation. No more releasing the software
44    with bugs in roundup.init!
45  . Now bundling unittest with the package so that python 2.0 users can use
46    the tests.
47  . Much better error handling and messages generated by the mail gateway.
49 Fixed:
50  . Implemented correct mail splitting. Added unit tests. Also snips
51    signatures now too.
52  . Bug #447671 - typo in roundup/init.py
53  . Changed date.Date to use regular string formatting instead of strftime -
54    win32 seems to have problems with %T and no hour... or something...
55  . Bug #448484 - now catching correct exception from makedirs.
56  . Instances are now opened by a special function that generates a unique
57    module name for the instances on import time.
60 2001-08-03 - 0.2.5
61 Note:
62  . The bsddb3 module has a bug that renders it non-functional. Users should
63    select the anydbm or bsddb backend instead.
65 Fixed:
66  . Python 2.0 does not contain the unittest module. The setup.py module now
67    checks for unittest before attempting to run the unit tests.
70 2001-08-03 - 0.2.4
71 Features:
72  . Added ability for cgi newblah forms to indicate that the new node
73    should be linked somewhere.
74  . Added time logging and file uploading to the templates.
75  . Added "My Issues" and "My Support" to extended template. Changed "Your
76    Details" to "My Details". Changed the "New Foo" links to "Add Foo".
77    Added links for unassigned support and issues. Generally reorganised and
78    cleanup the header up.
79  . Changed the order of the information in the message generated by web edits.
80  . Extended the range of intervals that are pretty-printed before actual dates
81    are displayed.
82  . Added more BUILD instructions including the "clean" command to force
83    rebuild.
84  . Web edit messages aren't sent to the person who did the edit any more. No
85    message is generated if they are the only person on the nosy list.
86  . Roundupdb now appends "mailing list" information to its messages which
87    include the e-mail address and web interface address. Templates may
88    override this in their db classes to include specific information (support
89    instructions, etc).
91 Fixed:
92  . Argument handling for the roundup-admin find command.
93  . Handling of summary when no note supplied for newblah. Again.
94  . Detection of no form in htmltemplate Field display.
95  . Checklist html template command was setting wrong name.
96  . 2.1-specific gmtime() (no arg) call in roundup.date. (thanks Paul Wright)
97  . mailgw was making naughty assumptions about the schema of the classes it
98    was creating nodes for.
99  . remove the $Foo$ from the HTML files stored in the htmlbase modules.
100  . Instance import now imports the instance using imp.load_module so that
101    we can have instance homes of "roundup" or other existing python package
102    names.
105 2001-07-30 - 0.2.3
106 Big change:
107  . I've split off the support class from the issue class in "extended".
108    Anyone who has any support entries, sorry. It should be possible to
109    write a scipt that moves the entries over pretty easily. If this causes
110    you pain, I'll do so. You'll want to update your instance with the new
111    code in "extended" either way.
113 Features:
114  . Added the unit tests to the start of setup.py so they're run whenever
115    we do anything distutils'y.
116  . Added nicer prompting to the roundup-admin "init" command.
117  . Actually, the roundup-admin code is totally revamped, and has command
118    help and better command-line arg handling.
119  . The cgi_client.Client base class now reflects the structure of "classic"
120    rather than "extended" since "classic" is more of a "base" template.
121  . Added more DB to test. Skips tests where imports fail.
123 Fixed:
124  . One of the tests in test_date had the wrong expected result.
125  . Fixed IssueClass so that superseders links to its classname rather than
126    hard-coded to "issue".
127  . templatebuilder was catching IOError instead of OSError.
128  . The cgi_client newblah method wasn't detecting the __note form field
129    properly.
130  . The History command in htmltemplate didn't handle a new node (None
131    nodeid) properly.
134 2001-07-29 - 0.2.2
135 Features:
136  . Added implementation.txt to the doc directory. Contains implementation
137    notes specific to this implementations of Roundup.
138  . Cleaned up mailgw some (subclass Message for getPart) and added some
139    tests for multipart splitting.
140  . Better checking for html dir in templatebuilder.
141  . Base hyperdb.Class now fakes the "id" property.
142  . Made the classic roundup look more like the original prototype.
143  . Made cgi_client and templating slightly more generic.
144  . Moved some code around in cgi_client allowing for subclassing to change
145    behaviour.
146  . Added the fabricated property "id" to all hyperdb classes.
147  . Cleanup of the link label generation (new method on hyperdb.Class to do
148    it).
150 Fixed:
151  . Everything uses errno module now to check errno values.
152  . New issue form handles lack of note better now.
153  . HTML templating uses section-bar style for index group headers now.
154  . Fixed problem in link display when Link value is None.
155  . Form handling in cgi client wasn't propogating through the previous
156    query elements.
157  . Fixed sort arguments generated for column headings so sorting can be
158    changed now.
161 2001-07-28 - 0.2.1
162 Features:
163  . Added docstring to roundup package so pydoc reports useful information.
164  . Added the roundup 1 software carpentry submission HTML to the doc
165    directory as "overview.html".
167 Fixes:
168  . Fixed bug in init command - templatebuilder was assuming existence of
169    "html" directory in instance home.
170  . Fixed INSTALL.txt to reflect some changes in the installation and test
171    procedure. Whatdya know, "setup.py install" does the script install.
172    There you go...
173  . Fixed some non-string node ids in cgi_client now that the hyperdb is
174    strict about such things.
176 2001-07-26 - 0.2.0
177 Features:
178  . Major reorganisation of code to allow multiple roundup instances and a
179    single, site-packages -based installation. Also allows multiple database
180    back-ends.
181  . Moved the bin/ proggies into the top dir, so that it all works
182    out-of-the-box
183  . Added the "classic" template - a direct implementation of the Roundup
184    spec. Well, as close as we're going to get, anyway.
185  . Added an issue priority of support to "extended"
186  . Added command-line arg handling to roundup-server so it's more useful 
187    out-of-the-box.
188  . Added distutils-style installation of "lib" files.
189  . Added some unit tests.
191 Fixes:
192  . Fixed bug in re generation in the filter
193  . Fixed handling of None String property in grouped list headings
194  . Fixed adding new issue with no change note
195  . Fixed values in text input fields which contained quotes (") are now
196    quoted.
197  . Fixed a bug in the hyperdb filter - wrong variable names in the error
198    message.
200 2001-07-19 - 0.1.3
201  . Reldate now takes an argument "pretty" - when true, it pretty-prints the
202    interval generated up to 5 days, then pretty-prints the date of last
203    activity. The issue index and item now use the pretty format.
204  . Classes list for admin user in CGI interface.
205  . Made the view configuration more accessible, neater and more realistic.
206  . Fixed list view grouping handling grouping by a Multilink or String or Link
207    value of None or Date, ...  (mind you, sorting by Date???)
208  . Fixed bug in the plain formatter when a Link was None.
209  . Fixed ordering of list view column headings.
210  . Fixed list view column heading sort links - and limited the number of
211    columns to sort by to 2.
212  . Added searching by glob to StringType filtering -
213     ^text  - search for text at start of fields
214     text$  - search for text at end of fields
215     ^text$ - exactly match text in fields
216     te*xt  - search for text matching "te"<any characters>"xt"
217     te?xt  - search for text matching "te"<any one character>"xt"
218  . Added more fields to the issue.filter and issue.index templates
221 2001-07-18 - 0.1.2
222  . Set default index to ?:group=priority&:columns=activity,status,title so
223    the priority column isn't displayed.
224  . Thanks Anthony:
225    . added notes to the README about Python prerequisites
226    . added check to roundup.py, roundup.cgi, server.py and roundup-mailgw.py
227      for python 2+ - and made the file itself parseable by 1.5.2 ;)
228    . python 2.0 didn't have the default args for the time module functions.
229    . better handling of db directory in initDB
230  . Sorting on the extra properties defined by roundupdb classes was broken
231    due to the caching used. May now sort on activity and creation
232    properties, etc.
233  . Set the default index to sort on activity
236 2001-07-18 - 0.1.1
237  . Initial version release with consent of Roundup spec author, Ka-Ping Yee:
238    "Amazing!  Nice work.  I'll watch for the source code on your website."
240 2001-07-11 - 0.1.0
241  . Needed a bug tracking system. Looked around. Tried to install many
242    Perl-based systems, to no avail. Got tired of waiting for Roundup to be
243    released. Had just finished major product project, so needed something
244    different for a while. Roundup here I come...