/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.316  
changed lines
  Added in v.354

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26