Code

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