--- trunk/ChangeLog 2009/01/22 15:57:51 305 +++ trunk/ChangeLog 2009/02/06 17:24:27 307 @@ -1,3 +1,31 @@ +2009-02-09 Sascha L. Teichmanne + + Repair SQL schema creation for radio groups. + + * formed/formed/plugins/export/sql.py: radio groups are handled + like choices now. + +2009-02-09 Sascha L. Teichmanne + + Make it startable again. + + * formed/formed/plugins/export/xls.py: Import pyExcelerator only + when plug-in is called. + + * formed/formed/model/nodecomponents.py: Event routing was messed up. + Rewired root node with document. + + * formed/formed/plugins/web/help.py: Removed old xml.ext import. + XXX: This breaks creating help by now! + + * formed/formed/io/parser.py: Replace old deprecated base class + by new one. + + * formed/formed/main.py: Do not crash if locale cannot be set. + + * formed/formed/ui/controls.py: Use document.getCase() instead + of document.case to prevent uninitialized dereferences. + 2009-01-22 Torsten Irländer Implemented new XML-Format for formed xml files.