Code

- update with possible tracker issue
[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 2009-12-XX 1.4.11 (rXXXX)
6 Features:
7 - Generic class editor may now restore retired items (thanks Ralf Hemmecke)
9 Fixes:
10 - More SSL fixes. SSL wants the underlying socket non-blocking. So we
11   don't call socket.setdefaulttimeout in case of SSL. This apparently
12   never raises a WantReadError from SSL.
13   This also fixes a case where a WantReadError is raised and apparently
14   the bytes already read are dropped (seems the WantReadError is really
15   an error, not just an indication to retry).
16 - Correct initial- and end-handshakes for SSL
17 - Update FAQ to mention infinite redirects with pathological settings of
18   the tracker->web variable. Closes issue2537286, thanks to "stuidge"
19   for reporting.
20 - Fix some format errors in italian translation file
21 - Some bugs issue classifiers were causing database lookup errors
22 - Fix security-problem: If user hasn't permission on a message (notably
23   files and content properties) and is on the nosy list, the content was
24   sent via email. We now check that user has permission on the message
25   content and files properties. Thanks to Intevation for funding this
26   fix.
27 - Fix traceback on .../msgN/ url, this requests the file content and for
28   apache mod_wsgi produced a traceback because the mime type is None for
29   messages, fixes issue2550586, thanks to Thomas Arendsen Hein for
30   reporting and to Intevation for funding the fix.
31 - Handle OPTIONS http request method in wsgi handler, fixes issue2550587.
32   Thanks to Thomas Arendsen Hein for reporting and to Intevation for
33   funding the fix.
34 - Add documentation for migrating to the Register permission and
35   fix mailgw to use Register permission, fixes issue2550599
36 - Fix styling of calendar to make it more usable, fixes issue2550608
37 - Fix typo in email section of user guide, fixes issue2550607
38 - Fix WSGI response code (thanks Peter Pöml)
39 - Fix linking of an existing item to a newly created item, e.g.
40   edit action in web template is name="issue-1@link@msg" value="msg1"
41   would trigger a traceback about an unbound variable.
42   Add new regression test for this case. May be related to (now closed)
43   issue1177477. Thanks to Intevation for funding the fix.
45 2009-10-09 1.4.10 (r4374)
47 Fixes:
48 - Minor update of doc/developers.txt to point to the new resources
49   on www.roundup-tracker.org (Bernhard Reiter)
50 - Small CSS improvements regaring the search box (thanks Thomas Arendsen Hein)
51   (issue 2550589)
52 - Indexers behaviour made more consistent regarding length of indexed words
53   and stopwords (thanks Thomas Arendsen Hein, Bernhard Reiter)(issue 2550584)
54 - fixed typos in the installation instructions (thanks Thomas Arendsen Hein)
55   (issue 2550573) 
56 - New config option csv_field_size: Pythons csv module (which is used
57   for export/import) has a new field size limit starting with python2.5.
58   We now issue a warning during export if the limit is too small and use
59   the csv_field_size configuration during import to set the limit for
60   the csv module. (Ralf Schlatterbeck)
61 - Small fix for CGI-handling of XMLRPC requests for python2.4, this
62   worked only for 2.5 and beyond due to a change in the xmlrpc interface
63   in python (Ralf Schlatterbeck)
64 - Document filter method of xmlrpc interface (Ralf Schlatterbeck)
65 - Fix interaction of SSL and XMLRPC, now XMLRPC works with SSL 
66   (Ralf Schlatterbeck)
68 2009-08-10 1.4.9 (r4346)
70 Fixes:
71 - fixed action taken in response to invalid GET request
72 - fixed classic tracker template to submit POST requests when appropriate
73 - fix problems with french and german locale files (issue 2550546)
74 - Run each message of the mail-gateway in a separate transaction,
75   see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500
76 - fix problem with bounce-message if incoming mail has insufficient
77   privilege, e.g., user not existing (issue 2550534)
78 - fix construction of individual messages to nosy recipents with
79   attachments (issue 2550568)
80 - re-order sqlite imports to handle multiple installed versions (issue
81   2550570)
82 - don't show entire history by default
83   (fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540629)
84 - remove use of string exception
87 2009-03-18 1.4.8 (r4209)
89 Fixes:
90 - bug introduced into hyperdb filter (issue 2550505)
91 - bug introduced into CVS export and view (issue 2550529)
92 - bugs introduced in the migration to the email package (issue 2550531)
93 - handle bogus pagination values (issue 2550530)
94 - fix TLS handling with some SMTP servers (issues 2484879 and 1912923)
97 2009-03-13 1.4.7 (r4202)
99 Features:
100 - Provide a "no selection" option in web interface selection widgets
101 - Debug logging now uses the logging module rather than print
102 - Allow CGI frontend to serve XMLRPC requests.
103 - Added XMLRPC actions, as well as bridging CGI actions to XMLRPC actions.
104 - Optimized large file serving via mod_python / sendfile().
105 - Support resuming downloads for (large) files.
107 Fixes:
108 - a number of security issues were discovered by Daniel Diniz
109 - EditCSV and ExportCSV altered to include permission checks
110 - HTTP POST required on actions which alter data
111 - HTML file uploads served as application/octet-stream
112 - Handle Unauthorised in file serving correctly
113 - New item action reject creation of new users
114 - Item retirement was not being controlled
115 - Roundup is now compatible with Python 2.6
116 - Improved French and German translations
117 - Improve consistency of item sorting in HTML interface
118 - Various other small bug fixes, robustification and optimisation
121 2008-09-01 1.4.6
122 Fixed:
123 - Fix bug introduced in 1.4.5 in RDBMS full-text indexing
124 - Make URL matching code less matchy
125 - Try to clarify mail_domain config setting
128 2008-08-19 1.4.5
129 Feature:
130 - Add use of username/password stored in ~/.netrc in mailgw (sf patch
131   #1912105)
133 Fixed:
134 - 'Make a Copy' failed with more than one person in nosy list (sf #1906147)
135 - xml-rpc security checks and tests across all backends (sf #1907211)
136 - Send a Precedence header in email so (well-written) autoresponders don't
137 - Fix mailgw total failure bounce message generation (thanks Bradley Dean)
138 - Fix for postgres 8.3 compatibility (and bug) (sf patch #2030479 and bug
139   #1959261)
140 - Fix for translations (sf patch #2032526)
141 - Fire reactors after file storage is all done (sf patch #2001243)
142 - Allow negative ids other than -1 for item generation (sf patch #1982481)
143 - Better German translation for retiring users (sf #1998701)
144 - More improvements to German translation (sf #1919446)
145 - Add filter() to XML-RPC interface (sf patch #1966456)
146 - Fix IndexError when there are no messages to an issue (sf patch #1894249)
147 - Prevent broken pipe errors in csv export (sf patch #1911449)
148 - New session API and cleanup thanks anatoly t.
149 - Make WSGI handler threadsafe (sf #1968027)
150 - Improved URL matching RE (sf #2038858)
151 - Allow binary file content submission via XML-RPC (sf #1995623)
152 - Don't run old code on newer database (sf #1979556)
153 - Fix HTML injection into page title
154 - Fix indexer handling of indexed Link properties (sf #1936876)
157 2008-03-01 1.4.4
158 Fixed:
159 - Security fixes (thanks Roland Meister)
162 2008-02-27 1.4.3
163 Fixed:
164 - MySQL backend bug introduced in 1.4.2 (TEXT columns need a size when
165   being indexed)
168 2008-02-08 1.4.2
169 Feature:
170 - New config option in mail section: ignore_alternatives allows to
171   ignore alternatives besides the text/plain part used for the content
172   of a message in multipart/alternative attachments.
173 - Admin copy of error email from mailgw includes traceback (thanks Ulrik
174   Mikaelsson)
175 - Messages created through the web are now given an in-reply-to header
176   when email out to nosy (thanks Martin v. Löwis)
177 - Nosy messages now include more information about issues (all link
178   properties with a "name" attribute) (thanks Martin v. Löwis)
180 Fixed:
181 - Searching date range by supplying just a date as the filter spec
182 - Handle no time.tzset under Windows (sf #1825643)
183 - Fix race condition in file storage transaction commit (sf #1883580)
184 - Make user utils JS work with firstname/lastname again (sf #1868323)
185 - Fix ZRoundup to work with Zope 2.8.5 (sf #1806125)
186 - Fix race condition for key properties in rdbms backends (sf #1876683)
187 - Handle Reject in mailgw final set/create (sf #1826425)
190 2007-11-09 1.4.1
191 Fixed:
192 - Removed some metakit references
195 2007-11-04 1.4.0
196 Feature:
197 - Roundup has a new xmlrpc frontend that gives access to a tracker using
198   XMLRPC.
199 - Dates can now be in the year-range 1-9999
200 - The metakit backend has been removed
201 - Add simple anti-spam recipe to docs
202 - Allow customisation of regular expressions used in email parsing, thanks
203   Bruno Damour
204 - Italian translation by Marco Ghidinelli
205 - Multilinks take any iterable
206 - config option: specify port and local hostname for SMTP connections
207 - Tracker index templating (i.e. when roundup_server is serving multiple
208   trackers) (sf bug 1058020)
209 - config option: Limit nosy attachments based on size (Philipp Gortan)
210 - roundup_server supports SSL via pyopenssl
211 - templatable 404 not found messages (sf bug 1403287)
212 - Unauthorized email includes a link to the registration page for
213   the tracker
214 - config options: control whether author info/email is included in email
215   sent by roundup
216 - support for receiving OpenPGP MIME messages (signed or encrypted)
218 Fixed:
219 - Handling of unset Link search in RDBMS backend
220 - Journal export of anydbm didn't correctly export previously empty values
221 - Fix handling of defaults for date fields
222 - Fix <form> name in user editing to allow multilink popups to work
223 - Fix form handling of editing existing hyperdb items from a new item page.
224 - Added new rdbms-indexes for full-text index which will speed up
225   reindexing.
226 - Turning off indexing for content properties of FileClass instance
227   (e.g., "file" and "msg") now works for SQL backends.
228 - Enabled over-riding of content-type in web interface (thanks
229   John Mitchell)
230 - Validate user timezones to filter bad entries (sf bug 1738470)
231 - Classic template allows searching for issues with no topic set
232   (sf bug 1610787)
233 - xapian_indexer uses current API for stemming (Rick Benavidez)
234   (sf bug 1771414)
235 - Ensure email addresses are unique (sf bug 1611787)
236 - roundup_admin tracks uncommitted changes in interactive mode
237   for all backends (sf bug 1297014)
238 - add template search path for easy_install (Marek Kubica)
239 - don't spam the roundup admin on client shutdowns (Ulrik Mikaelsson)
240 - respect umask on filestorage backends (Ulrik Mikaelsson) (sf bug 1744328)
241 - cope with spam robots posting multiple instances of the same form
242 - include the author of property-only changes in generated messages
243 - fuller email validation in templates (sf feature 1216291)
244 - cope with bad cookies from other apps on same domain (sf bug 1691708)
245 - updated Spanish translation from Ramiro Morales
246 - clean up query display of "Private to you items" (sf bug 1481394)
247 - use local timezone for mail date header (sf bug 1658173)
248 - allow CSV export of queries on selected issues (sf bug 1783492)
249 - remove blobfiles on destroy (sf bug 1654132)
250 - handle postgres exceptions during session cleanup (sf bug 1703116)
251 - update Xapian indexer to use current API
252 - handle export and import of old trackers that have data attached to
253   journal "create" events
254 - fix a couple more old instances of "type" instead of "ENGINE" for mysql
255   backend
256 - make LinkHTMLProperty handle non-existing keys (sf patch 1815895)
259 2007-02-15 1.3.3
260 Fixed:
261 - If-Modified-Since handling was broken
262 - Updated documentation for customising hard-coded searches in page.html
263 - Updated Windows installation docs (thanks Bo Berglund)
264 - Handle rounding of seconds generating invalid date values
265 - Handle 8-bit untranslateable messages from database properties
266 - Fix scripts/roundup-reminder date calculation (sf bug 1649979)
267 - Improved due_date and timelog customisation docs (sf bug 1625124)
270 2006-12-19 1.3.2
271 Fixed:
272 - relax rules for required fields in form_parser.py (sf bug 1599740)
273 - documentation cleanup from Luke Ross (sf patch 1594860)
274 - updated Spanish translation from Ramiro Morales (sf patch 1594718)
275 - handle 8-bit untranslateable messages in tracker templates
276 - handling of required for boolean False and numeric 0 (sf bug 1608200)
277 - removed bogus args attr of ConfigurationError (sf bug 1608056)
278 - implemented start_response in roundup.cgi (sf bug 1604304)
279 - clarified windows service documentation (sf patch 1597713)
280 - HTMLClass fixed to work with new item permissions check (sf bug 1602983)
281 - support POP over SSL (sf patch 1597703)
282 - clean up input field generation and quoting of values (sf bug 1615616)
283 - allow use of roundup-server pidfile without forking (sf bug 1614753)
284 - allow translation of status/priority menu options (sf bug 1613976)
287 2006-11-11 1.3.1
288 Fixed:
289 - setup.py had broken reference to roundup.cgi (sf bug 1593573)
290 - full-text search wasn't coping with multiple multilinks to the same class
291 - unicode / sqlite 3 problem (sf bug 1589292)
294 2006-11-09 1.3.0
295 Feature:
296 - WSGI support via roundup.cgi.wsgi_handler
298 Fixed:
299 - sqlite module detection was broken for python 2.5 compiled without sqlite
300   support
301 - fixed support for pysqlite2 (version 2.1.0 is the minimum version
302   supported)
303 - roundup-server called setuid when run by non-root user
304 - fix sort/group direction checkbox in issue.index.html (sf bug 1593025)
305 - fix error detection for non-EN locales of postgres (sf bug 1592249)
306 - fix email change note rendering of multiline properties (sf patch 1575223)
307 - fix sidebar search links (sf patch 1574467)
308 - nicer "permission required" messages (sf patch 1558183)
309 - fix unstable ordering of detectors (sf bug 1585378)
312 2006-10-07 1.2.1
313 Fixed:
314 - E-mail subject line prefix delimiter configuration was being ignored.
315 - Password confirm field in user editing.
318 2006-10-04 1.2.0
319 Feature:
320 - supports Python 2.5, including the sqlite3 module
321 - full timezone support (sf patch 1465296)
322 - handle connection loss when responding to web requests
323 - match incoming mail In-Reply-To against existing messages when no issue
324   id is specified in the Subject
325 - added StringHTMLProperty wrapped() method to wrap long lines in issue
326   display
327 - include the popcal in Date field editing and search fields by default
328 - @required in forms may now specify properties of linked items (sf patch
329   1507093)
330 - update for latest version of pysqlite (sf bug 1487098; patch 1534227)
331 - update for latest version of psycopg2 (sf patch 1429391)
332 - new "exporttables" command in roundup-admin (sf bug 1533791)
333 - roundup-admin "export" may specify classes to exclude (sf bug 1533791)
334 - sorting and grouping by multiple properties is now supported by the
335   backends *and* the classic template.
336 - sorting, grouping, and searching by transitive properties (e.g.,
337   messages.author.supervisor) is now supported in all backends
338 - added filter_sql to SQL backends which takes an arbitrary SQL statement
339   and returns a list of item ids
342 Fixed:
343 - Verbose option for import and export (sf bug 1505645)
344 - -c option for roundup-mailgw won't accept parameter (sf bug 1505649)
345 - '?' in rfc2822-encoded header isn't quoted (sf bug 1505663)
346 - fix error message in form parser
347 - updated ZRoundup for Zope 2.9 (sf patch 1511734)
348 - fix timelog example in customisation doc to mention permissions
349 - nicer listing of Superseder links (sf non-patch 1497767)
350 - include roundup-server.ini.example (sf bug 1493859)
351 - dumb bug in cgi templating utils (sf bug 1490176)
352 - handle unicode in query names (sf bug 1495702)
353 - fix error during mailgw bouncing message (sf bug 1413501)
354 - hyperdb handling of empty raw values for Multilink and Password (sf bug
355   1507814)
356 - don't int() ids (sf bug 1512939)
357 - fix importing into anydbm backend (sf bug 1512939)
358 - fix help message for roundup-admin install (sf bug 1494990)
359 - removed traceback with OTK is used multiple times (sf bug 1240539)
360 - metakit backend was indexing FileClass content even when asked not to
361 - anydbm backend will finally sort numerically by ID
362 - problem with string sorting in anydbm backend fixed: If a string was
363   fully numeric it was sorted as a number
364 - Multilink-sorting now sorts by orderprop not by ID and works for all
365   backends
366 - Bug with name-collisions in sorted classes when sorting by Link
367   properties in metakit backend fixed
368 - Postgres backend allows transaction collisions to be ignored when
369   committing cleanup in the sessions database
370 - translate titles of "show all" and "unassigned" issue lists
371   in classic template (sf patch 1424576)
372 - "as" is a keyword in Python 2.6
373 - "from __future__" statments need to be first line of file in Python 2.6
374 - better conflict retry in postgresql backend (sf bug 1552809)
375 - fix time log example (sf bug 1554630)
378 2006-04-27 1.1.2
379 Feature:
380 - server-ctl script uses server configuration file (sf bug 1443805)
381 - mail user interface translated (sf patch 1462491)
383 Fixed:
384 - progress display in roundup-admin reindex
385 - bug in menu() permission filter (sf bug 1444440)
386 - indexing may be turned off for FileClass "content" now
387   ("content" and "type" properties are now automatically included in the
388   FileClass schema where previously the "content" property was faked and
389   "type" was optional)
390 - verbose output during import is optional now (sf bug 1475624)
391 - escape *all* uses of "schema" in mysql backend (sf bug 1472120)
392 - responses to user rego email (sf bug 1470254)
393 - dangling connections in session handling (sf bug 1463359)
394 - reduced frequency of session timestamp update
395 - classhelp popup pagination forgot about "type" (sf bug 1465836)
396 - umask is now configurable (with the same 0002 default)
397 - sorting of entries in classhelp popup (sf bug 1449000)
398 - allow single digit seconds in date spec (sf bug 1447141)
399 - prevent generation of new single-digit seconds dates (sf bug 1429390)
400 - implement close() on all indexers (sf bug 1242477)
403 2006-03-03 1.1.1
404 Fixed:
405 - failure with browsers not sending "Accept-Language" header
406   (sf bugs 1429646 and 1435335)
407 - translate class name in "required property not supplied" error message
408   (sf bug 1429669)
409 - error in link property lookups with numeric-alike key values (sf bug 1424550)
410 - ignore UTF-8 BOM in .po files
411 - add permission filter to menu() implementations (sf bug 1431188)
412 - lithuanian translation updated by Nerijus Baliunas (sf patch 1411175)
413 - incompatibility with python2.3 in the mailer module (sf bug 1432602)
414 - typo in SMTP TLS option name: "MAIL_TLS_CERFILE" (sf bug 1435452)
415 - email obfuscation code in html templating is more robust
416 - blank-title subject line handling (sf bug 1442121)
417 - "All users may only view and edit issues, files and messages they
418   create" example in docs (sf bug 1439086)
419 - saving of queries (sf bug 1436169)
420 - "Adding a new constrained field to the classic schema" example in docs
421   (sf bug 1433118)
422 - security check in mailgw (sf bug 1442145)
423 - "clear this message" (sf bug 1429367)
424 - escape all uses of "schema" in mysql backend (sf bug 1397569)
425 - date spec wasn't allowing week intervals
428 2006-02-10 1.1.0
429 Feature:
430 - trackers may configure custom stop-words for the full-text indexer
431 - login may now be for a single session (and this is the default)
432 - trackers may hide exceptions from web users (they will be mailed to the
433   tracker admin) (hiding is the default)
434 - include "clear this message" link in the "ok" message bar
436 Fixed:
437 - fixes in scripts/import_sf.py
438 - fix some unicode bugs in roundup-admin import
439 - Xapian indexer wasn't actually being used and its reindexing of existing
440   data was busted to boot
441 - roundup-admin import wasn't indexing message content
442 - allow dispname to be passed to renderWith (sf bug 1424587)
443 - rename dispname to @dispname to avoid name clashes in the future
444 - fixed schema migration problem when Class keys were removed
447 2006-02-03 1.0.1
448 Feature:
449 - scripts/import_sf.py will import a tracker from Sourceforge.NET
450 - added hasRole() to HTMLUser
452 Fixed:
453 - SQL generation for sort/group by separate Link properties (sf bug
454   1417565)
455 - fix timezone offsetting in email Date: header
456 - fix security check for hasPermission('Permission', None)
459 2006-01-27 1.0
460 Feature:
461 - Lithuanian translation by Aiste Kesminaite
462 - Web User Interface language selection by form variable @language,
463   browser cookie or HTTP header Accept-Language (sf patch 1360321)
464 - initial values for configuration options may be passed on
465   'roundup-admin install' command line (based on sf patch 1237110)
466 - favicon.ico image may be changed with server config option (sf patch 1355661)
467 - Password objects initialized from plaintext remember plaintext value
468   (sf rfe 1379447)
469 - Roundup installation document includes configuration example
470   for Exim Internet Mailer (sf bug 1393860)
471 - enable registration confirmation by web only (sf bug 1381675)
472 - allow preselection of values in templating menu()s (sf patch 1396085)
473 - display the query name in the header (sf feature 1298535 / patch 1349387)
474 - classhelp works with Link properties now (sf bug 1410290)
475 - added setorderprop() and setlabelprop() to Class (sf features 1379534,
476   1379490)
477 - CSV encoding support (sf bug 1240848)
478 - fields rendered with StructuredText are hyperlinked by default
479 - additional attributes for input element may be passed to the 'field'
480   method of a property wrapper
481 - added "copy_url" method to generate a URL for copying an item
483 Fixed:
484 - MySQL now creates String columns using the TEXT column type
485 - password.crypt won't work with md5 passwords (sf bug 1372253)
486 - use quoted printable encoding for nosy attachments that have MIME
487   type 'text/plain' but contain 8-bit characters (sf bug 1381559)
488 - login name and email address fields in the classic template
489   are highlighted as required fields (sf bug 1392364)
490 - french translation updated by Patrick Decat (sf patch 1397059)
491 - HTTP authorization takes precedence over session cookie (sf bug 1396134)
492 - enforce correct encoding of PostgreSQL backend (sf bug 1374235)
493 - grouping/sorting on link to same class fixed (sf bug 1404930)
494 - all backends implement the retired check in getnodeids (sf bug 1290560)
495 - fix detection of "missing" existing values in CGI form parser (sf bug
496   1414149)
497 - ZRoundup works again (sf bug 1263842)
498 - default user template does not display password fields and submit button
499   when editing is not allowed
500 - fix StructuredText import in cgi.templating
501 - have "System Messages" be marked as such again (sf bug 1281907)
502 - enable editing of public queries (sf bug 966144)
505 2005-10-07 0.9.0b1
506 Feature:
507 - added "imapServer.py" script (sf patch 934567)
508 - added date selection popup windows (thanks Marcus Priesch)
509 - added Xapian indexer; replaces standard indexers if Xapian is available
510 - mailgw subject parsing has configurable levels of strictness
511 - nosy messages may be sent individually to all recipients
512 - remember where we came from when logging in (sf patch 1312889)
515 2006-??-?? 0.8.6
516 Fixed:
517 - french translation updated by Patrick Decat (sf patch 1397059)
518 - tighten up Date parsing to not allow 'M/D/YY' (or 'D/M/YY) (sf bug
519   1290550)
520 - handle "schema" being reserved word in MySQL 5+ (sf bug 1397569)
521 - fixed documentation of filter() in the case of multiple values in a
522   String search (sf bug 1373396)
523 - fix comma-separated ID filter spec in web requests (sf bug 1396278)
524 - fix Date: header generation to be LOCALE-agnostic (sf bug 1352624)
525 - fix admin doc description of roundup-server config file
526 - fix redirect after instant registration (sf bug 1381676)
527 - fix permission checks in cgi interface (sf bug 1289557)
528 - fix permission check on RetireAction (sf bug 1407342)
529 - timezone now applied to date for pretty-format (sf bug 1406861)
530 - fix mangling of "_" in mail Subject class name (sf bug 1413852)
531 - catch bad classname in URL (related to sf bug 1240541)
532 - clean up digested_file_types (sf bug 1268303)
533 - fix permission checks in mailgw (sf bug 1263655)
534 - fix encoding of subject in generated error message (sf bug 1414465)
537 2005-10-07 0.8.5
538 Feature:
539 - Argentinian Spanish translation by Ramiro Morales
541 Fixed:
542 - Display of Multilinks where linked Class labelprop values are None
543 - Fix references to the old * Registration Permissions
544 - Fix missing merge of fix to sf bug 1177057
545 - Fix RDBMS indexer indexing UTF-8 words that encode to > 30 chars
546 - Handle invalidly-specified charsets in incoming email
549 2005-07-18 0.8.4
550 Fixed:
551 - extra CRs in CSV export files on Windows platform (sf bug 1195742)
552 - activity RDBMS columns were being reported in changes
553 - fix name collision in roundup.cgi script (sf bug 1203795)
554 - fix handling of invalid interval input
555 - search locale files relative ro roundup installation path (sf bug 1219689)
556 - use translation for boolean property rendering (sf bug 1225152)
557 - enabled disabling of REMOTE_USER for when it's not a valid username (sf
558   bug 1190187)
559 - fix invocation of hasPermission from templating code (sf bug 1224172)
560 - have 'roundup-admin security' display property restrictions (sf bug
561   1222135)
562 - fixed templating menu() sort_on handling (sf bug 1221936)
563 - allow specification of pagesize, sorting and filtering in "classhelp"
564   popups (sf bug 1211800)
565 - handle dropped properies in rdbms/metakit journal export (sf bug 1203569)
566 - handle missing Subject lines better (sf bug 1198729)
567 - sort/group by missing values correctly (sf bugs 1198623, 1176897)
568 - discard, don't bounce messages to the mailgw when the messages's sender
569   is invalid (ie. when we try to bounce, we get a 550 "unknown user
570   account" response from the SMTP server) (sf bug 1190906)
571 - removed debugging code from cgi/actions.py
572 - refactored hyperdb.rawToHyperdb, allowing a number of improvements
573   (thanks Ralf Schlatterbeck)
574 - don't try to set a timeout for IMAPS (thanks Paul Jimenez)
575 - present Reject exception messages to web users (sf bug 1237685)
578 2005-05-02 0.8.3
579 Feature:
580 - chinese translation by limodou
582 Fixed:
583 - fix reference to The Zope Book in Roundup FAQ
584 - disabled file logging in Roundup test suite (sf bug 1155649)
585 - return original string if message issue xref isn't valid
586 - fix nosyreaction.py to stop it setting the nosy list unnecessarily
587   (see doc/upgrading.txt for how to fix in your trackers)
588 - after logout, always display tracker home page
589 - web forms don't create new items if no item properties are set from UI
590 - item creation failed if multilink fields had invalid entries (sf bug
591   1177602)
592 - fix bdist_rpm (sf bug 1164328)
593 - fix checking of "Email Access" for Anonymous email registration (sf bug
594   1177057)
595 - disable "Email Access" for Anonymous by default to stop spam regsitering
596   users on public trackers
597 - send errors in the web interface to a logfile by default. Use the
598   "debug" multiprocess mode (roundup-server) or the DEBUG_TO_CLIENT var
599   (roundup.cgi) to have the errors appear in your browser
600 - fix setgid typo (sf bug 1171346)
601 - fix faulty find_template filename facility (sf bug 1163629)
602 - fix roundup-admin "export" so it creates the target dir if needed
603 - "fix" roundup-admin "import" to not use "universal newline support" since
604   the csv module appears to have its own ideas about such things (sf bug
605   1163890)
606 - fix installation docs referring to old-style configuration variables
607 - fix roundup-admin "find" for searching Multilinks (sf bug 1189465)
610 2005-03-03 0.8.2
611 Feature:
612 - roundup-server automatically redirects from trackers list
613   to the tracker page if there is only one tracker
615 Fixed:
616 - added content to ZRoundup refresh.txt file (sf bug 1147622)
617 - fix invalid reference to csv.colon_separated
618 - correct URL to What's New in setup.py meta-data
619 - change AUTOCOMMIT=OFF to AUTOCOMMIT=0 for MySQL (sf bug 1143707)
620 - compile message objects in 'setup.py build'
621 - use backend datatype for journal timestamps in RDBMSes
622 - fixes to the "Using an external password validation source"
623   customisation example (sf bugs 1153640 and 1155108)
626 2005-02-17 0.8.1
627 Fixed:
628 - replaced MutlilinkIterator with multilinkGenerator (thanks Bob Ippolito)
629 - fixed broken csv import in roundup.admin module
630 - fixed braino in HTMLClass.filter() (sf bug 1124213)
631 - change ZTUtils Iterator to always iter() its sequence argument
634 2005-01-16 0.8.0
635 Fixed:
636 - fix roundup-server log and PID file paths to be absolute
637 - fix initialisation of roundup-server in daemon mode so initialisation
638   errors are visible
639 - fix: 'Logout' link was enabled on issue index page only
640 - have Permissions only test the check function if itemid is suppled
641 - modify cgi templating system to check item-level permissions in listings
642 - enable batching in message and file listings
643 - more documentation of security mechanisms (incl. sf patches 1117932,
644   1117860)
645 - better unit tests for security mechanisms
646 - code cleanup (sf patch 1115329 and additional)
647 - issue search page allows setting of no sorting / grouping (sf bug
648   1119475)
649 - better edit conflict handling (sf bug 1118790)
650 - consistent text searching behaviour (AND everywhere) (sf bug 1101036)
651 - fix handling of invalid date input (sf bug 1102165)
652 - retain Boolean selections in edit error handling (sf bug 1101492)
653 - fix initialisation of logging module from config file (sf bug 1108577)
654 - removed rlog module (py 2.3 is minimum version now)
655 - fixed class "help" listing paging (sf bug 1106329)
656 - nicer error looking up values of None (response to sf bug 1108697)
657 - fallback for (list) popups if javascript disabled (sf patch 1101626)
660 2005-01-13 0.8.0b2
661 Fixed:
662 - note about how to run roundup demo in Windows (sf bug 1082090)
663 - fix API for templating utils extensions - remove "utils" arg (sf bug 1081981)
664 - back_sqlite.py is missing "import time" (sf bug 1081959)
665 - fix (list) popup (sf bug 1083570)
666 - fix some security assertions (sf bug 1085481)
667 - 'roundup-server -S' always writes [trackers] section heading (sf bug 1088878)
668 - fix port number as int in mysql connection info (sf bug 1082530)
669 - fix setup.py to work with <Python2.3 (sf bug 1082801)
670 - fix permissions checks in cgi templating (sf bug 1082755)
671 - fix "Users may only edit their issues" example in docs
672 - handle ~/.my.cnf files for MySQL defaults (sf bug 1096031)
675 2004-12-08 0.8.0b1
676 Feature:
677 - added MD5 scheme for password hiding
678 - added support for HTTP charset selection
679 - implement __nonzero__ for HTMLProperty
680 - remove "manual" locking of sqlite database
681 - create a new RDBMS cursor after committing
682 - added basic logging, and configuration of it and python's logging module
683 - roundup-mailgw now logs fatal exceptions rather than mailing them to admin
684 - add a default argument to the DateHTMLProperty.field method, and an
685   optional Interval (string or object) to the DateHTMLProperty.now (patch
686   from Vickenty Fesunov)
687 - hide "(list)" popup links when issue is only viewable
688 - roundup-server options -g and -u accept both ids and names (sf bug 983769)
689 - roundup-server now has a configuration file (-C option)
690 - added mod_python interface (see installation.txt)
691 - reorganised tracker configuration, using ConfigParser config, cleaned-up
692   schema definition and implementing easier extension writing (sf rfe 661301)
693 - Permissions may now be defined on a per-property basis
694 - added "Create" Permission. Replaces the "Web"- and "Email Registration"
695   Permissions.
696 - added option to turn off registration confirmation via email
697   ("instant_registration" in config) (sf rfe 922209)
698 - roundup-admin reindex command may now work on single items or classes
699 - multiple selection Link/Multilink search field (thanks Marlon van den Berg)
700 - relaxed hyperlinking in web interface (accept "issue123" or "Issue 123")
701 - record journaltag lookup ("fixes" sf bug 998140)
702 - allow listing popup to be used in query forms (thanks Marcus Priesch)
703 - roundup windows service may be installed with command line options
704   recognized by roundup-server (but not tracker specification arguments).
705   Use this to specify server configuration file for the service.
706 - added experimental multi-thread server
707 - don't try to import all backends in backends.__init__ unless we *want* to
708 - unless in debug mode, keep a single persistent connection through a
709   single web or mailgw request.
710 - HTTP Basic Authentication (sf patch 1067690)
711 - extended security.addPermissionToRole to allow skipping the separate
712   getPermission call
714 Fixed:
715 - postgres backend open doesn't hide corruption in schema (sf bug 956375)
716 - *dbm-style backends nuke() method now clear id counters
717 - removed safeget() from the API (sf bug 994750)
718 - demo tracker is always set up on localhost (sf bug 1049101)
719 - relaxed URL designator syntax to allow issue[0]*1 (sf bug 1054523)
722 2005-05-02 0.7.12
723 Fixed:
724 - handle capitalisation of class names in text hyperlinking (sf bug
725   1101043)
726 - quote full-text search text in URL generation
727 - fixed problem migrating mysql databases
728 - fix search_checkboxes macro (sf patch 1113828)
729 - fix bug in date editing in Metakit
730 - allow suppression of search_text in indexargs_form (sf bug 1101548)
731 - hack to fix some anydbm export problems (sf bug 1081454)
732 - ignore AutoReply messages (sf patch 1085051)
733 - fix ZRoundup syntax error (sf bug 1122335)
734 - fix RDBMS clear() so it resets all class itemid counters
737 2005-01-06 0.7.11
738 Fixed:
739 - index args URL generation broken in .10 (sf bug 1096027)
740 - handle NotModified for non-static files (sf patch 1095790)
741 - fix permission lookup in query editing
744 2005-01-04 0.7.10
745 Fixed:
746 - reset ID counters if the database is cleared (thanks William)
747 - apply IE caching "fix" to automatically serve up all pages expired
748 - fix typo (sf patch 1076629)
749 - fix hyperlinking of items (sf bug 1080251)
750 - fix roundup-admin find command handling of Multilinks
751 - fix some security assertions (sf bug 1085481)
752 - don't set the title to nothing from incoming mail (thanks Bruce Guenter)
753 - fix py2.4 strftime() API change bug (sf bug 1087746)
754 - fix indexer searching with no valid words (sf bug 1086787)
755 - updated searching / indexing docs
756 - fix "(list)" popup when list is one item long (sf bug 1064716)
757 - have RDBMS full-text indexer do AND searching (sf bug 1055435)
758 - handle spaces in String index params in batching (sf bug 1054224)
761 2004-10-26 0.7.9
762 Feature:
763 - DateHTMLProperty.field() accepts format string (thanks Wil Cooley)
765 Fixed:
766 - popup listing uses filter args (thanks Marlon van den Berg)
767 - fixed editing of message contents
768 - loosened the detection of issue cross-references in messages
769 - open CSV files in "universal newline" mode
770 - s/Modifed/Modified (thanks donfu)
771 - applied patch fixing some form handling issues in ZRoundup (sf bug 995565)
772 - enforce View Permission when serving file content (sf bug 1050470)
773 - don't index common words (sf bug 1046612)
774 - don't wrap query.item.html in a <span> (thanks Roch'e Compaan)
775 - TAL expressions like 'request/show/whatever' return True
776   if the request does not contain explicit @columns list
777 - NumberHTMLProperty should return '' not "None" if not set (thanks
778   William)
779 - ensure multilink ordering in RDBMS backends (thanks Marcus Priesch, sf
780   bug 950963)
781 - always honor indexme property on Strings (sf patch 1063711)
782 - make hyperdb value parsing errors readable in mailgw errors
783 - make anydbm journal export handle removed properties
784 - allow use of XML templates again
787 2004-10-15 0.7.8
788 Fixed:
789 - Clean out sessions / otks tables when migrating
792 2004-10-11 0.7.7
793 Fixed:
794 - ZRoundup's search interface works now (sf bug 994957)
795 - fixed history display when "ascending"
796 - removed references to py2.3+ boolean values (sf bug 995682)
797 - fix static file path normalisation in security check (thanks David Linke)
798 - less specific messages for login failures (thanks Chris Withers)
799 - Reject raised against email messages should result in email rejection, not
800   discarding of the message
801 - mailgw can override the MAIL_DEFAULT_CLASS
802 - handle Py2.3+ datetime objects as Date specs (sf bug 971300)
803 - use row locking in MySQL newid() (sf bug 1034211)
804 - add sanity check for sort and group on same property (sf bug 1033477)
805 - extend OTK and session table value cols to TEXT (sf bug 1031271)
806 - fix lookup of REMOTE_USER (sf bug 1002923)
807 - new Interval props weren't created properly in rdbms
808 - date.Interval() now accepts an Interval as a spec (sf bug 1041266)
809 - handle deleted properties in RDBMS history
810 - apply timezone in correct direction in user input (sf bug 1013097)
811 - more efficient find() in RDBMS (sf bug 1012781)
814 2004-07-21 0.7.6
815 Fixed:
816 - rdbms backend full text search failure after import (sf bug 980314)
817 - rdbms backends not filtering correctly on link=None
818 - fix anydbm journal import (sf bug 983166)
819 - handle postgresql bug in SQL generation (sf bug 984591)
820 - fix dates-from-Dates (sf bug 984604)
821 - fix messageid generated when msgid is None for send_message (sf bug 987933)
822 - make user permissions check more sane (fix search page for anonymous)
823 - fixed RDBMS filter() for no matches from full-text search (sf bug 990778)
824 - fixed DateHTMLProperty for invalid date entry (sf bug 986538)
825 - fixed external password source example (sf bug 986601)
826 - document the STATIC_FILES config var
827 - implement the HTTP HEAD command (sf bug 992544)
828 - fix journal export of files to remove content from CSV files
829 - API clarification. Previously, the anydbm/bsddb/metakit filter() methods
830   had required exact matches to Multilink argument lists. The RDBMS
831   backends treated Multilink matches like all other data types - matching
832   any of the Multilink argument list is good enough. The latter behaviour
833   is implemented across the board now.
834 - fix metakit handling of filter on Link==None
837 2004-06-24 0.7.5
838 Fixed:
839 - force lookup of journal props in anydbm filtering
840 - fixed lookup of "missing" Link values for new props in anydbm backend
841 - allow list of values for id, Number and Boolean filtering in anydbm
842   backend
843 - fixed some more mysql 0.6->0.7 upgrade bugs (sf bug 950410)
844 - fixed Boolean values in postgresql (sf bugs 972546 and 972600)
845 - fixed -g arg to roundup-server (sf bug 973946)
846 - better roundup-server usage string (sf bug 973352)
847 - include "context" always, as documented (sf bug 965447)
848 - fixed REMOTE_USER (external HTTP Basic auth) (sf bug 977309)
849 - fixed roundup-admin "find" to use better value parsing
850 - fixed RDBMS Class.find() to handle None value in multiple find
851 - export now stores file "content" in separate files in export directory
854 2004-06-10 0.7.4
855 Fixed:
856 - re-acquire the OTK manager when we re-open the database
857 - mailgw handler can close the database on us
858 - fixed grouping by a NULL Link value
859 - fixed anydbm import/export (sf bugs 965216, 964457, 964450)
860 - fix python 2.3.3 strftime deprecation warning (sf patch 968398)
861 - fix some column datatypes in postgresql and mysql (sf bugs 962611,
862   959177 and 964231)
863 - fixed RDBMS journal packing (sf bug 959177)
864 - fixed filtering by floats in anydbm (sf bug 963584)
867 2004-05-28 0.7.3
868 Fixed:
869 - add "checked" to truth values for Boolean input
870 - fixed import in metakit backend
871 - fix SearchAction use of Class.filter(), and clarify API docs for same
872 - ensure static files may only be served out of the tracker's "static
873   files" directory
876 2004-05-17 0.7.2
877 Fixed:
878 - anydbm sorting with None values (sf bug 952853)
879 - roundup-server -g option not recognised (sf bug 952310)
880 - HTML templating isset() inverted (sf bug 951779)
881 - otks manager missing (sf bug 952931)
882 - mention DEFAULT_TIMEZONE requirement in upgrading doc (sf bug 952932)
883 - fix DateHTMLProperty so local() can override user timezone (sf bug
884   953678)
885 - fix anydbm sort/group direction handling, and make RDBMS sort/group use
886   Link'ed "order" properties (sf bug 953148)
887 - fix Interval editing (sf bug 954891)
890 2004-05-10 0.7.1
891 Fixed:
892 - several temp files made it into the source distribution (sf bug 949243)
893 - typo in roundup/instance.py
894 - missing CRLF var in rfc822.py (sf patch 949471)
895 - fix user creation page
896 - have roundup server pass though the cause of a "403 Forbidden" response
897 - fix schema mutation in sqlite backends (thanks Tamer Fahmy)
898 - make popup Javascript IE 5.0 friendly (thanks Marlon van den Berg)
899 - fix RDBMS import (thanks Tamer Fahmy)
902 2004-05-06 0.7.0
903 Fixed:
904 - sqlite migration drops some journal information (thanks David Linke)
905 - user editing Role entry help text always appears
906 - disable forking server when os.fork() not available (sf bug 938586)
907 - removed Boolean from source to make py <2.3 happy (sf bug 938790)
908 - fix nested scope bug in rdbms multilink sorting
909 - re-seed the random number generator for each request
910 - postgresql backend altered to not use popen (thanks Georges Martin)
911 - fixed journal marshalling in RDBMS backends (sf bug 943627)
912 - fixed handling of key values starting with numbers (sf bug 941363)
913 - fixed journal "param" column size in RDBMS backends
914 - fixed static file serving
915 - fixed rego from email address (sf bug 947414)
916 - fixed sqlite journal ordering issue
917 - fixed mysql date range filtering
920 2004-04-18 0.7.0b3
921 Feature:
922 - added a favicon
923 - added url_quote and html_quote methods to the utils object
924 - added isset method to HTMLProperty
925 - database export now exports full journals too
926 - tracker name at end of page title (sf rfe 926840)
927 - roundup-server now uses the ForkingMixin
928 - added another sample detector "creator_resolution"
929 - added search_checkboxes as an option for the search form
930 - added IMAP support to mail gateway (sf rfe 934000)
931 - check MANIFEST against the files actually unpacked
932 - roundupdb nosymessage() takes an optional bcc list
934 Fixed:
935 - mysql and postgresql schema mutation now handle added Multilinks
936 - web CSV export was busted (as was any action returning a result)
937 - MultiMapping deviated from the Zope C implementation in a number of
938   places (thanks Toby Sargeant)
939 - MySQL and Postgresql use BOOL/BOOLEAN for Boolean types
940 - OTK generation was busted (thanks Stuart D. Gathman)
941 - export and import now include journals (incompatible with export < 0.7)
942 - added "download_url" method to generate a correctly quoted URL for file
943   download links (sf bug 927745)
944 - all uses of TRACKER_WEB now ensure it ends with a '/'
945 - roundup-admin install checks for existing tracker in target home
946 - grouping (and sorting) by multilink in RDBMS backends (sf bug 655702)
947 - roundup scripts may now be asked for their version (sf rfe 798657)
948 - sqlite backend had stopped using the global lock
949 - better check for anonymous viewing of user items (sf bug 933510)
950 - stop Interval from displaying an empty string (sf bug 934022)
951 - fixed storage of some datatypes in some RDBMS backends
954 2004-03-27 0.7.0b2
955 Feature:
956 - added CSV export to index pages
957 - added emailauditor.py which works around a bug in IE. See
958   "detectors/emailauditor.py" for more info.
959 - added dispatcher functionality - see upgrading.txt for more info
960 - added Reject exception which may be raised by auditors. This is trapped
961   by mailgw and may be used to veto creation of file attachments or
962   messages. (sf bug 700265)
963 - queries on a per-user basis, and public queries (sf "bug" 891798 :)
964 - added DEFAULT_TIMEZONE (sf rfe 895139)
965 - added HTML page template to the templating context as "template"
966 - added is_retired to HTMLItems in templating
968 Fixed:
969 - Boolean, Date and Link HTML templating was broken
970 - fix reporting of test inclusion in postgresql test
971 - EditAction was confused about who "self" was
972 - edit collision detection was broken for index-page edits
973 - sqlite backend wasn't migrating multilink tables correctly
974 - use SimpleCookie instead of Cookie (is an alias for the evil SmartCookie)
975 - handle older sessions in session dbm
976 - make presetunread more resilient to status Class changes
977 - HTMLDatabase classes() was broken
980 2004-03-24 0.7.0b1
981 Major new features:
982 - added postgresql backend (originally from sf patch 761740, many changes
983   since)
984 - added new "actor" automatic property (indicates user who cause the last
985   "activity")
986 - RDBMS backends implement their session and one-time-key stores and
987   full-text indexers; thus they are now performing their own locking
988   internally
989 - all RDBMS backends now have indexes on several columns
990 - support confirming registration by replying to the email (sf bug 763668)
991 - all HTML templating methods now automatically check for permissions
992   (either view or edit as appropriate), greatly simplifying templates
994 Other new features:
995 - simple support for collision detection (sf rfe 648763)
996 - support setgid and running on port < 1024 (sf patch 777528)
997 - using Zope3's test runner now, allowing GC checks, nicer controls and
998   coverage analysis
999 - change nosymessage and send_message to accept msgid=None (RFE #707235)
1000 - handle Resent-From: headers (sf bug 841151)
1001 - always sort MultilinkHTMLProperty in the correct order, usually
1002   alphabetically (sf feature 790512)
1003 - added script for copying user(s) ("scripts/copy-user.py") from tracker
1004   to tracker (sf patch 828963)
1005 - ignore incoming email with "Precedence: bulk" (sf patch 843489)
1006 - use HTTP 'Content-Length' header (modified sf patch 844577)
1007 - HTML generated is now HTML4 (or optionally XHTML) compliant (sf feature
1008   814314 and sf patch 834620)
1009 - default stylesheet turns off sidebar when printing
1010 - allow direct supply of filter() arguments in templating (thanks Godefroid
1011   Chapelle)
1012 - improved body_title slot in HTML templating (sf patch 873502)
1013 - HTMLLinkProperty field() method renders as a field now (thanks darryl)
1014 - cgi Action handlers may now return the actual content to be sent back to
1015   the user (rather than using some template)
1016 - date.Date now handles fractional seconds
1018 Fixed:
1019 - mysql documentation fixed to note requirement of 4.0+ and InnoDB
1020 - added testing of schema mutation, fixed rdbms backends handling of a
1021   couple of cases
1022 - HTML 4.01 validation on the 'classic' backend
1023 - messages to the mailgw can be about classes other than issues now.
1024 - signature matching is more precise (sf bug 827775).
1025 - anonymous user can no longer edit or view itself (sf bug 828901).
1026 - corrected typo in installation.html (sf bug 822967).
1027 - clarified listTemplates docstring.
1028 - print a nicer error message when the address is already in use
1029   (sf bug 798659).
1030 - remove empty lines before sending strings off to the csv parser
1031   (sf bug 821364).
1032 - centralised conversion of user-input data to hyperdb values (sf bug
1033   802405, sf bug 817217, sf rfe 816994)
1034 - recalculate SHA on template files when installed tracker used as
1035   template (sf bug 827510)
1036 - fixed ZRoundup (sf bug 624380)
1037 - the mail gateway now searches recursively for the text/plain and the
1038   attachments of a message (sf bug 841241).
1039 - fixed display of feedback messages in some situations (sf bug 739545)
1040 - fixed ability to edit "content" property (sf bug 914062)
1042 Cleanup:
1043 - replace curuserid attribute on Database with the extended getuid() method
1044 - extract a new 'mailer' module for sending mail
1045 - extract a '_send_mail' method for testing mail sending
1046 - simplify backend importing
1047 - use roundup_server in demo.py
1048 - implement newItemAction using editItemAction
1049 - use FormError in client.py, moving the handling up to inner_main()
1050 - implemented semantic comparison of Message objects in test_mailgw
1051 - tidied up forms in default stylesheet
1052 - force textareas to use monospace fonts, lessening surprise on the user
1053 - moved out parts of client.py to new modules:
1054   * actions.py - the xxxAction and xxxPermission functions refactored into
1055     Action classes
1056   * exceptions.py - all exceptions
1057   * form_parser.py - parsePropsFromForm & extractFormList in a FormParser
1058     class
1061 2004-05-17 0.6.10
1062 Fixed:
1063 - mysql backend wasn't locking tracker
1064 - ensure static files may only be served out of the tracker's "static
1065   files" directory
1068 2004-04-18 0.6.9
1069 Fixed:
1070 - paging in classhelp popup was broken
1071 - socket timeout error logging can fail
1072 - hyperlink designators in message display (sf bug 931828)
1073 - don't match retired items in RDBMS stringFind
1076 2004-04-01 0.6.8
1077 Fixed:
1078 - existing trackers (ie. live ones) may be used as templates for new
1079   trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name
1080   appended (so the demo tracker's template name is "classic-demo")
1081 - handle bad multilink input at item creation time better (sf bug 917834)
1082 - make sure email signature starts on a newline (sf bug 919759)
1083 - add line to rego email to help URL detection (sf bug 906247)
1084 - look harder for text/plain in email
1085 - fixed fallback excel writer in rcsv so it has a delimiter
1086 - fixed setup.py's use of listTemplates (!)
1087 - make rdbms serialise() less trusting
1088 - handle Boolean values in history HTML display
1091 2004-03-01 0.6.7
1092 Fixed:
1093 - be more backward-compatible when asking for EMAIL_CHARSET
1094 - made error on create consistent with edit when user enters invalid data
1095   for Multilink and Link form fields (sf bug 904072)
1096 - made errors from bad input in the quick "Show issue:" form more
1097   user-friendly (sf bug 904064)
1098 - don't add a query to a user's list if it's already there
1099 - nicer invalid property error in HTML templating
1100 - use EMAIL_CHARSET for message body too (still sf bug 900046)
1103 2004-02-25 0.6.6
1104 Fixed:
1105 - don't insert spaces into designators, it just confuses users (sf bug
1106   898087)
1107 - Eudora can't handle utf-8 headers. We love Eudora. (sf bug 900046)
1108 - fixed bug in args to new DateHTMLProperty in the local() method (sf bug
1109   901444)
1110 - fixed registration (sf bug 903283)
1111 - also changed rego to not use a 302 during confirmation, as this seems to
1112   confuse some email clients or browsers.
1115 2004-02-16 0.6.5
1116 Fixed:
1117 - mailgw handling of subject-line errors
1118 - allow serving of FileClass file content when the class isn't called
1119   "file" (eg. messages and other FileClasses)
1120 - allowed negative ids (ie. new item markers) in HTMLClass.getItem,
1121   allowing "db/file_with_status/-1/status/menu" to generate a useful
1122   widget
1123 - fixed content-type when templates are serving up xml (thanks Godefroid
1124   Chapelle)
1125 - fixed IE double-submit when it shouldn't (sf bug 842254)
1126 - fixed check for JS pop()/push() to make more general (sf bug 877504)
1127 - fix re-enabling queries (sf bug 861940)
1128 - use supplied content-type on file uploads before trying filename)
1129 - fixed roundup-reminder script to use default schema (thanks Klamer Schutte)
1130 - fixed edit action / parsePropsFromForm to handle index-page edits better
1131 - safer logging from HTTP server (sf bug 896917)
1134 2003-12-17 0.6.4
1135 Fixed:
1136 - fixed date arithmetic to not allow day-of-month == 0 (sf bug 853306)
1137 - fixed date arithmetic to limit hours-per-day to 24, not 60
1138 - hard-coded python2.3-ism (socket.timeout) fixed
1139 - fixed activity displaying as future because of Date arithmetic fix in 0.6.3
1140   (sf bug 842027).
1141 - fix Windows service mode for roundup-server (sf bug 819890)
1142 - fixed #white in cgitb (thanks Henrik Levkowetz)
1145 2003-11-14 0.6.3
1146 Fixed:
1147 - fixed detectors fix incorrectly fixed in bugfix release 0.6.2
1148 - added note to upgrading doc for detectors fix in 0.6.2
1149 - added script to help migrating queries from pre-0.6 trackers
1150 - fixed "documentation" of getnodeids in roundup.hyperdb
1151 - added flush() to DevNull (sf bug 835365)
1152 - fixed javascript for help window for only one checkbox case
1153 - date arithmetic was utterly broken, and has been for a long time.
1154   Date +/- Interval now works, and Date - Date also works (produces
1155   an Interval.
1156 - handle socket timeout exception (thanks Marcus Priesch)
1157 - fixed retirement of items in rdbms imports (sf bug 841355)
1158 - fixed bug in looking up journal of newly-created items in *dbm backends
1161 2003-09-29 0.6.2
1162 Fixed:
1163 - cleaned up, clarified internal caching API in *dbm backends
1164 - stopped pyc writing to current directory! yay! (patch 800718 with changes)
1165 - fixed file leak in detector initialisation (patch 800715)
1166 - commented out example tracker homes (patch 800720)
1167 - added note about hidden :template var in user.item (bug 799842)
1168 - fixed Apply Error that was raised, when property was deleted from class and
1169   we are trying to edit an instance
1172 2003-08-31 0.6.1
1173 Fixed:
1174 - Add note about installing cgi-bin with a different interpreter
1175 - Importing wasn't setting None values explicitly when it should have been
1176 - Fixed import warning regarding 0xffff0000 literal, finally, really this
1177   time. Checked on win2k. (sf bug 786711)
1178 - fix CGI editCSV action to handle metakit's integer itemids
1179 - apply fix for "remove" links from Klamer Schutte
1180 - added permission check on "remove" link while I was there..
1181 - applied CSV fix for python2.3 (sf bug 790363)
1182 - fixed form padding in LHS menu (sf bug 790502)
1183 - fixed upgrading docs for timezones (sf bug 790498)
1184 - set the content type on page templates (can have XML templates now)
1185 - various cosmetic fixes (thanks James Kew for being persistent :)
1186 - applied patch 739314 (sorry John!)
1189 2003-08-08 0.6.0
1190 - Fixed editing attributes on FileClass nodes.
1191 - Query editing now works correctly (sf bug 621248)
1192 - roundup-server now logs IP addresses by default (sf bug 778795)
1193 - logfile must be specified if pidfile is (sf bug 772820)
1194 - timelog editing via csv interface crashes (sf bug 699837)
1195 - sort multilinks a little better for grouping (sf bug 772935)
1196 - batch the (list) listings at 500 entries per page (sf bug 759906)
1197 - don't have RDBMS backends list retired nodes (sf bug 767319)
1198 - fix file downloading
1199 - add action attribute to issue.item form tag
1202 2003-07-29 0.6.0b4
1203 - plugged cross-site-scripting hole (thanks Jeff Epler)
1204 - handle deprecation of FCNTL in python2.2+ (sf bug 756756)
1205 - handle missing Subject: line (sf bug 755331)
1206 - fix New User creation (sf bug 754510)
1207 - fix hackish message escaping (sf bug 757128)
1208 - fix :required ordering problem (sf bug 740214)
1209 - audit some user properties for valid values (roles, address) (sf bugs
1210   742968 and 739653)
1211 - fix HTML file detection (hence history xref linking) (sf bug 741478)
1212 - session database caches it's type, rather than calling whichdb each time
1213   around.
1214 - changed rdbms_common to fix sql backends for new Boolean types under Py2.3
1217 2003-06-10 0.6.0b3
1218 Fixed:
1219 - cgi client was broken during b2 fixing
1222 2003-06-09 0.6.0b2
1223 Feature:
1224 - added the start/stop/restart/condstart/status roundup-server control
1225   script
1227 Fixed:
1228 - handle non-existant demo dir (thanks Ollie Rutherfurd)
1229 - strip whitespace from Role names so "User, Admin" will work
1230 - fixed template searching on Windows (thanks J Vickroy)
1233 2003-05-09 0.6.0b1
1234 Removed:
1235 - having served its purpose as a template for other relational database
1236   implementations, the gadfly backend has now been removed from the Roundup
1237   distribution.
1239 Feature:
1240 - new instant-gratification Demo Mode
1241 - support setting of properties on message and file through web and
1242   email interface (thanks John Rouillard)
1243 - allow additional control over the roundupdb email sending (explicit
1244   cc addresses, different from address and different nosy list property)
1245   (thanks John Rouillard)
1246 - applied patch for nicer history display (sf feature 638280)
1247 - cleaning old unused sessions only once per hour, not on every cgi
1248   request. It is greatly improves web interface performance, especially
1249   on trackers under high load
1250 - added mysql backend (see doc/mysql.txt for details)
1251 - switch metakit to use "compressed" multilink journal change representation
1252 - metakit now handles "unset" for most types (not Number and Boolean)
1253 - fixed bug in metakit search-by-ID
1254 - added ability to display localized dates in web interface. User input is
1255   convered to GMT (see doc/upgrading.txt).
1256 - added a form to show a specific issue
1257 - more proper sorting/grouping on mulitilink properties. Sorting is performed
1258   not only by number of links, but also by links itself. This makes usable
1259   grouping e.g. by topic multilink
1260 - add "ago" to intervals in the past (sf bug 679232)
1261 - included UN*X manual pages from Bastian Kleineidam
1262 - implemented extension to form parsing to allow editing of multiple items
1263   and creation of multiple items (but only one per class)
1264 - the colon ":" special form variable designator may now be any of : + @
1265 - trackers' templates directory can contain subdirectories with static files
1266   (e.g. images). They are accessible naturally: _file/images/img.gif
1267 - altered Class.create() and FileClass.create() methods to make "content"
1268   property available in auditors
1269 - can now configure CC to author only for messages creating issues (sf
1270   feature 625808)
1271 - registration is now a two-step process, with confirmation from the email
1272   address supplied in the registration form
1273 - added password reset feature for forgotten password / login
1274 - added support for last-modified and if-modified-since headers for static
1275   file serving
1276 - added Node.get() method
1277 - nicer page titles (sf feature 65197)
1278 - relaxed CVS importing (sf feature 693277)
1279 - added support for searching on ranges of dates and intervals (see
1280   doc/user_guide.txt in chapter "Searching Page" for details) (closes sf
1281   feature 700178)
1282 - role names made case insensitive
1283 - added ability to restore retired nodes
1284 - more lenient date input and addition Interval input support (sf bug 677764)
1285 - roundup mailgw now handles apop
1286 - implemented ability to search for multilink properties with no value
1287 - Class.find() may now find unset Links (sf bug 700620)
1288 - more flexibility in classhelp link labelling (sf feature 608204)
1289 - added command-line functionality for roundup-admin (sf feature 687664)
1290 - added nicer popup windows for topic, nosy, etc (has add/remove buttons)
1291   thanks Gus Gollings
1292 - HTML templating files now have a .html extension
1293 - Roundup templates are now distributed much more sanely, allowing for
1294   3rd-party templates.
1295 - extended date syntax to make range searches even more useful
1296 - SMTP login and TLS support added (sf bug 710853 with extras ;)
1297   Note: requires python 2.2+
1298 - added Windows Service mode for roundup-server when daemonification is
1299   attempted on Windows.
1300 - sort HTMLClass.properties results by name (sf feature 724738)
1301 - nicer index navigation (sf feature 676866)
1303 Fixed:
1304 - applied unicode patch. All data is stored in utf-8. Incoming messages
1305   converted from any encoding to utf-8, outgoing messages are encoded
1306   according to rfc2822 (sf bug 568873)
1307 - fixed layout issues with forms in sidebar
1308 - fixed timelog example so it handles new issues (sf bug 678908)
1309 - handle missing os.fork() (sf bug 681046)
1310 - added warning filter for "FutureWarning: hex/oct constants > sys.maxint will
1311   return positive values..." (literal 0xffff0000 in portalocker.py)
1312 - fixed ZPT code generating SyntaxWarning for assignment to None
1313 - open static files using binary mode (sf bug 693208)
1314 - fixed deja-vu bug 692910
1315 - don't display "Editing" on read-only pages (sf bug 651967)
1316 - re-worked detectors initialisation - woohoo, no more cross-importing!
1317 - fixed export/import of retired nodes (sf bug 685273)
1318 - remember the display template specified during edit (sf bug 701815)
1319 - added example HTML tempating for vacation flag (sf bug 701722)
1320 - finally, tables autosize columns (sf bug 609070)
1321 - added creation to index columns (sf bug 708247)
1322 - fixed missing (pre-commit) journal entries in *dbm backends (sf bug 679217)
1323 - URL cited in roundup email confusing dumb Email clients (sf bug 716585)
1324 - set title on issues even when the email body is empty (sf bug 727430)
1325 - under the heading of "questionable whether it's a fix or not"
1326   (sf "bug" 621226 for the users of the "standards compliant" browser IE)
1329 2003-05-08 0.5.7
1330 - fixed Interval maths (sf bug 665357)
1331 - fixed sqlite rollback/caching bug (sf bug 689383)
1332 - fixed rdbms table update detection logic (sf bug 703297)
1333 - fixed detection of bad date specs (sf bug 691439)
1334 - required String properties not being flagged (thanks Ajit George)
1335 - only look for CSV files when importing (thanks Dan Grassi)
1336 - can now unset values in CSV editing (sf bug 704788)
1337 - fixed rdbms email address lookup (case insensitivity)
1338 - email file attachments added to issue files list (sf bug 711501)
1339 - added socket timeout to attempt to prevent stuck processes (sf bug 665487)
1340 - email registered users shouldn't be able to log in (sf bug 714673)
1341 - handle missing addresses on users (sf bug 724537)
1344 2003-02-27 0.5.6
1345 - fixed templating filter function arguments (sf bug 678911)
1346 - fixed multiselect in searching (sf bug 676874)
1347 - fixed parsing of content-disposition filenames (sf bug 675116)
1348 - added 'h' to roundup-server optarg list (sf bug 674070)
1349 - fixed doc for db.history in anydbm and rdbms_common (sf bug 679221)
1350 - fixed roundup-reminder (sf bug 681042)
1351 - fixed int assumptions about Number values (sf bug 677762)
1352 - clarified licensing
1353 - another attempt to fix cookie misbehaviour - customise cookie name using
1354   tracker name
1355 - fixed error in indexargs_url (thanks Patrick Ohly)
1356 - fixed getnode (sf bug 684531)
1357 - fixed args to some date templating methods (sf bug 689670)
1358 - fixed database corruption in rdbms property mutation
1361 2003-01-24 0.5.5
1362 - fixed rdbms searching by ID (sf bug 666615)
1363 - fixed metakit searching by ID
1364 - detect corrupted index and raise semi-useful exception (sf bug 666767)
1365 - open server logfile unbuffered
1366 - revert StringHTMLProperty to not hyperlink text by default
1367 - fixes to CGI form handling
1368 - fix unlink bug in metakit backend
1369 - fixed hyperlinking ambiguity (sf bug 669777)
1370 - fixed cookie path to use TRACKER_WEB (sf bug 667020) (thanks Nathaniel Smith
1371   for helping chase it down and Luke Opperman for confirming fix)
1374 2003-01-10 0.5.4
1375 - key the templates cache off full path, not filename
1376 - implemented whole-database locking
1377 - hyperlinking of special text (url, email, item designator) in messages
1378 - fixed time default in date.py
1379 - fixed error in cgi/templates.py (sf bug 652089)
1380 - fixed handling of missing password (sf bug 655632)
1381 - applied patches for handling Outlook quirks (thanks Andrey Lebedev)
1382   (multipart/alternative, "fw" and content-type "name")
1383 - fire auditors and reactors in rdbms retire (thanks Sheila King)
1384 - better match for mailgw help "command" text
1385 - handle :add: better in cgi form parsing (sf bug 663235)
1386 - handle all-whitespace multilink values in forms (sf bug 663855)
1387 - fixed searching on date / interval fields (sf bug 658157)
1388 - fixed form elements names in search form to allow grouping and sorting
1389   on "creation" field
1390 - display of saved queries is now performed correctly
1393 2002-12-11 0.5.3
1394 - added mention of how to give users multiple Roles
1395 - mention needed trailing "/" in TRACKER_WEB
1396 - fixed upgrading doc to have CGI changes in the correct order
1397 - fixed double-close of anydbm backend (sf bug 639030)
1398 - removed use of string/strop from TAL/TALInterpreter
1399 - handle KeyboardInterrupt nicely
1400 - fixed Date and Interval form value handling
1401 - fixed Date.local()
1402 - email quoted text stripping is controllable again (sf bug 650742)
1403 - extract attachment name from content-disposition if name is missing (sf
1404   bug 637278)
1405 - removed FILTER_POSITION from bundled configs
1406 - reverse message listing in issue display (reversion of recent change)
1407 - bad entries for multilink editing in cgi don't traceback now (sf bug 640310)
1408 - detect and break email loops (sf bug 640854)
1409 - finished of handling of retired flag in filter() (sf bug 635260)
1410 - allow StringHTMLProperty in MultilinkHTMLProperty test to work
1411 - don't set explicit None Link properties in web create
1412 - fixed nasty sorting bug that was lowercasing properties
1413 - allow multiple :remove and :add elements per property being edited
1414 - added date header to emails (sf bug 651358)
1417 2002-11-07 0.5.2
1418 - added quotes around python interpreter in windows bat (sf bug 623963)
1419 - fixed link at end of installation doc (sf bug 623957)
1420 - handle "classname" URL path errors cleaner (generate a 404)
1421 - added CGI :remove:<propname> and :add:<propname> which specify item ids to
1422   remove / add in <propname> multilink.
1423 - bugfix in boolean templating
1424 - remember the change note on bad submissions (sf bug 625989)
1425 - highlight required form fields (sf bug 625989)
1426 - force non-word boundary to match re: in subject (sf bug 626303)
1427 - handle sqlite bug (<2.7.2) (sf bug 630828)
1428 - handle missing props in anydbm stringFind
1429 - updated email package address formatting (deprecation)
1430 - copied email address quoting from email v2.4.3 so we're consistent with 2.2
1431 - email summary extraction now takes the first whole sentence or line -
1432   whichever is longer
1433 - documented dependency on Active State (sf bug 623959)
1434 - ensured there's no zero-length files in source (sf bug 633622)
1435 - added ID to the search page (sf bug 631601)
1436 - fixed filtering by id in anydbm
1437 - show issue ID in the headings (sf bug 631598)
1438 - show entire messages by default in issues (sf bug 625995)
1439 - fixed journalling to save old values instead of new (sorry it took so long GM)
1440 - handle missing REQUEST_URI for cgi-bin users (sf bug 620163)
1443 2002-10-16 0.5.1
1444 - highlight rows in groups of three
1445 - metakit cleanups
1446 - nicer "navigation" style in index views
1447 - handle missing Link values in anydbm backend set() operation
1448 - fixed filter() with no sort/group (sf bug 618614)
1449 - fixed register with no session (sf bug 618611)
1450 - fixed log / pid file path handling in roundup-server (sf bug 617981)
1451 - fixed old gadfly compatibiltiy problem, for sure this time (sf bug 612873)
1452 - https URLs from config now recognised as valid (sf bug 619829)
1453 - nicer display of tracker list in roundup-server (sf bug 619769)
1454 - fixed some missed renaming instance -> tracker (sf bug 619769)
1455 - allow blank passwords again (sf bug 619714)
1456 - expose the tracker config as a variable for templating
1457 - homogenise newlines in CGI text submissions (sf bug 614072)
1458 - merged Zope Collector #372 fix from ZPT CVS trunk
1459 - fixed history to display username instead of userid
1460 - shipped templates didn't import all hyperdb types in dbinit.py
1461 - fixed bug in Interval serialisation
1462 - handle "unset" status in status auditor (sf bug 621250)
1463 - issues in 'done-cbb' are now also moved to 'chatting' on new messages
1464 - implemented the missing Interval.__add__
1465 - added ability to implement new templating utility methods
1466 - expose the Date.pretty method to templating
1467 - made form table cell alignment consistent (sf bug 621887)
1468 - include stylesheet in docs (sf bug 623183)
1469 - store PIPE messages so we can re-send them on errors (sf bug 623082)
1470 - implemented "retire" cgi action, added to user index (sf bug 618612)
1471 - included doc ideas from Bernhard Reiter (sf feature 621941)
1474 2002-10-02 0.5.0
1475 - fixed style for alternating rows in user lists
1476 - fixed query edit form so it doesn't barf
1477 - #617133 ] 0.5.0pr1 uses nonexistent renderTemplate
1478 - merged Zope Collector #539 fix from ZPT CVS trunk
1481 2002-09-27 0.5.0 pr1
1482 - handling of None for Date/Interval/Password values in export/import
1483 - handling of journal values in export/import
1484 - password edit now has a confirmation field
1485 - registration error punts back to register page
1486 - gadfly backend now handles changes to the schema - but only one property
1487   at a time
1488 - cgi.client base URL is now obtained from the config TRACKER_WEB
1489 - request.url has gone away - there's too much magic in trying to figure
1490   what it should be
1491 - cgi-bin script redirects to https now if the request was https
1492 - FileClass "content" property wasn't being returned by getprops() in most
1493   backends
1494 - we now verify instance attributes on instance open and throw a useful error
1495   if they're not all there
1496 - sf 611217 ] menu() has problems when labelprop==None
1497 - verify contents of tracker module when the tracker is opened
1498 - many performance improvements in *dbm and sql backends
1499 - mailgw was missing an "import sys"
1500 - setup now installs scripts with python -O flag, doubling performance in some
1501   cases (there's a lot of __debug__ use)
1502 - fix :required for Link menus
1503 - import wasn't setting the ID to maxid+1
1504 - added getItem to HTMLClass so you can access arbitrary items in templates
1505 - index filtering form values may now be key values too
1506 - replaced the content() callback ickiness with Page Template macro usage
1507 - changed the default CSS style to be less offensive to some ;)
1508 - better handling of Page Template compilation errors
1509 - handle multiple unrelated indexed classes
1510 - #614188 ] Exception in mailgw.py
1511 - #613310 ] traceback on onexistant items
1512 - #613291 ] typos in nosy list
1513 - handle stupid mailers that QUOTE their Re; 'Re: "[issue1] bla blah"'
1514 - giving a user a Role that doesn't exist doesn't break stuff any more
1515 - revamped user guide, customisation guide, added maintenance guide
1516 - merge Zope Collector #538 fix from ZPT CVS trunk (path expressions with a
1517   non-path final alternate no longer try to call a value returned by that
1518   alternate)
1519 - merge Zope Collector #573 fix from ZPT CVS trunk
1520 - merge Zope Collector #580 fix from ZPT CVS trunk
1521 - added "crypt" password encoding and ability to set password with
1522   already encrypted password through roundup-admin
1523 - fixed the mailgw so that anonymous users may still access it
1524 - add hook to allow external password verification, overridable in the
1525   tracker interfaces module
1526 - fixed login attempt by user that doesn't exist
1529 2002-09-13 0.5.0 beta2
1530 -  all backends now have a .close() method, and it's used everywhere
1531 -  fixed bug in detectors __init__
1532 -  switched the default issue item display to only show issue summary
1533    (added instructions to doc to make it display entire content)
1534 -  MANIFEST.in was missing a lot of template files
1535 -  added generic item editing
1536 -  much nicer layout of template rendering errors
1537 -  added context/is_edit_ok and context/is_view_ok convenience methods and
1538    implemented use of them in the classic template
1541 2002-09-11 0.5.0 beta1
1542 Fixed:
1543 -  #576086 ] dumb copying mistake (frontends/ZRoundup.py)
1544 -  installation instructions now mention "python2" in "testing your python".
1545 -  made the unit tests run again - they were quite b0rken
1546 -  #571170 ] gdbm deadlock
1547 -  #576241 ] MultiLink problems in parsePropsFromForm
1548 -  fixed the date module so that Date(". - 2d") works
1549 -  web forms may now unset Link values (like assignedto)
1550 -  cleanup: moved roundup.templatebuilder to roundup.templates.builder
1551 -  instance __init__ no longer silently traps dbinit import errors
1553 Feature:
1554 -  new backend for metakit (thanks Gordon McMillan)
1555 -  new backend for gadfly (it's as done as it's going to get)
1556 -  further split the dbm backends from the core code, allowing easier
1557    non-dict-like backends (eg metakit, RDB)
1558 -  implemented and used the new access control mechanisms (Permissions, Roles)
1559    (see doc/security.txt)
1560 -  switched templating to use Zope's PageTemplates (yay!)
1561 -  switched to sessions for web authentication
1562 -  added Boolean and Number types
1563 -  fixed the journal bloat
1564 -  updated design document for new access controls
1565 -  updated customisation document, including more examples
1566 -  entire database export and import (incl files)
1567 -  better mailgw help message (feature request #558562)
1568 -  re-enabled link backrefs from messages (feature request #568714)
1569 -  the page layout is now templatable
1570 -  re-worked cgi interface to abstract out the explicit "issue" interface
1571 -  have index page handle mid-page errors better so header and footer are
1572    still visible
1573 -  we handle "not found", access and item page render errors better
1574 -  fixed double-submit by having new-item-submit redirect at end
1575 -  daemonify roundup-server (fork, logfile, pidfile)
1576 -  modify cgitb to display PageTemplate errors better
1577 -  rename to "instance" to "tracker"
1578 -  have roundup.cgi pick up tracker config from the environment
1579 -  revamped look and feel in web interface
1580 -  cleaned up stylesheet usage
1581 -  several bug fixes and documentation fixes
1582 -  added is_retired test to hyperdb.Class
1583 -  added capability to save queries:
1584    - a query Class with name, klass (to search) and url (query string)
1585      properties
1586    - a Multilink to query on user called queries
1587    - html templates for query, and a list of queries in user.item
1588    - search form has Save button & name input
1589    - saved queries put in menu in pagehead
1590    - for migration, none of the above is required and old behavior preserved.
1591    - showquery translates search form <-> query string
1592 -  cleaned up the indexer code:
1593    - it splits more words out
1594    - removed code we'll never use (roundup.roundup_indexer has the full
1595      implementation, and replaces roundup.indexer)
1596    - only index text/plain and rfc822/message (ideas for other text formats to
1597      index are welcome)
1598    - added simple unit test for indexer. Needs more tests for regression.
1599    - all String properties may now be indexed too. Currently there's a bit of
1600      "issue" specific code in the actual searching which needs to be
1601      addressed. In a nutshell:
1602      + pass 'indexme="yes"' as a String() property initialisation arg, eg:
1603            file = FileClass(db, "file", name=String(), type=String(),
1604                comment=String(indexme="yes"))
1605      + the comment will then be indexed and be searchable, with the results
1606        related back to the issue that the file is linked to
1607    - as a result of this work, the FileClass has a default MIME type that may
1608      be overridden in a subclass, or by the use of a "type" property as is
1609      done in the default templates.
1610    - the regeneration of the indexes (if necessary) is done once the schema is
1611      set up in the dbinit.
1612    - new "reindex" command in roundup-admin used to force regeneration of the
1613      index
1614 -  added email display function - mangles email addrs so they're not so easily
1615    scraped from the web
1616 -  switched to using a session-based web login
1617 -  made mailgw handle set and modify operations on multilinks (bug #579094)
1618 -  fixed the journal bloat from multilink changes - we just log the add or
1619    remove operations, not the whole list
1622 2002-06-24 0.4.2
1623 Fixed:
1624 -  Cleaned up the hyperdb unit tests.
1625 -  Applied patch from Andrew W. Nosenko to give nicer Unauthorised message
1626    when anonymous user tries to edit. Should've been applied in 0.4.2pr1. Oops.
1627 -  Added more detailed note to MIGRATION regarding the detectors changes.
1630 2002-06-19 0.4.2pr1
1631 Feature:
1632 -  added a "detectors" directory for people to put their useful auditors and
1633    reactors in. Note - the roundupdb.IssueClass.sendmessage method has been
1634    split and renamed "nosymessage" specifically for things like the nosy
1635    reactor, and "send_message" which just sends the message.
1636 -  link() htmltemplate function now has a "showid" option for links and
1637    multilinks. When true, it only displays the linked node id as the anchor
1638    text. The link value is displayed as a tooltip using the title anchor
1639    attribute.
1640    To use in eg. the superseder field, have something like this:
1641    <td>
1642     <display call="field('superseder', showid=1)">
1643     <display call="classhelp('issue', 'id,title', label='list', width=500)">
1644     <property name="superseder">
1645      <br>View: <display call="link('superseder', showid=1)">
1646     </property>
1647    </td>
1648 -  stripping of the email message body can now be controlled through the
1649    config variables EMAIL_KEEP_QUOTED_TEXT and EMAIL_LEAVE_BODY_UNCHANGED.
1650 -  all database files created are now group readable and writable.
1651 -  added option to automatically add the authors and recipients of messages
1652    to the nosy lists with the options ADD_AUTHOR_TO_NOSY (default 'new') and
1653    ADD_RECIPIENTS_TO_NOSY (default 'new'). These settings emulate the current
1654    behaviour. Setting them to 'yes' will add the author/recipients to the nosy
1655    on messages that create issues and followup messages.
1656 -  reverting to dates for intervals > 2 months sucks
1657 -  changed the default message list in issues to display the message body
1658 -  applied patch #558876 ] cgi client customization
1659 -  split instance initialisation into two steps, allowing config changes
1660    before the database is initialised.
1661 -  don't create an empty message on email issue creation if the email is empty
1662 -  may now display additional fields in Multilink form menus
1663 -  #541941 ] changing multilink properties by mail
1664 -  #526730 ] search for messages capability
1665 -  #505180 ] split MailGW.handle_Message
1666    - also changed cgi client since it was duplicating the functionality
1668 Fixed:
1669 -  stop sending blank (whitespace-only) notes
1670 -  cleanup of serialisation for database storage
1671 -  node ids are now generated from a lockable store - no more race conditions
1672 -  sorting was applied to all nodes of the MultiLink class instead of
1673    to the nodes that are actually linked to in the "field" template
1674    function.  This adds about 20+ seconds in the display of an issue if
1675    your database has a 1000 or more issues in it.
1676 -  added missing documentation for a few of the config option values
1677 -  file upload broke if you didn't supply a change note
1678 -  fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope
1679    (thanks dman)
1680 -  fixed some sorting issues that were breaking some unit tests under py2.2
1681 -  mailgw test output dir was confusing the init test (but only on 2.2 *shrug*)
1682 -  node caching now works, and gives a small boost in performance
1683 -  #449374 ] re-enable bsddb3 backend
1684    bsddb3 backend now works, reinstating
1685 -  #551483 ] assignedto in Client.make_index_link
1686 -  made backends.__init__ be more specific about which ImportErrors it really
1687    wants to ignore
1688 -  fixed the example addresses in the templates to use correct example domains
1689 -  cleaned out the template stylesheets, removing a bunch of junk that really
1690    wasn't necessary (font specs, styles never used) and added a style for
1691    message content
1692 -  build htmlbase if tests are run using CVS checkout
1693 -  #565979 ] code error in hyperdb.Class.find
1694 -  #565996 ] The "Attach a File to this Issue" fails
1695 -  #564271 ] find() and new properties
1696 -  #562130 ] cookie path generated from ZRoundup was wrong in some situations
1697 -  remove CR characters embedded in messages (ZRoundup)
1698 -  properly quote the email address and "real name" in all situations using the
1699     'email' module if it is available and 'rfc822' otherwise
1700 -  #565992 ] if ISSUE_TRACKER_WEB doesn't have the trailing '/', add it
1701 -  use the rfc822 module to ensure that every (oddball) email address and
1702    real-name is properly quoted
1703 -  #558867 ] ZRoundup redirect /instance requests to /instance/
1704 -  #569415 ] {version}
1705 -  #569178 ] type error
1706    was fixed as part of the general cleanup of reactors
1709 2002-03-25 - 0.4.1
1710 Feature:
1711 -  use blobfiles in back_anydbm which is used in back_bsddb.
1712    change test_db as dirlist does not work for subdirectories.
1713    ATTENTION: blobfiles now creates subdirectories for files.
1714 -  add module blobfiles in backends with file access functions.
1715 -  roundup db catch only IOError in getfile.
1716 -  roundup db catches retrieving not existing files.
1717 -  #503204 ] mailgw needs a default class
1718    - partially done - the setting of additional properties can wait for a
1719      better configuration system.
1720 -  Alternate email addresses are now available for users. See the MIGRATION
1721    file for info on how to activate the feature.
1722 -  #511168 ] Web interface: Adding new products
1723    Classes that don't provide template html get a default edit interface now:
1724    - access using the admin "class list" interface
1725    - limited to admin-only
1726    - requires the csv module from object-craft (url given if it's missing)
1727 -  Added popup help for classes using the classhelp html template function.
1728    - add <display call="classhelp('priority', 'id,name,description')">
1729      to an item page, and it generates a link to a popup window which displays
1730      the id, name and description for the priority class. The description
1731      field won't exist in most installations, but it will be added to the
1732      default templates.
1733 -  #517734 ] web header customisation is obscure
1734 -  All messages sent to the nosy list are now encoded as
1735    quoted-printable before they are sent.
1736 -  Fixed display of mutlilink properties when using the template
1737    functions, menu and plain.
1739 Fixed:
1740 -  Clean up mail handling, multipart handling.
1741 -  respect encodings in non multipart messages.
1742 -  makeHtmlBase: re.sub under python 2.2 did not replace '.', string.replace
1743    does it.
1744 -  preamble in tepmlateBuilder mentioned htmldata
1745 -  mailgw checks encoding on first part too.
1746 -  #511586 ] unittest FAIL: testReldate_date
1747 -  Added a uniquely Roundup header to email, "X-Roundup-Name"
1748 -  All forms now have "double-submit" protection when Javascript is enabled
1749    on the client-side.
1750 -  #516883 ] mail interface + ANONYMOUS_REGISTER
1751 -  #516854 ] "My Issues" and redisplay
1752 -  #517906 ] Attribute order in "View customisation"
1753 -  #514854 ] History: "User" is always ticket creator
1754 -  wasn't handling cvs parser feeding correctly
1755 -  fixed some problems in date calculations (calendar.py doesn't handle over-
1756    and under-flow). Also, hour/minute/second intervals may now be more than
1757    99 each.
1758 -  #527416 ] roundup-admin uses undefined value
1759 -  #527503 ] unfriendly init blowup when parent dir
1760    (also handles UsageError correctly now in init)
1761 -  #524129 ] roundup-admin gets python path wrong
1764 2002-01-24 - 0.4.0
1765 Feature:
1766 -  much nicer history display (actualy real handling of property types etc)
1767 -  journal entries for link and mutlilink properties can be switched on or
1768    off
1769 -  properties in change note are now sorted
1770 -  you can now use the roundup-admin tool pack the database
1772 Fixed:
1773 -  the mail gateway now responds with an error message when invalid values
1774    for arguments are specified for link or mutlilink properties
1775 -  modified unit test to check nosy and assignedto when specified as arguments
1776 -  handle attachments with no name (eg tnef)
1777 -  fixed setting nosy as argument in subject line
1778 -  fixed back_bsddb so it passed the journal tests
1779 -  fixed status changes in mail gateway (eg. unread -> chatting)
1780 -  we'll actually distribute the frontends directory now, as advertised...
1781 -  handle stripping of "AW:" from subject line
1782 -  htmltemplate list() wasn't sorting...
1783 -  unit tests for html templating (and re-enabled the listbox field for
1784    multilinks)
1785 -  allow abbreviation of "help" in admin tool too.
1786 -  run_tests testReldate_date failed if LANG is 'german'
1787 -  mailgw failures (unexpected ones) are forwarded to the roundup admin
1790 2002-01-16 - 0.4.0b2
1791 Fixed:
1792 -  #495392 ] empty nosy -patch
1793 -  #500574 ] messageid must have format <part1@part2>
1794 -  fixed some problems with web editing and change detection
1795 -  mail splitting wasn't detecting responses in the same "section" as quoted
1796    text
1797 -  missed a "from i18n import _" in date.py
1798 -  #501690 ] MIGRATION.txt incomplete
1799 -  #502342 ] pipe interface
1800 -  #502437 ] rogue reactor and unittest
1801 -  re-enabled dumbdbm when using python >2.1.1 (ie 2.1.2, 2.2)
1802 -  changed all config accesses so they access either the instance or the
1803    config attriubute on the db. This means that all config is obtained from
1804    instance_config instead of the mish-mash of classes. This will make
1805    switching to a ConfigParser setup easier too, I hope.
1806 -  #502951 ] adding new properties to old database
1807 -  #502953 ] nosy-like treatment of other multilinks
1808 -  #503164 ] create and passwords
1809 -  plain rendering of links in the htmltemplate now generate a hyperlink to
1810    the linked node's page.
1811 -  #503330 ] ANONYMOUS_REGISTER now applies to mail
1812 -  #503353 ] setting properties in initial email
1813 -  #502956 ] filtering by multilink not supported
1814 -  #503340 ] creating issue with [asignedto=p.ohly]
1815 -  #502949 ] index view for non-issues and redisplay
1816 -  #503793 ] changing assignedto resets nosy list
1817 -  lots of date/interval related changes:
1818    - more relaxed date format for input
1819    - handle None for date/interval properties
1822 2002-01-08 - 0.4.0b1
1823 Feature:
1824 -  Added INSTANCE_NAME to configuration - used in web and email to identify
1825    the instance.
1826 -  Added EMAIL_SIGNATURE_POSITION to indicate where to place the roundup
1827    signature info in e-mails.
1828 -  Some more flexibility in the mail gateway and more error handling.
1829 -  Login now takes you to the page you back to the were denied access to.
1830 -  Admin user now can has a user index link on their web interface.
1831 -  We now have basic transaction support. Information is only written to
1832    the database when the commit() method is called. Only the anydbm and
1833    bsddb3 backends are modified in this way - the bsddb3 backend needs a
1834    lot more work anyway...
1835     - the CGI and mailgw automatically commit() at the end of processing a
1836       single transaction
1837     - the admin tool requires an explicit "commit" - it will prompt at exit
1838       if there are unsaved changes. A "rollback" removes all changes made
1839       during the session (up to the last commit).
1840 -  Added the "display" command to the admin tool - displays a node's values
1841 -  Message author's name appears in From: instead of roundup instance name
1842    (which still appears in the Reply-To:)
1843 -  Added a Zope frontend for roundup.
1844 -  Centralised the python version check code, bumped version to 2.1.1 (really
1845    needs to be 2.1.2, but that isn't released yet :)
1846 -  much better attaching of erroneous messages in the mail gateway
1847 -  #496356 ] Use threading in messages
1848    This adds the tracking of messages by message-id and allows threading
1849    using in-reply-to. Most e-mail clients support threading using this
1850    feature, and we hope to add support for it to the web gateway.
1852 Fixed:
1853 -  Lots of bugs, thanks Roché and others on the devel mailing list!
1854 -  login_action and newuser_action return values were being ignored
1855 -  Woohoo! Found that bloody re-login bug that was killing the mail
1856    gateway.
1857 -  Fixed login/registration forwarding the user to the right page (or not,
1858    on a failure)
1859 -  We now use weakrefs in the Classes to keep the database reference, so
1860    the close() method on the database is no longer needed.
1861 -  #487480 ] roundup-server
1862 -  #487476 ] INSTALL.txt
1863 -  #489760 ] [issue] only subject
1864 -  fixed doc/index.html to include the quoting in the mail alias.
1865 -  fixed the backends __init__ so we can pydoc the backend modules
1866 -  web i/f reports "note added" if there are no changes but a note is entered
1867 -  we were assuming database files created by anydbm had the same name, but
1868    this is not the case for dbm. We now perform a much better check _and_
1869    cope with the anydbm implementation module changing too!
1870 -  envelope-from is now set to the roundup-admin and not roundup itself so
1871    delivery reports aren't sent to roundup (thanks Patrick Ohly)
1872 -  #495400 ] entering blanks
1873    Values with spaces are now accepted in roundup-admin - check the long help
1874    for details.
1875 -  #496360 ] table width does not work
1876 -  detectors were being registered multiple times
1877 -  added tests for mailgw
1880 2001-11-23 - 0.3.0
1881 Feature:
1882 -  #467129 ] Lossage when username=e-mail-address
1883 -  #473123 ] Change message generation for author
1884 -  MailGW now moves 'resolved' to 'chatting' on receiving e-mail for an issue.
1885 -  Added Structured Text rendering to htmltemplate, thanks Brad Clements.
1886 -  Added CGI configuration via env vars (see roundup.cgi for details)
1887 -  "roundup.cgi" is now installed to "<python-prefix>/share/roundup/cgi-bin"
1888 -  roundup-admin now accepts abbreviated commands (eg. l = li = lis = list)
1889 -  roundup-mailgw now supports unix mailbox and POP as sources of mail.
1890 -  roundup-admin now handles all hyperdb exceptions
1891 -  users may attach files to issues (and support in ext) through the web now
1892 -  incorporated patch from Roch'e Compaan implementing attachments in nosy
1893    e-mail
1894 -  added a target version field to the extended issue schema
1895 -  added dummy hooks for I18N and some preliminary (test) markup of
1896    translatable messages
1898 Fixed:
1899 -  Fixed a bug in HTMLTemplate changes.
1900 -  'unread' to 'chatting' automagic status change was b0rken.
1901 -  Anonymous user lockout wasn't working.
1902 -  roundup-server now works on Windows, thanks Juergen Hermann.
1903 -  Fixed install documentation, also thanks Juergen Hermann.
1904 -  Fixed some URL issues in roundup.cgi, again thanks Juergen Hermann.
1905 -  bug #475347 ] WindowsError still not caught (patch from Juergen Hermann)
1906 -  bug #474749 ] indentations lost
1907 -  bug #477104 ] HTML tag error in roundup-server
1908 -  bug #477107 ] HTTP header problem
1909 -  bug #477687 ] conforming html
1910 -  bug #474372 ] Netscape 4.77 do not render Support form
1911 -  bug #477685 ] base64.decodestring breaks
1912 -  bug #477837 ] lynx does not like the cookie
1913 -  bug #477892 ] Password edit doesn't fix login cookie
1914 -  newuser_action now presents error messages rather than tracebacks.
1915 -  bug #479511 ] mailgw to pop
1916 -  bug #479508 ] roundup-admin crash on wrong class
1917 -  bad error report in hyperdb
1918 -  roundup.mailgw now handles errors on the set() and create() at the end
1919    of processing
1920 -  roundup.mailgw also handles messages that are passed to it that don't
1921    contain a From: line - apparently some POP servers can do this. It punts
1922    an error message to the roundup admin.
1923 -  fixed nosy reaction and author copy handling
1924 -  errors in nosy reaction will be propogated now (were effectively being
1925    squashed)
1926 -  re-open the database as the author in mail handling
1927 -  missing "return" in filter_section (thanks Roch'e Compaan)
1930 2001-10-23 - 0.3.0 pre 3
1931 Feature:
1932 -  MailGW now moves 'unread' to 'chatting' on receiving e-mail for an issue.
1933 -  feature #473127: Filenames. I modified the file.index and htmltemplate
1934    source so that the filename is used in the link and the creation
1935    information is displayed.
1936  Admin Tool (roundup-admin):
1937  -  Interactive mode for running multiple (independant at present) commands.
1938  -  Tabular display of nodes.
1939  -  Import and export via colon-separated files.
1941 Changed:
1942 -  re-organised the html templating code. Fixed some bugs, probably
1943    introduced some more.  Hopefully not too many.
1945 Fixed:
1946 -  Stand-alone server now has a configurable setuid user.
1947 -  CGI interface wasn't handling checkboxes at all.
1948 -  Fixed quopri usage in mailgw from bug reports on mailing list.
1949 -  Remove the "freshen" command from the roundup-admin tool.
1950 -  Catch errors in login - no username or password supplied.
1951 -  Fixed editing of password (Password property type) thanks Roch'e Compaan.
1952 -  Fixed grouping of non-str properties thanks Roch'e Compaan.
1953 -  bug #473121: The customisation view and filters (CGI interface view
1954    customisation section may now be hidden (patch from Roch'e Compaan.)
1955 -  bug #473122: Issue id sorting (hyperdb sorts strings-that-look-like-numbers
1956    as numbers now.
1957 -  bug #473124: UI inconsistency with Link fields.
1958    This also prompted me to fix a fairly long-standing usability issue -
1959    that of being able to turn off certain filters.
1960 -  bug #473125: Paragraph in e-mails
1961 -  bug #473126: Sender unknown
1962 -  bug #473130: Nosy list not set correctly
1965 2001-10-11 - 0.3.0 pre 2
1966 Fixed:
1967 -  Hyperdatabase was inserting empty strings instead of None for missing
1968    property values. This broke a lot of things.
1971 2001-10-10 - 0.3.0 pre 1
1972 Feature:
1973 -  roundup-admin create now prompts for property info if none is supplied
1974    on the command-line.
1975 -  hyperdb Class getprops() method may now return only the mutable
1976    properties.
1977 -  CGI interfaces now generate a top-level index of their known instances.
1979 Changed:
1980 -  Login now uses cookies, which makes it a whole lot more flexible. We can
1981    now support anonymous user access (read-only, unless there's an
1982    "anonymous" user, in which case write access is permitted). Login
1983    handling has been moved into cgi_client.Client.main()
1984 -  The "extended" schema is now the default in roundup init.
1985 -  The schemas have had their page headings modified to cope with the new
1986    login handling. Existing installations should copy the interfaces.py
1987    file from the roundup lib directory to their instance home.
1988 -  Passwords are now encoded by default (except exising databases which
1989    will only be encoded when the passwords are changed). The scheme used
1990    at the moment is SHA - but the code is flexible enough to take any
1991    number of encoding systems.
1992 -  The roundup-admin tool always operates as the "admin" user now. Database
1993    protection should be achieved using file system protections (see the
1994    documentation for details.)
1996 Fixed:
1997 -  Incorrectly had a Bizar Software copyright on the cgitb.py module from
1998    Ping - has been removed.
1999 -  Pretty time interval wasn't handling > 1 month properly.
2000 -  Generation of links to Link/Multilink in indexes. (thanks Hubert Hoegl)
2001 -  AssignedTo wasn't in the "classic" schema's item page.
2002 -  Fixed a whole bunch of places in the CGI interface where we should have
2003    been returning Not Found instead of throwing an exception.
2004 -  Fixed a deviation from the spec: trying to modify the 'id' property of
2005    an item now throws an exception.
2006 -  The plain() template function now html-escapes the content.
2007 -  Change message was stuffing up for multilinks with no key property.
2011 --------------
2013 2001-08-30 - 0.2.8
2014 Fixed:
2015 -  Wasn't handling unguessable mime types for file uploads.
2016 -  Missing import in mailgw.
2019 2001-08-29 - 0.2.7
2020 Feature:
2021 -  Text searches are now case insensitive. All forms of text search use
2022    regular expressions now.
2024 Fixed:
2025 -  Had another 2.1-ism in the unit tests
2026 -  Made the mail parser a little more robust w.r.t missing Subject:
2027    (both thanks Mikhail Sobolev)
2028 -  Missed some isFooType usages (thanks Mikhail Sobolev for spotting them)
2029 -  Reverted back to sending change messages to the web editor of a node so
2030    that the change note message is actually genrated.
2031 -  CGI interface wasn't generating correct change messages.
2032 -  Notes entered during a change are saved to the messages list even if
2033    there's no nosy list. No message is generated if there's no nosy list and
2034    there's no change note (since it would just duplicates the journal).
2035 -  Completely removed the bsddb3 module from the tests - will be reinstated
2036    when the http://bsddb.sourceforge.net/'s bugs #439959 and #456408 are
2037    dealt with. One is fixed in CVS, the other pending.
2040 2001-08-08 - 0.2.6
2041 Note:
2042 -  Roundup is now released under the same terms as the Python License.
2044 Feature:
2045 -  Added tests for instance initialisation. No more releasing the software
2046    with bugs in roundup.init!
2047 -  Now bundling unittest with the package so that python 2.0 users can use
2048    the tests.
2049 -  Much better error handling and messages generated by the mail gateway.
2051 Fixed:
2052 -  Implemented correct mail splitting. Added unit tests. Also snips
2053    signatures now too.
2054 -  Bug #447671 - typo in roundup/init.py
2055 -  Changed date.Date to use regular string formatting instead of strftime -
2056    win32 seems to have problems with %T and no hour... or something...
2057 -  Bug #448484 - now catching correct exception from makedirs.
2058 -  Instances are now opened by a special function that generates a unique
2059    module name for the instances on import time.
2062 2001-08-03 - 0.2.5
2063 Note:
2064 -  The bsddb3 module has a bug that renders it non-functional. Users should
2065    select the anydbm or bsddb backend instead.
2067 Fixed:
2068 -  Python 2.0 does not contain the unittest module. The setup.py module now
2069    checks for unittest before attempting to run the unit tests.
2072 2001-08-03 - 0.2.4
2073 Features:
2074 -  Added ability for cgi newblah forms to indicate that the new node
2075    should be linked somewhere.
2076 -  Added time logging and file uploading to the templates.
2077 -  Added "My Issues" and "My Support" to extended template. Changed "Your
2078    Details" to "My Details". Changed the "New Foo" links to "Add Foo".
2079    Added links for unassigned support and issues. Generally reorganised and
2080    cleanup the header up.
2081 -  Changed the order of the information in the message generated by web edits.
2082 -  Extended the range of intervals that are pretty-printed before actual dates
2083    are displayed.
2084 -  Added more BUILD instructions including the "clean" command to force
2085    rebuild.
2086 -  Web edit messages aren't sent to the person who did the edit any more. No
2087    message is generated if they are the only person on the nosy list.
2088 -  Roundupdb now appends "mailing list" information to its messages which
2089    include the e-mail address and web interface address. Templates may
2090    override this in their db classes to include specific information (support
2091    instructions, etc).
2093 Fixed:
2094 -  Argument handling for the roundup-admin find command.
2095 -  Handling of summary when no note supplied for newblah. Again.
2096 -  Detection of no form in htmltemplate Field display.
2097 -  Checklist html template command was setting wrong name.
2098 -  2.1-specific gmtime() (no arg) call in roundup.date. (thanks Paul Wright)
2099 -  mailgw was making naughty assumptions about the schema of the classes it
2100    was creating nodes for.
2101 -  remove the $Foo$ from the HTML files stored in the htmlbase modules.
2102 -  Instance import now imports the instance using imp.load_module so that
2103    we can have instance homes of "roundup" or other existing python package
2104    names.
2107 2001-07-30 - 0.2.3
2108 Big change:
2109 -  I've split off the support class from the issue class in "extended".
2110    Anyone who has any support entries, sorry. It should be possible to
2111    write a scipt that moves the entries over pretty easily. If this causes
2112    you pain, I'll do so. You'll want to update your instance with the new
2113    code in "extended" either way.
2115 Features:
2116 -  Added the unit tests to the start of setup.py so they're run whenever
2117    we do anything distutils'y.
2118 -  Added nicer prompting to the roundup-admin "init" command.
2119 -  Actually, the roundup-admin code is totally revamped, and has command
2120    help and better command-line arg handling.
2121 -  The cgi_client.Client base class now reflects the structure of "classic"
2122    rather than "extended" since "classic" is more of a "base" template.
2123 -  Added more DB to test. Skips tests where imports fail.
2125 Fixed:
2126 -  One of the tests in test_date had the wrong expected result.
2127 -  Fixed IssueClass so that superseders links to its classname rather than
2128    hard-coded to "issue".
2129 -  templatebuilder was catching IOError instead of OSError.
2130 -  The cgi_client newblah method wasn't detecting the __note form field
2131    properly.
2132 -  The History command in htmltemplate didn't handle a new node (None
2133    nodeid) properly.
2136 2001-07-29 - 0.2.2
2137 Features:
2138 -  Added implementation.txt to the doc directory. Contains implementation
2139    notes specific to this implementations of Roundup.
2140 -  Cleaned up mailgw some (subclass Message for getPart) and added some
2141    tests for multipart splitting.
2142 -  Better checking for html dir in templatebuilder.
2143 -  Base hyperdb.Class now fakes the "id" property.
2144 -  Made the classic roundup look more like the original prototype.
2145 -  Made cgi_client and templating slightly more generic.
2146 -  Moved some code around in cgi_client allowing for subclassing to change
2147    behaviour.
2148 -  Added the fabricated property "id" to all hyperdb classes.
2149 -  Cleanup of the link label generation (new method on hyperdb.Class to do
2150    it).
2152 Fixed:
2153 -  Everything uses errno module now to check errno values.
2154 -  New issue form handles lack of note better now.
2155 -  HTML templating uses section-bar style for index group headers now.
2156 -  Fixed problem in link display when Link value is None.
2157 -  Form handling in cgi client wasn't propogating through the previous
2158    query elements.
2159 -  Fixed sort arguments generated for column headings so sorting can be
2160    changed now.
2163 2001-07-28 - 0.2.1
2164 Features:
2165 -  Added docstring to roundup package so pydoc reports useful information.
2166 -  Added the roundup 1 software carpentry submission HTML to the doc
2167    directory as "overview.html".
2169 Fixes:
2170 -  Fixed bug in init command - templatebuilder was assuming existence of
2171    "html" directory in instance home.
2172 -  Fixed INSTALL.txt to reflect some changes in the installation and test
2173    procedure. Whatdya know, "setup.py install" does the script install.
2174    There you go...
2175 -  Fixed some non-string node ids in cgi_client now that the hyperdb is
2176    strict about such things.
2178 2001-07-26 - 0.2.0
2179 Features:
2180 -  Major reorganisation of code to allow multiple roundup instances and a
2181    single, site-packages -based installation. Also allows multiple database
2182    back-ends.
2183 -  Moved the bin/ proggies into the top dir, so that it all works
2184    out-of-the-box
2185 -  Added the "classic" template - a direct implementation of the Roundup
2186    spec. Well, as close as we're going to get, anyway.
2187 -  Added an issue priority of support to "extended"
2188 -  Added command-line arg handling to roundup-server so it's more useful
2189    out-of-the-box.
2190 -  Added distutils-style installation of "lib" files.
2191 -  Added some unit tests.
2193 Fixes:
2194 -  Fixed bug in re generation in the filter
2195 -  Fixed handling of None String property in grouped list headings
2196 -  Fixed adding new issue with no change note
2197 -  Fixed values in text input fields which contained quotes (") are now
2198    quoted.
2199 -  Fixed a bug in the hyperdb filter - wrong variable names in the error
2200    message.
2202 2001-07-19 - 0.1.3
2203 -  Reldate now takes an argument "pretty" - when true, it pretty-prints the
2204    interval generated up to 5 days, then pretty-prints the date of last
2205    activity. The issue index and item now use the pretty format.
2206 -  Classes list for admin user in CGI interface.
2207 -  Made the view configuration more accessible, neater and more realistic.
2208 -  Fixed list view grouping handling grouping by a Multilink or String or Link
2209    value of None or Date, ...  (mind you, sorting by Date???)
2210 -  Fixed bug in the plain formatter when a Link was None.
2211 -  Fixed ordering of list view column headings.
2212 -  Fixed list view column heading sort links - and limited the number of
2213    columns to sort by to 2.
2214 -  Added searching by glob to StringType filtering -
2215     ^text  - search for text at start of fields
2216     text$  - search for text at end of fields
2217     ^text$ - exactly match text in fields
2218     te*xt  - search for text matching "te"<any characters>"xt"
2219     te?xt  - search for text matching "te"<any one character>"xt"
2220 -  Added more fields to the issue.filter and issue.index templates
2223 2001-07-18 - 0.1.2
2224 -  Set default index to ?:group=priority&:columns=activity,status,title so
2225    the priority column isn't displayed.
2226 -  Thanks Anthony:
2227    - added notes to the README about Python prerequisites
2228    - added check to roundup.py, roundup.cgi, server.py and roundup-mailgw.py
2229      for python 2+ - and made the file itself parseable by 1.5.2 ;)
2230    - python 2.0 didn't have the default args for the time module functions.
2231    - better handling of db directory in initDB
2232 -  Sorting on the extra properties defined by roundupdb classes was broken
2233    due to the caching used. May now sort on activity and creation
2234    properties, etc.
2235 -  Set the default index to sort on activity
2238 2001-07-18 - 0.1.1
2239 -  Initial version release with consent of Roundup spec author, Ka-Ping Yee:
2240    "Amazing!  Nice work.  I'll watch for the source code on your website."
2242 2001-07-11 - 0.1.0
2243 -  Needed a bug tracking system. Looked around. Tried to install many
2244    Perl-based systems, to no avail. Got tired of waiting for Roundup to be
2245    released. Had just finished major product project, so needed something
2246    different for a while. Roundup here I come...