1 |
|
2010-04-08 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/modify/rules.py |
4 |
|
(GenerateRequiredRules.generateDateSequenceRules): Add error mark to |
5 |
|
rules. Generete each rule twice to be able to render errors at both |
6 |
|
datefields. |
7 |
|
|
8 |
|
2010-04-07 Torsten Irländer <[email protected]> |
9 |
|
|
10 |
|
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag. |
11 |
|
|
12 |
|
2010-04-06 Torsten Irländer <[email protected]> |
13 |
|
|
14 |
|
* formed/formed/io/document.py (_toXML): Added comment with |
15 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
16 |
|
* formed/formed/plugins/export/new_sql.py |
17 |
|
(ExportAsSQLFilter.doExport): Added comment with |
18 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
19 |
|
* formed/formed/model/exprtree.py: Added years operator. |
20 |
|
|
21 |
|
2010-03-30 Roland Geider <[email protected]> |
22 |
|
|
23 |
|
* formed/formed/plugins/export/latex.py: Added filter |
24 |
|
|
25 |
|
2010-03-25 Roland Geider <[email protected]> |
26 |
|
|
27 |
|
* formed/formed/plugins/export/xsd.py: Generate valid XML |
28 |
|
|
29 |
|
2010-02-11 Frank Koormann <[email protected]> |
30 |
|
|
31 |
|
* formed/formed/plugins/export/xls.py: Allow groups in choices. |
32 |
|
|
33 |
|
2009-12-02 Torsten Irländer <[email protected]> |
34 |
|
|
35 |
|
* formed/formed/plugins/export/typemap.py: do not ignore conditional |
36 |
|
nodes on traversal. |
37 |
|
|
38 |
|
2009-11-17 Sascha L. Teichmann <[email protected]> |
39 |
|
|
40 |
|
* formed/formed/model/exprtree.py: Recognize '%' vars |
41 |
|
in compilation. Does not eval it! |
42 |
|
|
43 |
|
* formed/formed/plugins/modify/rules.py: Generate '%' vars |
44 |
|
for variables in repeat groups. |
45 |
|
|
46 |
|
2009-11-13 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* formed/formed/plugins/export/typemap.py: Fixed to work |
49 |
|
with new repeat group nodes. |
50 |
|
|
51 |
|
2009-10-28 Sascha L. Teichmann <[email protected]> |
52 |
|
|
53 |
|
* formed/formed/plugins/export/xsd.py, |
54 |
|
formed/formed/plugins/export/sql.py, |
55 |
|
formed/formed/plugins/export/new_sql.py: Allow groups in choices. |
56 |
|
|
57 |
|
2009-10-07 Frank Koormann <[email protected]> |
58 |
|
|
59 |
|
* formed/formed/plugins/export/latex.py: |
60 |
|
Adjusted textprocessing to escape tex-active characters. |
61 |
|
|
62 |
|
2009-10-07 Sascha L. Teichmann <[email protected]> |
63 |
|
|
64 |
|
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |
65 |
|
formed/formed/plugins/export/html2.py: Adjusted to cope with |
66 |
|
"semi-complete" implementation of logbook tree structure. |
67 |
|
|
68 |
|
2009-06-18 Torsten Irländer <[email protected]> |
69 |
|
|
70 |
|
* formed/formed/plugins/export/new_sql.py, |
71 |
|
formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and |
72 |
|
added permissions. |
73 |
|
|
74 |
|
2009-06-18 Torsten Irländer <[email protected]> |
75 |
|
|
76 |
|
* formed/formed/plugins/export/new_sql.py: Commented out generation of |
77 |
|
page_views, as they do not work with rgroups. |
78 |
|
|
79 |
|
2009-06-17 Torsten Irländer <[email protected]> |
80 |
|
|
81 |
|
* formed/formed/plugins/export/new_sql.py: Fixed anonymize function |
82 |
|
and rolenames. |
83 |
|
|
84 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
87 |
|
|
88 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
89 |
|
|
90 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
91 |
|
|
92 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
93 |
|
|
94 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
95 |
|
nodecomponent names. |
96 |
|
|
97 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
98 |
|
|
99 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
100 |
|
repeat groups if no uuid is given. If a uuid is given then |
101 |
|
the creation is triggered by an xml import. |
102 |
|
|
103 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
104 |
|
|
105 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
106 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
107 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
108 |
|
|
109 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
110 |
|
The old one is deactivated. |
111 |
|
|
112 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
113 |
|
|
114 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
115 |
|
|
116 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
117 |
|
TODO: Adjust execution rights. |
118 |
|
|
119 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
120 |
|
|
121 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
122 |
|
Add functions to create dataset. |
123 |
|
|
124 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
125 |
|
|
126 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
127 |
|
tree structure functions in database. |
128 |
|
|
129 |
|
* formed/formed/config.py: load plug-in. |
130 |
|
|
131 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
132 |
|
|
133 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
134 |
|
RepeatNode. Removed needless methods |
135 |
|
|
136 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
137 |
|
|
138 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
139 |
|
more readable with '=' and '<>'. |
140 |
|
|
141 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
142 |
|
|
143 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
144 |
|
of uuid on anonymization of case. |
145 |
|
|
146 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
147 |
|
|
148 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
149 |
|
case_anonymize(). |
150 |
|
|
151 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
152 |
|
|
153 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
154 |
|
the trees infix. |
155 |
|
|
156 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
157 |
|
readable rules. |
158 |
|
|
159 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
160 |
|
|
161 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
162 |
|
|
163 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
164 |
|
|
165 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
166 |
|
exceptions if there is less or more than one element on stack |
167 |
|
after compilation of expression. |
168 |
|
|
169 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
170 |
|
|
171 |
|
* formed/formed/model/data.py: Removed debug output |
172 |
|
|
173 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
174 |
|
Generate past and future rules. |
175 |
|
|
176 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
177 |
|
|
178 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
179 |
|
|
180 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
181 |
|
|
182 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
183 |
|
|
184 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
185 |
|
|
186 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
187 |
|
|
188 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
189 |
|
|
190 |
|
* formed/formed/model/data.py: Added ConditionalNode |
191 |
|
|
192 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
193 |
|
|
194 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
195 |
|
|
196 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
197 |
|
in date sequence rules more precise. |
198 |
|
|
199 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
200 |
|
|
201 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
202 |
|
|
203 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
204 |
|
|
205 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
206 |
|
|
207 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
208 |
|
Adjusted imports. |
209 |
|
|
210 |
|
2009-03-12 Torsten Irländer <[email protected]> |
211 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
212 |
|
|
213 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
214 |
|
|
215 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
216 |
|
|
217 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
218 |
|
|
219 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
220 |
|
|
221 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
222 |
|
nodecomponent names. |
223 |
|
|
224 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
225 |
|
|
226 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
227 |
|
repeat groups if no uuid is given. If a uuid is given then |
228 |
|
the creation is triggered by an xml import. |
229 |
|
|
230 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
231 |
|
|
232 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
233 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
234 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
235 |
|
|
236 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
237 |
|
The old one is deactivated. |
238 |
|
|
239 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
240 |
|
|
241 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
242 |
|
|
243 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
244 |
|
TODO: Adjust execution rights. |
245 |
|
|
246 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
247 |
|
|
248 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
249 |
|
Add functions to create dataset. |
250 |
|
|
251 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
252 |
|
|
253 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
254 |
|
tree structure functions in database. |
255 |
|
|
256 |
|
* formed/formed/config.py: load plug-in. |
257 |
|
|
258 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
259 |
|
|
260 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
261 |
|
RepeatNode. Removed needless methods |
262 |
|
|
263 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
264 |
|
|
265 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
266 |
|
more readable with '=' and '<>'. |
267 |
|
|
268 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
269 |
|
|
270 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
271 |
|
of uuid on anonymization of case. |
272 |
|
|
273 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
274 |
|
|
275 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
276 |
|
case_anonymize(). |
277 |
|
|
278 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
279 |
|
|
280 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
281 |
|
the trees infix. |
282 |
|
|
283 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
284 |
|
readable rules. |
285 |
|
|
286 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
287 |
|
|
288 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
289 |
|
|
290 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
291 |
|
|
292 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
293 |
|
exceptions if there is less or more than one element on stack |
294 |
|
after compilation of expression. |
295 |
|
|
296 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
297 |
|
|
298 |
|
* formed/formed/model/data.py: Removed debug output |
299 |
|
|
300 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
301 |
|
Generate past and future rules. |
302 |
|
|
303 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
304 |
|
|
305 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
306 |
|
|
307 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
308 |
|
|
309 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
310 |
|
|
311 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
312 |
|
|
313 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
314 |
|
|
315 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
316 |
|
|
317 |
|
* formed/formed/model/data.py: Added ConditionalNode |
318 |
|
|
319 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
320 |
|
|
321 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
322 |
|
|
323 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
324 |
|
in date sequence rules more precise. |
325 |
|
|
326 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
327 |
|
|
328 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
329 |
|
|
330 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
331 |
|
|
332 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
333 |
|
|
334 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
335 |
|
Adjusted imports. |
336 |
|
|
337 |
|
2009-03-12 Torsten Irländer <[email protected]> |
338 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
339 |
|
|
340 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
341 |
|
|
342 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
343 |
|
|
344 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
345 |
|
|
346 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
347 |
|
|
348 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
349 |
|
nodecomponent names. |
350 |
|
|
351 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
352 |
|
|
353 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
354 |
|
repeat groups if no uuid is given. If a uuid is given then |
355 |
|
the creation is triggered by an xml import. |
356 |
|
|
357 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
358 |
|
|
359 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
360 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
361 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
362 |
|
|
363 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
364 |
|
The old one is deactivated. |
365 |
|
|
366 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
367 |
|
|
368 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
369 |
|
|
370 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
371 |
|
TODO: Adjust execution rights. |
372 |
|
|
373 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
374 |
|
|
375 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
376 |
|
Add functions to create dataset. |
377 |
|
|
378 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
379 |
|
|
380 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
381 |
|
tree structure functions in database. |
382 |
|
|
383 |
|
* formed/formed/config.py: load plug-in. |
384 |
|
|
385 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
386 |
|
|
387 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
388 |
|
RepeatNode. Removed needless methods |
389 |
|
|
390 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
391 |
|
|
392 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
393 |
|
more readable with '=' and '<>'. |
394 |
|
|
395 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
396 |
|
|
397 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
398 |
|
of uuid on anonymization of case. |
399 |
|
|
400 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
401 |
|
|
402 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
403 |
|
case_anonymize(). |
404 |
|
|
405 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
406 |
|
|
407 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
408 |
|
the trees infix. |
409 |
|
|
410 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
411 |
|
readable rules. |
412 |
|
|
413 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
414 |
|
|
415 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
416 |
|
|
417 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
418 |
|
|
419 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
420 |
|
exceptions if there is less or more than one element on stack |
421 |
|
after compilation of expression. |
422 |
|
|
423 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
424 |
|
|
425 |
|
* formed/formed/model/data.py: Removed debug output |
426 |
|
|
427 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
428 |
|
Generate past and future rules. |
429 |
|
|
430 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
431 |
|
|
432 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
433 |
|
|
434 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
435 |
|
|
436 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
437 |
|
|
438 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
439 |
|
|
440 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
441 |
|
|
442 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
443 |
|
|
444 |
|
* formed/formed/model/data.py: Added ConditionalNode |
445 |
|
|
446 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
447 |
|
|
448 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
449 |
|
|
450 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
451 |
|
in date sequence rules more precise. |
452 |
|
|
453 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
454 |
|
|
455 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
456 |
|
|
457 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
458 |
|
|
459 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
460 |
|
|
461 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
462 |
|
Adjusted imports. |
463 |
|
|
464 |
|
2009-03-12 Torsten Irländer <[email protected]> |
465 |
|
|
466 |
|
Introduced new order attribute for date fields |
467 |
|
|
468 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
469 |
|
ordering of datefields withing the document. Needed for automatic |
470 |
|
generation of consistency rules. |
471 |
|
|
472 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
473 |
|
|
474 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
475 |
|
|
476 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
477 |
|
|
478 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
479 |
|
description reference tables of radio groups. |
480 |
|
|
481 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
482 |
|
|
483 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
484 |
|
by '_'. |
485 |
|
|
486 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
487 |
|
|
488 |
|
* formed/formed/plugins/export/sql.py: to figure ou which |
489 |
|
tables are equal the insert statememnts are lower cased |
490 |
|
and sorted before they are compared. This reduces the number |
491 |
|
of generated referfence tables. |
492 |
|
|
493 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
494 |
|
|
495 |
|
Repair SQL schema creation for radio groups. |
496 |
|
|
497 |
|
* formed/formed/plugins/export/sql.py: radio groups are handled |
498 |
|
like choices now. |
499 |
|
|
500 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
501 |
|
|
502 |
|
Make it startable again. |
503 |
|
|
504 |
|
* formed/formed/plugins/export/xls.py: Import pyExcelerator only |
505 |
|
when plug-in is called. |
506 |
|
|
507 |
|
* formed/formed/model/nodecomponents.py: Event routing was messed up. |
508 |
|
Rewired root node with document. |
509 |
|
|
510 |
|
* formed/formed/plugins/web/help.py: Removed old xml.ext import. |
511 |
|
XXX: This breaks creating help by now! |
512 |
|
|
513 |
|
* formed/formed/io/parser.py: Replace old deprecated base class |
514 |
|
by new one. |
515 |
|
|
516 |
|
* formed/formed/main.py: Do not crash if locale cannot be set. |
517 |
|
|
518 |
|
* formed/formed/ui/controls.py: Use document.getCase() instead |
519 |
|
of document.case to prevent uninitialized dereferences. |
520 |
|
|
521 |
2009-01-22 Torsten Irländer <[email protected]> |
2009-01-22 Torsten Irländer <[email protected]> |
522 |
|
|
523 |
Implemented new XML-Format for formed xml files. |
Implemented new XML-Format for formed xml files. |