/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 315 by teichmann, Fri Mar 13 18:18:16 2009 UTC revision 337 by torsten, Thu Jun 18 12:15:49 2009 UTC
# Line 1  Line 1 
1    2009-06-18      Torsten Irländer <[email protected]>
2    
3            * formed/formed/plugins/export/new_sql.py,
4              formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and
5              added permissions.
6    
7    2009-06-18      Torsten Irländer <[email protected]>
8    
9            * formed/formed/plugins/export/new_sql.py: Commented out generation of
10            page_views, as they do not work with rgroups.
11    
12    2009-06-17      Torsten Irländer <[email protected]>
13    
14            * formed/formed/plugins/export/new_sql.py: Fixed anonymize function
15            and rolenames.
16    
17    2009-06-17      Sascha L. Teichmann <[email protected]>
18    
19            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
20    
21    2009-05-26      Sascha L. Teichmann <[email protected]>
22    
23            * formed/formed/plugins/names/filter.py: small optimization.
24    
25    2009-05-26      Sascha L. Teichmann <[email protected]>
26    
27            * formed/formed/plugins/names/filter.py: Repaired unique filter for
28              nodecomponent names.
29    
30    2009-05-06      Sascha L. Teichmann <[email protected]>
31    
32            * formed/formed/plugins/export/rg_sql.py: Only create depending
33              repeat groups if no uuid is given. If a uuid is given then
34              the creation is triggered by an xml import.
35    
36    2009-04-28      Sascha L. Teichmann <[email protected]>
37    
38            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
39              replace the old one. The new one faciliates the new RepeatNode instead
40              of the Group.isRepeat() method to tell if something is to be repeated.
41    
42            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
43              The old one is deactivated.
44    
45            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
46    
47    2009-04-28      Sascha L. Teichmann <[email protected]>
48    
49            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
50              TODO: Adjust execution rights.
51    
52    2009-04-27      Sascha L. Teichmann <[email protected]>
53    
54            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
55              Add functions to create dataset.
56    
57    2009-04-24      Sascha L. Teichmann <[email protected]>
58    
59            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
60              tree structure functions in database.
61    
62            * formed/formed/config.py: load plug-in.
63    
64    2009-04-16      Sascha L. Teichmann <[email protected]>
65    
66            * formed/formed/model/data.py: Added 'digest' attribute to
67              RepeatNode. Removed needless methods
68    
69    2009-04-16      Sascha L. Teichmann <[email protected]>
70    
71            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
72              more readable with '=' and '<>'.
73    
74    2009-04-02      Sascha L. Teichmann <[email protected]>
75    
76            * formed/formed/plugins/export/sql.py: call anonymization
77              of uuid on anonymization of case.
78    
79    2009-03-31      Sascha L. Teichmann <[email protected]>
80    
81            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
82              case_anonymize().
83    
84    2009-03-31      Sascha L. Teichmann <[email protected]>
85    
86            * formed/formed/model/exprtree.py: Add some code to pretty print
87              the trees infix.
88    
89            * formed/formed/plugins/export/rules.py: New. Exporter for human
90              readable rules.
91    
92            * formed/formed/plugins/export/html.py: Fixed HTML generation.
93    
94            * formed/formed/config.py: Added new new Rule export plug-in.
95    
96    2009-03-31      Sascha L. Teichmann <[email protected]>
97    
98            * formed/formed/model/exprtree.py: Fixes from server. Raise
99              exceptions if there is less or more than one element on stack
100              after compilation of expression.
101    
102    2009-03-20      Sascha L. Teichmann <[email protected]>
103    
104            * formed/formed/model/data.py: Removed debug output
105    
106            * formed/formed/plugins/modify/rules.py: Fixed error message.
107              Generate past and future rules.
108    
109    2009-03-16      Sascha L. Teichmann <[email protected]>
110    
111            * formed/formed/model/exprtree.py: Forget to call today with context.
112    
113    2009-03-16      Sascha L. Teichmann <[email protected]>
114    
115            * formed/formed/io/document.py: Fixed syntax typo.
116    
117    2009-03-16      Sascha L. Teichmann <[email protected]>
118    
119            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
120    
121    2009-03-16      Sascha L. Teichmann <[email protected]>
122    
123            * formed/formed/model/data.py: Added ConditionalNode
124    
125            * formed/formed/io/document.py: Make ConditionalNode loadable.
126    
127    2009-03-13      Sascha L. Teichmann <[email protected]>
128    
129            * formed/formed/plugins/modify/rules.py: Make the error descriptions
130              in date sequence rules more precise.
131    
132    2009-03-13      Sascha L. Teichmann <[email protected]>
133    
134            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
135    
136    2009-03-13      Sascha L. Teichmann <[email protected]>
137    
138            * formed/formed/model/exprtree.py: New tree based expression engine.
139    
140            * formed/formed/model/__init__.py, formed/formed/model/data.py:
141              Adjusted imports.
142    
143    2009-03-12      Torsten Irländer <[email protected]>
144    2009-06-17      Sascha L. Teichmann <[email protected]>
145    
146            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
147    
148    2009-05-26      Sascha L. Teichmann <[email protected]>
149    
150            * formed/formed/plugins/names/filter.py: small optimization.
151    
152    2009-05-26      Sascha L. Teichmann <[email protected]>
153    
154            * formed/formed/plugins/names/filter.py: Repaired unique filter for
155              nodecomponent names.
156    
157    2009-05-06      Sascha L. Teichmann <[email protected]>
158    
159            * formed/formed/plugins/export/rg_sql.py: Only create depending
160              repeat groups if no uuid is given. If a uuid is given then
161              the creation is triggered by an xml import.
162    
163    2009-04-28      Sascha L. Teichmann <[email protected]>
164    
165            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
166              replace the old one. The new one faciliates the new RepeatNode instead
167              of the Group.isRepeat() method to tell if something is to be repeated.
168    
169            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
170              The old one is deactivated.
171    
172            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
173    
174    2009-04-28      Sascha L. Teichmann <[email protected]>
175    
176            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
177              TODO: Adjust execution rights.
178    
179    2009-04-27      Sascha L. Teichmann <[email protected]>
180    
181            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
182              Add functions to create dataset.
183    
184    2009-04-24      Sascha L. Teichmann <[email protected]>
185    
186            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
187              tree structure functions in database.
188    
189            * formed/formed/config.py: load plug-in.
190    
191    2009-04-16      Sascha L. Teichmann <[email protected]>
192    
193            * formed/formed/model/data.py: Added 'digest' attribute to
194              RepeatNode. Removed needless methods
195    
196    2009-04-16      Sascha L. Teichmann <[email protected]>
197    
198            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
199              more readable with '=' and '<>'.
200    
201    2009-04-02      Sascha L. Teichmann <[email protected]>
202    
203            * formed/formed/plugins/export/sql.py: call anonymization
204              of uuid on anonymization of case.
205    
206    2009-03-31      Sascha L. Teichmann <[email protected]>
207    
208            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
209              case_anonymize().
210    
211    2009-03-31      Sascha L. Teichmann <[email protected]>
212    
213            * formed/formed/model/exprtree.py: Add some code to pretty print
214              the trees infix.
215    
216            * formed/formed/plugins/export/rules.py: New. Exporter for human
217              readable rules.
218    
219            * formed/formed/plugins/export/html.py: Fixed HTML generation.
220    
221            * formed/formed/config.py: Added new new Rule export plug-in.
222    
223    2009-03-31      Sascha L. Teichmann <[email protected]>
224    
225            * formed/formed/model/exprtree.py: Fixes from server. Raise
226              exceptions if there is less or more than one element on stack
227              after compilation of expression.
228    
229    2009-03-20      Sascha L. Teichmann <[email protected]>
230    
231            * formed/formed/model/data.py: Removed debug output
232    
233            * formed/formed/plugins/modify/rules.py: Fixed error message.
234              Generate past and future rules.
235    
236    2009-03-16      Sascha L. Teichmann <[email protected]>
237    
238            * formed/formed/model/exprtree.py: Forget to call today with context.
239    
240    2009-03-16      Sascha L. Teichmann <[email protected]>
241    
242            * formed/formed/io/document.py: Fixed syntax typo.
243    
244    2009-03-16      Sascha L. Teichmann <[email protected]>
245    
246            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
247    
248    2009-03-16      Sascha L. Teichmann <[email protected]>
249    
250            * formed/formed/model/data.py: Added ConditionalNode
251    
252            * formed/formed/io/document.py: Make ConditionalNode loadable.
253    
254    2009-03-13      Sascha L. Teichmann <[email protected]>
255    
256            * formed/formed/plugins/modify/rules.py: Make the error descriptions
257              in date sequence rules more precise.
258    
259    2009-03-13      Sascha L. Teichmann <[email protected]>
260    
261            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
262    
263    2009-03-13      Sascha L. Teichmann <[email protected]>
264    
265            * formed/formed/model/exprtree.py: New tree based expression engine.
266    
267            * formed/formed/model/__init__.py, formed/formed/model/data.py:
268              Adjusted imports.
269    
270    2009-03-12      Torsten Irländer <[email protected]>
271    2009-06-17      Sascha L. Teichmann <[email protected]>
272    
273            * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
274    
275    2009-05-26      Sascha L. Teichmann <[email protected]>
276    
277            * formed/formed/plugins/names/filter.py: small optimization.
278    
279    2009-05-26      Sascha L. Teichmann <[email protected]>
280    
281            * formed/formed/plugins/names/filter.py: Repaired unique filter for
282              nodecomponent names.
283    
284    2009-05-06      Sascha L. Teichmann <[email protected]>
285    
286            * formed/formed/plugins/export/rg_sql.py: Only create depending
287              repeat groups if no uuid is given. If a uuid is given then
288              the creation is triggered by an xml import.
289    
290    2009-04-28      Sascha L. Teichmann <[email protected]>
291    
292            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
293              replace the old one. The new one faciliates the new RepeatNode instead
294              of the Group.isRepeat() method to tell if something is to be repeated.
295    
296            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
297              The old one is deactivated.
298    
299            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
300    
301    2009-04-28      Sascha L. Teichmann <[email protected]>
302    
303            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
304              TODO: Adjust execution rights.
305    
306    2009-04-27      Sascha L. Teichmann <[email protected]>
307    
308            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
309              Add functions to create dataset.
310    
311    2009-04-24      Sascha L. Teichmann <[email protected]>
312    
313            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
314              tree structure functions in database.
315    
316            * formed/formed/config.py: load plug-in.
317    
318    2009-04-16      Sascha L. Teichmann <[email protected]>
319    
320            * formed/formed/model/data.py: Added 'digest' attribute to
321              RepeatNode. Removed needless methods
322    
323    2009-04-16      Sascha L. Teichmann <[email protected]>
324    
325            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
326              more readable with '=' and '<>'.
327    
328    2009-04-02      Sascha L. Teichmann <[email protected]>
329    
330            * formed/formed/plugins/export/sql.py: call anonymization
331              of uuid on anonymization of case.
332    
333    2009-03-31      Sascha L. Teichmann <[email protected]>
334    
335            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
336              case_anonymize().
337    
338    2009-03-31      Sascha L. Teichmann <[email protected]>
339    
340            * formed/formed/model/exprtree.py: Add some code to pretty print
341              the trees infix.
342    
343            * formed/formed/plugins/export/rules.py: New. Exporter for human
344              readable rules.
345    
346            * formed/formed/plugins/export/html.py: Fixed HTML generation.
347    
348            * formed/formed/config.py: Added new new Rule export plug-in.
349    
350    2009-03-31      Sascha L. Teichmann <[email protected]>
351    
352            * formed/formed/model/exprtree.py: Fixes from server. Raise
353              exceptions if there is less or more than one element on stack
354              after compilation of expression.
355    
356    2009-03-20      Sascha L. Teichmann <[email protected]>
357    
358            * formed/formed/model/data.py: Removed debug output
359    
360            * formed/formed/plugins/modify/rules.py: Fixed error message.
361              Generate past and future rules.
362    
363    2009-03-16      Sascha L. Teichmann <[email protected]>
364    
365            * formed/formed/model/exprtree.py: Forget to call today with context.
366    
367    2009-03-16      Sascha L. Teichmann <[email protected]>
368    
369            * formed/formed/io/document.py: Fixed syntax typo.
370    
371    2009-03-16      Sascha L. Teichmann <[email protected]>
372    
373            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
374    
375    2009-03-16      Sascha L. Teichmann <[email protected]>
376    
377            * formed/formed/model/data.py: Added ConditionalNode
378    
379            * formed/formed/io/document.py: Make ConditionalNode loadable.
380    
381  2009-03-13      Sascha L. Teichmann <[email protected]>  2009-03-13      Sascha L. Teichmann <[email protected]>
382    
383          * formed/formed/plugins/modify/rules.py: Make the error descriptions          * formed/formed/plugins/modify/rules.py: Make the error descriptions

Legend:
Removed from v.315  
changed lines
  Added in v.337

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26