Code

- queries on a per-user basis, and public queries (sf "bug" 891798 :)
[roundup.git] / CHANGES.txt
index 1e36988c4eebbfd676ac97c71269045e38bc8755..952d337e62e659167e1fd89131ed8f1303c613c2 100644 (file)
@@ -4,14 +4,21 @@ are given with the most recent entry first.
 2004-??-?? 0.7.0b2
 Feature:
 - added CSV export to index pages
-- added new reactor, filereactor.py, that works around a bug in IE. See 
-  filereactor.py for more info.
+- added new auditor, emailauditor.py, that works around a bug in IE. See 
+  emailauditor.py for more info.
 - added dispatcher functionality - see upgrading.txt for more info
+- added Reject exception which may be raised by auditors. This is trapped
+  by mailgw and may be used to veto creation of file attachments or
+  messages. (sf bug 700265)
+- queries on a per-user basis, and public queries (sf "bug" 891798 :)
 
 Fixed:
 - Boolean HTML templating was broken
 - Link HTML templating field() was broken
 - Fix reporting of test inclusion in postgresql test
+- EditAction was confused about who "self" was
+- Edit collision detection was broken for index-page edits
+
 
 2004-03-24 0.7.0b1
 Major new features: