Code

50ea6fa29d7c8a85be05b4b46eed47224990ff4d
[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-11-?? - 0.3.1
5 Feature:
6  . Added INSTANCE_NAME to configuration - used in web and email to identify
7    the instance.
8  . Added EMAIL_SIGNATURE_POSITION to indicate where to place the roundup
9    signature info in e-mails.
10  . Some more flexibility in the mail gateway and more error handling.
11  . Login now takes you to the page you back to the were denied access to.
12  . Admin user now can has a user index link on their web interface.
13  . We now have basic transaction support. Information is only written to
14    the database when the commit() method is called. Only the anydbm backend
15    is modified in this way - neither of the bsddb backends have been.
16     - the CGI and mailgw automatically commit() at the end of processing a
17       single transaction
18     - the admin tool requires an explicit "commit" - it will prompt at exit
19       if there are unsaved changes. A "rollback" removes all changes made
20       during the session (up to the last commit).
21  . Added the "display" command to the admin tool - displays a node's values
24 Fixed:
25  . Lots of bugs, thanks Roché and others on the devel mailing list!
26  . login_action and newuser_action return values were being ignored
27  . Woohoo! Found that bloody re-login bug that was killing the mail
28    gateway.
29  . Fixed login/registration forwarding the user to the right page (or not,
30    on a failure)
31  . We now use weakrefs in the Classes to keep the database reference, so
32    the close() method on the database is no longer needed.
33  . #487480 ] roundup-server
34  . #487476 ] INSTALL.txt
35  . #489760 ] [issue] only subject
36  . fixed doc/index.html to include the quoting in the mail alias.
39 2001-11-23 - 0.3.0 
40 Feature:
41  . #467129 ] Lossage when username=e-mail-address
42  . #473123 ] Change message generation for author
43  . MailGW now moves 'resolved' to 'chatting' on receiving e-mail for an issue.
44  . Added Structured Text rendering to htmltemplate, thanks Brad Clements.
45  . Added CGI configuration via env vars (see roundup.cgi for details)
46  . "roundup.cgi" is now installed to "<python-prefix>/share/roundup/cgi-bin"
47  . roundup-admin now accepts abbreviated commands (eg. l = li = lis = list)
48  . roundup-mailgw now supports unix mailbox and POP as sources of mail.
49  . roundup-admin now handles all hyperdb exceptions
50  . users may attach files to issues (and support in ext) through the web now
51  . incorporated patch from Roch'e Compaan implementing attachments in nosy
52    e-mail
53  . added a target version field to the extended issue schema
54  . added dummy hooks for I18N and some preliminary (test) markup of
55    translatable messages
57 Fixed:
58  . Fixed a bug in HTMLTemplate changes.
59  . 'unread' to 'chatting' automagic status change was b0rken.
60  . Anonymous user lockout wasn't working.
61  . roundup-server now works on Windows, thanks Juergen Hermann.
62  . Fixed install documentation, also thanks Juergen Hermann.
63  . Fixed some URL issues in roundup.cgi, again thanks Juergen Hermann.
64  . bug #475347 ] WindowsError still not caught (patch from Juergen Hermann)
65  . bug #474749 ] indentations lost
66  . bug #477104 ] HTML tag error in roundup-server
67  . bug #477107 ] HTTP header problem
68  . bug #477687 ] conforming html
69  . bug #474372 ] Netscape 4.77 do not render Support form
70  . bug #477685 ] base64.decodestring breaks
71  . bug #477837 ] lynx does not like the cookie
72  . bug #477892 ] Password edit doesn't fix login cookie
73  . newuser_action now presents error messages rather than tracebacks.
74  . bug #479511 ] mailgw to pop
75  . bug #479508 ] roundup-admin crash on wrong class
76  . bad error report in hyperdb
77  . roundup.mailgw now handles errors on the set() and create() at the end
78    of processing
79  . roundup.mailgw also handles messages that are passed to it that don't
80    contain a From: line - apparently some POP servers can do this. It punts
81    an error message to the roundup admin.
82  . fixed nosy reaction and author copy handling
83  . errors in nosy reaction will be propogated now (were effectively being
84    squashed)
85  . re-open the database as the author in mail handling
86  . missing "return" in filter_section (thanks Roch'e Compaan)
89 2001-10-23 - 0.3.0 pre 3
90 Feature:
91  . MailGW now moves 'unread' to 'chatting' on receiving e-mail for an issue.
92  . feature #473127: Filenames. I modified the file.index and htmltemplate
93    source so that the filename is used in the link and the creation
94    information is displayed.
95  Admin Tool (roundup-admin):
96   . Interactive mode for running multiple (independant at present) commands.
97   . Tabular display of nodes.
98   . Import and export via colon-separated files.
100 Changed:
101  . re-organised the html templating code. Fixed some bugs, probably
102    introduced some more.  Hopefully not too many.
104 Fixed:
105  . Stand-alone server now has a configurable setuid user.
106  . CGI interface wasn't handling checkboxes at all.
107  . Fixed quopri usage in mailgw from bug reports on mailing list.
108  . Remove the "freshen" command from the roundup-admin tool.
109  . Catch errors in login - no username or password supplied.
110  . Fixed editing of password (Password property type) thanks Roch'e Compaan.
111  . Fixed grouping of non-str properties thanks Roch'e Compaan.
112  . bug #473121: The customisation view and filters (CGI interface view
113    customisation section may now be hidden (patch from Roch'e Compaan.)
114  . bug #473122: Issue id sorting (hyperdb sorts strings-that-look-like-numbers
115    as numbers now.
116  . bug #473124: UI inconsistency with Link fields.
117    This also prompted me to fix a fairly long-standing usability issue -
118    that of being able to turn off certain filters.
119  . bug #473125: Paragraph in e-mails
120  . bug #473126: Sender unknown
121  . bug #473130: Nosy list not set correctly
124 2001-10-11 - 0.3.0 pre 2
125 Fixed:
126  . Hyperdatabase was inserting empty strings instead of None for missing
127    property values. This broke a lot of things.
130 2001-10-10 - 0.3.0 pre 1
131 Feature:
132  . roundup-admin create now prompts for property info if none is supplied
133    on the command-line.
134  . hyperdb Class getprops() method may now return only the mutable
135    properties.
136  . CGI interfaces now generate a top-level index of their known instances.
138 Changed:
139  . Login now uses cookies, which makes it a whole lot more flexible. We can
140    now support anonymous user access (read-only, unless there's an
141    "anonymous" user, in which case write access is permitted). Login
142    handling has been moved into cgi_client.Client.main()
143  . The "extended" schema is now the default in roundup init.
144  . The schemas have had their page headings modified to cope with the new
145    login handling. Existing installations should copy the interfaces.py
146    file from the roundup lib directory to their instance home.
147  . Passwords are now encoded by default (except exising databases which
148    will only be encoded when the passwords are changed). The scheme used
149    at the moment is SHA - but the code is flexible enough to take any
150    number of encoding systems.
151  . The roundup-admin tool always operates as the "admin" user now. Database
152    protection should be achieved using file system protections (see the
153    documentation for details.)
155 Fixed:
156  . Incorrectly had a Bizar Software copyright on the cgitb.py module from
157    Ping - has been removed.
158  . Pretty time interval wasn't handling > 1 month properly.
159  . Generation of links to Link/Multilink in indexes. (thanks Hubert Hoegl)
160  . AssignedTo wasn't in the "classic" schema's item page.
161  . Fixed a whole bunch of places in the CGI interface where we should have
162    been returning Not Found instead of throwing an exception.
163  . Fixed a deviation from the spec: trying to modify the 'id' property of
164    an item now throws an exception.
165  . The plain() template function now html-escapes the content.
166  . Change message was stuffing up for multilinks with no key property.
170 --------------
172 2001-08-30 - 0.2.8
173 Fixed:
174  . Wasn't handling unguessable mime types for file uploads.
175  . Missing import in mailgw.
178 2001-08-29 - 0.2.7
179 Feature:
180  . Text searches are now case insensitive. All forms of text search use
181    regular expressions now.
183 Fixed:
184  . Had another 2.1-ism in the unit tests
185  . Made the mail parser a little more robust w.r.t missing Subject:
186    (both thanks Mikhail Sobolev)
187  . Missed some isFooType usages (thanks Mikhail Sobolev for spotting them)
188  . Reverted back to sending change messages to the web editor of a node so
189    that the change note message is actually genrated.
190  . CGI interface wasn't generating correct change messages.
191  . Notes entered during a change are saved to the messages list even if
192    there's no nosy list. No message is generated if there's no nosy list and
193    there's no change note (since it would just duplicates the journal).
194  . Completely removed the bsddb3 module from the tests - will be reinstated
195    when the http://bsddb.sourceforge.net/'s bugs #439959 and #456408 are
196    dealt with. One is fixed in CVS, the other pending.
199 2001-08-08 - 0.2.6
200 Note:
201  . Roundup is now released under the same terms as the Python License.
203 Feature:
204  . Added tests for instance initialisation. No more releasing the software
205    with bugs in roundup.init!
206  . Now bundling unittest with the package so that python 2.0 users can use
207    the tests.
208  . Much better error handling and messages generated by the mail gateway.
210 Fixed:
211  . Implemented correct mail splitting. Added unit tests. Also snips
212    signatures now too.
213  . Bug #447671 - typo in roundup/init.py
214  . Changed date.Date to use regular string formatting instead of strftime -
215    win32 seems to have problems with %T and no hour... or something...
216  . Bug #448484 - now catching correct exception from makedirs.
217  . Instances are now opened by a special function that generates a unique
218    module name for the instances on import time.
221 2001-08-03 - 0.2.5
222 Note:
223  . The bsddb3 module has a bug that renders it non-functional. Users should
224    select the anydbm or bsddb backend instead.
226 Fixed:
227  . Python 2.0 does not contain the unittest module. The setup.py module now
228    checks for unittest before attempting to run the unit tests.
231 2001-08-03 - 0.2.4
232 Features:
233  . Added ability for cgi newblah forms to indicate that the new node
234    should be linked somewhere.
235  . Added time logging and file uploading to the templates.
236  . Added "My Issues" and "My Support" to extended template. Changed "Your
237    Details" to "My Details". Changed the "New Foo" links to "Add Foo".
238    Added links for unassigned support and issues. Generally reorganised and
239    cleanup the header up.
240  . Changed the order of the information in the message generated by web edits.
241  . Extended the range of intervals that are pretty-printed before actual dates
242    are displayed.
243  . Added more BUILD instructions including the "clean" command to force
244    rebuild.
245  . Web edit messages aren't sent to the person who did the edit any more. No
246    message is generated if they are the only person on the nosy list.
247  . Roundupdb now appends "mailing list" information to its messages which
248    include the e-mail address and web interface address. Templates may
249    override this in their db classes to include specific information (support
250    instructions, etc).
252 Fixed:
253  . Argument handling for the roundup-admin find command.
254  . Handling of summary when no note supplied for newblah. Again.
255  . Detection of no form in htmltemplate Field display.
256  . Checklist html template command was setting wrong name.
257  . 2.1-specific gmtime() (no arg) call in roundup.date. (thanks Paul Wright)
258  . mailgw was making naughty assumptions about the schema of the classes it
259    was creating nodes for.
260  . remove the $Foo$ from the HTML files stored in the htmlbase modules.
261  . Instance import now imports the instance using imp.load_module so that
262    we can have instance homes of "roundup" or other existing python package
263    names.
266 2001-07-30 - 0.2.3
267 Big change:
268  . I've split off the support class from the issue class in "extended".
269    Anyone who has any support entries, sorry. It should be possible to
270    write a scipt that moves the entries over pretty easily. If this causes
271    you pain, I'll do so. You'll want to update your instance with the new
272    code in "extended" either way.
274 Features:
275  . Added the unit tests to the start of setup.py so they're run whenever
276    we do anything distutils'y.
277  . Added nicer prompting to the roundup-admin "init" command.
278  . Actually, the roundup-admin code is totally revamped, and has command
279    help and better command-line arg handling.
280  . The cgi_client.Client base class now reflects the structure of "classic"
281    rather than "extended" since "classic" is more of a "base" template.
282  . Added more DB to test. Skips tests where imports fail.
284 Fixed:
285  . One of the tests in test_date had the wrong expected result.
286  . Fixed IssueClass so that superseders links to its classname rather than
287    hard-coded to "issue".
288  . templatebuilder was catching IOError instead of OSError.
289  . The cgi_client newblah method wasn't detecting the __note form field
290    properly.
291  . The History command in htmltemplate didn't handle a new node (None
292    nodeid) properly.
295 2001-07-29 - 0.2.2
296 Features:
297  . Added implementation.txt to the doc directory. Contains implementation
298    notes specific to this implementations of Roundup.
299  . Cleaned up mailgw some (subclass Message for getPart) and added some
300    tests for multipart splitting.
301  . Better checking for html dir in templatebuilder.
302  . Base hyperdb.Class now fakes the "id" property.
303  . Made the classic roundup look more like the original prototype.
304  . Made cgi_client and templating slightly more generic.
305  . Moved some code around in cgi_client allowing for subclassing to change
306    behaviour.
307  . Added the fabricated property "id" to all hyperdb classes.
308  . Cleanup of the link label generation (new method on hyperdb.Class to do
309    it).
311 Fixed:
312  . Everything uses errno module now to check errno values.
313  . New issue form handles lack of note better now.
314  . HTML templating uses section-bar style for index group headers now.
315  . Fixed problem in link display when Link value is None.
316  . Form handling in cgi client wasn't propogating through the previous
317    query elements.
318  . Fixed sort arguments generated for column headings so sorting can be
319    changed now.
322 2001-07-28 - 0.2.1
323 Features:
324  . Added docstring to roundup package so pydoc reports useful information.
325  . Added the roundup 1 software carpentry submission HTML to the doc
326    directory as "overview.html".
328 Fixes:
329  . Fixed bug in init command - templatebuilder was assuming existence of
330    "html" directory in instance home.
331  . Fixed INSTALL.txt to reflect some changes in the installation and test
332    procedure. Whatdya know, "setup.py install" does the script install.
333    There you go...
334  . Fixed some non-string node ids in cgi_client now that the hyperdb is
335    strict about such things.
337 2001-07-26 - 0.2.0
338 Features:
339  . Major reorganisation of code to allow multiple roundup instances and a
340    single, site-packages -based installation. Also allows multiple database
341    back-ends.
342  . Moved the bin/ proggies into the top dir, so that it all works
343    out-of-the-box
344  . Added the "classic" template - a direct implementation of the Roundup
345    spec. Well, as close as we're going to get, anyway.
346  . Added an issue priority of support to "extended"
347  . Added command-line arg handling to roundup-server so it's more useful 
348    out-of-the-box.
349  . Added distutils-style installation of "lib" files.
350  . Added some unit tests.
352 Fixes:
353  . Fixed bug in re generation in the filter
354  . Fixed handling of None String property in grouped list headings
355  . Fixed adding new issue with no change note
356  . Fixed values in text input fields which contained quotes (") are now
357    quoted.
358  . Fixed a bug in the hyperdb filter - wrong variable names in the error
359    message.
361 2001-07-19 - 0.1.3
362  . Reldate now takes an argument "pretty" - when true, it pretty-prints the
363    interval generated up to 5 days, then pretty-prints the date of last
364    activity. The issue index and item now use the pretty format.
365  . Classes list for admin user in CGI interface.
366  . Made the view configuration more accessible, neater and more realistic.
367  . Fixed list view grouping handling grouping by a Multilink or String or Link
368    value of None or Date, ...  (mind you, sorting by Date???)
369  . Fixed bug in the plain formatter when a Link was None.
370  . Fixed ordering of list view column headings.
371  . Fixed list view column heading sort links - and limited the number of
372    columns to sort by to 2.
373  . Added searching by glob to StringType filtering -
374     ^text  - search for text at start of fields
375     text$  - search for text at end of fields
376     ^text$ - exactly match text in fields
377     te*xt  - search for text matching "te"<any characters>"xt"
378     te?xt  - search for text matching "te"<any one character>"xt"
379  . Added more fields to the issue.filter and issue.index templates
382 2001-07-18 - 0.1.2
383  . Set default index to ?:group=priority&:columns=activity,status,title so
384    the priority column isn't displayed.
385  . Thanks Anthony:
386    . added notes to the README about Python prerequisites
387    . added check to roundup.py, roundup.cgi, server.py and roundup-mailgw.py
388      for python 2+ - and made the file itself parseable by 1.5.2 ;)
389    . python 2.0 didn't have the default args for the time module functions.
390    . better handling of db directory in initDB
391  . Sorting on the extra properties defined by roundupdb classes was broken
392    due to the caching used. May now sort on activity and creation
393    properties, etc.
394  . Set the default index to sort on activity
397 2001-07-18 - 0.1.1
398  . Initial version release with consent of Roundup spec author, Ka-Ping Yee:
399    "Amazing!  Nice work.  I'll watch for the source code on your website."
401 2001-07-11 - 0.1.0
402  . Needed a bug tracking system. Looked around. Tried to install many
403    Perl-based systems, to no avail. Got tired of waiting for Roundup to be
404    released. Had just finished major product project, so needed something
405    different for a while. Roundup here I come...