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