Code

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