/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 310 by teichmann, Tue Feb 10 09:58:34 2009 UTC revision 325 by teichmann, Thu Apr 16 15:08:53 2009 UTC
# Line 1  Line 1 
1  2009-02-09      Sascha L. Teichmanne <[email protected]>  2009-04-16      Sascha L. Teichmann <[email protected]>
2    
3            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
4              more readable with '=' and '<>'.
5    
6    2009-04-02      Sascha L. Teichmann <[email protected]>
7    
8            * formed/formed/plugins/export/sql.py: call anonymization
9              of uuid on anonymization of case.
10    
11    2009-03-31      Sascha L. Teichmann <[email protected]>
12    
13            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
14              case_anonymize().
15    
16    2009-03-31      Sascha L. Teichmann <[email protected]>
17    
18            * formed/formed/model/exprtree.py: Add some code to pretty print
19              the trees infix.
20    
21            * formed/formed/plugins/export/rules.py: New. Exporter for human
22              readable rules.
23    
24            * formed/formed/plugins/export/html.py: Fixed HTML generation.
25    
26            * formed/formed/config.py: Added new new Rule export plug-in.
27    
28    2009-03-31      Sascha L. Teichmann <[email protected]>
29    
30            * formed/formed/model/exprtree.py: Fixes from server. Raise
31              exceptions if there is less or more than one element on stack
32              after compilation of expression.
33    
34    2009-03-20      Sascha L. Teichmann <[email protected]>
35    
36            * formed/formed/model/data.py: Removed debug output
37    
38            * formed/formed/plugins/modify/rules.py: Fixed error message.
39              Generate past and future rules.
40    
41    2009-03-16      Sascha L. Teichmann <[email protected]>
42    
43            * formed/formed/model/exprtree.py: Forget to call today with context.
44    
45    2009-03-16      Sascha L. Teichmann <[email protected]>
46    
47            * formed/formed/io/document.py: Fixed syntax typo.
48    
49    2009-03-16      Sascha L. Teichmann <[email protected]>
50    
51            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
52    
53    2009-03-16      Sascha L. Teichmann <[email protected]>
54    
55            * formed/formed/model/data.py: Added ConditionalNode
56    
57            * formed/formed/io/document.py: Make ConditionalNode loadable.
58    
59    2009-03-13      Sascha L. Teichmann <[email protected]>
60    
61            * formed/formed/plugins/modify/rules.py: Make the error descriptions
62              in date sequence rules more precise.
63    
64    2009-03-13      Sascha L. Teichmann <[email protected]>
65    
66            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
67    
68    2009-03-13      Sascha L. Teichmann <[email protected]>
69    
70            * formed/formed/model/exprtree.py: New tree based expression engine.
71    
72            * formed/formed/model/__init__.py, formed/formed/model/data.py:
73              Adjusted imports.
74    
75    2009-03-12      Torsten Irländer <[email protected]>
76    
77            Introduced new order attribute for date fields
78    
79            * formed/formed/model/data.py: Order fields can be used to define to
80            ordering of datefields withing the document. Needed for automatic
81            generation of consistency rules.
82    
83    2009-02-09      Sascha L. Teichmann <[email protected]>
84    
85            * formed/formed/model/data.py: Allow pages to be 'invisible'.
86    
87    2009-02-09      Sascha L. Teichmann <[email protected]>
88    
89          * formed/formed/plugins/export/sql.py: Fixed problem with          * formed/formed/plugins/export/sql.py: Fixed problem with
90            description reference tables of radio groups.            description reference tables of radio groups.
91    
92  2009-02-09      Sascha L. Teichmanne <[email protected]>  2009-02-09      Sascha L. Teichmann <[email protected]>
93    
94          * formed/formed/plugins/export/sql.py: replace '-' in names          * formed/formed/plugins/export/sql.py: replace '-' in names
95            by '_'.            by '_'.
96                        
97  2009-02-09      Sascha L. Teichmanne <[email protected]>  2009-02-09      Sascha L. Teichmann <[email protected]>
98    
99          * formed/formed/plugins/export/sql.py: to figure ou which          * formed/formed/plugins/export/sql.py: to figure ou which
100            tables are equal the insert statememnts are lower cased            tables are equal the insert statememnts are lower cased
101            and sorted before they are compared. This reduces the number            and sorted before they are compared. This reduces the number
102            of generated referfence tables.            of generated referfence tables.
103    
104  2009-02-09      Sascha L. Teichmanne <[email protected]>  2009-02-09      Sascha L. Teichmann <[email protected]>
105    
106          Repair SQL schema creation for radio groups.          Repair SQL schema creation for radio groups.
107    
108          * formed/formed/plugins/export/sql.py: radio groups are handled          * formed/formed/plugins/export/sql.py: radio groups are handled
109            like choices now.            like choices now.
110    
111  2009-02-09      Sascha L. Teichmanne <[email protected]>  2009-02-09      Sascha L. Teichmann <[email protected]>
112    
113          Make it startable again.          Make it startable again.
114    

Legend:
Removed from v.310  
changed lines
  Added in v.325

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26