/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.326  
changed lines
  Added in v.364

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26