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