Code

*** empty log message ***
[roundup.git] / CHANGES.txt
index 2d5748caeed5a60e498832de4e0d617ae2684d3b..c9a05661a4ac0f2034ccd0ca2620cf8ee8e92caf 100644 (file)
@@ -2,10 +2,31 @@ This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
 2004-??-?? 0.7.0
+Feature:
+- added a favicon
+- added url_quote and html_quote methods to the utils object
+- added isset method to HTMLProperty
+- database export now exports full journals too
+- tracker name at end of page title (sf rfe 926840)
+- roundup-server now uses the ForkingMixin
+- added another sample detector "creator_resolution"
+- added search_checkboxes as an option for the search form
+
 Fixed:
-- CSV export was busted
+- mysql and postgresql schema mutation now handle added Multilinks
+- web CSV export was busted (as was any action returning a result)
 - MultiMapping deviated from the Zope C implementation in a number of
   places (thanks Toby Sargeant)
+- MySQL and Postgresql use BOOL/BOOLEAN for Boolean types
+- OTK generation was busted (thanks Stuart D. Gathman)
+- export and import now include journals (incompatible with export < 0.7)
+- added "download_url" method to generate a correctly quoted URL for file
+  download links (sf bug 927745)
+- all uses of TRACKER_WEB now ensure it ends with a '/'
+- roundup-admin install checks for existing tracker in target home
+- grouping (and sorting) by multilink in RDBMS backends (sf bug 655702)
+- roundup scripts may now be asked for their version (sf rfe 798657)
+- sqlite backend had stopped using the global lock
 
 
 2004-03-27 0.7.0b2
@@ -115,7 +136,7 @@ Cleanup:
     class
 
 
-2004-??-?? 0.6.8
+2004-04-01 0.6.8
 Fixed:
 - existing trackers (ie. live ones) may be used as templates for new
   trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name
@@ -123,6 +144,11 @@ Fixed:
 - handle bad multilink input at item creation time better (sf bug 917834)
 - make sure email signature starts on a newline (sf bug 919759)
 - add line to rego email to help URL detection (sf bug 906247)
+- look harder for text/plain in email
+- fixed fallback excel writer in rcsv so it has a delimiter
+- fixed setup.py's use of listTemplates (!)
+- make rdbms serialise() less trusting
+- handle Boolean values in history HTML display
 
 
 2004-03-01 0.6.7