1 |
|
2009-06-18 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/new_sql.py, |
4 |
|
formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and |
5 |
|
added permissions. |
6 |
|
|
7 |
|
2009-06-18 Torsten Irländer <[email protected]> |
8 |
|
|
9 |
|
* formed/formed/plugins/export/new_sql.py: Commented out generation of |
10 |
|
page_views, as they do not work with rgroups. |
11 |
|
|
12 |
|
2009-06-17 Torsten Irländer <[email protected]> |
13 |
|
|
14 |
|
* formed/formed/plugins/export/new_sql.py: Fixed anonymize function |
15 |
|
and rolenames. |
16 |
|
|
17 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
20 |
|
|
21 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
24 |
|
|
25 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
28 |
|
nodecomponent names. |
29 |
|
|
30 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
31 |
|
|
32 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
33 |
|
repeat groups if no uuid is given. If a uuid is given then |
34 |
|
the creation is triggered by an xml import. |
35 |
|
|
36 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
39 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
40 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
41 |
|
|
42 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
43 |
|
The old one is deactivated. |
44 |
|
|
45 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
46 |
|
|
47 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
48 |
|
|
49 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
50 |
|
TODO: Adjust execution rights. |
51 |
|
|
52 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
55 |
|
Add functions to create dataset. |
56 |
|
|
57 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
58 |
|
|
59 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
60 |
|
tree structure functions in database. |
61 |
|
|
62 |
|
* formed/formed/config.py: load plug-in. |
63 |
|
|
64 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
67 |
|
RepeatNode. Removed needless methods |
68 |
|
|
69 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
72 |
|
more readable with '=' and '<>'. |
73 |
|
|
74 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
77 |
|
of uuid on anonymization of case. |
78 |
|
|
79 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
80 |
|
|
81 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
82 |
|
case_anonymize(). |
83 |
|
|
84 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
87 |
|
the trees infix. |
88 |
|
|
89 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
90 |
|
readable rules. |
91 |
|
|
92 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
93 |
|
|
94 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
95 |
|
|
96 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
97 |
|
|
98 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
99 |
|
exceptions if there is less or more than one element on stack |
100 |
|
after compilation of expression. |
101 |
|
|
102 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
103 |
|
|
104 |
|
* formed/formed/model/data.py: Removed debug output |
105 |
|
|
106 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
107 |
|
Generate past and future rules. |
108 |
|
|
109 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
110 |
|
|
111 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
112 |
|
|
113 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
114 |
|
|
115 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
116 |
|
|
117 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
118 |
|
|
119 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
120 |
|
|
121 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
122 |
|
|
123 |
|
* formed/formed/model/data.py: Added ConditionalNode |
124 |
|
|
125 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
126 |
|
|
127 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
128 |
|
|
129 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
130 |
|
in date sequence rules more precise. |
131 |
|
|
132 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
133 |
|
|
134 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
135 |
|
|
136 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
137 |
|
|
138 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
139 |
|
|
140 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
141 |
|
Adjusted imports. |
142 |
|
|
143 |
|
2009-03-12 Torsten Irländer <[email protected]> |
144 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
145 |
|
|
146 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
147 |
|
|
148 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
149 |
|
|
150 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
151 |
|
|
152 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
153 |
|
|
154 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
155 |
|
nodecomponent names. |
156 |
|
|
157 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
158 |
|
|
159 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
160 |
|
repeat groups if no uuid is given. If a uuid is given then |
161 |
|
the creation is triggered by an xml import. |
162 |
|
|
163 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
164 |
|
|
165 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
166 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
167 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
168 |
|
|
169 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
170 |
|
The old one is deactivated. |
171 |
|
|
172 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
173 |
|
|
174 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
175 |
|
|
176 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
177 |
|
TODO: Adjust execution rights. |
178 |
|
|
179 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
180 |
|
|
181 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
182 |
|
Add functions to create dataset. |
183 |
|
|
184 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
185 |
|
|
186 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
187 |
|
tree structure functions in database. |
188 |
|
|
189 |
|
* formed/formed/config.py: load plug-in. |
190 |
|
|
191 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
192 |
|
|
193 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
194 |
|
RepeatNode. Removed needless methods |
195 |
|
|
196 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
197 |
|
|
198 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
199 |
|
more readable with '=' and '<>'. |
200 |
|
|
201 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
202 |
|
|
203 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
204 |
|
of uuid on anonymization of case. |
205 |
|
|
206 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
207 |
|
|
208 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
209 |
|
case_anonymize(). |
210 |
|
|
211 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
212 |
|
|
213 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
214 |
|
the trees infix. |
215 |
|
|
216 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
217 |
|
readable rules. |
218 |
|
|
219 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
220 |
|
|
221 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
222 |
|
|
223 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
224 |
|
|
225 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
226 |
|
exceptions if there is less or more than one element on stack |
227 |
|
after compilation of expression. |
228 |
|
|
229 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
230 |
|
|
231 |
|
* formed/formed/model/data.py: Removed debug output |
232 |
|
|
233 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
234 |
|
Generate past and future rules. |
235 |
|
|
236 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
237 |
|
|
238 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
239 |
|
|
240 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
241 |
|
|
242 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
243 |
|
|
244 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
245 |
|
|
246 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
247 |
|
|
248 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
249 |
|
|
250 |
|
* formed/formed/model/data.py: Added ConditionalNode |
251 |
|
|
252 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
253 |
|
|
254 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
255 |
|
|
256 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
257 |
|
in date sequence rules more precise. |
258 |
|
|
259 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
260 |
|
|
261 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
262 |
|
|
263 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
264 |
|
|
265 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
266 |
|
|
267 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
268 |
|
Adjusted imports. |
269 |
|
|
270 |
|
2009-03-12 Torsten Irländer <[email protected]> |
271 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
272 |
|
|
273 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
274 |
|
|
275 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
276 |
|
|
277 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
278 |
|
|
279 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
280 |
|
|
281 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
282 |
|
nodecomponent names. |
283 |
|
|
284 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
285 |
|
|
286 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
287 |
|
repeat groups if no uuid is given. If a uuid is given then |
288 |
|
the creation is triggered by an xml import. |
289 |
|
|
290 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
291 |
|
|
292 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
293 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
294 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
295 |
|
|
296 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
297 |
|
The old one is deactivated. |
298 |
|
|
299 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
300 |
|
|
301 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
302 |
|
|
303 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
304 |
|
TODO: Adjust execution rights. |
305 |
|
|
306 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
307 |
|
|
308 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
309 |
|
Add functions to create dataset. |
310 |
|
|
311 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
312 |
|
|
313 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
314 |
|
tree structure functions in database. |
315 |
|
|
316 |
|
* formed/formed/config.py: load plug-in. |
317 |
|
|
318 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
319 |
|
|
320 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
321 |
|
RepeatNode. Removed needless methods |
322 |
|
|
323 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
324 |
|
|
325 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
326 |
|
more readable with '=' and '<>'. |
327 |
|
|
328 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
329 |
|
|
330 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
331 |
|
of uuid on anonymization of case. |
332 |
|
|
333 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
334 |
|
|
335 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
336 |
|
case_anonymize(). |
337 |
|
|
338 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
339 |
|
|
340 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
341 |
|
the trees infix. |
342 |
|
|
343 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
344 |
|
readable rules. |
345 |
|
|
346 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
347 |
|
|
348 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
349 |
|
|
350 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
351 |
|
|
352 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
353 |
|
exceptions if there is less or more than one element on stack |
354 |
|
after compilation of expression. |
355 |
|
|
356 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
357 |
|
|
358 |
|
* formed/formed/model/data.py: Removed debug output |
359 |
|
|
360 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
361 |
|
Generate past and future rules. |
362 |
|
|
363 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
364 |
|
|
365 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
366 |
|
|
367 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
368 |
|
|
369 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
370 |
|
|
371 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
372 |
|
|
373 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
374 |
|
|
375 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
376 |
|
|
377 |
|
* formed/formed/model/data.py: Added ConditionalNode |
378 |
|
|
379 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
380 |
|
|
381 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
382 |
|
|
383 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
384 |
|
in date sequence rules more precise. |
385 |
|
|
386 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
387 |
|
|
388 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
389 |
|
|
390 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
391 |
|
|
392 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
393 |
|
|
394 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
395 |
|
Adjusted imports. |
396 |
|
|
397 |
|
2009-03-12 Torsten Irländer <[email protected]> |
398 |
|
|
399 |
|
Introduced new order attribute for date fields |
400 |
|
|
401 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
402 |
|
ordering of datefields withing the document. Needed for automatic |
403 |
|
generation of consistency rules. |
404 |
|
|
405 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
406 |
|
|
407 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
408 |
|
|
409 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
410 |
|
|
411 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
412 |
|
description reference tables of radio groups. |
413 |
|
|
414 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
415 |
|
|
416 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
417 |
|
by '_'. |
418 |
|
|
419 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
420 |
|
|
421 |
|
* formed/formed/plugins/export/sql.py: to figure ou which |
422 |
|
tables are equal the insert statememnts are lower cased |
423 |
|
and sorted before they are compared. This reduces the number |
424 |
|
of generated referfence tables. |
425 |
|
|
426 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
427 |
|
|
428 |
|
Repair SQL schema creation for radio groups. |
429 |
|
|
430 |
|
* formed/formed/plugins/export/sql.py: radio groups are handled |
431 |
|
like choices now. |
432 |
|
|
433 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
434 |
|
|
435 |
|
Make it startable again. |
436 |
|
|
437 |
|
* formed/formed/plugins/export/xls.py: Import pyExcelerator only |
438 |
|
when plug-in is called. |
439 |
|
|
440 |
|
* formed/formed/model/nodecomponents.py: Event routing was messed up. |
441 |
|
Rewired root node with document. |
442 |
|
|
443 |
|
* formed/formed/plugins/web/help.py: Removed old xml.ext import. |
444 |
|
XXX: This breaks creating help by now! |
445 |
|
|
446 |
|
* formed/formed/io/parser.py: Replace old deprecated base class |
447 |
|
by new one. |
448 |
|
|
449 |
|
* formed/formed/main.py: Do not crash if locale cannot be set. |
450 |
|
|
451 |
|
* formed/formed/ui/controls.py: Use document.getCase() instead |
452 |
|
of document.case to prevent uninitialized dereferences. |
453 |
|
|
454 |
|
2009-01-22 Torsten Irländer <[email protected]> |
455 |
|
|
456 |
|
Implemented new XML-Format for formed xml files. |
457 |
|
|
458 |
|
* formed/formed/model/nodecomponents.py, |
459 |
|
formed/formed/io/document.py, |
460 |
|
formed/formed/main.py, |
461 |
|
formed/formed/ui/controls.py: Introduced new "case" and "logbook" |
462 |
|
node. Under case is the definition of the formular. logbook will |
463 |
|
hold the defintion of logboog entrys. For now only the part under |
464 |
|
"case" can be modified. |
465 |
|
|
466 |
|
2009-01-21 Torsten Irländer <[email protected]> |
467 |
|
|
468 |
|
Changed way how XSD-Scheme is generated |
469 |
|
|
470 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
471 |
|
logbookentrys. The scheme definiton is now hardcoded in the |
472 |
|
exporter as it will rarely change. It logbookpart will not be |
473 |
|
generated from the formedtree anymore. |
474 |
|
|
475 |
|
2009-01-20 Torsten Irländer <[email protected]> |
476 |
|
|
477 |
|
Support Logbook entrys in xsd schema export |
478 |
|
|
479 |
|
* formed/formed/model/data.py: Repeatnode are now handeld as |
480 |
|
repeatgroups in xsd-export |
481 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
482 |
|
logbookentrys. The scheme will now validate against an xmlfile from |
483 |
|
the offlineclient. |
484 |
|
|
485 |
|
2009-01-09 Torsten Irländer <[email protected]> |
486 |
|
|
487 |
|
Added new repeat node |
488 |
|
|
489 |
|
* formed/formed/model/data.py, |
490 |
|
formed/formed/io/document.py: Added repeatnode to the formedtree. |
491 |
|
TODO: Remove repeatgroup handling from the groupnode. |
492 |
|
|
493 |
|
2009-01-08 Torsten Irländer <[email protected]> |
494 |
|
|
495 |
|
Add isset operator to autogenerated rules. |
496 |
|
|
497 |
|
* formed/formed/plugins/modify/rules.py: Add issed operator to standard |
498 |
|
autogenerated rules. |
499 |
|
|
500 |
|
2008-12-17 Frank Koormann <[email protected]> |
501 |
|
|
502 |
|
* formed/formed/plugins/export/latex.py: Export form as set of |
503 |
|
latex tables to be included into a master document. The export |
504 |
|
generates section marks to structure the form and placeholders for |
505 |
|
help texts to be merged in by a post processing step. |
506 |
|
|
507 |
|
2008-12-04 Sascha L. Teichmann <[email protected]> |
508 |
|
|
509 |
|
* formed/formed/model/expr.py: Added 'today' which pushes the current date |
510 |
|
on the stack. |
511 |
|
|
512 |
|
2008-12-03 Sascha L. Teichmann <[email protected]> |
513 |
|
|
514 |
|
* formed/formed/plugins/web/controllers.py: compute changeset more correctly in |
515 |
|
storage of fields. |
516 |
|
|
517 |
|
* formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer |
518 |
|
fields as an accepted value. Generate schema for radio groups too. |
519 |
|
|
520 |
|
2008-12-01 Torsten Irländer <[email protected]> |
521 |
|
|
522 |
|
Added autmatic generation of required rules |
523 |
|
|
524 |
|
* formed/formed/model/data.py, |
525 |
|
formed/formed/model/expr.py, |
526 |
|
formed/formed/plugins/modify/rules.py: Default rules for required |
527 |
|
fields can now be generated. |
528 |
|
|
529 |
|
2008-11-28 Sascha L. Teichmann <[email protected]> |
530 |
|
|
531 |
|
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |
532 |
|
Ported WidgetCollector from Offline client. |
533 |
|
|
534 |
|
* formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify, |
535 |
|
formed/formed/plugins/modify/rules.py: Stub for required rules generator. |
536 |
|
|
537 |
|
* formed/formed/config.py: Bind new filter to FormEd |
538 |
|
|
539 |
|
2008-11-27 Torsten Irländer <[email protected]> |
540 |
|
|
541 |
|
* formed/formed/model/data.py: Added new attribute mark for rules |
542 |
|
|
543 |
|
2008-11-10 Torsten Irländer <[email protected]> |
544 |
|
|
545 |
|
Implemented radio-matrix elements. radio elelement having the same |
546 |
|
options can now be rendered in table form. |
547 |
|
|
548 |
|
* formed/formed/model/data.py, |
549 |
|
formed/formed/io/document.py: Added new radio-matrix element to the |
550 |
|
model and gui |
551 |
|
* formed/formed/plugins/web/view_renderer.py: Write html-renderer for |
552 |
|
the radio-matrix element. |
553 |
|
|
554 |
|
2008-11.03 Torsten Irländer <[email protected]> |
555 |
|
|
556 |
|
* formed/formed/model/data.py: Fixed import error |
557 |
|
|
558 |
|
2008-10-29 Sascha L. Teichmann <[email protected]> |
559 |
|
|
560 |
|
Relative paths in external choices are now possible. Relative paths are |
561 |
|
relative to path of the master document. |
562 |
|
|
563 |
|
* formed/model/data.py: external choice are now storing the path to the |
564 |
|
master document. |
565 |
|
|
566 |
|
* formed/formed/io/document.py: Pass context to SAX builder. |
567 |
|
|
568 |
|
* formed/formed/io/factories.py: For new created nodes look if there |
569 |
|
is a method 'setLoadContext' and call it. |
570 |
|
|
571 |
|
2008-09-04 Sascha L. Teichmann <[email protected]> |
572 |
|
|
573 |
|
* doc/beschreibung.txt: New. Initial description of FormEd (german). |
574 |
|
|
575 |
|
2008-08-22 Sascha L. Teichmann <[email protected]> |
576 |
|
|
577 |
|
* formed/formed/model/nodecomponents.py: Added attribute 'flags'. |
578 |
|
|
579 |
|
2008-08-21 Sascha L. Teichmann <[email protected]> |
580 |
|
|
581 |
|
* formed/formed/io/document.py: Indent tree while saving |
582 |
|
* formed/formed/main.py: removed needless print |
583 |
|
|
584 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
585 |
|
|
586 |
|
* LICENSE: New GPLv3 |
587 |
|
* */*.py, *.sh: Added reference to LICENSE |
588 |
|
|
589 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
590 |
|
|
591 |
|
* tools: removed because there a no tools any more. |
592 |
|
|
593 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
594 |
|
|
595 |
|
* tools/formed: moved one level up because its the only |
596 |
|
part of this project now. |
597 |
|
|
598 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
599 |
|
|
600 |
|
* tools/anonym/*: Removed as it belongs to mpuls WASKA |
601 |
|
|
602 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
603 |
|
|
604 |
|
* pdf2xfa/*: removed. It belongs to mpuls |
605 |
|
|
606 |
|
2008-08-13 L. Teichmann <[email protected]> |
607 |
|
|
608 |
|
i18n of the plug-ins: |
609 |
|
* tools/formed/formed/plugins/export/diff.py, |
610 |
|
tools/formed/formed/plugins/export/data.py, |
611 |
|
tools/formed/formed/plugins/export/old_sql.py, |
612 |
|
tools/formed/formed/plugins/export/latex.py, |
613 |
|
tools/formed/formed/plugins/export/xsd.py, |
614 |
|
tools/formed/formed/plugins/export/sql.py, |
615 |
|
tools/formed/formed/plugins/export/typemap.py, |
616 |
|
tools/formed/formed/plugins/export/html.py, |
617 |
|
tools/formed/formed/plugins/export/mode.py, |
618 |
|
tools/formed/formed/plugins/export/html2.py, |
619 |
|
tools/formed/formed/plugins/export/xls.py, |
620 |
|
tools/formed/formed/plugins/names/filter.py, |
621 |
|
tools/formed/formed/plugins/plugin.py, |
622 |
|
tools/formed/formed/plugins/web/help.py, |
623 |
|
tools/formed/formed/plugins/web/form_renderer.py, |
624 |
|
tools/formed/formed/plugins/web/plugin.py, |
625 |
|
tools/formed/formed/plugins/web/error_renderer.py, |
626 |
|
tools/formed/formed/plugins/web/view_renderer.py, |
627 |
|
tools/formed/formed/plugins/web/semantic.py, |
628 |
|
tools/formed/formed/plugins/web/cache.py, |
629 |
|
tools/formed/formed/plugins/web/server.py, |
630 |
|
tools/formed/formed/plugins/web/controllers.py, |
631 |
|
tools/formed/formed/plugins/web/renderer.py, |
632 |
|
tools/formed/formed/plugins/ui/controls.py, |
633 |
|
tools/formed/formed/config.py: _("")s the stuff |
634 |
|
tools/formed/po/formed.pot, tools/formed/po/de_DE.po: |
635 |
|
extracted and translated. |
636 |
|
|
637 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
638 |
|
|
639 |
|
First version of FormEd i18n. After checkout go to tools/formed/po/ and |
640 |
|
say 'make mo'. Afterwards you can start FormEd as usual. |
641 |
|
|
642 |
|
* tools/formed/resources: New. Place to places ressources like *.mo files |
643 |
|
* tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s |
644 |
|
|
645 |
|
* tools/formed/po, |
646 |
|
tools/formed/po/Makefile, |
647 |
|
tools/formed/po/formed.pot, |
648 |
|
tools/formed/po/de_DE.po: i18n stuff. |
649 |
|
|
650 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
651 |
|
|
652 |
|
* tools/anonym/xmlexport.py: Only export cases which are not |
653 |
|
'schwebend geloescht'. |
654 |
|
|
655 |
|
2008-07-23 Sascha L. Teichmann <[email protected]> |
656 |
|
|
657 |
|
Fixed issue472 |
658 |
|
|
659 |
|
* tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree. |
660 |
|
|
661 |
|
2008-07-17 Sascha L. Teichmann <[email protected]> |
662 |
|
|
663 |
|
* tools/anonym/xmlimport.py: removed marking of invalid cases |
664 |
|
* tools/anonym/cron.importAnonXml.sh: re-inserted here. |
665 |
|
|
666 |
|
2008-07.07 Torsten Irländer <[email protected]> |
667 |
|
|
668 |
|
* tools/formed/formed/plugins/export/latex.py |
669 |
|
tools/formed/formed/config.py: Added new LaTex Export. Beware this |
670 |
|
is even more ugly the HTML Export. |
671 |
|
* tools/formed/formed/plugins/export/html.py: Added information on |
672 |
|
anonymisation to the html export. |
673 |
|
|
674 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
675 |
|
|
676 |
|
* tools/anonym/xmlimport.py: Mark cases if they are inconsistent. |
677 |
|
|
678 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
679 |
|
|
680 |
|
* tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4) |
681 |
|
|
682 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
683 |
|
|
684 |
|
* tools/formed/formed/plugins/export/html.py: Added additional column |
685 |
|
to the html export with information how each field will get |
686 |
|
anonymized. |
687 |
|
|
688 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
689 |
|
|
690 |
|
* tools/anonym/xmlimport.py: sync with productive version. |
691 |
|
|
692 |
|
2008-06-10 Torsten Irländer <[email protected]> |
693 |
|
|
694 |
|
* tools/formed/formed/plugins/export/sql.py: grant admin permission to |
695 |
|
call anonymize function |
696 |
|
|
697 |
|
2008-05-21 Sascha L. Teichmann <[email protected]> |
698 |
|
|
699 |
|
* tools/formed/formed/plugins/export/xsd.py: Brought encoding |
700 |
|
back to UTF-8. |
701 |
|
|
702 |
|
2008-05-21 Frank Koormann <[email protected]> |
703 |
|
|
704 |
|
* tools/formed/formed/plugins/export/xls.py: New, export key value |
705 |
|
tables as excel workbook with one sheet per table. |
706 |
|
|
707 |
|
* tools/formed/formed/config.py: ExportKeyValueTableAsXLS added. |
708 |
|
|
709 |
|
2008-05-21 Frank Koormann <[email protected]> |
710 |
|
|
711 |
|
* tools/formed/formed/plugins/export/xsd.py |
712 |
|
(SchemaCreator._createChoice): Fix use of choices name. |
713 |
|
|
714 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
715 |
|
|
716 |
|
* tools/formed/formed/plugins/export/xsd.py: Use substitution group |
717 |
|
to allow arbitrary order of repeat groups. |
718 |
|
|
719 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
720 |
|
|
721 |
|
* tools/formed/formed/plugins/export/xsd.py: Removed a needless |
722 |
|
character. |
723 |
|
|
724 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
725 |
|
|
726 |
|
* tools/formed/formed/plugins/export/xsd.py: Added annotations |
727 |
|
to fields. |
728 |
|
|
729 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
730 |
|
|
731 |
|
* tools/formed/formed/plugins/export/xsd.py: Added for |
732 |
|
choice fields. |
733 |
|
|
734 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
735 |
|
|
736 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
737 |
|
boolean fields based on enumerations. |
738 |
|
|
739 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
740 |
|
|
741 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
742 |
|
date, text and textarea fields. |
743 |
|
|
744 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
745 |
|
|
746 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
747 |
|
repeat groups and integer fields. |
748 |
|
|
749 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
750 |
|
|
751 |
|
* tools/formed/formed/plugins/export/xsd.py: New. plug-in for |
752 |
|
exporting as XML schema. not ready, yet. |
753 |
|
|
754 |
|
* tools/formed/formed/config.py: Use new plug-in. |
755 |
|
|
756 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text. |
757 |
|
|
758 |
|
2008-04-17 Torsten Irländer <[email protected]> |
759 |
|
|
760 |
|
* tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in |
761 |
|
for the views because of the new group permissions. |
762 |
|
|
763 |
|
2008-04-09 Sascha L. Teichmann <[email protected]> |
764 |
|
|
765 |
|
* tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete |
766 |
|
old anonymized cases. |
767 |
|
|
768 |
|
2008-04-01 Sascha L. Teichmann <[email protected]> |
769 |
|
|
770 |
|
* tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1" |
771 |
|
from clause to select datasets. |
772 |
|
Replace ']]>' in CDATA sections with correct splitted replacement. |
773 |
|
|
774 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
775 |
|
|
776 |
|
* tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport |
777 |
|
script. |
778 |
|
|
779 |
|
* tools/anonym/xmlimport.py: commented out database port from |
780 |
|
connectionstring. |
781 |
|
|
782 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
783 |
|
|
784 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
785 |
|
of anonymization of repeat groups (wrong id was given). |
786 |
|
|
787 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
788 |
|
|
789 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
790 |
|
statements for relations which have no anonym functions applied. |
791 |
|
|
792 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
793 |
|
|
794 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
795 |
|
'COMMIT;' in the last line. |
796 |
|
|
797 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
798 |
|
|
799 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
800 |
|
generated anonymize_case() function. |
801 |
|
|
802 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
803 |
|
|
804 |
|
* tools/formed/formed/plugins/export/sql.py: Added code to |
805 |
|
generate a plpgsql function anonymize_case() that anonymized |
806 |
|
a given case and all of its depending repeat groups. |
807 |
|
|
808 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
809 |
|
|
810 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
811 |
|
|
812 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
813 |
|
|
814 |
|
2008-03-03 Torsten Irländer <[email protected]> |
815 |
|
|
816 |
|
* anonym/cron.sendAnonXml.sh, |
817 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
818 |
|
production environment (Copied running scripts from production |
819 |
|
server) |
820 |
|
|
821 |
|
* cron.importAnonXml.sh: Added deleting of ols cases. Modified script |
822 |
|
to be used in a production environment (Cpoied running script from |
823 |
|
production server) |
824 |
|
|
825 |
|
* tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to |
826 |
|
ensure that only valid cases get exported |
827 |
|
|
828 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
829 |
|
|
830 |
|
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
831 |
|
|
832 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
833 |
|
|
834 |
|
* tools/anonym/xmlimport.py: Simpilied version |
835 |
|
|
836 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
837 |
|
|
838 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
839 |
|
xmlimport.py and parameters. |
840 |
|
|
841 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
842 |
|
|
843 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
844 |
|
because of sudo context. |
845 |
|
|
846 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
847 |
|
|
848 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
849 |
|
support to force in fkz in import of case. |
850 |
|
|
851 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
852 |
|
|
853 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
854 |
|
|
855 |
|
* tools/anonym/html.awk: produces valid HTML. |
856 |
|
|
857 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
858 |
|
|
859 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
860 |
|
|
861 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
862 |
|
|
863 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
864 |
|
exportted cases. It will read all files from a directory and import |
865 |
|
the files into the DB. After that the script will cleanup the |
866 |
|
directory. |
867 |
|
|
868 |
|
2008-02-25 Torsten Irländer <[email protected]> |
869 |
|
|
870 |
|
* tools/anonym/cron.sendAnonXml.sh, |
871 |
|
tools/anonym/xmlexport.py, |
872 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
873 |
|
|
874 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
875 |
|
|
876 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
877 |
|
|
878 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
879 |
|
|
880 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
881 |
|
|
882 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
883 |
|
|
884 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
885 |
|
|
886 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
887 |
|
update statements. |
888 |
|
|
889 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
890 |
|
|
891 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
892 |
|
XML from cron. |
893 |
|
|
894 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
895 |
|
|
896 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
897 |
|
for a simplified HTML output |
898 |
|
|
899 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
900 |
|
for dump schema as python dictionary. |
901 |
|
|
902 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
903 |
|
old stored procedure and view generators. |
904 |
|
|
905 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
906 |
|
|
907 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
908 |
|
as XML. |
909 |
|
|
910 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
911 |
|
|
912 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
913 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
914 |
|
|
915 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
916 |
|
|
917 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
918 |
|
data from database. |
919 |
|
|
920 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
921 |
|
|
922 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
923 |
|
erase_value with suppress_value/suppress_value2. |
924 |
|
|
925 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
926 |
|
|
927 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
928 |
|
substitute 'erase_value' with NULL value. |
929 |
|
|
930 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
931 |
|
|
932 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
933 |
|
and uuid_id in anonymiziation views too. |
934 |
|
|
935 |
2008-02-13 Sascha L. Teichmann <[email protected]> |
2008-02-13 Sascha L. Teichmann <[email protected]> |
936 |
|
|
937 |
* tools/formed/formed/plugins/export/sql.py: Added generation |
* tools/formed/formed/plugins/export/sql.py: Added generation |