/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.321  
changed lines
  Added in v.338

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26