Code

Simple version of collision detection, with tests and a new generic template for...
[roundup.git] / CHANGES.txt
index 3faf2752d0ad8ed1c931be29c338e0b3a09d8f5c..233b45dfb11d5ecfbf67b9d62fb51bee216eb24e 100644 (file)
@@ -3,6 +3,7 @@ are given with the most recent entry first.
 
 200?-??-?? 0.7.0
 Feature:
+- simple support for collision detection (sf rfe 648763)
 - support confirming registration by replying to the email (sf bug 763668)
 - support setgid and running on port < 1024 (sf patch 777528)
 - using Zope3's test runner now, allowing GC checks, nicer controls and
@@ -62,6 +63,11 @@ Cleanup:
 - implemented semantic comparison of Message objects in test_mailgw
 - tidied up forms in default stylesheet
 - force textareas to use monospace fonts, lessening surprise on the user
+- moved out parts of client.py to new modules:
+  * actions.py - the xxxAction and xxxPermission functions refactored into 
+    Action classes
+  * exceptions.py - all exceptions
+  * form_parser.py - parsePropsFromForm & extractFormList in a FormParser class
 
 
 2004-??-?? 0.6.5