Code

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