--- trunk/ChangeLog 2009/02/10 09:58:34 310 +++ trunk/ChangeLog 2009/03/20 14:40:36 320 @@ -1,28 +1,81 @@ -2009-02-09 Sascha L. Teichmanne +2009-03-20 Sascha L. Teichmann + + * formed/formed/model/data.py: Removed debug output + + * formed/formed/plugins/modify/rules.py: Fixed error message. + Generate past and future rules. + +2009-03-16 Sascha L. Teichmann + + * formed/formed/model/exprtree.py: Forget to call today with context. + +2009-03-16 Sascha L. Teichmann + + * formed/formed/io/document.py: Fixed syntax typo. + +2009-03-16 Sascha L. Teichmann + + * formed/formed/model/data.py: ConditionalNode inherits from Node directly. + +2009-03-16 Sascha L. Teichmann + + * formed/formed/model/data.py: Added ConditionalNode + + * formed/formed/io/document.py: Make ConditionalNode loadable. + +2009-03-13 Sascha L. Teichmann + + * formed/formed/plugins/modify/rules.py: Make the error descriptions + in date sequence rules more precise. + +2009-03-13 Sascha L. Teichmann + + * formed/formed/plugins/modify/rules.py: generate date sequence rules. + +2009-03-13 Sascha L. Teichmann + + * 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. Teichmanne +2009-02-09 Sascha L. Teichmann * formed/formed/plugins/export/sql.py: replace '-' in names by '_'. -2009-02-09 Sascha L. Teichmanne +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. Teichmanne +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.