--- trunk/ChangeLog 2009/02/06 17:24:27 307 +++ trunk/ChangeLog 2009/03/13 09:50:05 313 @@ -1,11 +1,47 @@ -2009-02-09 Sascha L. Teichmanne +2009-03-13 Torsten Irländer + + * formed/formed/model/exprtree.py: New tree based expression engine. + + * formed/formed/model/__init__.py, formed/formed/model/data.py: + Adjusted imports. + +2009-03-12 Torsten Irländer + + Introduced new order attribute for date fields + + * formed/formed/model/data.py: Order fields can be used to define to + ordering of datefields withing the document. Needed for automatic + generation of consistency rules. + +2009-02-09 Sascha L. Teichmann + + * formed/formed/model/data.py: Allow pages to be 'invisible'. + +2009-02-09 Sascha L. Teichmann + + * formed/formed/plugins/export/sql.py: Fixed problem with + description reference tables of radio groups. + +2009-02-09 Sascha L. Teichmann + + * formed/formed/plugins/export/sql.py: replace '-' in names + by '_'. + +2009-02-09 Sascha L. Teichmann + + * formed/formed/plugins/export/sql.py: to figure ou which + tables are equal the insert statememnts are lower cased + and sorted before they are compared. This reduces the number + of generated referfence tables. + +2009-02-09 Sascha L. Teichmann 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 +2009-02-09 Sascha L. Teichmann Make it startable again.