Code

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