Code

Add change entry for client.py split.
[roundup.git] / CHANGES.txt
index 42952753366d35e515ad7ea005192de9045e3e0f..9631b2898e5f1ed74546ee8f01dc53f90ada126a 100644 (file)
@@ -62,6 +62,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
@@ -78,6 +83,8 @@ Fixed:
 - fixed check for JS pop()/push() to make more general (sf bug 877504)
 - fix re-enabling queries (sf bug 861940)
 - use supplied content-type on file uploads before trying filename)
+- fixed roundup-reminder script to use default schema (thanks Klamer Schutte)
+- fixed edit action / parsePropsFromForm to handle index-page edits better
 
 
 2003-12-17 0.6.4