Code

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