Code

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