1 |
|
2010-06-11 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/rg_sql.py |
4 |
|
(CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call |
5 |
|
create_master_ds to create the master tbl entry. This way we can |
6 |
|
add SQL code that's specific to an MPuls instance to |
7 |
|
create_master_ds and still have create_master_tbl use that new |
8 |
|
code. This is useful for e.g. the JMD-Struktur part. |
9 |
|
|
10 |
|
2010-06-02 Roland Geider <[email protected]> |
11 |
|
|
12 |
|
* formed/formed/plugins/modify/rules.py: make the names of generated |
13 |
|
date-sequence-rules unique |
14 |
|
|
15 |
|
2010-06-02 Roland Geider <[email protected]> |
16 |
|
|
17 |
|
* formed/plugins/export/xls.py: updated regular expression |
18 |
|
|
19 |
|
2010-05-17 Frank Koormann <[email protected]> |
20 |
|
|
21 |
|
* formed/formed/plugins/export/latex.py: Improved section labeling. |
22 |
|
|
23 |
|
* formed/formed/plugins/export/xls.py: |
24 |
|
Export references (ie where are the lists used). |
25 |
|
|
26 |
|
2010-04-30 Torsten Irländer <[email protected]> |
27 |
|
|
28 |
|
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do |
29 |
|
not generate "%"-rules for required fields in repeat-groups. |
30 |
|
|
31 |
|
2010-04-28 Roland Geider <[email protected]> |
32 |
|
|
33 |
|
* formed/plugins/export/xls.py: Radiogroups are exported |
34 |
|
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
35 |
|
JMD formedtree.xml validates XSD |
36 |
|
|
37 |
|
2010-04-08 Torsten Irländer <[email protected]> |
38 |
|
|
39 |
|
* formed/formed/plugins/modify/rules.py |
40 |
|
(GenerateRequiredRules.generateDateSequenceRules): Add error mark to |
41 |
|
rules. Generete each rule twice to be able to render errors at both |
42 |
|
datefields. |
43 |
|
|
44 |
|
2010-04-07 Torsten Irländer <[email protected]> |
45 |
|
|
46 |
|
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag. |
47 |
|
|
48 |
|
2010-04-06 Torsten Irländer <[email protected]> |
49 |
|
|
50 |
|
* formed/formed/io/document.py (_toXML): Added comment with |
51 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
52 |
|
* formed/formed/plugins/export/new_sql.py |
53 |
|
(ExportAsSQLFilter.doExport): Added comment with |
54 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
55 |
|
* formed/formed/model/exprtree.py: Added years operator. |
56 |
|
|
57 |
|
2010-03-30 Roland Geider <[email protected]> |
58 |
|
|
59 |
|
* formed/formed/plugins/export/latex.py: Added filter |
60 |
|
|
61 |
|
2010-03-25 Roland Geider <[email protected]> |
62 |
|
|
63 |
|
* formed/formed/plugins/export/xsd.py: Generate valid XML |
64 |
|
|
65 |
|
2010-02-11 Frank Koormann <[email protected]> |
66 |
|
|
67 |
|
* formed/formed/plugins/export/xls.py: Allow groups in choices. |
68 |
|
|
69 |
|
2009-12-02 Torsten Irländer <[email protected]> |
70 |
|
|
71 |
|
* formed/formed/plugins/export/typemap.py: do not ignore conditional |
72 |
|
nodes on traversal. |
73 |
|
|
74 |
|
2009-11-17 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* formed/formed/model/exprtree.py: Recognize '%' vars |
77 |
|
in compilation. Does not eval it! |
78 |
|
|
79 |
|
* formed/formed/plugins/modify/rules.py: Generate '%' vars |
80 |
|
for variables in repeat groups. |
81 |
|
|
82 |
|
2009-11-13 Sascha L. Teichmann <[email protected]> |
83 |
|
|
84 |
|
* formed/formed/plugins/export/typemap.py: Fixed to work |
85 |
|
with new repeat group nodes. |
86 |
|
|
87 |
|
2009-10-28 Sascha L. Teichmann <[email protected]> |
88 |
|
|
89 |
|
* formed/formed/plugins/export/xsd.py, |
90 |
|
formed/formed/plugins/export/sql.py, |
91 |
|
formed/formed/plugins/export/new_sql.py: Allow groups in choices. |
92 |
|
|
93 |
|
2009-10-07 Frank Koormann <[email protected]> |
94 |
|
|
95 |
|
* formed/formed/plugins/export/latex.py: |
96 |
|
Adjusted textprocessing to escape tex-active characters. |
97 |
|
|
98 |
|
2009-10-07 Sascha L. Teichmann <[email protected]> |
99 |
|
|
100 |
|
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |
101 |
|
formed/formed/plugins/export/html2.py: Adjusted to cope with |
102 |
|
"semi-complete" implementation of logbook tree structure. |
103 |
|
|
104 |
|
2009-06-18 Torsten Irländer <[email protected]> |
105 |
|
|
106 |
|
* formed/formed/plugins/export/new_sql.py, |
107 |
|
formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and |
108 |
|
added permissions. |
109 |
|
|
110 |
|
2009-06-18 Torsten Irländer <[email protected]> |
111 |
|
|
112 |
|
* formed/formed/plugins/export/new_sql.py: Commented out generation of |
113 |
|
page_views, as they do not work with rgroups. |
114 |
|
|
115 |
|
2009-06-17 Torsten Irländer <[email protected]> |
116 |
|
|
117 |
|
* formed/formed/plugins/export/new_sql.py: Fixed anonymize function |
118 |
|
and rolenames. |
119 |
|
|
120 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
121 |
|
|
122 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
123 |
|
|
124 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
125 |
|
|
126 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
127 |
|
|
128 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
129 |
|
|
130 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
131 |
|
nodecomponent names. |
132 |
|
|
133 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
134 |
|
|
135 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
136 |
|
repeat groups if no uuid is given. If a uuid is given then |
137 |
|
the creation is triggered by an xml import. |
138 |
|
|
139 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
140 |
|
|
141 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
142 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
143 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
144 |
|
|
145 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
146 |
|
The old one is deactivated. |
147 |
|
|
148 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
149 |
|
|
150 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
151 |
|
|
152 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
153 |
|
TODO: Adjust execution rights. |
154 |
|
|
155 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
156 |
|
|
157 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
158 |
|
Add functions to create dataset. |
159 |
|
|
160 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
161 |
|
|
162 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
163 |
|
tree structure functions in database. |
164 |
|
|
165 |
|
* formed/formed/config.py: load plug-in. |
166 |
|
|
167 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
168 |
|
|
169 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
170 |
|
RepeatNode. Removed needless methods |
171 |
|
|
172 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
173 |
|
|
174 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
175 |
|
more readable with '=' and '<>'. |
176 |
|
|
177 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
178 |
|
|
179 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
180 |
|
of uuid on anonymization of case. |
181 |
|
|
182 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
183 |
|
|
184 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
185 |
|
case_anonymize(). |
186 |
|
|
187 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
188 |
|
|
189 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
190 |
|
the trees infix. |
191 |
|
|
192 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
193 |
|
readable rules. |
194 |
|
|
195 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
196 |
|
|
197 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
198 |
|
|
199 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
200 |
|
|
201 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
202 |
|
exceptions if there is less or more than one element on stack |
203 |
|
after compilation of expression. |
204 |
|
|
205 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
206 |
|
|
207 |
|
* formed/formed/model/data.py: Removed debug output |
208 |
|
|
209 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
210 |
|
Generate past and future rules. |
211 |
|
|
212 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
213 |
|
|
214 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
215 |
|
|
216 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
217 |
|
|
218 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
219 |
|
|
220 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
221 |
|
|
222 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
223 |
|
|
224 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
225 |
|
|
226 |
|
* formed/formed/model/data.py: Added ConditionalNode |
227 |
|
|
228 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
229 |
|
|
230 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
231 |
|
|
232 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
233 |
|
in date sequence rules more precise. |
234 |
|
|
235 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
236 |
|
|
237 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
238 |
|
|
239 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
240 |
|
|
241 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
242 |
|
|
243 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
244 |
|
Adjusted imports. |
245 |
|
|
246 |
|
2009-03-12 Torsten Irländer <[email protected]> |
247 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
248 |
|
|
249 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
250 |
|
|
251 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
252 |
|
|
253 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
254 |
|
|
255 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
256 |
|
|
257 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
258 |
|
nodecomponent names. |
259 |
|
|
260 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
261 |
|
|
262 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
263 |
|
repeat groups if no uuid is given. If a uuid is given then |
264 |
|
the creation is triggered by an xml import. |
265 |
|
|
266 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
267 |
|
|
268 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
269 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
270 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
271 |
|
|
272 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
273 |
|
The old one is deactivated. |
274 |
|
|
275 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
276 |
|
|
277 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
278 |
|
|
279 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
280 |
|
TODO: Adjust execution rights. |
281 |
|
|
282 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
283 |
|
|
284 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
285 |
|
Add functions to create dataset. |
286 |
|
|
287 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
288 |
|
|
289 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
290 |
|
tree structure functions in database. |
291 |
|
|
292 |
|
* formed/formed/config.py: load plug-in. |
293 |
|
|
294 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
295 |
|
|
296 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
297 |
|
RepeatNode. Removed needless methods |
298 |
|
|
299 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
300 |
|
|
301 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
302 |
|
more readable with '=' and '<>'. |
303 |
|
|
304 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
305 |
|
|
306 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
307 |
|
of uuid on anonymization of case. |
308 |
|
|
309 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
310 |
|
|
311 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
312 |
|
case_anonymize(). |
313 |
|
|
314 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
315 |
|
|
316 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
317 |
|
the trees infix. |
318 |
|
|
319 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
320 |
|
readable rules. |
321 |
|
|
322 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
323 |
|
|
324 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
325 |
|
|
326 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
327 |
|
|
328 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
329 |
|
exceptions if there is less or more than one element on stack |
330 |
|
after compilation of expression. |
331 |
|
|
332 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
333 |
|
|
334 |
|
* formed/formed/model/data.py: Removed debug output |
335 |
|
|
336 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
337 |
|
Generate past and future rules. |
338 |
|
|
339 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
340 |
|
|
341 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
342 |
|
|
343 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
344 |
|
|
345 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
346 |
|
|
347 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
348 |
|
|
349 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
350 |
|
|
351 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
352 |
|
|
353 |
|
* formed/formed/model/data.py: Added ConditionalNode |
354 |
|
|
355 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
356 |
|
|
357 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
358 |
|
|
359 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
360 |
|
in date sequence rules more precise. |
361 |
|
|
362 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
363 |
|
|
364 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
365 |
|
|
366 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
367 |
|
|
368 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
369 |
|
|
370 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
371 |
|
Adjusted imports. |
372 |
|
|
373 |
|
2009-03-12 Torsten Irländer <[email protected]> |
374 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
375 |
|
|
376 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
377 |
|
|
378 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
379 |
|
|
380 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
381 |
|
|
382 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
383 |
|
|
384 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
385 |
|
nodecomponent names. |
386 |
|
|
387 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
388 |
|
|
389 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
390 |
|
repeat groups if no uuid is given. If a uuid is given then |
391 |
|
the creation is triggered by an xml import. |
392 |
|
|
393 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
394 |
|
|
395 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
396 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
397 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
398 |
|
|
399 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
400 |
|
The old one is deactivated. |
401 |
|
|
402 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
403 |
|
|
404 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
405 |
|
|
406 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
407 |
|
TODO: Adjust execution rights. |
408 |
|
|
409 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
410 |
|
|
411 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
412 |
|
Add functions to create dataset. |
413 |
|
|
414 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
415 |
|
|
416 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
417 |
|
tree structure functions in database. |
418 |
|
|
419 |
|
* formed/formed/config.py: load plug-in. |
420 |
|
|
421 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
422 |
|
|
423 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
424 |
|
RepeatNode. Removed needless methods |
425 |
|
|
426 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
427 |
|
|
428 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
429 |
|
more readable with '=' and '<>'. |
430 |
|
|
431 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
432 |
|
|
433 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
434 |
|
of uuid on anonymization of case. |
435 |
|
|
436 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
437 |
|
|
438 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
439 |
|
case_anonymize(). |
440 |
|
|
441 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
442 |
|
|
443 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
444 |
|
the trees infix. |
445 |
|
|
446 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
447 |
|
readable rules. |
448 |
|
|
449 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
450 |
|
|
451 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
452 |
|
|
453 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
454 |
|
|
455 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
456 |
|
exceptions if there is less or more than one element on stack |
457 |
|
after compilation of expression. |
458 |
|
|
459 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
460 |
|
|
461 |
|
* formed/formed/model/data.py: Removed debug output |
462 |
|
|
463 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
464 |
|
Generate past and future rules. |
465 |
|
|
466 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
467 |
|
|
468 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
469 |
|
|
470 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
471 |
|
|
472 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
473 |
|
|
474 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
475 |
|
|
476 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
477 |
|
|
478 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
479 |
|
|
480 |
|
* formed/formed/model/data.py: Added ConditionalNode |
481 |
|
|
482 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
483 |
|
|
484 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
485 |
|
|
486 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
487 |
|
in date sequence rules more precise. |
488 |
|
|
489 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
490 |
|
|
491 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
492 |
|
|
493 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
494 |
|
|
495 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
496 |
|
|
497 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
498 |
|
Adjusted imports. |
499 |
|
|
500 |
|
2009-03-12 Torsten Irländer <[email protected]> |
501 |
|
|
502 |
|
Introduced new order attribute for date fields |
503 |
|
|
504 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
505 |
|
ordering of datefields withing the document. Needed for automatic |
506 |
|
generation of consistency rules. |
507 |
|
|
508 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
509 |
|
|
510 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
511 |
|
|
512 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
513 |
|
|
514 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
515 |
|
description reference tables of radio groups. |
516 |
|
|
517 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
518 |
|
|
519 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
520 |
|
by '_'. |
521 |
|
|
522 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
523 |
|
|
524 |
|
* formed/formed/plugins/export/sql.py: to figure ou which |
525 |
|
tables are equal the insert statememnts are lower cased |
526 |
|
and sorted before they are compared. This reduces the number |
527 |
|
of generated referfence tables. |
528 |
|
|
529 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
530 |
|
|
531 |
|
Repair SQL schema creation for radio groups. |
532 |
|
|
533 |
|
* formed/formed/plugins/export/sql.py: radio groups are handled |
534 |
|
like choices now. |
535 |
|
|
536 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
537 |
|
|
538 |
|
Make it startable again. |
539 |
|
|
540 |
|
* formed/formed/plugins/export/xls.py: Import pyExcelerator only |
541 |
|
when plug-in is called. |
542 |
|
|
543 |
|
* formed/formed/model/nodecomponents.py: Event routing was messed up. |
544 |
|
Rewired root node with document. |
545 |
|
|
546 |
|
* formed/formed/plugins/web/help.py: Removed old xml.ext import. |
547 |
|
XXX: This breaks creating help by now! |
548 |
|
|
549 |
|
* formed/formed/io/parser.py: Replace old deprecated base class |
550 |
|
by new one. |
551 |
|
|
552 |
|
* formed/formed/main.py: Do not crash if locale cannot be set. |
553 |
|
|
554 |
|
* formed/formed/ui/controls.py: Use document.getCase() instead |
555 |
|
of document.case to prevent uninitialized dereferences. |
556 |
|
|
557 |
|
2009-01-22 Torsten Irländer <[email protected]> |
558 |
|
|
559 |
|
Implemented new XML-Format for formed xml files. |
560 |
|
|
561 |
|
* formed/formed/model/nodecomponents.py, |
562 |
|
formed/formed/io/document.py, |
563 |
|
formed/formed/main.py, |
564 |
|
formed/formed/ui/controls.py: Introduced new "case" and "logbook" |
565 |
|
node. Under case is the definition of the formular. logbook will |
566 |
|
hold the defintion of logboog entrys. For now only the part under |
567 |
|
"case" can be modified. |
568 |
|
|
569 |
|
2009-01-21 Torsten Irländer <[email protected]> |
570 |
|
|
571 |
|
Changed way how XSD-Scheme is generated |
572 |
|
|
573 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
574 |
|
logbookentrys. The scheme definiton is now hardcoded in the |
575 |
|
exporter as it will rarely change. It logbookpart will not be |
576 |
|
generated from the formedtree anymore. |
577 |
|
|
578 |
|
2009-01-20 Torsten Irländer <[email protected]> |
579 |
|
|
580 |
|
Support Logbook entrys in xsd schema export |
581 |
|
|
582 |
|
* formed/formed/model/data.py: Repeatnode are now handeld as |
583 |
|
repeatgroups in xsd-export |
584 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
585 |
|
logbookentrys. The scheme will now validate against an xmlfile from |
586 |
|
the offlineclient. |
587 |
|
|
588 |
|
2009-01-09 Torsten Irländer <[email protected]> |
589 |
|
|
590 |
|
Added new repeat node |
591 |
|
|
592 |
|
* formed/formed/model/data.py, |
593 |
|
formed/formed/io/document.py: Added repeatnode to the formedtree. |
594 |
|
TODO: Remove repeatgroup handling from the groupnode. |
595 |
|
|
596 |
|
2009-01-08 Torsten Irländer <[email protected]> |
597 |
|
|
598 |
|
Add isset operator to autogenerated rules. |
599 |
|
|
600 |
|
* formed/formed/plugins/modify/rules.py: Add issed operator to standard |
601 |
|
autogenerated rules. |
602 |
|
|
603 |
|
2008-12-17 Frank Koormann <[email protected]> |
604 |
|
|
605 |
|
* formed/formed/plugins/export/latex.py: Export form as set of |
606 |
|
latex tables to be included into a master document. The export |
607 |
|
generates section marks to structure the form and placeholders for |
608 |
|
help texts to be merged in by a post processing step. |
609 |
|
|
610 |
|
2008-12-04 Sascha L. Teichmann <[email protected]> |
611 |
|
|
612 |
|
* formed/formed/model/expr.py: Added 'today' which pushes the current date |
613 |
|
on the stack. |
614 |
|
|
615 |
|
2008-12-03 Sascha L. Teichmann <[email protected]> |
616 |
|
|
617 |
|
* formed/formed/plugins/web/controllers.py: compute changeset more correctly in |
618 |
|
storage of fields. |
619 |
|
|
620 |
|
* formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer |
621 |
|
fields as an accepted value. Generate schema for radio groups too. |
622 |
|
|
623 |
|
2008-12-01 Torsten Irländer <[email protected]> |
624 |
|
|
625 |
|
Added autmatic generation of required rules |
626 |
|
|
627 |
|
* formed/formed/model/data.py, |
628 |
|
formed/formed/model/expr.py, |
629 |
|
formed/formed/plugins/modify/rules.py: Default rules for required |
630 |
|
fields can now be generated. |
631 |
|
|
632 |
|
2008-11-28 Sascha L. Teichmann <[email protected]> |
633 |
|
|
634 |
|
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |
635 |
|
Ported WidgetCollector from Offline client. |
636 |
|
|
637 |
|
* formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify, |
638 |
|
formed/formed/plugins/modify/rules.py: Stub for required rules generator. |
639 |
|
|
640 |
|
* formed/formed/config.py: Bind new filter to FormEd |
641 |
|
|
642 |
|
2008-11-27 Torsten Irländer <[email protected]> |
643 |
|
|
644 |
|
* formed/formed/model/data.py: Added new attribute mark for rules |
645 |
|
|
646 |
|
2008-11-10 Torsten Irländer <[email protected]> |
647 |
|
|
648 |
|
Implemented radio-matrix elements. radio elelement having the same |
649 |
|
options can now be rendered in table form. |
650 |
|
|
651 |
|
* formed/formed/model/data.py, |
652 |
|
formed/formed/io/document.py: Added new radio-matrix element to the |
653 |
|
model and gui |
654 |
|
* formed/formed/plugins/web/view_renderer.py: Write html-renderer for |
655 |
|
the radio-matrix element. |
656 |
|
|
657 |
|
2008-11.03 Torsten Irländer <[email protected]> |
658 |
|
|
659 |
|
* formed/formed/model/data.py: Fixed import error |
660 |
|
|
661 |
|
2008-10-29 Sascha L. Teichmann <[email protected]> |
662 |
|
|
663 |
|
Relative paths in external choices are now possible. Relative paths are |
664 |
|
relative to path of the master document. |
665 |
|
|
666 |
|
* formed/model/data.py: external choice are now storing the path to the |
667 |
|
master document. |
668 |
|
|
669 |
|
* formed/formed/io/document.py: Pass context to SAX builder. |
670 |
|
|
671 |
|
* formed/formed/io/factories.py: For new created nodes look if there |
672 |
|
is a method 'setLoadContext' and call it. |
673 |
|
|
674 |
|
2008-09-04 Sascha L. Teichmann <[email protected]> |
675 |
|
|
676 |
|
* doc/beschreibung.txt: New. Initial description of FormEd (german). |
677 |
|
|
678 |
|
2008-08-22 Sascha L. Teichmann <[email protected]> |
679 |
|
|
680 |
|
* formed/formed/model/nodecomponents.py: Added attribute 'flags'. |
681 |
|
|
682 |
|
2008-08-21 Sascha L. Teichmann <[email protected]> |
683 |
|
|
684 |
|
* formed/formed/io/document.py: Indent tree while saving |
685 |
|
* formed/formed/main.py: removed needless print |
686 |
|
|
687 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
688 |
|
|
689 |
|
* LICENSE: New GPLv3 |
690 |
|
* */*.py, *.sh: Added reference to LICENSE |
691 |
|
|
692 |
2008-08-15 Sascha L. Teichmann <[email protected]> |
2008-08-15 Sascha L. Teichmann <[email protected]> |
693 |
|
|
694 |
* tools: removed because there a no tools any more. |
* tools: removed because there a no tools any more. |