--- trunk/ChangeLog 2009/03/31 10:08:00 321 +++ trunk/ChangeLog 2009/03/31 15:16:30 323 @@ -1,5 +1,22 @@ 2009-03-31 Sascha L. Teichmann + * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in + case_anonymize(). + +2009-03-31 Sascha L. Teichmann + + * formed/formed/model/exprtree.py: Add some code to pretty print + the trees infix. + + * formed/formed/plugins/export/rules.py: New. Exporter for human + readable rules. + + * formed/formed/plugins/export/html.py: Fixed HTML generation. + + * formed/formed/config.py: Added new new Rule export plug-in. + +2009-03-31 Sascha L. Teichmann + * formed/formed/model/exprtree.py: Fixes from server. Raise exceptions if there is less or more than one element on stack after compilation of expression.