/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 307 by teichmann, Fri Feb 6 17:24:27 2009 UTC revision 333 by teichmann, Tue May 26 15:21:00 2009 UTC
# Line 1  Line 1 
1  2009-02-09      Sascha L. Teichmanne <[email protected]>  2009-05-26      Sascha L. Teichmann <[email protected]>
2    
3            * formed/formed/plugins/names/filter.py: small optimization.
4    
5    2009-05-26      Sascha L. Teichmann <[email protected]>
6    
7            * formed/formed/plugins/names/filter.py: Repaired unique filter for
8              nodecomponent names.
9    
10    2009-05-06      Sascha L. Teichmann <[email protected]>
11    
12            * formed/formed/plugins/export/rg_sql.py: Only create depending
13              repeat groups if no uuid is given. If a uuid is given then
14              the creation is triggered by an xml import.
15    
16    2009-04-28      Sascha L. Teichmann <[email protected]>
17    
18            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
19              replace the old one. The new one faciliates the new RepeatNode instead
20              of the Group.isRepeat() method to tell if something is to be repeated.
21    
22            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
23              The old one is deactivated.
24    
25            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
26    
27    2009-04-28      Sascha L. Teichmann <[email protected]>
28    
29            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
30              TODO: Adjust execution rights.
31    
32    2009-04-27      Sascha L. Teichmann <[email protected]>
33    
34            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
35              Add functions to create dataset.
36    
37    2009-04-24      Sascha L. Teichmann <[email protected]>
38    
39            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
40              tree structure functions in database.
41    
42            * formed/formed/config.py: load plug-in.
43    
44    2009-04-16      Sascha L. Teichmann <[email protected]>
45    
46            * formed/formed/model/data.py: Added 'digest' attribute to
47              RepeatNode. Removed needless methods
48    
49    2009-04-16      Sascha L. Teichmann <[email protected]>
50    
51            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
52              more readable with '=' and '<>'.
53    
54    2009-04-02      Sascha L. Teichmann <[email protected]>
55    
56            * formed/formed/plugins/export/sql.py: call anonymization
57              of uuid on anonymization of case.
58    
59    2009-03-31      Sascha L. Teichmann <[email protected]>
60    
61            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
62              case_anonymize().
63    
64    2009-03-31      Sascha L. Teichmann <[email protected]>
65    
66            * formed/formed/model/exprtree.py: Add some code to pretty print
67              the trees infix.
68    
69            * formed/formed/plugins/export/rules.py: New. Exporter for human
70              readable rules.
71    
72            * formed/formed/plugins/export/html.py: Fixed HTML generation.
73    
74            * formed/formed/config.py: Added new new Rule export plug-in.
75    
76    2009-03-31      Sascha L. Teichmann <[email protected]>
77    
78            * formed/formed/model/exprtree.py: Fixes from server. Raise
79              exceptions if there is less or more than one element on stack
80              after compilation of expression.
81    
82    2009-03-20      Sascha L. Teichmann <[email protected]>
83    
84            * formed/formed/model/data.py: Removed debug output
85    
86            * formed/formed/plugins/modify/rules.py: Fixed error message.
87              Generate past and future rules.
88    
89    2009-03-16      Sascha L. Teichmann <[email protected]>
90    
91            * formed/formed/model/exprtree.py: Forget to call today with context.
92    
93    2009-03-16      Sascha L. Teichmann <[email protected]>
94    
95            * formed/formed/io/document.py: Fixed syntax typo.
96    
97    2009-03-16      Sascha L. Teichmann <[email protected]>
98    
99            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
100    
101    2009-03-16      Sascha L. Teichmann <[email protected]>
102    
103            * formed/formed/model/data.py: Added ConditionalNode
104    
105            * formed/formed/io/document.py: Make ConditionalNode loadable.
106    
107    2009-03-13      Sascha L. Teichmann <[email protected]>
108    
109            * formed/formed/plugins/modify/rules.py: Make the error descriptions
110              in date sequence rules more precise.
111    
112    2009-03-13      Sascha L. Teichmann <[email protected]>
113    
114            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
115    
116    2009-03-13      Sascha L. Teichmann <[email protected]>
117    
118            * formed/formed/model/exprtree.py: New tree based expression engine.
119    
120            * formed/formed/model/__init__.py, formed/formed/model/data.py:
121              Adjusted imports.
122    
123    2009-03-12      Torsten Irländer <[email protected]>
124    
125            Introduced new order attribute for date fields
126    
127            * formed/formed/model/data.py: Order fields can be used to define to
128            ordering of datefields withing the document. Needed for automatic
129            generation of consistency rules.
130    
131    2009-02-09      Sascha L. Teichmann <[email protected]>
132    
133            * formed/formed/model/data.py: Allow pages to be 'invisible'.
134    
135    2009-02-09      Sascha L. Teichmann <[email protected]>
136    
137            * formed/formed/plugins/export/sql.py: Fixed problem with
138              description reference tables of radio groups.
139    
140    2009-02-09      Sascha L. Teichmann <[email protected]>
141    
142            * formed/formed/plugins/export/sql.py: replace '-' in names
143              by '_'.
144              
145    2009-02-09      Sascha L. Teichmann <[email protected]>
146    
147            * formed/formed/plugins/export/sql.py: to figure ou which
148              tables are equal the insert statememnts are lower cased
149              and sorted before they are compared. This reduces the number
150              of generated referfence tables.
151    
152    2009-02-09      Sascha L. Teichmann <[email protected]>
153    
154          Repair SQL schema creation for radio groups.          Repair SQL schema creation for radio groups.
155    
156          * formed/formed/plugins/export/sql.py: radio groups are handled          * formed/formed/plugins/export/sql.py: radio groups are handled
157            like choices now.            like choices now.
158    
159  2009-02-09      Sascha L. Teichmanne <[email protected]>  2009-02-09      Sascha L. Teichmann <[email protected]>
160    
161          Make it startable again.          Make it startable again.
162    

Legend:
Removed from v.307  
changed lines
  Added in v.333

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26