/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.331  
changed lines
  Added in v.356

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26