Code

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