/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 313 by teichmann, Fri Mar 13 09:50:05 2009 UTC revision 330 by teichmann, Thu Apr 30 15:56:38 2009 UTC
# Line 1  Line 1 
1  2009-03-13      Torsten Irländer <[email protected]>  2009-04-28      Sascha L. Teichmann <[email protected]>
2    
3            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
4              replace the old one. The new one faciliates the new RepeatNode instead
5              of the Group.isRepeat() method to tell if something is to be repeated.
6    
7            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
8              The old one is deactivated.
9    
10            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
11    
12    2009-04-28      Sascha L. Teichmann <[email protected]>
13    
14            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
15              TODO: Adjust execution rights.
16    
17    2009-04-27      Sascha L. Teichmann <[email protected]>
18    
19            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
20              Add functions to create dataset.
21    
22    2009-04-24      Sascha L. Teichmann <[email protected]>
23    
24            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
25              tree structure functions in database.
26    
27            * formed/formed/config.py: load plug-in.
28    
29    2009-04-16      Sascha L. Teichmann <[email protected]>
30    
31            * formed/formed/model/data.py: Added 'digest' attribute to
32              RepeatNode. Removed needless methods
33    
34    2009-04-16      Sascha L. Teichmann <[email protected]>
35    
36            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
37              more readable with '=' and '<>'.
38    
39    2009-04-02      Sascha L. Teichmann <[email protected]>
40    
41            * formed/formed/plugins/export/sql.py: call anonymization
42              of uuid on anonymization of case.
43    
44    2009-03-31      Sascha L. Teichmann <[email protected]>
45    
46            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
47              case_anonymize().
48    
49    2009-03-31      Sascha L. Teichmann <[email protected]>
50    
51            * formed/formed/model/exprtree.py: Add some code to pretty print
52              the trees infix.
53    
54            * formed/formed/plugins/export/rules.py: New. Exporter for human
55              readable rules.
56    
57            * formed/formed/plugins/export/html.py: Fixed HTML generation.
58    
59            * formed/formed/config.py: Added new new Rule export plug-in.
60    
61    2009-03-31      Sascha L. Teichmann <[email protected]>
62    
63            * formed/formed/model/exprtree.py: Fixes from server. Raise
64              exceptions if there is less or more than one element on stack
65              after compilation of expression.
66    
67    2009-03-20      Sascha L. Teichmann <[email protected]>
68    
69            * formed/formed/model/data.py: Removed debug output
70    
71            * formed/formed/plugins/modify/rules.py: Fixed error message.
72              Generate past and future rules.
73    
74    2009-03-16      Sascha L. Teichmann <[email protected]>
75    
76            * formed/formed/model/exprtree.py: Forget to call today with context.
77    
78    2009-03-16      Sascha L. Teichmann <[email protected]>
79    
80            * formed/formed/io/document.py: Fixed syntax typo.
81    
82    2009-03-16      Sascha L. Teichmann <[email protected]>
83    
84            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
85    
86    2009-03-16      Sascha L. Teichmann <[email protected]>
87    
88            * formed/formed/model/data.py: Added ConditionalNode
89    
90            * formed/formed/io/document.py: Make ConditionalNode loadable.
91    
92    2009-03-13      Sascha L. Teichmann <[email protected]>
93    
94            * formed/formed/plugins/modify/rules.py: Make the error descriptions
95              in date sequence rules more precise.
96    
97    2009-03-13      Sascha L. Teichmann <[email protected]>
98    
99            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
100    
101    2009-03-13      Sascha L. Teichmann <[email protected]>
102    
103          * formed/formed/model/exprtree.py: New tree based expression engine.          * formed/formed/model/exprtree.py: New tree based expression engine.
104    

Legend:
Removed from v.313  
changed lines
  Added in v.330

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26