/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.327  
changed lines
  Added in v.358

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26