Code

3f1ea6e71264cadeddac650e2b7444ca39eff502
[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-10-?? 0.5.2
5 - added quotes around python interpreter in windows bat (sf bug 623963)
6 - fixed link at end of installation doc (sf bug 623957)
7 - handle "classname" URL path errors cleaner (generate a 404)
8 - added CGI :remove:<propname> and :add:<propname> which specify item ids to
9   remove / add in <propname> multilink.
10 - bugfix in boolean templating
11 - remember the change note on bad submissions (sf bug 625989)
12 - highlight required form fields (sf bug 625989)
13 - force non-word boundary to match re: in subject (sf bug 626303)
14 - handle sqlite bug (<2.7.2) (sf bug 630828)
15 - handle missing props in anydbm stringFind
16 - updated email package address formatting (deprecation)
17 - copied email address quoting from email v2.4.3 so we're consistent with 2.2
18 - email summary extraction now takes the first whole sentence or line -
19   whichever is longer
20 - documented dependency on Active State (sf bug 623959)
21 - ensured there's no zero-length files in source (sf bug 633622)
22 - added ID to the search page (sf bug 631601)
23 - fixed filtering by id in anydbm
24 - show issue ID in the headings (sf bug 631598)
27 2002-10-16 0.5.1
28 - highlight rows in groups of three
29 - metakit cleanups
30 - nicer "navigation" style in index views
31 - handle missing Link values in anydbm backend set() operation
32 - fixed filter() with no sort/group (sf bug 618614)
33 - fixed register with no session (sf bug 618611)
34 - fixed log / pid file path handling in roundup-server (sf bug 617981)
35 - fixed old gadfly compatibiltiy problem, for sure this time (sf bug 612873)
36 - https URLs from config now recognised as valid (sf bug 619829)
37 - nicer display of tracker list in roundup-server (sf bug 619769)
38 - fixed some missed renaming instance -> tracker (sf bug 619769)
39 - allow blank passwords again (sf bug 619714)
40 - expose the tracker config as a variable for templating
41 - homogenise newlines in CGI text submissions (sf bug 614072)
42 - merged Zope Collector #372 fix from ZPT CVS trunk
43 - fixed history to display username instead of userid
44 - shipped templates didn't import all hyperdb types in dbinit.py
45 - fixed bug in Interval serialisation
46 - handle "unset" status in status auditor (sf bug 621250)
47 - issues in 'done-cbb' are now also moved to 'chatting' on new messages
48 - implemented the missing Interval.__add__
49 - added ability to implement new templating utility methods
50 - expose the Date.pretty method to templating
51 - made form table cell alignment consistent (sf bug 621887)
52 - include stylesheet in docs (sf bug 623183)
53 - store PIPE messages so we can re-send them on errors (sf bug 623082)
54 - implemented "retire" cgi action, added to user index (sf bug 618612)
55 - included doc ideas from Bernhard Reiter (sf feature 621941)
58 2002-10-02 0.5.0
59 - fixed style for alternating rows in user lists
60 - fixed query edit form so it doesn't barf
61 - #617133 ] 0.5.0pr1 uses nonexistent renderTemplate
62 - merged Zope Collector #539 fix from ZPT CVS trunk
65 2002-09-27 0.5.0 pr1
66 - handling of None for Date/Interval/Password values in export/import
67 - handling of journal values in export/import
68 - password edit now has a confirmation field
69 - registration error punts back to register page
70 - gadfly backend now handles changes to the schema - but only one property
71   at a time
72 - cgi.client base URL is now obtained from the config TRACKER_WEB
73 - request.url has gone away - there's too much magic in trying to figure
74   what it should be
75 - cgi-bin script redirects to https now if the request was https
76 - FileClass "content" property wasn't being returned by getprops() in most
77   backends
78 - we now verify instance attributes on instance open and throw a useful error
79   if they're not all there
80 - sf 611217 ] menu() has problems when labelprop==None
81 - verify contents of tracker module when the tracker is opened
82 - many performance improvements in *dbm and sql backends
83 - mailgw was missing an "import sys"
84 - setup now installs scripts with python -O flag, doubling performance in some
85   cases (there's a lot of __debug__ use)
86 - fix :required for Link menus
87 - import wasn't setting the ID to maxid+1
88 - added getItem to HTMLClass so you can access arbitrary items in templates
89 - index filtering form values may now be key values too
90 - replaced the content() callback ickiness with Page Template macro usage
91 - changed the default CSS style to be less offensive to some ;)
92 - better handling of Page Template compilation errors
93 - handle multiple unrelated indexed classes
94 - #614188 ] Exception in mailgw.py
95 - #613310 ] traceback on onexistant items
96 - #613291 ] typos in nosy list
97 - handle stupid mailers that QUOTE their Re; 'Re: "[issue1] bla blah"'
98 - giving a user a Role that doesn't exist doesn't break stuff any more
99 - revamped user guide, customisation guide, added maintenance guide
100 - merge Zope Collector #538 fix from ZPT CVS trunk (path expressions with a
101   non-path final alternate no longer try to call a value returned by that
102   alternate)
103 - merge Zope Collector #573 fix from ZPT CVS trunk
104 - merge Zope Collector #580 fix from ZPT CVS trunk
105 - added "crypt" password encoding and ability to set password with
106   already encrypted password through roundup-admin
107 - fixed the mailgw so that anonymous users may still access it
108 - add hook to allow external password verification, overridable in the
109   tracker interfaces module
110 - fixed login attempt by user that doesn't exist
113 2002-09-13 0.5.0 beta2
114 -  all backends now have a .close() method, and it's used everywhere
115 -  fixed bug in detectors __init__
116 -  switched the default issue item display to only show issue summary
117    (added instructions to doc to make it display entire content)
118 -  MANIFEST.in was missing a lot of template files
119 -  added generic item editing
120 -  much nicer layout of template rendering errors
121 -  added context/is_edit_ok and context/is_view_ok convenience methods and
122    implemented use of them in the classic template
125 2002-09-11 0.5.0 beta1
126 Fixed:
127 -  #576086 ] dumb copying mistake (frontends/ZRoundup.py)
128 -  installation instructions now mention "python2" in "testing your python".
129 -  made the unit tests run again - they were quite b0rken
130 -  #571170 ] gdbm deadlock
131 -  #576241 ] MultiLink problems in parsePropsFromForm
132 -  fixed the date module so that Date(". - 2d") works
133 -  web forms may now unset Link values (like assignedto)
134 -  cleanup: moved roundup.templatebuilder to roundup.templates.builder
135 -  instance __init__ no longer silently traps dbinit import errors
137 Feature:
138 -  new backend for metakit (thanks Gordon McMillan)
139 -  new backend for gadfly (it's as done as it's going to get)
140 -  further split the dbm backends from the core code, allowing easier
141    non-dict-like backends (eg metakit, RDB)
142 -  implemented and used the new access control mechanisms (Permissions, Roles)
143    (see doc/security.txt)
144 -  switched templating to use Zope's PageTemplates (yay!)
145 -  switched to sessions for web authentication
146 -  added Boolean and Number types
147 -  fixed the journal bloat
148 -  updated design document for new access controls
149 -  updated customisation document, including more examples
150 -  entire database export and import (incl files)
151 -  better mailgw help message (feature request #558562)
152 -  re-enabled link backrefs from messages (feature request #568714)
153 -  the page layout is now templatable
154 -  re-worked cgi interface to abstract out the explicit "issue" interface
155 -  have index page handle mid-page errors better so header and footer are
156    still visible
157 -  we handle "not found", access and item page render errors better
158 -  fixed double-submit by having new-item-submit redirect at end
159 -  daemonify roundup-server (fork, logfile, pidfile)
160 -  modify cgitb to display PageTemplate errors better
161 -  rename to "instance" to "tracker"
162 -  have roundup.cgi pick up tracker config from the environment 
163 -  revamped look and feel in web interface
164 -  cleaned up stylesheet usage
165 -  several bug fixes and documentation fixes
166 -  added is_retired test to hyperdb.Class
167 -  added capability to save queries:
168    - a query Class with name, klass (to search) and url (query string)
169      properties
170    - a Multilink to query on user called queries
171    - html templates for query, and a list of queries in user.item
172    - search form has Save button & name input
173    - saved queries put in menu in pagehead
174    - for migration, none of the above is required and old behavior preserved.
175    - showquery translates search form <-> query string
176 -  cleaned up the indexer code:
177    - it splits more words out
178    - removed code we'll never use (roundup.roundup_indexer has the full
179      implementation, and replaces roundup.indexer)
180    - only index text/plain and rfc822/message (ideas for other text formats to
181      index are welcome)
182    - added simple unit test for indexer. Needs more tests for regression.
183    - all String properties may now be indexed too. Currently there's a bit of
184      "issue" specific code in the actual searching which needs to be
185      addressed. In a nutshell:
186      + pass 'indexme="yes"' as a String() property initialisation arg, eg:
187            file = FileClass(db, "file", name=String(), type=String(),
188                comment=String(indexme="yes"))
189      + the comment will then be indexed and be searchable, with the results
190        related back to the issue that the file is linked to
191    - as a result of this work, the FileClass has a default MIME type that may
192      be overridden in a subclass, or by the use of a "type" property as is
193      done in the default templates.
194    - the regeneration of the indexes (if necessary) is done once the schema is
195      set up in the dbinit.
196    - new "reindex" command in roundup-admin used to force regeneration of the 
197      index
198 -  added email display function - mangles email addrs so they're not so easily
199    scraped from the web
200 -  switched to using a session-based web login
201 -  made mailgw handle set and modify operations on multilinks (bug #579094)
202 -  fixed the journal bloat from multilink changes - we just log the add or
203    remove operations, not the whole list
206 2002-06-24 0.4.2
207 Fixed:
208 -  Cleaned up the hyperdb unit tests.
209 -  Applied patch from Andrew W. Nosenko to give nicer Unauthorised message
210    when anonymous user tries to edit. Should've been applied in 0.4.2pr1. Oops.
211 -  Added more detailed note to MIGRATION regarding the detectors changes.
214 2002-06-19 0.4.2pr1
215 Feature:
216 -  added a "detectors" directory for people to put their useful auditors and
217    reactors in. Note - the roundupdb.IssueClass.sendmessage method has been
218    split and renamed "nosymessage" specifically for things like the nosy
219    reactor, and "send_message" which just sends the message.
220 -  link() htmltemplate function now has a "showid" option for links and
221    multilinks. When true, it only displays the linked node id as the anchor
222    text. The link value is displayed as a tooltip using the title anchor
223    attribute.
224    To use in eg. the superseder field, have something like this:
225    <td>
226     <display call="field('superseder', showid=1)">
227     <display call="classhelp('issue', 'id,title', label='list', width=500)">
228     <property name="superseder">
229      <br>View: <display call="link('superseder', showid=1)">
230     </property>
231    </td>
232 -  stripping of the email message body can now be controlled through the
233    config variables EMAIL_KEEP_QUOTED_TEXT and EMAIL_LEAVE_BODY_UNCHANGED.
234 -  all database files created are now group readable and writable.
235 -  added option to automatically add the authors and recipients of messages
236    to the nosy lists with the options ADD_AUTHOR_TO_NOSY (default 'new') and
237    ADD_RECIPIENTS_TO_NOSY (default 'new'). These settings emulate the current
238    behaviour. Setting them to 'yes' will add the author/recipients to the nosy
239    on messages that create issues and followup messages.
240 -  reverting to dates for intervals > 2 months sucks
241 -  changed the default message list in issues to display the message body
242 -  applied patch #558876 ] cgi client customization
243 -  split instance initialisation into two steps, allowing config changes
244    before the database is initialised.
245 -  don't create an empty message on email issue creation if the email is empty
246 -  may now display additional fields in Multilink form menus
247 -  #541941 ] changing multilink properties by mail
248 -  #526730 ] search for messages capability
249 -  #505180 ] split MailGW.handle_Message
250    - also changed cgi client since it was duplicating the functionality
252 Fixed:
253 -  stop sending blank (whitespace-only) notes
254 -  cleanup of serialisation for database storage
255 -  node ids are now generated from a lockable store - no more race conditions
256 -  sorting was applied to all nodes of the MultiLink class instead of
257    to the nodes that are actually linked to in the "field" template
258    function.  This adds about 20+ seconds in the display of an issue if
259    your database has a 1000 or more issues in it.
260 -  added missing documentation for a few of the config option values
261 -  file upload broke if you didn't supply a change note
262 -  fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope
263    (thanks dman)
264 -  fixed some sorting issues that were breaking some unit tests under py2.2
265 -  mailgw test output dir was confusing the init test (but only on 2.2 *shrug*)
266 -  node caching now works, and gives a small boost in performance
267 -  #449374 ] re-enable bsddb3 backend
268    bsddb3 backend now works, reinstating
269 -  #551483 ] assignedto in Client.make_index_link
270 -  made backends.__init__ be more specific about which ImportErrors it really
271    wants to ignore
272 -  fixed the example addresses in the templates to use correct example domains
273 -  cleaned out the template stylesheets, removing a bunch of junk that really
274    wasn't necessary (font specs, styles never used) and added a style for 
275    message content
276 -  build htmlbase if tests are run using CVS checkout
277 -  #565979 ] code error in hyperdb.Class.find
278 -  #565996 ] The "Attach a File to this Issue" fails
279 -  #564271 ] find() and new properties
280 -  #562130 ] cookie path generated from ZRoundup was wrong in some situations
281 -  remove CR characters embedded in messages (ZRoundup)
282 -  properly quote the email address and "real name" in all situations using the
283     'email' module if it is available and 'rfc822' otherwise
284 -  #565992 ] if ISSUE_TRACKER_WEB doesn't have the trailing '/', add it
285 -  use the rfc822 module to ensure that every (oddball) email address and
286    real-name is properly quoted
287 -  #558867 ] ZRoundup redirect /instance requests to /instance/ 
288 -  #569415 ] {version}
289 -  #569178 ] type error
290    was fixed as part of the general cleanup of reactors
293 2002-03-25 - 0.4.1
294 Feature:
295 -  use blobfiles in back_anydbm which is used in back_bsddb.
296    change test_db as dirlist does not work for subdirectories.
297    ATTENTION: blobfiles now creates subdirectories for files.
298 -  add module blobfiles in backends with file access functions.
299 -  roundup db catch only IOError in getfile.
300 -  roundup db catches retrieving not existing files.
301 -  #503204 ] mailgw needs a default class
302    - partially done - the setting of additional properties can wait for a
303      better configuration system.
304 -  Alternate email addresses are now available for users. See the MIGRATION
305    file for info on how to activate the feature.
306 -  #511168 ] Web interface: Adding new products
307    Classes that don't provide template html get a default edit interface now:
308    - access using the admin "class list" interface
309    - limited to admin-only
310    - requires the csv module from object-craft (url given if it's missing)
311 -  Added popup help for classes using the classhelp html template function.
312    - add <display call="classhelp('priority', 'id,name,description')">
313      to an item page, and it generates a link to a popup window which displays
314      the id, name and description for the priority class. The description
315      field won't exist in most installations, but it will be added to the
316      default templates.
317 -  #517734 ] web header customisation is obscure
318 -  All messages sent to the nosy list are now encoded as
319    quoted-printable before they are sent.
320 -  Fixed display of mutlilink properties when using the template
321    functions, menu and plain.
323 Fixed:
324 -  Clean up mail handling, multipart handling.
325 -  respect encodings in non multipart messages.
326 -  makeHtmlBase: re.sub under python 2.2 did not replace '.', string.replace
327    does it.
328 -  preamble in tepmlateBuilder mentioned htmldata
329 -  mailgw checks encoding on first part too.
330 -  #511586 ] unittest FAIL: testReldate_date
331 -  Added a uniquely Roundup header to email, "X-Roundup-Name"
332 -  All forms now have "double-submit" protection when Javascript is enabled
333    on the client-side.
334 -  #516883 ] mail interface + ANONYMOUS_REGISTER
335 -  #516854 ] "My Issues" and redisplay
336 -  #517906 ] Attribute order in "View customisation"
337 -  #514854 ] History: "User" is always ticket creator
338 -  wasn't handling cvs parser feeding correctly
339 -  fixed some problems in date calculations (calendar.py doesn't handle over-
340    and under-flow). Also, hour/minute/second intervals may now be more than
341    99 each.
342 -  #527416 ] roundup-admin uses undefined value
343 -  #527503 ] unfriendly init blowup when parent dir
344    (also handles UsageError correctly now in init)
345 -  #524129 ] roundup-admin gets python path wrong
348 2002-01-24 - 0.4.0
349 Feature:
350 -  much nicer history display (actualy real handling of property types etc)
351 -  journal entries for link and mutlilink properties can be switched on or 
352    off
353 -  properties in change note are now sorted
354 -  you can now use the roundup-admin tool pack the database
356 Fixed:
357 -  the mail gateway now responds with an error message when invalid values 
358    for arguments are specified for link or mutlilink properties
359 -  modified unit test to check nosy and assignedto when specified as arguments
360 -  handle attachments with no name (eg tnef)
361 -  fixed setting nosy as argument in subject line
362 -  fixed back_bsddb so it passed the journal tests
363 -  fixed status changes in mail gateway (eg. unread -> chatting)
364 -  we'll actually distribute the frontends directory now, as advertised...
365 -  handle stripping of "AW:" from subject line
366 -  htmltemplate list() wasn't sorting...
367 -  unit tests for html templating (and re-enabled the listbox field for
368    multilinks)
369 -  allow abbreviation of "help" in admin tool too.
370 -  run_tests testReldate_date failed if LANG is 'german'
371 -  mailgw failures (unexpected ones) are forwarded to the roundup admin
374 2002-01-16 - 0.4.0b2
375 Fixed:
376 -  #495392 ] empty nosy -patch
377 -  #500574 ] messageid must have format <part1@part2>
378 -  fixed some problems with web editing and change detection
379 -  mail splitting wasn't detecting responses in the same "section" as quoted
380    text
381 -  missed a "from i18n import _" in date.py
382 -  #501690 ] MIGRATION.txt incomplete
383 -  #502342 ] pipe interface
384 -  #502437 ] rogue reactor and unittest
385 -  re-enabled dumbdbm when using python >2.1.1 (ie 2.1.2, 2.2)
386 -  changed all config accesses so they access either the instance or the
387    config attriubute on the db. This means that all config is obtained from
388    instance_config instead of the mish-mash of classes. This will make
389    switching to a ConfigParser setup easier too, I hope.
390 -  #502951 ] adding new properties to old database
391 -  #502953 ] nosy-like treatment of other multilinks
392 -  #503164 ] create and passwords
393 -  plain rendering of links in the htmltemplate now generate a hyperlink to
394    the linked node's page.
395 -  #503330 ] ANONYMOUS_REGISTER now applies to mail
396 -  #503353 ] setting properties in initial email
397 -  #502956 ] filtering by multilink not supported
398 -  #503340 ] creating issue with [asignedto=p.ohly]
399 -  #502949 ] index view for non-issues and redisplay
400 -  #503793 ] changing assignedto resets nosy list
401 -  lots of date/interval related changes:
402    - more relaxed date format for input
403    - handle None for date/interval properties
406 2002-01-08 - 0.4.0b1
407 Feature:
408 -  Added INSTANCE_NAME to configuration - used in web and email to identify
409    the instance.
410 -  Added EMAIL_SIGNATURE_POSITION to indicate where to place the roundup
411    signature info in e-mails.
412 -  Some more flexibility in the mail gateway and more error handling.
413 -  Login now takes you to the page you back to the were denied access to.
414 -  Admin user now can has a user index link on their web interface.
415 -  We now have basic transaction support. Information is only written to
416    the database when the commit() method is called. Only the anydbm and
417    bsddb3 backends are modified in this way - the bsddb3 backend needs a
418    lot more work anyway...
419     - the CGI and mailgw automatically commit() at the end of processing a
420       single transaction
421     - the admin tool requires an explicit "commit" - it will prompt at exit
422       if there are unsaved changes. A "rollback" removes all changes made
423       during the session (up to the last commit).
424 -  Added the "display" command to the admin tool - displays a node's values
425 -  Message author's name appears in From: instead of roundup instance name
426    (which still appears in the Reply-To:)
427 -  Added a Zope frontend for roundup.
428 -  Centralised the python version check code, bumped version to 2.1.1 (really
429    needs to be 2.1.2, but that isn't released yet :)
430 -  much better attaching of erroneous messages in the mail gateway
431 -  #496356 ] Use threading in messages
432    This adds the tracking of messages by message-id and allows threading
433    using in-reply-to. Most e-mail clients support threading using this
434    feature, and we hope to add support for it to the web gateway.
436 Fixed:
437 -  Lots of bugs, thanks Roché and others on the devel mailing list!
438 -  login_action and newuser_action return values were being ignored
439 -  Woohoo! Found that bloody re-login bug that was killing the mail
440    gateway.
441 -  Fixed login/registration forwarding the user to the right page (or not,
442    on a failure)
443 -  We now use weakrefs in the Classes to keep the database reference, so
444    the close() method on the database is no longer needed.
445 -  #487480 ] roundup-server
446 -  #487476 ] INSTALL.txt
447 -  #489760 ] [issue] only subject
448 -  fixed doc/index.html to include the quoting in the mail alias.
449 -  fixed the backends __init__ so we can pydoc the backend modules
450 -  web i/f reports "note added" if there are no changes but a note is entered
451 -  we were assuming database files created by anydbm had the same name, but
452    this is not the case for dbm. We now perform a much better check _and_
453    cope with the anydbm implementation module changing too!
454 -  envelope-from is now set to the roundup-admin and not roundup itself so
455    delivery reports aren't sent to roundup (thanks Patrick Ohly)
456 -  #495400 ] entering blanks
457    Values with spaces are now accepted in roundup-admin - check the long help
458    for details.
459 -  #496360 ] table width does not work
460 -  detectors were being registered multiple times
461 -  added tests for mailgw
464 2001-11-23 - 0.3.0 
465 Feature:
466 -  #467129 ] Lossage when username=e-mail-address
467 -  #473123 ] Change message generation for author
468 -  MailGW now moves 'resolved' to 'chatting' on receiving e-mail for an issue.
469 -  Added Structured Text rendering to htmltemplate, thanks Brad Clements.
470 -  Added CGI configuration via env vars (see roundup.cgi for details)
471 -  "roundup.cgi" is now installed to "<python-prefix>/share/roundup/cgi-bin"
472 -  roundup-admin now accepts abbreviated commands (eg. l = li = lis = list)
473 -  roundup-mailgw now supports unix mailbox and POP as sources of mail.
474 -  roundup-admin now handles all hyperdb exceptions
475 -  users may attach files to issues (and support in ext) through the web now
476 -  incorporated patch from Roch'e Compaan implementing attachments in nosy
477    e-mail
478 -  added a target version field to the extended issue schema
479 -  added dummy hooks for I18N and some preliminary (test) markup of
480    translatable messages
482 Fixed:
483 -  Fixed a bug in HTMLTemplate changes.
484 -  'unread' to 'chatting' automagic status change was b0rken.
485 -  Anonymous user lockout wasn't working.
486 -  roundup-server now works on Windows, thanks Juergen Hermann.
487 -  Fixed install documentation, also thanks Juergen Hermann.
488 -  Fixed some URL issues in roundup.cgi, again thanks Juergen Hermann.
489 -  bug #475347 ] WindowsError still not caught (patch from Juergen Hermann)
490 -  bug #474749 ] indentations lost
491 -  bug #477104 ] HTML tag error in roundup-server
492 -  bug #477107 ] HTTP header problem
493 -  bug #477687 ] conforming html
494 -  bug #474372 ] Netscape 4.77 do not render Support form
495 -  bug #477685 ] base64.decodestring breaks
496 -  bug #477837 ] lynx does not like the cookie
497 -  bug #477892 ] Password edit doesn't fix login cookie
498 -  newuser_action now presents error messages rather than tracebacks.
499 -  bug #479511 ] mailgw to pop
500 -  bug #479508 ] roundup-admin crash on wrong class
501 -  bad error report in hyperdb
502 -  roundup.mailgw now handles errors on the set() and create() at the end
503    of processing
504 -  roundup.mailgw also handles messages that are passed to it that don't
505    contain a From: line - apparently some POP servers can do this. It punts
506    an error message to the roundup admin.
507 -  fixed nosy reaction and author copy handling
508 -  errors in nosy reaction will be propogated now (were effectively being
509    squashed)
510 -  re-open the database as the author in mail handling
511 -  missing "return" in filter_section (thanks Roch'e Compaan)
514 2001-10-23 - 0.3.0 pre 3
515 Feature:
516 -  MailGW now moves 'unread' to 'chatting' on receiving e-mail for an issue.
517 -  feature #473127: Filenames. I modified the file.index and htmltemplate
518    source so that the filename is used in the link and the creation
519    information is displayed.
520  Admin Tool (roundup-admin):
521  -  Interactive mode for running multiple (independant at present) commands.
522  -  Tabular display of nodes.
523  -  Import and export via colon-separated files.
525 Changed:
526 -  re-organised the html templating code. Fixed some bugs, probably
527    introduced some more.  Hopefully not too many.
529 Fixed:
530 -  Stand-alone server now has a configurable setuid user.
531 -  CGI interface wasn't handling checkboxes at all.
532 -  Fixed quopri usage in mailgw from bug reports on mailing list.
533 -  Remove the "freshen" command from the roundup-admin tool.
534 -  Catch errors in login - no username or password supplied.
535 -  Fixed editing of password (Password property type) thanks Roch'e Compaan.
536 -  Fixed grouping of non-str properties thanks Roch'e Compaan.
537 -  bug #473121: The customisation view and filters (CGI interface view
538    customisation section may now be hidden (patch from Roch'e Compaan.)
539 -  bug #473122: Issue id sorting (hyperdb sorts strings-that-look-like-numbers
540    as numbers now.
541 -  bug #473124: UI inconsistency with Link fields.
542    This also prompted me to fix a fairly long-standing usability issue -
543    that of being able to turn off certain filters.
544 -  bug #473125: Paragraph in e-mails
545 -  bug #473126: Sender unknown
546 -  bug #473130: Nosy list not set correctly
549 2001-10-11 - 0.3.0 pre 2
550 Fixed:
551 -  Hyperdatabase was inserting empty strings instead of None for missing
552    property values. This broke a lot of things.
555 2001-10-10 - 0.3.0 pre 1
556 Feature:
557 -  roundup-admin create now prompts for property info if none is supplied
558    on the command-line.
559 -  hyperdb Class getprops() method may now return only the mutable
560    properties.
561 -  CGI interfaces now generate a top-level index of their known instances.
563 Changed:
564 -  Login now uses cookies, which makes it a whole lot more flexible. We can
565    now support anonymous user access (read-only, unless there's an
566    "anonymous" user, in which case write access is permitted). Login
567    handling has been moved into cgi_client.Client.main()
568 -  The "extended" schema is now the default in roundup init.
569 -  The schemas have had their page headings modified to cope with the new
570    login handling. Existing installations should copy the interfaces.py
571    file from the roundup lib directory to their instance home.
572 -  Passwords are now encoded by default (except exising databases which
573    will only be encoded when the passwords are changed). The scheme used
574    at the moment is SHA - but the code is flexible enough to take any
575    number of encoding systems.
576 -  The roundup-admin tool always operates as the "admin" user now. Database
577    protection should be achieved using file system protections (see the
578    documentation for details.)
580 Fixed:
581 -  Incorrectly had a Bizar Software copyright on the cgitb.py module from
582    Ping - has been removed.
583 -  Pretty time interval wasn't handling > 1 month properly.
584 -  Generation of links to Link/Multilink in indexes. (thanks Hubert Hoegl)
585 -  AssignedTo wasn't in the "classic" schema's item page.
586 -  Fixed a whole bunch of places in the CGI interface where we should have
587    been returning Not Found instead of throwing an exception.
588 -  Fixed a deviation from the spec: trying to modify the 'id' property of
589    an item now throws an exception.
590 -  The plain() template function now html-escapes the content.
591 -  Change message was stuffing up for multilinks with no key property.
595 --------------
597 2001-08-30 - 0.2.8
598 Fixed:
599 -  Wasn't handling unguessable mime types for file uploads.
600 -  Missing import in mailgw.
603 2001-08-29 - 0.2.7
604 Feature:
605 -  Text searches are now case insensitive. All forms of text search use
606    regular expressions now.
608 Fixed:
609 -  Had another 2.1-ism in the unit tests
610 -  Made the mail parser a little more robust w.r.t missing Subject:
611    (both thanks Mikhail Sobolev)
612 -  Missed some isFooType usages (thanks Mikhail Sobolev for spotting them)
613 -  Reverted back to sending change messages to the web editor of a node so
614    that the change note message is actually genrated.
615 -  CGI interface wasn't generating correct change messages.
616 -  Notes entered during a change are saved to the messages list even if
617    there's no nosy list. No message is generated if there's no nosy list and
618    there's no change note (since it would just duplicates the journal).
619 -  Completely removed the bsddb3 module from the tests - will be reinstated
620    when the http://bsddb.sourceforge.net/'s bugs #439959 and #456408 are
621    dealt with. One is fixed in CVS, the other pending.
624 2001-08-08 - 0.2.6
625 Note:
626 -  Roundup is now released under the same terms as the Python License.
628 Feature:
629 -  Added tests for instance initialisation. No more releasing the software
630    with bugs in roundup.init!
631 -  Now bundling unittest with the package so that python 2.0 users can use
632    the tests.
633 -  Much better error handling and messages generated by the mail gateway.
635 Fixed:
636 -  Implemented correct mail splitting. Added unit tests. Also snips
637    signatures now too.
638 -  Bug #447671 - typo in roundup/init.py
639 -  Changed date.Date to use regular string formatting instead of strftime -
640    win32 seems to have problems with %T and no hour... or something...
641 -  Bug #448484 - now catching correct exception from makedirs.
642 -  Instances are now opened by a special function that generates a unique
643    module name for the instances on import time.
646 2001-08-03 - 0.2.5
647 Note:
648 -  The bsddb3 module has a bug that renders it non-functional. Users should
649    select the anydbm or bsddb backend instead.
651 Fixed:
652 -  Python 2.0 does not contain the unittest module. The setup.py module now
653    checks for unittest before attempting to run the unit tests.
656 2001-08-03 - 0.2.4
657 Features:
658 -  Added ability for cgi newblah forms to indicate that the new node
659    should be linked somewhere.
660 -  Added time logging and file uploading to the templates.
661 -  Added "My Issues" and "My Support" to extended template. Changed "Your
662    Details" to "My Details". Changed the "New Foo" links to "Add Foo".
663    Added links for unassigned support and issues. Generally reorganised and
664    cleanup the header up.
665 -  Changed the order of the information in the message generated by web edits.
666 -  Extended the range of intervals that are pretty-printed before actual dates
667    are displayed.
668 -  Added more BUILD instructions including the "clean" command to force
669    rebuild.
670 -  Web edit messages aren't sent to the person who did the edit any more. No
671    message is generated if they are the only person on the nosy list.
672 -  Roundupdb now appends "mailing list" information to its messages which
673    include the e-mail address and web interface address. Templates may
674    override this in their db classes to include specific information (support
675    instructions, etc).
677 Fixed:
678 -  Argument handling for the roundup-admin find command.
679 -  Handling of summary when no note supplied for newblah. Again.
680 -  Detection of no form in htmltemplate Field display.
681 -  Checklist html template command was setting wrong name.
682 -  2.1-specific gmtime() (no arg) call in roundup.date. (thanks Paul Wright)
683 -  mailgw was making naughty assumptions about the schema of the classes it
684    was creating nodes for.
685 -  remove the $Foo$ from the HTML files stored in the htmlbase modules.
686 -  Instance import now imports the instance using imp.load_module so that
687    we can have instance homes of "roundup" or other existing python package
688    names.
691 2001-07-30 - 0.2.3
692 Big change:
693 -  I've split off the support class from the issue class in "extended".
694    Anyone who has any support entries, sorry. It should be possible to
695    write a scipt that moves the entries over pretty easily. If this causes
696    you pain, I'll do so. You'll want to update your instance with the new
697    code in "extended" either way.
699 Features:
700 -  Added the unit tests to the start of setup.py so they're run whenever
701    we do anything distutils'y.
702 -  Added nicer prompting to the roundup-admin "init" command.
703 -  Actually, the roundup-admin code is totally revamped, and has command
704    help and better command-line arg handling.
705 -  The cgi_client.Client base class now reflects the structure of "classic"
706    rather than "extended" since "classic" is more of a "base" template.
707 -  Added more DB to test. Skips tests where imports fail.
709 Fixed:
710 -  One of the tests in test_date had the wrong expected result.
711 -  Fixed IssueClass so that superseders links to its classname rather than
712    hard-coded to "issue".
713 -  templatebuilder was catching IOError instead of OSError.
714 -  The cgi_client newblah method wasn't detecting the __note form field
715    properly.
716 -  The History command in htmltemplate didn't handle a new node (None
717    nodeid) properly.
720 2001-07-29 - 0.2.2
721 Features:
722 -  Added implementation.txt to the doc directory. Contains implementation
723    notes specific to this implementations of Roundup.
724 -  Cleaned up mailgw some (subclass Message for getPart) and added some
725    tests for multipart splitting.
726 -  Better checking for html dir in templatebuilder.
727 -  Base hyperdb.Class now fakes the "id" property.
728 -  Made the classic roundup look more like the original prototype.
729 -  Made cgi_client and templating slightly more generic.
730 -  Moved some code around in cgi_client allowing for subclassing to change
731    behaviour.
732 -  Added the fabricated property "id" to all hyperdb classes.
733 -  Cleanup of the link label generation (new method on hyperdb.Class to do
734    it).
736 Fixed:
737 -  Everything uses errno module now to check errno values.
738 -  New issue form handles lack of note better now.
739 -  HTML templating uses section-bar style for index group headers now.
740 -  Fixed problem in link display when Link value is None.
741 -  Form handling in cgi client wasn't propogating through the previous
742    query elements.
743 -  Fixed sort arguments generated for column headings so sorting can be
744    changed now.
747 2001-07-28 - 0.2.1
748 Features:
749 -  Added docstring to roundup package so pydoc reports useful information.
750 -  Added the roundup 1 software carpentry submission HTML to the doc
751    directory as "overview.html".
753 Fixes:
754 -  Fixed bug in init command - templatebuilder was assuming existence of
755    "html" directory in instance home.
756 -  Fixed INSTALL.txt to reflect some changes in the installation and test
757    procedure. Whatdya know, "setup.py install" does the script install.
758    There you go...
759 -  Fixed some non-string node ids in cgi_client now that the hyperdb is
760    strict about such things.
762 2001-07-26 - 0.2.0
763 Features:
764 -  Major reorganisation of code to allow multiple roundup instances and a
765    single, site-packages -based installation. Also allows multiple database
766    back-ends.
767 -  Moved the bin/ proggies into the top dir, so that it all works
768    out-of-the-box
769 -  Added the "classic" template - a direct implementation of the Roundup
770    spec. Well, as close as we're going to get, anyway.
771 -  Added an issue priority of support to "extended"
772 -  Added command-line arg handling to roundup-server so it's more useful 
773    out-of-the-box.
774 -  Added distutils-style installation of "lib" files.
775 -  Added some unit tests.
777 Fixes:
778 -  Fixed bug in re generation in the filter
779 -  Fixed handling of None String property in grouped list headings
780 -  Fixed adding new issue with no change note
781 -  Fixed values in text input fields which contained quotes (") are now
782    quoted.
783 -  Fixed a bug in the hyperdb filter - wrong variable names in the error
784    message.
786 2001-07-19 - 0.1.3
787 -  Reldate now takes an argument "pretty" - when true, it pretty-prints the
788    interval generated up to 5 days, then pretty-prints the date of last
789    activity. The issue index and item now use the pretty format.
790 -  Classes list for admin user in CGI interface.
791 -  Made the view configuration more accessible, neater and more realistic.
792 -  Fixed list view grouping handling grouping by a Multilink or String or Link
793    value of None or Date, ...  (mind you, sorting by Date???)
794 -  Fixed bug in the plain formatter when a Link was None.
795 -  Fixed ordering of list view column headings.
796 -  Fixed list view column heading sort links - and limited the number of
797    columns to sort by to 2.
798 -  Added searching by glob to StringType filtering -
799     ^text  - search for text at start of fields
800     text$  - search for text at end of fields
801     ^text$ - exactly match text in fields
802     te*xt  - search for text matching "te"<any characters>"xt"
803     te?xt  - search for text matching "te"<any one character>"xt"
804 -  Added more fields to the issue.filter and issue.index templates
807 2001-07-18 - 0.1.2
808 -  Set default index to ?:group=priority&:columns=activity,status,title so
809    the priority column isn't displayed.
810 -  Thanks Anthony:
811    - added notes to the README about Python prerequisites
812    - added check to roundup.py, roundup.cgi, server.py and roundup-mailgw.py
813      for python 2+ - and made the file itself parseable by 1.5.2 ;)
814    - python 2.0 didn't have the default args for the time module functions.
815    - better handling of db directory in initDB
816 -  Sorting on the extra properties defined by roundupdb classes was broken
817    due to the caching used. May now sort on activity and creation
818    properties, etc.
819 -  Set the default index to sort on activity
822 2001-07-18 - 0.1.1
823 -  Initial version release with consent of Roundup spec author, Ka-Ping Yee:
824    "Amazing!  Nice work.  I'll watch for the source code on your website."
826 2001-07-11 - 0.1.0
827 -  Needed a bug tracking system. Looked around. Tried to install many
828    Perl-based systems, to no avail. Got tired of waiting for Roundup to be
829    released. Had just finished major product project, so needed something
830    different for a while. Roundup here I come...