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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26