--- trunk/ChangeLog 2009/02/06 17:41:29 308 +++ trunk/ChangeLog 2009/03/12 16:14:26 312 @@ -1,18 +1,40 @@ -2009-02-09 Sascha L. Teichmanne +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. 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.