Code

Change nosymessage and send_message to accept msgid=None (RFE #707235).
[roundup.git] / CHANGES.txt
index 21c24da891e841f68fd88a0ff6fd8f2d6a2e6465..ee5818e194139e9850bfa32b804c0b8f15ceb8a5 100644 (file)
@@ -8,7 +8,8 @@ Feature:
 - using Zope3's test runner now, allowing GC checks, nicer controls and
   coverage analysis
 - !BETA! added postgresql backend, needs work !BETA!
-- all RDMBS backends now have indexes on several columns
+- all RDBMS backends now have indexes on several columns
+- Change nosymessage and send_message to accept msgid=None (RFE #707235).
 
 Fixed:
 - mysql documentation fixed to note requirement of 4.0+ and InnoDB
@@ -24,6 +25,9 @@ Fixed:
   (bug #798659).
 - Remove empty lines before sending strings off to the csv parser 
   (bug #821364).
+- Date arithmetic was utterly broken, and has been for a long time.
+  Date +/- Interval now works, and Date - Date also works (produces
+  an Interval.
 
 Cleanup:
 - Replace curuserid attribute on Database with the extended getuid() method.
@@ -42,6 +46,7 @@ Fixed:
 - added script to help migrating queries from pre-0.6 trackers
 - Fixed "documentation" of getnodeids in roundup.hyperdb
 - added flush() to DevNull (sf bug #835365)
+- fixed javascript for help window for only one checkbox case
 
 
 2003-09-29 0.6.2