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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26