/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 311 by teichmann, Tue Feb 24 09:05:34 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]>
261    
262            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
263    
264    2009-05-26      Sascha L. Teichmann <[email protected]>
265    
266            * formed/formed/plugins/names/filter.py: small optimization.
267    
268    2009-05-26      Sascha L. Teichmann <[email protected]>
269    
270            * formed/formed/plugins/names/filter.py: Repaired unique filter for
271              nodecomponent names.
272    
273    2009-05-06      Sascha L. Teichmann <[email protected]>
274    
275            * formed/formed/plugins/export/rg_sql.py: Only create depending
276              repeat groups if no uuid is given. If a uuid is given then
277              the creation is triggered by an xml import.
278    
279    2009-04-28      Sascha L. Teichmann <[email protected]>
280    
281            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
282              replace the old one. The new one faciliates the new RepeatNode instead
283              of the Group.isRepeat() method to tell if something is to be repeated.
284    
285            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
286              The old one is deactivated.
287    
288            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
289    
290    2009-04-28      Sascha L. Teichmann <[email protected]>
291    
292            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
293              TODO: Adjust execution rights.
294    
295    2009-04-27      Sascha L. Teichmann <[email protected]>
296    
297            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
298              Add functions to create dataset.
299    
300    2009-04-24      Sascha L. Teichmann <[email protected]>
301    
302            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
303              tree structure functions in database.
304    
305            * formed/formed/config.py: load plug-in.
306    
307    2009-04-16      Sascha L. Teichmann <[email protected]>
308    
309            * formed/formed/model/data.py: Added 'digest' attribute to
310              RepeatNode. Removed needless methods
311    
312    2009-04-16      Sascha L. Teichmann <[email protected]>
313    
314            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
315              more readable with '=' and '<>'.
316    
317    2009-04-02      Sascha L. Teichmann <[email protected]>
318    
319            * formed/formed/plugins/export/sql.py: call anonymization
320              of uuid on anonymization of case.
321    
322    2009-03-31      Sascha L. Teichmann <[email protected]>
323    
324            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
325              case_anonymize().
326    
327    2009-03-31      Sascha L. Teichmann <[email protected]>
328    
329            * formed/formed/model/exprtree.py: Add some code to pretty print
330              the trees infix.
331    
332            * formed/formed/plugins/export/rules.py: New. Exporter for human
333              readable rules.
334    
335            * formed/formed/plugins/export/html.py: Fixed HTML generation.
336    
337            * formed/formed/config.py: Added new new Rule export plug-in.
338    
339    2009-03-31      Sascha L. Teichmann <[email protected]>
340    
341            * formed/formed/model/exprtree.py: Fixes from server. Raise
342              exceptions if there is less or more than one element on stack
343              after compilation of expression.
344    
345    2009-03-20      Sascha L. Teichmann <[email protected]>
346    
347            * formed/formed/model/data.py: Removed debug output
348    
349            * formed/formed/plugins/modify/rules.py: Fixed error message.
350              Generate past and future rules.
351    
352    2009-03-16      Sascha L. Teichmann <[email protected]>
353    
354            * formed/formed/model/exprtree.py: Forget to call today with context.
355    
356    2009-03-16      Sascha L. Teichmann <[email protected]>
357    
358            * formed/formed/io/document.py: Fixed syntax typo.
359    
360    2009-03-16      Sascha L. Teichmann <[email protected]>
361    
362            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
363    
364    2009-03-16      Sascha L. Teichmann <[email protected]>
365    
366            * formed/formed/model/data.py: Added ConditionalNode
367    
368            * formed/formed/io/document.py: Make ConditionalNode loadable.
369    
370    2009-03-13      Sascha L. Teichmann <[email protected]>
371    
372            * formed/formed/plugins/modify/rules.py: Make the error descriptions
373              in date sequence rules more precise.
374    
375    2009-03-13      Sascha L. Teichmann <[email protected]>
376    
377            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
378    
379    2009-03-13      Sascha L. Teichmann <[email protected]>
380    
381            * formed/formed/model/exprtree.py: New tree based expression engine.
382    
383            * formed/formed/model/__init__.py, formed/formed/model/data.py:
384              Adjusted imports.
385    
386    2009-03-12      Torsten Irländer <[email protected]>
387    
388            Introduced new order attribute for date fields
389    
390            * formed/formed/model/data.py: Order fields can be used to define to
391            ordering of datefields withing the document. Needed for automatic
392            generation of consistency rules.
393    
394  2009-02-09      Sascha L. Teichmann <[email protected]>  2009-02-09      Sascha L. Teichmann <[email protected]>
395    
396          * formed/formed/model/data.py: Allow pages to be 'invisible'.          * formed/formed/model/data.py: Allow pages to be 'invisible'.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26