/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.329  
changed lines
  Added in v.359

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26