/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.332  
changed lines
  Added in v.363

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26