/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.328  
changed lines
  Added in v.357

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26