/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 334 by teichmann, Wed Jun 17 09:42:37 2009 UTC revision 335 by torsten, Wed Jun 17 10:45:48 2009 UTC
# Line 1  Line 1 
1    2009-06-17      Torsten Irländer <[email protected]>
2    
3            * formed/formed/plugins/export/new_sql.py: Fixed anonymize function
4            and rolenames.
5    
6    2009-06-17      Sascha L. Teichmann <[email protected]>
7    
8            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
9    
10    2009-05-26      Sascha L. Teichmann <[email protected]>
11    
12            * formed/formed/plugins/names/filter.py: small optimization.
13    
14    2009-05-26      Sascha L. Teichmann <[email protected]>
15    
16            * formed/formed/plugins/names/filter.py: Repaired unique filter for
17              nodecomponent names.
18    
19    2009-05-06      Sascha L. Teichmann <[email protected]>
20    
21            * formed/formed/plugins/export/rg_sql.py: Only create depending
22              repeat groups if no uuid is given. If a uuid is given then
23              the creation is triggered by an xml import.
24    
25    2009-04-28      Sascha L. Teichmann <[email protected]>
26    
27            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
28              replace the old one. The new one faciliates the new RepeatNode instead
29              of the Group.isRepeat() method to tell if something is to be repeated.
30    
31            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
32              The old one is deactivated.
33    
34            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
35    
36    2009-04-28      Sascha L. Teichmann <[email protected]>
37    
38            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
39              TODO: Adjust execution rights.
40    
41    2009-04-27      Sascha L. Teichmann <[email protected]>
42    
43            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
44              Add functions to create dataset.
45    
46    2009-04-24      Sascha L. Teichmann <[email protected]>
47    
48            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
49              tree structure functions in database.
50    
51            * formed/formed/config.py: load plug-in.
52    
53    2009-04-16      Sascha L. Teichmann <[email protected]>
54    
55            * formed/formed/model/data.py: Added 'digest' attribute to
56              RepeatNode. Removed needless methods
57    
58    2009-04-16      Sascha L. Teichmann <[email protected]>
59    
60            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
61              more readable with '=' and '<>'.
62    
63    2009-04-02      Sascha L. Teichmann <[email protected]>
64    
65            * formed/formed/plugins/export/sql.py: call anonymization
66              of uuid on anonymization of case.
67    
68    2009-03-31      Sascha L. Teichmann <[email protected]>
69    
70            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
71              case_anonymize().
72    
73    2009-03-31      Sascha L. Teichmann <[email protected]>
74    
75            * formed/formed/model/exprtree.py: Add some code to pretty print
76              the trees infix.
77    
78            * formed/formed/plugins/export/rules.py: New. Exporter for human
79              readable rules.
80    
81            * formed/formed/plugins/export/html.py: Fixed HTML generation.
82    
83            * formed/formed/config.py: Added new new Rule export plug-in.
84    
85    2009-03-31      Sascha L. Teichmann <[email protected]>
86    
87            * formed/formed/model/exprtree.py: Fixes from server. Raise
88              exceptions if there is less or more than one element on stack
89              after compilation of expression.
90    
91    2009-03-20      Sascha L. Teichmann <[email protected]>
92    
93            * formed/formed/model/data.py: Removed debug output
94    
95            * formed/formed/plugins/modify/rules.py: Fixed error message.
96              Generate past and future rules.
97    
98    2009-03-16      Sascha L. Teichmann <[email protected]>
99    
100            * formed/formed/model/exprtree.py: Forget to call today with context.
101    
102    2009-03-16      Sascha L. Teichmann <[email protected]>
103    
104            * formed/formed/io/document.py: Fixed syntax typo.
105    
106    2009-03-16      Sascha L. Teichmann <[email protected]>
107    
108            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
109    
110    2009-03-16      Sascha L. Teichmann <[email protected]>
111    
112            * formed/formed/model/data.py: Added ConditionalNode
113    
114            * formed/formed/io/document.py: Make ConditionalNode loadable.
115    
116    2009-03-13      Sascha L. Teichmann <[email protected]>
117    
118            * formed/formed/plugins/modify/rules.py: Make the error descriptions
119              in date sequence rules more precise.
120    
121    2009-03-13      Sascha L. Teichmann <[email protected]>
122    
123            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
124    
125    2009-03-13      Sascha L. Teichmann <[email protected]>
126    
127            * formed/formed/model/exprtree.py: New tree based expression engine.
128    
129            * formed/formed/model/__init__.py, formed/formed/model/data.py:
130              Adjusted imports.
131    
132    2009-03-12      Torsten Irländer <[email protected]>
133    2009-06-17      Sascha L. Teichmann <[email protected]>
134    
135            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
136    
137    2009-05-26      Sascha L. Teichmann <[email protected]>
138    
139            * formed/formed/plugins/names/filter.py: small optimization.
140    
141    2009-05-26      Sascha L. Teichmann <[email protected]>
142    
143            * formed/formed/plugins/names/filter.py: Repaired unique filter for
144              nodecomponent names.
145    
146    2009-05-06      Sascha L. Teichmann <[email protected]>
147    
148            * formed/formed/plugins/export/rg_sql.py: Only create depending
149              repeat groups if no uuid is given. If a uuid is given then
150              the creation is triggered by an xml import.
151    
152    2009-04-28      Sascha L. Teichmann <[email protected]>
153    
154            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
155              replace the old one. The new one faciliates the new RepeatNode instead
156              of the Group.isRepeat() method to tell if something is to be repeated.
157    
158            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
159              The old one is deactivated.
160    
161            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
162    
163    2009-04-28      Sascha L. Teichmann <[email protected]>
164    
165            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
166              TODO: Adjust execution rights.
167    
168    2009-04-27      Sascha L. Teichmann <[email protected]>
169    
170            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
171              Add functions to create dataset.
172    
173    2009-04-24      Sascha L. Teichmann <[email protected]>
174    
175            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
176              tree structure functions in database.
177    
178            * formed/formed/config.py: load plug-in.
179    
180    2009-04-16      Sascha L. Teichmann <[email protected]>
181    
182            * formed/formed/model/data.py: Added 'digest' attribute to
183              RepeatNode. Removed needless methods
184    
185    2009-04-16      Sascha L. Teichmann <[email protected]>
186    
187            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
188              more readable with '=' and '<>'.
189    
190    2009-04-02      Sascha L. Teichmann <[email protected]>
191    
192            * formed/formed/plugins/export/sql.py: call anonymization
193              of uuid on anonymization of case.
194    
195    2009-03-31      Sascha L. Teichmann <[email protected]>
196    
197            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
198              case_anonymize().
199    
200    2009-03-31      Sascha L. Teichmann <[email protected]>
201    
202            * formed/formed/model/exprtree.py: Add some code to pretty print
203              the trees infix.
204    
205            * formed/formed/plugins/export/rules.py: New. Exporter for human
206              readable rules.
207    
208            * formed/formed/plugins/export/html.py: Fixed HTML generation.
209    
210            * formed/formed/config.py: Added new new Rule export plug-in.
211    
212    2009-03-31      Sascha L. Teichmann <[email protected]>
213    
214            * formed/formed/model/exprtree.py: Fixes from server. Raise
215              exceptions if there is less or more than one element on stack
216              after compilation of expression.
217    
218    2009-03-20      Sascha L. Teichmann <[email protected]>
219    
220            * formed/formed/model/data.py: Removed debug output
221    
222            * formed/formed/plugins/modify/rules.py: Fixed error message.
223              Generate past and future rules.
224    
225    2009-03-16      Sascha L. Teichmann <[email protected]>
226    
227            * formed/formed/model/exprtree.py: Forget to call today with context.
228    
229    2009-03-16      Sascha L. Teichmann <[email protected]>
230    
231            * formed/formed/io/document.py: Fixed syntax typo.
232    
233    2009-03-16      Sascha L. Teichmann <[email protected]>
234    
235            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
236    
237    2009-03-16      Sascha L. Teichmann <[email protected]>
238    
239            * formed/formed/model/data.py: Added ConditionalNode
240    
241            * formed/formed/io/document.py: Make ConditionalNode loadable.
242    
243    2009-03-13      Sascha L. Teichmann <[email protected]>
244    
245            * formed/formed/plugins/modify/rules.py: Make the error descriptions
246              in date sequence rules more precise.
247    
248    2009-03-13      Sascha L. Teichmann <[email protected]>
249    
250            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
251    
252    2009-03-13      Sascha L. Teichmann <[email protected]>
253    
254            * formed/formed/model/exprtree.py: New tree based expression engine.
255    
256            * formed/formed/model/__init__.py, formed/formed/model/data.py:
257              Adjusted imports.
258    
259    2009-03-12      Torsten Irländer <[email protected]>
260  2009-06-17      Sascha L. Teichmann <[email protected]>  2009-06-17      Sascha L. Teichmann <[email protected]>
261    
262          * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.          * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.

Legend:
Removed from v.334  
changed lines
  Added in v.335

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26