/[formed]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 335 - (hide annotations)
Wed Jun 17 10:45:48 2009 UTC (15 years, 8 months ago) by torsten
File size: 96359 byte(s)
Fixed anonymize function and rolenames

1 torsten 335 2009-06-17 Torsten Irländer <[email protected]>
2    
3     * formed/formed/plugins/export/new_sql.py: Fixed anonymize function
4     and rolenames.
5    
6 teichmann 334 2009-06-17 Sascha L. Teichmann <[email protected]>
7    
8     * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
9    
10 teichmann 332 2009-05-26 Sascha L. Teichmann <[email protected]>
11    
12 teichmann 333 * formed/formed/plugins/names/filter.py: small optimization.
13    
14     2009-05-26 Sascha L. Teichmann <[email protected]>
15    
16 teichmann 332 * formed/formed/plugins/names/filter.py: Repaired unique filter for
17     nodecomponent names.
18    
19 teichmann 331 2009-05-06 Sascha L. Teichmann <[email protected]>
20    
21     * formed/formed/plugins/export/rg_sql.py: Only create depending
22     repeat groups if no uuid is given. If a uuid is given then
23     the creation is triggered by an xml import.
24    
25 teichmann 329 2009-04-28 Sascha L. Teichmann <[email protected]>
26 teichmann 327
27 teichmann 330 * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
28     replace the old one. The new one faciliates the new RepeatNode instead
29     of the Group.isRepeat() method to tell if something is to be repeated.
30    
31     * formed/formed/config.py: Use new SQL schema generator plug-in by default.
32     The old one is deactivated.
33    
34     * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
35    
36     2009-04-28 Sascha L. Teichmann <[email protected]>
37    
38 teichmann 329 * formed/formed/plugins/export/rg_sql.py: Added delete functions.
39     TODO: Adjust execution rights.
40    
41     2009-04-27 Sascha L. Teichmann <[email protected]>
42    
43 teichmann 328 * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
44     Add functions to create dataset.
45    
46     2009-04-24 Sascha L. Teichmann <[email protected]>
47    
48 teichmann 327 * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
49     tree structure functions in database.
50    
51     * formed/formed/config.py: load plug-in.
52    
53 teichmann 325 2009-04-16 Sascha L. Teichmann <[email protected]>
54    
55 teichmann 326 * formed/formed/model/data.py: Added 'digest' attribute to
56     RepeatNode. Removed needless methods
57 torsten 335
58     2009-04-16 Sascha L. Teichmann <[email protected]>
59    
60     * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
61     more readable with '=' and '<>'.
62    
63     2009-04-02 Sascha L. Teichmann <[email protected]>
64    
65     * formed/formed/plugins/export/sql.py: call anonymization
66     of uuid on anonymization of case.
67    
68     2009-03-31 Sascha L. Teichmann <[email protected]>
69    
70     * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
71     case_anonymize().
72    
73     2009-03-31 Sascha L. Teichmann <[email protected]>
74    
75     * formed/formed/model/exprtree.py: Add some code to pretty print
76     the trees infix.
77    
78     * formed/formed/plugins/export/rules.py: New. Exporter for human
79     readable rules.
80    
81     * formed/formed/plugins/export/html.py: Fixed HTML generation.
82    
83     * formed/formed/config.py: Added new new Rule export plug-in.
84    
85     2009-03-31 Sascha L. Teichmann <[email protected]>
86    
87     * formed/formed/model/exprtree.py: Fixes from server. Raise
88     exceptions if there is less or more than one element on stack
89     after compilation of expression.
90    
91     2009-03-20 Sascha L. Teichmann <[email protected]>
92    
93     * formed/formed/model/data.py: Removed debug output
94    
95     * formed/formed/plugins/modify/rules.py: Fixed error message.
96     Generate past and future rules.
97    
98     2009-03-16 Sascha L. Teichmann <[email protected]>
99    
100     * formed/formed/model/exprtree.py: Forget to call today with context.
101    
102     2009-03-16 Sascha L. Teichmann <[email protected]>
103    
104     * formed/formed/io/document.py: Fixed syntax typo.
105    
106     2009-03-16 Sascha L. Teichmann <[email protected]>
107    
108     * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
109    
110     2009-03-16 Sascha L. Teichmann <[email protected]>
111    
112     * formed/formed/model/data.py: Added ConditionalNode
113    
114     * formed/formed/io/document.py: Make ConditionalNode loadable.
115    
116     2009-03-13 Sascha L. Teichmann <[email protected]>
117    
118     * formed/formed/plugins/modify/rules.py: Make the error descriptions
119     in date sequence rules more precise.
120    
121     2009-03-13 Sascha L. Teichmann <[email protected]>
122    
123     * formed/formed/plugins/modify/rules.py: generate date sequence rules.
124    
125     2009-03-13 Sascha L. Teichmann <[email protected]>
126    
127     * formed/formed/model/exprtree.py: New tree based expression engine.
128    
129     * formed/formed/model/__init__.py, formed/formed/model/data.py:
130     Adjusted imports.
131    
132     2009-03-12 Torsten Irländer <[email protected]>
133     2009-06-17 Sascha L. Teichmann <[email protected]>
134    
135     * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
136    
137     2009-05-26 Sascha L. Teichmann <[email protected]>
138    
139     * formed/formed/plugins/names/filter.py: small optimization.
140    
141     2009-05-26 Sascha L. Teichmann <[email protected]>
142    
143     * formed/formed/plugins/names/filter.py: Repaired unique filter for
144     nodecomponent names.
145    
146     2009-05-06 Sascha L. Teichmann <[email protected]>
147    
148     * formed/formed/plugins/export/rg_sql.py: Only create depending
149     repeat groups if no uuid is given. If a uuid is given then
150     the creation is triggered by an xml import.
151    
152     2009-04-28 Sascha L. Teichmann <[email protected]>
153    
154     * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
155     replace the old one. The new one faciliates the new RepeatNode instead
156     of the Group.isRepeat() method to tell if something is to be repeated.
157    
158     * formed/formed/config.py: Use new SQL schema generator plug-in by default.
159     The old one is deactivated.
160    
161     * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
162    
163     2009-04-28 Sascha L. Teichmann <[email protected]>
164    
165     * formed/formed/plugins/export/rg_sql.py: Added delete functions.
166     TODO: Adjust execution rights.
167    
168     2009-04-27 Sascha L. Teichmann <[email protected]>
169    
170     * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
171     Add functions to create dataset.
172    
173     2009-04-24 Sascha L. Teichmann <[email protected]>
174    
175     * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
176     tree structure functions in database.
177    
178     * formed/formed/config.py: load plug-in.
179    
180     2009-04-16 Sascha L. Teichmann <[email protected]>
181    
182     * formed/formed/model/data.py: Added 'digest' attribute to
183     RepeatNode. Removed needless methods
184    
185     2009-04-16 Sascha L. Teichmann <[email protected]>
186    
187     * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
188     more readable with '=' and '<>'.
189    
190     2009-04-02 Sascha L. Teichmann <[email protected]>
191    
192     * formed/formed/plugins/export/sql.py: call anonymization
193     of uuid on anonymization of case.
194    
195     2009-03-31 Sascha L. Teichmann <[email protected]>
196    
197     * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
198     case_anonymize().
199    
200     2009-03-31 Sascha L. Teichmann <[email protected]>
201    
202     * formed/formed/model/exprtree.py: Add some code to pretty print
203     the trees infix.
204    
205     * formed/formed/plugins/export/rules.py: New. Exporter for human
206     readable rules.
207    
208     * formed/formed/plugins/export/html.py: Fixed HTML generation.
209    
210     * formed/formed/config.py: Added new new Rule export plug-in.
211    
212     2009-03-31 Sascha L. Teichmann <[email protected]>
213    
214     * formed/formed/model/exprtree.py: Fixes from server. Raise
215     exceptions if there is less or more than one element on stack
216     after compilation of expression.
217    
218     2009-03-20 Sascha L. Teichmann <[email protected]>
219    
220     * formed/formed/model/data.py: Removed debug output
221    
222     * formed/formed/plugins/modify/rules.py: Fixed error message.
223     Generate past and future rules.
224    
225     2009-03-16 Sascha L. Teichmann <[email protected]>
226    
227     * formed/formed/model/exprtree.py: Forget to call today with context.
228    
229     2009-03-16 Sascha L. Teichmann <[email protected]>
230    
231     * formed/formed/io/document.py: Fixed syntax typo.
232    
233     2009-03-16 Sascha L. Teichmann <[email protected]>
234    
235     * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
236    
237     2009-03-16 Sascha L. Teichmann <[email protected]>
238    
239     * formed/formed/model/data.py: Added ConditionalNode
240    
241     * formed/formed/io/document.py: Make ConditionalNode loadable.
242    
243     2009-03-13 Sascha L. Teichmann <[email protected]>
244    
245     * formed/formed/plugins/modify/rules.py: Make the error descriptions
246     in date sequence rules more precise.
247    
248     2009-03-13 Sascha L. Teichmann <[email protected]>
249    
250     * formed/formed/plugins/modify/rules.py: generate date sequence rules.
251    
252     2009-03-13 Sascha L. Teichmann <[email protected]>
253    
254     * formed/formed/model/exprtree.py: New tree based expression engine.
255    
256     * formed/formed/model/__init__.py, formed/formed/model/data.py:
257     Adjusted imports.
258    
259     2009-03-12 Torsten Irländer <[email protected]>
260     2009-06-17 Sascha L. Teichmann <[email protected]>
261    
262     * formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names.
263    
264     2009-05-26 Sascha L. Teichmann <[email protected]>
265    
266     * formed/formed/plugins/names/filter.py: small optimization.
267    
268     2009-05-26 Sascha L. Teichmann <[email protected]>
269    
270     * formed/formed/plugins/names/filter.py: Repaired unique filter for
271     nodecomponent names.
272    
273     2009-05-06 Sascha L. Teichmann <[email protected]>
274    
275     * formed/formed/plugins/export/rg_sql.py: Only create depending
276     repeat groups if no uuid is given. If a uuid is given then
277     the creation is triggered by an xml import.
278    
279     2009-04-28 Sascha L. Teichmann <[email protected]>
280    
281     * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
282     replace the old one. The new one faciliates the new RepeatNode instead
283     of the Group.isRepeat() method to tell if something is to be repeated.
284    
285     * formed/formed/config.py: Use new SQL schema generator plug-in by default.
286     The old one is deactivated.
287    
288     * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
289    
290     2009-04-28 Sascha L. Teichmann <[email protected]>
291    
292     * formed/formed/plugins/export/rg_sql.py: Added delete functions.
293     TODO: Adjust execution rights.
294    
295     2009-04-27 Sascha L. Teichmann <[email protected]>
296    
297     * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
298     Add functions to create dataset.
299    
300     2009-04-24 Sascha L. Teichmann <[email protected]>
301    
302     * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
303     tree structure functions in database.
304    
305     * formed/formed/config.py: load plug-in.
306    
307     2009-04-16 Sascha L. Teichmann <[email protected]>
308    
309     * formed/formed/model/data.py: Added 'digest' attribute to
310     RepeatNode. Removed needless methods
311 teichmann 326
312     2009-04-16 Sascha L. Teichmann <[email protected]>
313    
314 teichmann 325 * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
315     more readable with '=' and '<>'.
316    
317 teichmann 324 2009-04-02 Sascha L. Teichmann <[email protected]>
318    
319     * formed/formed/plugins/export/sql.py: call anonymization
320     of uuid on anonymization of case.
321    
322 teichmann 321 2009-03-31 Sascha L. Teichmann <[email protected]>
323    
324 teichmann 323 * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
325     case_anonymize().
326    
327     2009-03-31 Sascha L. Teichmann <[email protected]>
328    
329 teichmann 322 * formed/formed/model/exprtree.py: Add some code to pretty print
330     the trees infix.
331    
332     * formed/formed/plugins/export/rules.py: New. Exporter for human
333     readable rules.
334    
335     * formed/formed/plugins/export/html.py: Fixed HTML generation.
336    
337     * formed/formed/config.py: Added new new Rule export plug-in.
338    
339     2009-03-31 Sascha L. Teichmann <[email protected]>
340    
341 teichmann 321 * formed/formed/model/exprtree.py: Fixes from server. Raise
342     exceptions if there is less or more than one element on stack
343     after compilation of expression.
344    
345 teichmann 320 2009-03-20 Sascha L. Teichmann <[email protected]>
346    
347     * formed/formed/model/data.py: Removed debug output
348    
349     * formed/formed/plugins/modify/rules.py: Fixed error message.
350     Generate past and future rules.
351    
352 teichmann 316 2009-03-16 Sascha L. Teichmann <[email protected]>
353    
354 teichmann 319 * formed/formed/model/exprtree.py: Forget to call today with context.
355    
356     2009-03-16 Sascha L. Teichmann <[email protected]>
357    
358 teichmann 318 * formed/formed/io/document.py: Fixed syntax typo.
359    
360     2009-03-16 Sascha L. Teichmann <[email protected]>
361    
362 teichmann 317 * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
363    
364     2009-03-16 Sascha L. Teichmann <[email protected]>
365    
366 teichmann 316 * formed/formed/model/data.py: Added ConditionalNode
367    
368     * formed/formed/io/document.py: Make ConditionalNode loadable.
369    
370 teichmann 314 2009-03-13 Sascha L. Teichmann <[email protected]>
371 teichmann 313
372 teichmann 315 * formed/formed/plugins/modify/rules.py: Make the error descriptions
373     in date sequence rules more precise.
374    
375     2009-03-13 Sascha L. Teichmann <[email protected]>
376    
377 teichmann 314 * formed/formed/plugins/modify/rules.py: generate date sequence rules.
378    
379     2009-03-13 Sascha L. Teichmann <[email protected]>
380    
381 teichmann 313 * formed/formed/model/exprtree.py: New tree based expression engine.
382    
383     * formed/formed/model/__init__.py, formed/formed/model/data.py:
384     Adjusted imports.
385    
386 torsten 312 2009-03-12 Torsten Irländer <[email protected]>
387    
388     Introduced new order attribute for date fields
389    
390     * formed/formed/model/data.py: Order fields can be used to define to
391     ordering of datefields withing the document. Needed for automatic
392     generation of consistency rules.
393    
394 teichmann 311 2009-02-09 Sascha L. Teichmann <[email protected]>
395 teichmann 307
396 teichmann 311 * formed/formed/model/data.py: Allow pages to be 'invisible'.
397    
398     2009-02-09 Sascha L. Teichmann <[email protected]>
399    
400 teichmann 310 * formed/formed/plugins/export/sql.py: Fixed problem with
401     description reference tables of radio groups.
402    
403 teichmann 311 2009-02-09 Sascha L. Teichmann <[email protected]>
404 teichmann 310
405 teichmann 309 * formed/formed/plugins/export/sql.py: replace '-' in names
406     by '_'.
407    
408 teichmann 311 2009-02-09 Sascha L. Teichmann <[email protected]>
409 teichmann 309
410 teichmann 308 * formed/formed/plugins/export/sql.py: to figure ou which
411     tables are equal the insert statememnts are lower cased
412     and sorted before they are compared. This reduces the number
413     of generated referfence tables.
414    
415 teichmann 311 2009-02-09 Sascha L. Teichmann <[email protected]>
416 teichmann 308
417 teichmann 307 Repair SQL schema creation for radio groups.
418    
419     * formed/formed/plugins/export/sql.py: radio groups are handled
420     like choices now.
421    
422 teichmann 311 2009-02-09 Sascha L. Teichmann <[email protected]>
423 teichmann 307
424     Make it startable again.
425    
426     * formed/formed/plugins/export/xls.py: Import pyExcelerator only
427     when plug-in is called.
428    
429     * formed/formed/model/nodecomponents.py: Event routing was messed up.
430     Rewired root node with document.
431    
432     * formed/formed/plugins/web/help.py: Removed old xml.ext import.
433     XXX: This breaks creating help by now!
434    
435     * formed/formed/io/parser.py: Replace old deprecated base class
436     by new one.
437    
438     * formed/formed/main.py: Do not crash if locale cannot be set.
439    
440     * formed/formed/ui/controls.py: Use document.getCase() instead
441     of document.case to prevent uninitialized dereferences.
442    
443 torsten 305 2009-01-22 Torsten Irländer <[email protected]>
444    
445     Implemented new XML-Format for formed xml files.
446    
447     * formed/formed/model/nodecomponents.py,
448     formed/formed/io/document.py,
449     formed/formed/main.py,
450     formed/formed/ui/controls.py: Introduced new "case" and "logbook"
451     node. Under case is the definition of the formular. logbook will
452     hold the defintion of logboog entrys. For now only the part under
453     "case" can be modified.
454    
455 torsten 304 2009-01-21 Torsten Irländer <[email protected]>
456    
457     Changed way how XSD-Scheme is generated
458    
459     * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
460     logbookentrys. The scheme definiton is now hardcoded in the
461     exporter as it will rarely change. It logbookpart will not be
462     generated from the formedtree anymore.
463    
464     2009-01-20 Torsten Irländer <[email protected]>
465    
466     Support Logbook entrys in xsd schema export
467    
468     * formed/formed/model/data.py: Repeatnode are now handeld as
469     repeatgroups in xsd-export
470     * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
471     logbookentrys. The scheme will now validate against an xmlfile from
472     the offlineclient.
473    
474 torsten 302 2009-01-09 Torsten Irländer <[email protected]>
475    
476     Added new repeat node
477    
478     * formed/formed/model/data.py,
479     formed/formed/io/document.py: Added repeatnode to the formedtree.
480     TODO: Remove repeatgroup handling from the groupnode.
481    
482 torsten 301 2009-01-08 Torsten Irländer <[email protected]>
483    
484     Add isset operator to autogenerated rules.
485    
486     * formed/formed/plugins/modify/rules.py: Add issed operator to standard
487     autogenerated rules.
488    
489 frank 300 2008-12-17 Frank Koormann <[email protected]>
490    
491     * formed/formed/plugins/export/latex.py: Export form as set of
492     latex tables to be included into a master document. The export
493     generates section marks to structure the form and placeholders for
494     help texts to be merged in by a post processing step.
495    
496 teichmann 299 2008-12-04 Sascha L. Teichmann <[email protected]>
497    
498     * formed/formed/model/expr.py: Added 'today' which pushes the current date
499     on the stack.
500    
501 teichmann 298 2008-12-03 Sascha L. Teichmann <[email protected]>
502    
503     * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
504     storage of fields.
505    
506     * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
507     fields as an accepted value. Generate schema for radio groups too.
508    
509 torsten 297 2008-12-01 Torsten Irländer <[email protected]>
510    
511     Added autmatic generation of required rules
512    
513     * formed/formed/model/data.py,
514     formed/formed/model/expr.py,
515     formed/formed/plugins/modify/rules.py: Default rules for required
516     fields can now be generated.
517    
518 teichmann 296 2008-11-28 Sascha L. Teichmann <[email protected]>
519    
520     * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
521     Ported WidgetCollector from Offline client.
522    
523     * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
524     formed/formed/plugins/modify/rules.py: Stub for required rules generator.
525    
526     * formed/formed/config.py: Bind new filter to FormEd
527    
528 torsten 295 2008-11-27 Torsten Irländer <[email protected]>
529    
530     * formed/formed/model/data.py: Added new attribute mark for rules
531    
532 torsten 294 2008-11-10 Torsten Irländer <[email protected]>
533    
534     Implemented radio-matrix elements. radio elelement having the same
535     options can now be rendered in table form.
536    
537     * formed/formed/model/data.py,
538     formed/formed/io/document.py: Added new radio-matrix element to the
539     model and gui
540     * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
541     the radio-matrix element.
542    
543 torsten 293 2008-11.03 Torsten Irländer <[email protected]>
544    
545     * formed/formed/model/data.py: Fixed import error
546    
547 teichmann 292 2008-10-29 Sascha L. Teichmann <[email protected]>
548    
549     Relative paths in external choices are now possible. Relative paths are
550     relative to path of the master document.
551    
552     * formed/model/data.py: external choice are now storing the path to the
553     master document.
554    
555     * formed/formed/io/document.py: Pass context to SAX builder.
556    
557     * formed/formed/io/factories.py: For new created nodes look if there
558     is a method 'setLoadContext' and call it.
559    
560 teichmann 291 2008-09-04 Sascha L. Teichmann <[email protected]>
561    
562     * doc/beschreibung.txt: New. Initial description of FormEd (german).
563    
564 teichmann 290 2008-08-22 Sascha L. Teichmann <[email protected]>
565    
566     * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
567    
568 teichmann 289 2008-08-21 Sascha L. Teichmann <[email protected]>
569    
570     * formed/formed/io/document.py: Indent tree while saving
571     * formed/formed/main.py: removed needless print
572    
573 teichmann 284 2008-08-15 Sascha L. Teichmann <[email protected]>
574 teichmann 281
575 teichmann 288 * LICENSE: New GPLv3
576     * */*.py, *.sh: Added reference to LICENSE
577    
578     2008-08-15 Sascha L. Teichmann <[email protected]>
579    
580 teichmann 287 * tools: removed because there a no tools any more.
581    
582     2008-08-15 Sascha L. Teichmann <[email protected]>
583    
584 teichmann 286 * tools/formed: moved one level up because its the only
585     part of this project now.
586    
587     2008-08-15 Sascha L. Teichmann <[email protected]>
588    
589 teichmann 285 * tools/anonym/*: Removed as it belongs to mpuls WASKA
590    
591     2008-08-15 Sascha L. Teichmann <[email protected]>
592    
593 teichmann 284 * pdf2xfa/*: removed. It belongs to mpuls
594    
595     2008-08-13 L. Teichmann <[email protected]>
596    
597 teichmann 283 i18n of the plug-ins:
598     * tools/formed/formed/plugins/export/diff.py,
599     tools/formed/formed/plugins/export/data.py,
600     tools/formed/formed/plugins/export/old_sql.py,
601     tools/formed/formed/plugins/export/latex.py,
602     tools/formed/formed/plugins/export/xsd.py,
603     tools/formed/formed/plugins/export/sql.py,
604     tools/formed/formed/plugins/export/typemap.py,
605     tools/formed/formed/plugins/export/html.py,
606     tools/formed/formed/plugins/export/mode.py,
607     tools/formed/formed/plugins/export/html2.py,
608     tools/formed/formed/plugins/export/xls.py,
609     tools/formed/formed/plugins/names/filter.py,
610     tools/formed/formed/plugins/plugin.py,
611     tools/formed/formed/plugins/web/help.py,
612     tools/formed/formed/plugins/web/form_renderer.py,
613     tools/formed/formed/plugins/web/plugin.py,
614     tools/formed/formed/plugins/web/error_renderer.py,
615     tools/formed/formed/plugins/web/view_renderer.py,
616     tools/formed/formed/plugins/web/semantic.py,
617     tools/formed/formed/plugins/web/cache.py,
618     tools/formed/formed/plugins/web/server.py,
619     tools/formed/formed/plugins/web/controllers.py,
620     tools/formed/formed/plugins/web/renderer.py,
621     tools/formed/formed/plugins/ui/controls.py,
622     tools/formed/formed/config.py: _("")s the stuff
623     tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
624     extracted and translated.
625    
626     2008-08-08 Sascha L. Teichmann <[email protected]>
627    
628 teichmann 282 First version of FormEd i18n. After checkout go to tools/formed/po/ and
629     say 'make mo'. Afterwards you can start FormEd as usual.
630    
631     * tools/formed/resources: New. Place to places ressources like *.mo files
632     * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
633    
634     * tools/formed/po,
635     tools/formed/po/Makefile,
636     tools/formed/po/formed.pot,
637     tools/formed/po/de_DE.po: i18n stuff.
638    
639     2008-08-08 Sascha L. Teichmann <[email protected]>
640    
641 teichmann 281 * tools/anonym/xmlexport.py: Only export cases which are not
642     'schwebend geloescht'.
643    
644 teichmann 280 2008-07-23 Sascha L. Teichmann <[email protected]>
645    
646     Fixed issue472
647    
648     * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
649    
650 teichmann 279 2008-07-17 Sascha L. Teichmann <[email protected]>
651    
652     * tools/anonym/xmlimport.py: removed marking of invalid cases
653     * tools/anonym/cron.importAnonXml.sh: re-inserted here.
654    
655 torsten 278 2008-07.07 Torsten Irländer <[email protected]>
656    
657     * tools/formed/formed/plugins/export/latex.py
658     tools/formed/formed/config.py: Added new LaTex Export. Beware this
659     is even more ugly the HTML Export.
660     * tools/formed/formed/plugins/export/html.py: Added information on
661     anonymisation to the html export.
662    
663 teichmann 275 2008-07-07 Sascha L. Teichmann <[email protected]>
664    
665 teichmann 276 * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
666    
667     2008-07-07 Sascha L. Teichmann <[email protected]>
668    
669 teichmann 275 * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
670    
671 teichmann 274 2008-07-07 Sascha L. Teichmann <[email protected]>
672 torsten 277
673     * tools/formed/formed/plugins/export/html.py: Added additional column
674     to the html export with information how each field will get
675     anonymized.
676 teichmann 274
677 torsten 277 2008-07-07 Sascha L. Teichmann <[email protected]>
678    
679 teichmann 274 * tools/anonym/xmlimport.py: sync with productive version.
680    
681 torsten 272 2008-06-10 Torsten Irländer <[email protected]>
682    
683     * tools/formed/formed/plugins/export/sql.py: grant admin permission to
684     call anonymize function
685    
686 frank 271 2008-05-21 Sascha L. Teichmann <[email protected]>
687 teichmann 270
688     * tools/formed/formed/plugins/export/xsd.py: Brought encoding
689     back to UTF-8.
690    
691 frank 271 2008-05-21 Frank Koormann <[email protected]>
692 frank 269
693 frank 271 * tools/formed/formed/plugins/export/xls.py: New, export key value
694     tables as excel workbook with one sheet per table.
695    
696     * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
697    
698     2008-05-21 Frank Koormann <[email protected]>
699    
700 frank 269 * tools/formed/formed/plugins/export/xsd.py
701     (SchemaCreator._createChoice): Fix use of choices name.
702    
703 teichmann 264 2008-04-29 Sascha L. Teichmann <[email protected]>
704    
705 teichmann 268 * tools/formed/formed/plugins/export/xsd.py: Use substitution group
706     to allow arbitrary order of repeat groups.
707    
708     2008-04-29 Sascha L. Teichmann <[email protected]>
709    
710 teichmann 267 * tools/formed/formed/plugins/export/xsd.py: Removed a needless
711     character.
712    
713     2008-04-29 Sascha L. Teichmann <[email protected]>
714    
715 teichmann 266 * tools/formed/formed/plugins/export/xsd.py: Added annotations
716     to fields.
717    
718     2008-04-29 Sascha L. Teichmann <[email protected]>
719    
720 teichmann 265 * tools/formed/formed/plugins/export/xsd.py: Added for
721     choice fields.
722    
723     2008-04-29 Sascha L. Teichmann <[email protected]>
724    
725 teichmann 264 * tools/formed/formed/plugins/export/xsd.py: Added support for
726     boolean fields based on enumerations.
727    
728 teichmann 261 2008-04-28 Sascha L. Teichmann <[email protected]>
729    
730 teichmann 262 * tools/formed/formed/plugins/export/xsd.py: Added support for
731 teichmann 263 date, text and textarea fields.
732    
733     2008-04-28 Sascha L. Teichmann <[email protected]>
734    
735     * tools/formed/formed/plugins/export/xsd.py: Added support for
736 teichmann 262 repeat groups and integer fields.
737    
738     2008-04-28 Sascha L. Teichmann <[email protected]>
739    
740 teichmann 261 * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
741     exporting as XML schema. not ready, yet.
742    
743     * tools/formed/formed/config.py: Use new plug-in.
744    
745     * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
746    
747 torsten 260 2008-04-17 Torsten Irländer <[email protected]>
748    
749     * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
750     for the views because of the new group permissions.
751    
752 teichmann 259 2008-04-09 Sascha L. Teichmann <[email protected]>
753    
754     * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
755     old anonymized cases.
756    
757 teichmann 258 2008-04-01 Sascha L. Teichmann <[email protected]>
758    
759     * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
760     from clause to select datasets.
761     Replace ']]>' in CDATA sections with correct splitted replacement.
762    
763 teichmann 256 2008-03-12 Sascha L. Teichmann <[email protected]>
764 torsten 257
765     * tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport
766     script.
767 teichmann 256
768 torsten 257 * tools/anonym/xmlimport.py: commented out database port from
769     connectionstring.
770    
771     2008-03-12 Sascha L. Teichmann <[email protected]>
772    
773 teichmann 256 * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
774     of anonymization of repeat groups (wrong id was given).
775    
776 teichmann 252 2008-03-11 Sascha L. Teichmann <[email protected]>
777    
778 teichmann 255 * tools/formed/formed/plugins/export/sql.py: Generate no update
779     statements for relations which have no anonym functions applied.
780    
781     2008-03-11 Sascha L. Teichmann <[email protected]>
782    
783 teichmann 254 * tools/formed/formed/plugins/export/sql.py: Added a newline after
784     'COMMIT;' in the last line.
785    
786     2008-03-11 Sascha L. Teichmann <[email protected]>
787    
788 teichmann 253 * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
789     generated anonymize_case() function.
790    
791     2008-03-11 Sascha L. Teichmann <[email protected]>
792    
793 teichmann 252 * tools/formed/formed/plugins/export/sql.py: Added code to
794     generate a plpgsql function anonymize_case() that anonymized
795     a given case and all of its depending repeat groups.
796    
797 teichmann 251 2008-03-06 Sascha L. Teichmann <[email protected]>
798    
799     * tools/anonym/xmlimport.py: remove print of insert statement.
800    
801     * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
802    
803 torsten 247 2008-03-03 Torsten Irländer <[email protected]>
804    
805     * anonym/cron.sendAnonXml.sh,
806     anonym/getDbList.sh: Modified script to be used directly in the
807     production environment (Copied running scripts from production
808     server)
809    
810 torsten 257 * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
811     to be used in a production environment (Cpoied running script from
812     production server)
813    
814     * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
815     ensure that only valid cases get exported
816    
817 teichmann 242 2008-02-27 Sascha L. Teichmann <[email protected]>
818 teichmann 244
819 teichmann 245 * tools/anonym/xmlimport.py: Fixed bug in date converter.
820    
821     2008-02-27 Sascha L. Teichmann <[email protected]>
822    
823 teichmann 244 * tools/anonym/xmlimport.py: Simpilied version
824    
825     2008-02-27 Sascha L. Teichmann <[email protected]>
826    
827 teichmann 242 * tools/anonym/cron.importAnonXml.sh: Add sudo call for
828     xmlimport.py and parameters.
829    
830     * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
831    
832     * tools/anonym/xmlexport.py: Use python interpreter without env
833     because of sudo context.
834    
835 teichmann 240 2008-02-26 Sascha L. Teichmann <[email protected]>
836    
837 teichmann 241 * tools/anonym/xmlimport.py: added support for getopt. add
838     support to force in fkz in import of case.
839    
840     2008-02-26 Sascha L. Teichmann <[email protected]>
841    
842 teichmann 240 * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
843    
844     * tools/anonym/html.awk: produces valid HTML.
845    
846 teichmann 239 2008-02-25 Sascha L. Teichmann <[email protected]>
847    
848     * tools/anonym/joincsv.py: Fix a logic bug.
849    
850 teichmann 238 2008-02-25 Torsten Irlaender <[email protected]>
851 torsten 237
852     * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
853     exportted cases. It will read all files from a directory and import
854     the files into the DB. After that the script will cleanup the
855     directory.
856    
857 torsten 247 2008-02-25 Torsten Irländer <[email protected]>
858    
859     * tools/anonym/cron.sendAnonXml.sh,
860     tools/anonym/xmlexport.py,
861     tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
862    
863 teichmann 233 2008-02-25 Sascha L. Teichmann <[email protected]>
864    
865 teichmann 238 * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
866    
867     2008-02-25 Sascha L. Teichmann <[email protected]>
868    
869 teichmann 236 * tools/anonym/joincsv.py: New. Joins CSV files.
870    
871     * tools/anonym/html.awk: New. Converts CSV to HTML
872    
873     2008-02-25 Sascha L. Teichmann <[email protected]>
874    
875 teichmann 234 * tools/anonym/xmlimport.py: New. Added generation of
876     update statements.
877    
878     2008-02-25 Sascha L. Teichmann <[email protected]>
879    
880 teichmann 233 * tools/anonym/xmlimport.py: New. Base for importing
881     XML from cron.
882    
883 teichmann 232 2008-02-24 Sascha L. Teichmann <[email protected]>
884 teichmann 233
885 teichmann 232 * tools/formed/formed/plugins/export/html2.py: New. plug-in
886     for a simplified HTML output
887    
888     * tools/formed/formed/plugins/export/typemap.py: New. plug-in
889     for dump schema as python dictionary.
890    
891     * tools/formed/formed/config.py: Enable new plug-ins. Out comment
892     old stored procedure and view generators.
893    
894 teichmann 231 2008-02-19 Sascha L. Teichmann <[email protected]>
895    
896     * tools/anonym/xmlexport.py: New. Export all cases in database
897     as XML.
898    
899 teichmann 230 2008-02-18 Sascha L. Teichmann <[email protected]>
900    
901     * tools/anonym/anoymncsv.py: separate field with '\t' now.
902     all '\t's are replaced by ' ' before. '\r\n' are removed too.
903    
904 teichmann 229 2008-02-15 Sascha L. Teichmann <[email protected]>
905    
906     * tools/anonym/anoymncsv.py: simple script to fetch anonymous
907     data from database.
908    
909 teichmann 228 2008-02-14 Sascha L. Teichmann <[email protected]>
910    
911     * tools/formed/formed/plugins/export/sql.py: Exchanged name
912     erase_value with suppress_value/suppress_value2.
913    
914 teichmann 224 2008-02-13 Sascha L. Teichmann <[email protected]>
915    
916 teichmann 226 * tools/formed/formed/plugins/export/sql.py: output id, master_id
917 teichmann 227 substitute 'erase_value' with NULL value.
918    
919     2008-02-13 Sascha L. Teichmann <[email protected]>
920    
921     * tools/formed/formed/plugins/export/sql.py: output id, master_id
922 teichmann 226 and uuid_id in anonymiziation views too.
923    
924     2008-02-13 Sascha L. Teichmann <[email protected]>
925    
926 teichmann 225 * tools/formed/formed/plugins/export/sql.py: Added generation
927     of anonymiziation views for master table views and repeat group
928     views.
929    
930     2008-02-13 Sascha L. Teichmann <[email protected]>
931    
932 teichmann 224 * tools/formed/formed/model/nodecomponents.py: Added attribute
933     "function"
934    
935     * tools/formed/formed/io/document.py: Save attributes in
936     alphabetical order.
937    
938 teichmann 223 2008-02-02 Sascha L. Teichmann <[email protected]>
939    
940     * tools/formed/formed/plugins/export/sql.py: Added update rule
941     for master table and repeat groups views. Granted update right
942     to :cm_ka_group.
943    
944 teichmann 222 2008-02-01 Sascha L. Teichmann <[email protected]>
945    
946     * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
947     for master table and repeat groups. Also added unique constraints
948     to these columns.
949    
950 teichmann 221 2007-12-10 Sascha L. Teichmann <[email protected]>
951    
952     * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
953     property 'root.element' to specify the name of the XML root.
954    
955     * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
956    
957 teichmann 220 2007-11-22 Sascha L. Teichmann <[email protected]>
958    
959     * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
960     for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
961    
962     * pdf2xfa/README.TXT: Add a remark to new boot scripts.
963    
964 teichmann 219 2007-11-21 Sascha L. Teichmann <[email protected]>
965    
966     * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
967     Sends logging to file.
968    
969     * pdf2xfa/src/de/intevation/pdfimport/Server.java,
970     pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
971     to use new logging.
972    
973     * pdf2xfa/README.TXT: Added remark how to use logging.
974    
975 frank 217 2007-11-16 Frank Koormann <[email protected]>
976    
977     * tools/formed/formed/plugins/export/sql.py (createSchema):
978     Append only column "bearbeiter_id", standins are modelled by a
979     separate table.
980    
981 teichmann 218 2007-11-16 Sascha L. Teichmann <[email protected]>
982    
983     * tools/formed/formed/model/data.py,
984     tools/formed/formed/plugins/web/view_renderer.py:
985     Added an invisible flag for info fields.
986    
987 teichmann 216 2007-11-07 Sascha L. Teichmann <[email protected]>
988 teichmann 215
989 teichmann 216 * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
990     (calling a wrong method).
991    
992     2007-11-07 Sascha L. Teichmann <[email protected]>
993    
994 teichmann 215 * tools/formed/formed/model/nodecomponents.py: Added a field
995     'alternative' to all node components. This might be of help to
996     match PDF imports where the descriptions do not match.
997    
998 frank 213 2007-10-23 Frank Koormann <[email protected]>
999    
1000 frank 214 * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
1001    
1002     2007-10-23 Frank Koormann <[email protected]>
1003    
1004 frank 213 * tools/formed/formed/plugins/export/sql.py: Set default
1005     value (-1) for choices and bools.
1006    
1007 frank 211 2007-10-21 Frank Koormann <[email protected]>
1008 frank 212
1009     * tools/formed/formed/plugins/export/sql.py: Grant statements for
1010     descriptive tables added.
1011     (Table.getName): new
1012    
1013     2007-10-21 Frank Koormann <[email protected]>
1014    
1015 frank 211 * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
1016     statements for views and roles to make updates easier.
1017     Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
1018    
1019 frank 210 2007-10-19 Frank Koormann <[email protected]>
1020 frank 212
1021 frank 210 * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
1022     for views. The statements are prepared for variable substitution
1023     when executing the SQL-scripts by psql.
1024    
1025 teichmann 209 2007-10-18 Sascha L. Teichmann <[email protected]>
1026    
1027     * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
1028     End of result XML was truncated because of an unflushed buffer.
1029    
1030 teichmann 208 2007-10-17 Sascha L. Teichmann <[email protected]>
1031    
1032     * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
1033    
1034     * pdf2xfa/README.TXT: Adjusted how to build production jar file
1035     and how to use it.
1036    
1037     * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
1038     and iText dependency.
1039    
1040 teichmann 207 2007-10-16 Sascha L. Teichmann <[email protected]>
1041    
1042     * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
1043     are not modeled as BOOLEANs any more. That simpifies the conversion
1044     process web vs. db.
1045    
1046 teichmann 202 2007-10-07 Sascha L. Teichmann <[email protected]>
1047    
1048 teichmann 206 * tools/formed/formed/plugins/export/sql.py: Added the remaining
1049     UPDATE rules.
1050    
1051     2007-10-07 Sascha L. Teichmann <[email protected]>
1052    
1053 teichmann 205 * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
1054     views. TODO: Test'em and implement the rest.
1055    
1056     2007-10-07 Sascha L. Teichmann <[email protected]>
1057    
1058 teichmann 204 * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
1059     rules referenced none existing views.
1060    
1061     2007-10-07 Sascha L. Teichmann <[email protected]>
1062    
1063 teichmann 203 * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
1064     rules for views. TODO: add UPDATE rules.
1065    
1066     2007-10-07 Sascha L. Teichmann <[email protected]>
1067    
1068 teichmann 202 * tools/formed/formed/plugins/export/old_sql.py: New. Contains
1069     the legacy SQL export filters.
1070    
1071     * tools/formed/formed/plugins/export/sql.py: Factored out the
1072     legacy SQL export filters to old_sql.
1073    
1074     * tools/formed/formed/config.py: Adjusted to fetch legacy
1075     filters from old_sql.
1076    
1077 teichmann 201 2007-10-06 Sascha L. Teichmann <[email protected]>
1078 teichmann 197
1079 teichmann 201 * pdf2xfa/**: Initial import of the PDF to XFA server.
1080    
1081     2007-10-06 Sascha L. Teichmann <[email protected]>
1082    
1083 teichmann 200 * tools/formed/formed/plugins/export/sql.py: Fixed bug
1084     that made choices of three elements to booleans if
1085     they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
1086    
1087 teichmann 201 2007-10-05 Sascha L. Teichmann <[email protected]>
1088 teichmann 200
1089 teichmann 199 * tools/formed/formed/plugins/export/sql.py: Select ids of
1090     underlaying tables in views too.
1091    
1092     2007-10-04 Sascha L. Teichmann <[email protected]>
1093    
1094 teichmann 198 * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
1095     Various bug fixes.
1096    
1097     2007-10-04 Sascha L. Teichmann <[email protected]>
1098    
1099 teichmann 197 * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
1100     to extract fields from embedded repeat groups.
1101    
1102     * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
1103     views per page too. Result not tested yet.
1104    
1105 teichmann 195 2007-10-01 Sascha L. Teichmann <[email protected]>
1106    
1107 teichmann 196 * tools/formed/formed/plugins/web/view_renderer.py: Ignore
1108     in-page repeat groups while rendering pages.
1109    
1110     2007-10-01 Sascha L. Teichmann <[email protected]>
1111    
1112 teichmann 195 * tools/formed/formed/model/nodecomponents.py: Added visitor
1113     traversals for document trees.
1114    
1115     * tools/formed/formed/model/data.py: Rewrote the
1116     Page.allWidgets() method to use new visitor for
1117     tree traversal.
1118    
1119 torsten 194 2007-09-27 Torsten Irlaender <[email protected]>
1120 teichmann 195
1121 torsten 194 * tools/formed/formed/plugins/names/filter.py: Pages are now included
1122     in the rename by formular name algorithm
1123    
1124 teichmann 192 2007-09-26 Sascha L. Teichmann <[email protected]>
1125    
1126 teichmann 193 * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
1127     TODO: rewrite Page.allWidgets().
1128    
1129     * tools/formed/formed/model/nodecomponents.py: Added a method
1130     Node.firstLevel(criterion) to walk a defined line in the tree.
1131    
1132     * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
1133     build views and respective joins.
1134    
1135     2007-09-26 Sascha L. Teichmann <[email protected]>
1136    
1137 teichmann 192 * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
1138     FORMED environment variable. If set to true tidylib is used to
1139     filter HTML content to be W3C valid. To use this feature install
1140     uTidylib.
1141    
1142     * tools/formed/formed/plugins/web/server.py: Check if MIME type is
1143     text/html and filters content through tidy if requested.
1144    
1145 torsten 191 2007-09-25 Torsten Irlaender <[email protected]>
1146 teichmann 192
1147 torsten 191 * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
1148     cleanup of the form generation code.
1149    
1150 teichmann 190 2007-09-21 Sascha L. Teichmann <[email protected]>
1151    
1152     * tools/formed/formed/plugins/export/sql.py: Added generation time
1153     and DROP TABLE statements to schema export.
1154    
1155 teichmann 188 2007-09-20 Sascha L. Teichmann <[email protected]>
1156    
1157 teichmann 189 * tools/formed/formed/plugins/export/sql.py: The tables are generated
1158     in correct topolocial order now.
1159    
1160     2007-09-20 Sascha L. Teichmann <[email protected]>
1161    
1162 teichmann 188 * tools/formed/formed/plugins/export/mode.py: New. Filter to export
1163     a document with items that are in given mode.
1164    
1165     * tools/formed/formed/model/nodecomponents.py: Added methods to clone
1166     trees depending on selected modes.
1167    
1168     * tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py:
1169     Fixed clone issue with RuleNodes.
1170    
1171     * tools/formed/formed/config.py: Use new plug-in.
1172    
1173 teichmann 187 2007-09-17 Sascha L. Teichmann <[email protected]>
1174    
1175     * tools/formed/formed/plugins/web/view_renderer.py: Make the
1176     view renderer a real view renderer. It takes a list of
1177     items now and not only a single page.
1178    
1179     * tools/formed/formed/plugins/web/renderer.py: Feed a list
1180     of items to the view renderer.
1181    
1182 torsten 186 2007-09-17 Torsten Irlaender <[email protected]>
1183 teichmann 187
1184 torsten 186 * tools/formed/formed/plugins/web/view_renderer.py:
1185     Small tweaks in rendering bools.
1186     RadioNodes (with all its children) can now be placed in a container.
1187     The radiobools will not get a surrounding <div> anymore.
1188     I am not sure if the new way results in the wanted behaivor, but the
1189     rendering results are much better now :)
1190     Maybe we need a similar approach for checkboxes?
1191     Rendering groups is still broken in some way.
1192    
1193 teichmann 183 2007-09-17 Sascha L. Teichmann <[email protected]>
1194    
1195 teichmann 185 * tools/formed/formed/plugins/web/view_renderer.py: Fixed
1196     a few bugs: Do not render empty containers, do not
1197 teichmann 187 generate misplaced <br class="newline"> in choices.
1198     Add a nameless container to catch the items that are
1199     nor explicitly assigned to a target. Removed FormData.
1200 teichmann 185
1201     * tools/formed/formed/plugins/web/renderer.py: Removed
1202     a needless import
1203    
1204     2007-09-17 Sascha L. Teichmann <[email protected]>
1205    
1206 teichmann 184 * tools/formed/formed/plugins/web/view_renderer.py: Implemented
1207     usage of 'containers' and 'target' attributes.
1208    
1209     * tools/formed/formed/plugins/web/controllers.py: Modified import.
1210    
1211     * tools/formed/formed/plugins/web/renderer.py: Use
1212     new ViewRenderer.
1213    
1214     2007-09-17 Sascha L. Teichmann <[email protected]>
1215    
1216 teichmann 183 * tools/formed/formed/model/nodecomponents.py: Added attributes
1217     'target' to NodeComponent and 'containers' to Node.
1218    
1219     * tools/formed/formed/plugins/web/view_renderer.py: New. Aimed
1220     to be a replacement for form_renderer. Not ready yet!
1221    
1222     * ChangeLog: Fixed some indention glitches.
1223    
1224     2007-09-13 Torsten Irlaender <[email protected]>
1225    
1226 torsten 182 * tools/formed/formed/plugins/names/filter.py: Fixed bug in the
1227     renaming algorithm.
1228    
1229 teichmann 183 2007-09-12 Torsten Irlaender <[email protected]>
1230    
1231 torsten 181 * tools/formed/formed/plugins/web/form_renderer.py: Renamed header
1232     from formular navigation to "Fallakte Inhalt"
1233    
1234 teichmann 183 2007-09-12 Torsten Irlaender <[email protected]>
1235    
1236 torsten 180 * tools/formed/formed/plugins/ui/controls.py: Fixed bug that bad
1237     values (dates) were not pretty printed.
1238 teichmann 183
1239 torsten 180 * tools/formed/formed/plugins/web/form_renderer.py: Added errormsg to
1240     label rendering for choicelists.
1241    
1242 teichmann 183 2007-09-12 Torsten Irlaender <[email protected]>
1243    
1244 torsten 179 * tools/formed/formed/plugins/ui/controls.py: Fixed bug that
1245     choicelist did not get selected when the value is set to "0"
1246    
1247 teichmann 183 2007-09-12 Torsten Irlaender <[email protected]>
1248    
1249 torsten 178 * tools/formed/formed/plugins/web/form_renderer.py: Added
1250     "getPrintableData" method, for the formdata Class which will return
1251     the description rather than the value of element in the ID. This is
1252     need for displaying the choises in a right way.
1253    
1254     * tools/formed/formed/plugins/web/renderer.py: Changed string
1255     "Fallnummer" into "Kundennummer" in the templates. Added
1256     Kundennummer to the dataset digest output. Bound in the new
1257     "getPrintableData" call for the digest.
1258    
1259 teichmann 183 2007-10-11 Sascha L. Teichmann <[email protected]>
1260 teichmann 176
1261 teichmann 177 * tools/formed/formed/plugins/export/data.py: The import/export
1262     of data is now implemented with filters (the most consequent
1263 teichmann 183 way in terms of design of FormEd). The support of the 'persistent'
1264     FORMED env-variable support has been removed.
1265    
1266 teichmann 177 * tools/formed/formed/plugins/ui/controls.py: Added a flag to the
1267     filter file dialog to double as import dialog.
1268    
1269     * tools/formed/formed/main.py: Removed the the FORMED-var support
1270     for persistence.
1271    
1272     * tools/formed/formed/config.py: Add the two new filters to the filters
1273     list.
1274    
1275 teichmann 183 2007-10-11 Sascha L. Teichmann <[email protected]>
1276 teichmann 177
1277 teichmann 176 * tools/formed/formed/model/memory.py: Uses XML as persistence format now.
1278     Removed pickle/unpickle stuff.
1279    
1280     * tools/formed/formed/main.py: Uses the new XML persistence.
1281    
1282     * tools/formed/formed/plugins/web/semantic.py: Fixed: choices were
1283     not converted to int indices.
1284    
1285 teichmann 183 2007-09-11 Sascha L. Teichmann <[email protected]>
1286 teichmann 175
1287     * tools/formed/formed/model/memory.py: Making MemoryDataStore persistent
1288     with pickle/unpickle.
1289    
1290     * tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'.
1291     Set to a file name it is tried to unpickle a MemoryDataStore from
1292 teichmann 183 that file. When exiting the program this file is used to store the
1293     current MemoryDataStore state. The storing only works if you exit
1294     the program through the Menu File->Exit.
1295     usage: FORMED=persistent:test.db ./formed.sh
1296 teichmann 175
1297 teichmann 183 2007-09-11 Torsten Irlaender <[email protected]>
1298 teichmann 175
1299 torsten 174 * tools/formed/formed/plugins/web/renderer.py: Changed Name of the
1300     application on the welcome page from "Formed" to "WASKA"
1301    
1302 teichmann 183 2007-09-11 Torsten Irlaender <[email protected]>
1303 teichmann 175
1304 torsten 172 * tools/formed/formed/plugins/web/plugin.py,
1305     * tools/formed/formed/plugins/web/controllers.py,
1306     * tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler.
1307     The infopage provides information on all project participants.
1308    
1309 teichmann 183 2007-09-11 Sascha L. Teichmann <[email protected]>
1310 teichmann 171
1311     * tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion
1312     issues with error messages (once again).
1313    
1314 teichmann 183 2007-09-11 Torsten Irlaender <[email protected]>
1315 teichmann 171
1316 torsten 170 * tools/formed/formed/plugins/web/form_renderer.py,
1317     * tools/formed/formed/plugins/web/renderer.py: Added alt tag for
1318     icons in error and confirmation dialogs.
1319    
1320 teichmann 183 2007-09-11 Sascha L. Teichmann <[email protected]>
1321 teichmann 168
1322 teichmann 169 * tools/formed/formed/plugins/web/form_renderer.py: Fixed label
1323     generation for ints, texts and textareas. Fixed h depths of infos.
1324    
1325 teichmann 183 2007-09-11 Sascha L. Teichmann <[email protected]>
1326 teichmann 169
1327 teichmann 168 * tools/formed/formed/plugins/web/form_renderer.py: Removed
1328     debug output for help.
1329    
1330     * tools/formed/formed/plugins/web/semantic.py: Added forgotten
1331     check for bools.
1332    
1333     * tools/formed/formed/plugins/web/controllers.py: Added correct
1334     HTML output of data for bools.
1335    
1336 teichmann 183 2007-09-11 Torsten Irlaender <[email protected]>
1337 teichmann 168
1338 torsten 167 * tools/formed/formed/plugins/web/form_renderer.py: Changed size of
1339     textfields for int values. Changed Label for submitbuttons to
1340     "Speichern"
1341 teichmann 168
1342 torsten 167 * tools/formed/formed/plugins/web/plugin.py,
1343     tools/formed/formed/plugins/web/controllers.py: Added new
1344     NotImplementedHandler to show up a dummysite for not implemented
1345     functions.
1346 teichmann 168
1347 torsten 167 * tools/formed/formed/plugins/web/renderer.py: Added
1348     NotImplementedRenderer. Various small fixes. Mostly renaming the
1349     labels of some context menus. Error messages are now generated
1350     dynamically depending on num errors. Formular navigation has now
1351     colored indication for errors.
1352    
1353 teichmann 183 2007-09-11 Torsten Irlaender <[email protected]>
1354 teichmann 168
1355 torsten 166 * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"
1356     algorithm for the formular navigation to get rid of the problem
1357     that some of the items within the navigation are not linked. Now
1358     structural group elements are linked with the next page found in the
1359     formular structure.
1360    
1361 teichmann 183 2007-09-10 Torsten Irlaender <[email protected]>
1362 torsten 165 * tools/formed/formed/plugins/web/form_renderer.py: Changed order of
1363     div and formtag.
1364 teichmann 168
1365 torsten 165 * tools/formed/formed/plugins/web/controllers.py: Added DataSet action
1366     menu in the conformation dialog when creating a new dataset.
1367 teichmann 168
1368 torsten 165 * tools/formed/formed/plugins/web/renderer.py: Fixed error when
1369     rendering the default welcome page. Changed rendering of the
1370     overview and the digest table of the datasets. Added icon for
1371     confirmation dialog, moved the icon in the <h1> tags.
1372    
1373 teichmann 183 2007-09-10 Torsten Irlaender <[email protected]>
1374 teichmann 168
1375 torsten 164 * tools/formed/formed/plugins/web/form_renderer.py: Some html
1376     generation cleanup. Added error icons to formelements
1377 teichmann 168
1378 torsten 164 * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation
1379     of ErrorStatus. Fixed generated of the help tags in the formular
1380 teichmann 168
1381 torsten 164 * tools/formed/formed/plugins/web/renderer.py: Added error icon for
1382     pageerrors. An "!" now indicates errors on pages in the formular
1383     navigation. Added new <div> "content" around confirmation dialogss.
1384     Links in confimation dialogs are now rendered as buttons. Removed
1385     old obsolete OverviewRenderer.
1386    
1387 teichmann 183 2007-09-10 Sascha L. Teichmann <[email protected]>
1388 teichmann 163
1389     * tools/formed/formed/plugins/web/renderer.py: Highlight selected
1390     page in page navigation.
1391    
1392 teichmann 183 2007-09-10 Torsten Irlaender <[email protected]>
1393 teichmann 163
1394 torsten 162 * tools/formed/formed/plugins/web/controllers.py: Fixed issues on
1395     displaying formdata when changing datasets. Loading the right
1396     formdata was not handled in a correct way. Hope it is all fixed now.
1397     Left some commented code because not all sideeffects of the changes
1398     are tested yet.
1399 teichmann 163
1400 torsten 162 * tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer
1401     now uses the correct data out of the formdata.
1402    
1403 teichmann 183 2007-09-10 Sascha L. Teichmann <[email protected]>
1404 teichmann 159
1405 teichmann 161 * tools/formed/formed/plugins/web/controllers.py: Pretty
1406     print format data (dates e.g)
1407    
1408 teichmann 183 2007-09-10 Sascha L. Teichmann <[email protected]>
1409 teichmann 161
1410 teichmann 160 * tools/formed/formed/plugins/web/controllers.py: Modified
1411     ErrorStats a bit to avoid mysterious extra error on page.
1412 teichmann 183 No clue why this works.
1413 teichmann 160
1414 teichmann 183 2007-09-10 Sascha L. Teichmann <[email protected]>
1415 teichmann 160
1416 teichmann 159 * tools/formed/formed/plugins/web/form_renderer.py: Fixed value
1417     problem with radio groups, too.
1418    
1419 teichmann 183 2007-09-10 Torsten Irlaender <[email protected]>
1420 torsten 158 * tools/formed/formed/plugins/web/controllers.py: Sessions are now
1421     really removed when deleting a dataset.
1422    
1423 teichmann 183 2007-09-10 Torsten Irlaender <[email protected]>
1424 teichmann 159
1425 torsten 157 * tools/formed/formed/plugins/web/controllers.py: Added new Class
1426     ErrorStats which provides Information on remaining errors per page.
1427 teichmann 159
1428 torsten 157 * tools/formed/formed/plugins/web/renderers.py: Finished movement of
1429     the renderer methods from controllers.py to renderers.py.
1430 teichmann 159
1431 torsten 157 * tools/formed/formed/plugins/web/plugin.py: Removed render_session
1432     handlers
1433 teichmann 153
1434 teichmann 183 2007-09-10 Sascha L. Teichmann <[email protected]>
1435 torsten 157
1436 teichmann 156 * tools/formed/formed/plugins/web/form_renderer.py: values for
1437     choices are generated from the document tree now. This brings
1438 teichmann 183 the state storage of select boxes in HTML to live.
1439 teichmann 156
1440 teichmann 183 2007-09-09 Sascha L. Teichmann <[email protected]>
1441 teichmann 156
1442 teichmann 155 * tools/formed/formed/plugins/web/semantic.py: Fixed problems with
1443     range checking of integers.
1444    
1445     * tools/formed/formed/plugins/web/controllers.py: Added class
1446     ErrorItem to track errors. They are stored in the session.
1447    
1448 teichmann 183 2007-09-09 Sascha L. Teichmann <[email protected]>
1449 teichmann 155
1450 teichmann 154 * tools/formed/formed/model/nodecomponents.py: Fixed returning
1451     wrong index in Document.indexOfcomponentByClassAndName.
1452    
1453     * tools/formed/formed/plugins/web/form_renderer.py: 'error' was
1454     written 'errot' in renderer for textareas.
1455    
1456     * tools/formed/formed/plugins/web/controllers.py: Some clean-ups.
1457    
1458 teichmann 183 2007-09-09 Sascha L. Teichmann <[email protected]>
1459 teichmann 154
1460 teichmann 153 * tools/formed/formed/plugins/web/help.py: Added a 'hasHelp'
1461     method. Could be cheaper for some implementations of help.
1462    
1463     * tools/formed/formed/plugins/web/form_renderer.py: Modified
1464     FormData to have distinct getData(), getHelp() and getError()
1465 teichmann 183 methods. Various bug fixes.
1466 teichmann 153
1467     * tools/formed/formed/plugins/web/controllers.py: Implements the
1468     new FormData (trivial by now).
1469    
1470     * tools/formed/formed/plugins/web/renderer.py: New FormData and
1471     some bug fixes.
1472    
1473 teichmann 183 2007-09-09 Sascha L. Teichmann <[email protected]>
1474 teichmann 152
1475     * tools/formed/formed/model/memory.py,
1476     tools/formed/formed/model/persistent.py: Add a getValue() method
1477 teichmann 183 to dataset abstraction. This is a bit of a workaround to bring
1478     global access across pages for rule checking to work.
1479 teichmann 152
1480     * tools/formed/formed/model/data.py: Fixed: When setting a new expression
1481     the compiled version was not stored in the RuleLeaf.
1482    
1483     * tools/formed/formed/model/expr.py: shlex lexer does not like unicode.
1484     convert the expression string to ascii for compilation.
1485    
1486     * tools/formed/formed/plugins/web/semantic.py: Remove the 'box' because
1487     valid data is stored to the dataset immediately now. Fixed a bug
1488 teichmann 183 with integer handler.
1489 teichmann 152
1490     * tools/formed/formed/plugins/web/controllers.py: Removed the semantic 'box'
1491     stuff. When a submit is done extract the rules from the tree document
1492 teichmann 183 that are effected by the modified variables and check them.
1493 teichmann 152
1494     * tools/formed/formed/plugins/web/renderer.py: Fixed exception handling
1495     when dealing with templates.
1496    
1497 teichmann 183 2007-09-07 Torsten Irlaender <[email protected]>
1498 torsten 151 * tools/formed/formed/plugins/web/controllers.py,
1499     tools/formed/formed/plugins/web/renderer.py: Moved more render
1500     functions into renderer.py. New render classes are:
1501     DataSetDigestRenderer, DataSetNavigationRenderer,
1502     DataSetFormularRenderer, ConfirmationDialogRenderer
1503    
1504     Note: The new methods are only called from selected handlers. Other
1505     handlers call the renderes in the old way.
1506    
1507 teichmann 183 2007-09-07 Torsten Irlaender <[email protected]>
1508 torsten 150 * tools/formed/formed/plugins/web/form_renderer.py: Renamed
1509     renderer.py to form_renderer.py. This file will contain formular
1510     specfic render methods in the future.
1511     * tools/formed/formed/plugins/web/renderer.py: Added new renderer.py
1512     which will contain general render methods.
1513     * tools/formed/formed/plugins/web/controllers.py: Began to move all
1514     rendering into renderer.py or form_renderer.py. This file will only
1515     contain teh handlers in the future.
1516    
1517 teichmann 183 2007-09-07 Torsten Irlaender <[email protected]>
1518 torsten 148 * tools/formed/formed/plugins/web/renderer.py,
1519     tools/formed/formed/plugins/web/controller.py:
1520     Renderes now get an instance of the formdata object to provide
1521     access the data needed to render various infoboxes etc. Handler
1522     instanciate the formdata.
1523    
1524 teichmann 183 2007-09-06 Torsten Irlaender <[email protected]>
1525 torsten 147 * tools/formed/formed/plugins/web/renderer.py: Mainly tried to get the
1526     getFormData interface to work. Added two small semantic fixes, but
1527     did not manage to get it up. Need to exime this a little bit more
1528     * tools/formed/formed/plugins/web/controllers.py: Put <div> tags
1529     around the menus on the right side to be able to assign different
1530     styles. Added dataset actions while editing a dataset.
1531    
1532 teichmann 183 2007-09-05 Torsten Irlaender <[email protected]>
1533 torsten 146 * tools/formed/formed/model/memory.py: Fixed deleting datasets by
1534     removing unwanted del method
1535     * tools/formed/formed/plugins/web/controllers.py: Implemented
1536     confiration dialogs for create, delete, and select aof datasets. Started to use
1537     templates as well for larger information units like the dataset summary.
1538    
1539 teichmann 183 2007-09-05 Sascha L. Teichmann <[email protected]>
1540 teichmann 141
1541 teichmann 145 * tools/formed/formed/model/nodecomponents.py: Added a
1542     method to document to find index of page.
1543    
1544     * tools/formed/formed/plugins/web/semantic.py: Added getValue()
1545     to fetch data from semantic box.
1546    
1547     * tools/formed/formed/plugins/web/controllers.py: Added new
1548     FormData implementation to support DB and semantic box.
1549    
1550 teichmann 183 2007-09-05 Sascha L. Teichmann <[email protected]>
1551 teichmann 145
1552 teichmann 144 * tools/formed/formed/plugins/web/renderer.py: escaped
1553     error message.
1554    
1555     * tools/formed/formed/plugins/web/controllers.py: Don't fetch
1556     dataset from backend each time a page is up to edit.
1557    
1558 teichmann 183 2007-09-05 Sascha L. Teichmann <[email protected]>
1559 teichmann 144
1560 teichmann 143 * tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer
1561     returns "Page not found" if given page is None.
1562    
1563     * tools/formed/formed/plugins/web/controllers.py: Added checks
1564     to avoid crashing when ask for a non-existent page.
1565    
1566 teichmann 183 2007-09-05 Sascha L. Teichmann <[email protected]>
1567 teichmann 143
1568 teichmann 142 * tools/formed/formed/plugins/web/controllers.py: Some clean-ups.
1569    
1570 teichmann 183 2007-09-05 Sascha L. Teichmann <[email protected]>
1571 teichmann 142
1572 teichmann 141 * tools/formed/formed/plugins/web/plugin.py: Remove request handlers
1573     and renderers.
1574    
1575     * tools/formed/formed/plugins/web/controllers.py: New. Contains handlers
1576     and renderers now. TODO: Move renderers to renderer.py
1577    
1578 teichmann 183 2007-09-05 Torsten Irlaender <[email protected]>
1579 teichmann 141
1580 torsten 140 * tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template
1581 teichmann 141 and bound in the the new added functions to create, edit, delete and
1582     show formdata.
1583 torsten 140
1584 teichmann 183 2007-09-05 Sascha L. Teichmann <[email protected]>
1585 teichmann 139
1586     * tools/formed/formed/model/memory.py: Removed bisect and use a
1587     simple linear scan for dataset lookup now.
1588    
1589     * tools/formed/formed/plugins/web/plugin.py: Fixed various issues
1590     of different sizes.
1591    
1592 teichmann 183 2007-09-05 Torsten Irlaender <[email protected]>
1593 torsten 138
1594     * tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById
1595     fuction
1596 teichmann 183
1597 torsten 138 * tools/formed/formed/plugins/web/persistent.py: Added store() method
1598     to the DataSet interface
1599 teichmann 139
1600 torsten 138 * tools/formed/formed/plugins/web/renderer.py: Added handlers and
1601     renderes for create, update, delete and show actions on formular data.
1602    
1603 teichmann 183 2007-09-04 Sascha L. Teichmann <[email protected]>
1604 torsten 136
1605 teichmann 137 * tools/formed/formed/plugins/web/server.py: The mapping
1606     to methods is now driven by regualar expressions and
1607 teichmann 183 a dictionary. Response objects are now able to send
1608     error codes.
1609 teichmann 137
1610     * tools/formed/formed/plugins/web/renderer.py: Fixed an issue
1611     when help in Formdata is None. Moved text for help into
1612 teichmann 183 a top level '''...''' variable.
1613 teichmann 137
1614     * tools/formed/test-data/simple.xml: Added test for help.
1615    
1616     * tools/formed/formed/plugins/web/help.py: extra None check.
1617    
1618     * tools/formed/formed/plugins/web/plugin.py: Uses the new
1619     table driven mapping of reguest handling. TODO: split the
1620 teichmann 183 WebPlugIn.pageHandler() method further to smaller handlers.
1621     Smaller clean ups and better exception handling.
1622 teichmann 137
1623     * tools/formed/formed/plugins/web/cache.py: Report OSErrors
1624     and do not catch them.
1625    
1626 teichmann 183 2007-09-04 Torsten Irlaender <[email protected]>
1627 teichmann 137
1628 torsten 136 * tools/formed/formed/plugins/web/renderer.py,
1629     * tools/formed/formed/plugins/web/plugin.py: Added Interface to
1630     the HelpProvider and inserted help icons to the html output.
1631     Added decorator for Formelemnts, so textfields, choices etc. are now
1632     within a <div> tag.
1633     Modified the error messages.
1634    
1635 teichmann 183 2007-09-04 Sascha L. Teichmann <[email protected]>
1636 teichmann 134
1637 teichmann 135 * tools/formed/formed/plugins/web/cache.py: New. Implements
1638     the server-side caching more clean. Fixes a bug with
1639 teichmann 183 serving static content.
1640 teichmann 135
1641     * tools/formed/formed/plugins/web/plugin.py: Use the new cache.
1642    
1643 teichmann 183 2007-09-04 Sascha L. Teichmann <[email protected]>
1644 teichmann 135
1645 teichmann 134 * tools/formed/formed/plugins/web/plugin.py: Set MIME type
1646     to "application/xhtml+xml" when serving help texts.
1647    
1648 teichmann 183 2007-09-03 Sascha L. Teichmann <[email protected]>
1649 teichmann 132
1650 teichmann 133 * tools/formed/formed/plugins/export/diff.py: New. Exports
1651     pairwise differences between all modes.
1652    
1653     * tools/formed/formed/config.py: Use new export filter.
1654    
1655 teichmann 183 2007-09-03 Sascha L. Teichmann <[email protected]>
1656 teichmann 133
1657     * tools/formed/formed/plugins/web/help.py: New. Parses an
1658 teichmann 132 XHTML document for id'ed divs and builds a help lookup.
1659    
1660     * tools/formed/formed/plugins/web/www/help.tmpl: Template for
1661     the help content frame.
1662    
1663     * tools/formed/formed/plugins/web/www/help.xhtml: Some simple
1664     help text index.
1665    
1666     * tools/formed/formed/plugins/web/plugin.py: Serves the help
1667     texts now.
1668    
1669 teichmann 183 2007-09-03 Torsten Irlaender <[email protected]>
1670 teichmann 132
1671 torsten 131 * tools/formed/formed/plugins/web/plugin.py: Only visible group
1672     elements will be rendered in the formular navigation.
1673     Formular pages in the navigation now have their own css-style
1674     attributes.
1675    
1676 teichmann 183 2007-09-03 Torsten Irlaender <[email protected]>
1677 teichmann 132
1678 torsten 130 * tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page
1679     errors in template
1680     * tools/formed/formed/plugins/web/plugin.py: Fixed undefined
1681     pageerrors variable
1682    
1683 teichmann 183 2007-09-03 Frank Koormann <[email protected]>
1684 frank 129
1685     * tools/formed/formed/plugins/export/html.py
1686     (RecursiveExporter): Added annotation to export
1687     (fillRow()): Renamed old fillNine to this more generic name.
1688    
1689    
1690 teichmann 183 2007-09-03 Sascha L. Teichmann <[email protected]>
1691 teichmann 127
1692 teichmann 128 * tools/formed/formed/plugins/web/renderer.py: Using the decorator
1693     from model.misc now.
1694    
1695 teichmann 183 2007-09-03 Sascha L. Teichmann <[email protected]>
1696 teichmann 128
1697 teichmann 127 * tools/formed/formed/model/nodecomponents.py: Added an
1698     'annotation' attribute to node components. This is to
1699 teichmann 183 enable FormEd document authors to add comments to groups
1700     and fields.
1701 teichmann 127
1702 teichmann 183 2007-09-03 Frank Koormann <[email protected]>
1703 frank 126
1704     * tools/formed/formed/model/nodecomponents.py
1705     (NodeComponent.getParent): New method to get node components parent.
1706    
1707     * tools/formed/formed/plugins/export/html.py: Export Choice option
1708     as simple list instead of collection of bools.
1709    
1710 teichmann 183 2007-09-02 Sascha L. Teichmann <[email protected]>
1711 teichmann 120
1712 teichmann 124 * tools/formed/formed/model/persistent.py: Interfaces to abstract
1713     from persistent storage details.
1714    
1715     * tools/formed/formed/model/memory.py: In core implementation
1716     of the persistent interfaces.
1717    
1718     * tools/formed/formed/main.py: Holds a memory data store now.
1719    
1720 teichmann 183 2007-09-02 Sascha L. Teichmann <[email protected]>
1721 teichmann 124
1722 teichmann 123 * tools/formed/formed/plugins/export/sql.py,
1723     tools/formed/formed/plugins/export/html.py: Fixed constructor chains
1724 teichmann 183 for FileDialogFilter sub classes.
1725 teichmann 123
1726 teichmann 183 2007-09-02 Sascha L. Teichmann <[email protected]>
1727 teichmann 123
1728 teichmann 122 * tools/formed/formed/model/misc.py: Checking the mode in recursive
1729     tree traversals is a common task. To ease this a decorator function
1730 teichmann 183 checkMode in union with sub classing ModeChecker can be used.
1731     To make it work simply subclass from ModeChecker and add the decorator
1732     to the methods that need mode tracking. Before you start the recursion
1733     call self.prepareDescent().
1734 teichmann 122
1735     * tools/formed/formed/plugins/export/html.py: Uses the new decorator scheme
1736     now which replace the old. TODO: Make the web renderer use the new scheme
1737 teichmann 183 too.
1738 teichmann 122
1739 teichmann 183 2007-09-02 Sascha L. Teichmann <[email protected]>
1740 teichmann 122
1741 teichmann 121 * tools/formed/formed/plugins/export/sql.py: Removed needless import.
1742    
1743     * tools/formed/formed/plugins/export/html.py: HTML table exporter
1744     uses new FileDialogFilter base class too.
1745    
1746 teichmann 183 2007-09-02 Sascha L. Teichmann <[email protected]>
1747 teichmann 121
1748 teichmann 120 * tools/formed/formed/plugins/ui/*: New. All file exporters
1749     need a file dialog. Till now each of them pulled up its
1750 teichmann 183 own. This was silly code replication. Now there is an abstract
1751     base class 'FileDialogFilter' which implements the common
1752     behavior. The file exporters should subclass it.
1753 teichmann 120
1754     * tools/formed/formed/plugins/export/sql.py: Subclass the SQL
1755     exporters from the new base class. TODO: Subclass the HTML
1756 teichmann 183 exporter too.
1757 teichmann 120
1758 teichmann 183 2007-08-31 Sascha L. Teichmann <[email protected]>
1759 teichmann 119
1760     * tools/formed/formed/plugins/export/html.py: Make mode check
1761     work (again).
1762    
1763 teichmann 183 2007-08-31 Torsten Irlaender <[email protected]>
1764 torsten 117
1765 torsten 118 * tools/formed/formed/plugins/export/html.py: Rendering of the HTML
1766     exprt works now in a recursive way. This change was needed because
1767     the structure of the formedtree has changed to be able to render
1768     full hirachically document stuctures. (nested lists)
1769     TODO: Fix modechecking
1770    
1771 teichmann 183 2007-08-31 Torsten Irlaender <[email protected]>
1772 torsten 118
1773 torsten 117 * tools/formed/formed/plugins/web/plugin.py: Navigation rendering works
1774     now in recursive way. This change was needed because the structure
1775     of the formedtree has changed to be able to render full hirachically
1776     document stuctures. (nested lists)
1777    
1778 teichmann 183 2007-08-31 Sascha L. Teichmann <[email protected]>
1779 teichmann 115
1780 teichmann 116 * tools/formed/formed/model/nodecomponents.py: use discard()
1781     instead of remove on sets.
1782    
1783     * tools/formed/formed/plugins/export/sql.py: Added an
1784     exporter for table views.
1785    
1786     * tools/formed/formed/config.py: Added the new exporter
1787     to the list of export filters.
1788    
1789 teichmann 183 2007-08-30 Sascha L. Teichmann <[email protected]>
1790 teichmann 116
1791 teichmann 115 * tools/formed/formed/model/data.py: Fixed a bug in
1792     Page.allWidgets()
1793    
1794     * tools/formed/formed/plugins/export/sql.py: Added an exporter
1795     for stored procudeures.
1796    
1797     * tools/formed/formed/config.py: Add the new SP exporter.
1798    
1799 teichmann 183 2007-08-29 Torsten Irlaender <[email protected]>
1800 frank 111
1801 torsten 113 * tools/formed/formed/plugins/web/plugin.py,
1802     tools/formed/formed/plugins/web/error_renderer.py: Added interface
1803     to get the errors for a whole page in te formular. These errors can
1804     now be displayed on the top of the formular.
1805    
1806 teichmann 183 2007-08-29 Torsten Irlaender <[email protected]>
1807 torsten 113
1808 torsten 112 * tools/formed/formed/plugins/web/renderer.py: Finished implementation
1809     of the getFromData interface and prepared the rederer for generating
1810     nice error messages
1811    
1812 teichmann 183 2007-08-28 Frank Koormann <[email protected]>
1813 torsten 112
1814 frank 111 * tools/formed/formed/plugins/export/sql.py
1815     (SchemaCreator.createSchema, SchemaCreator._createGroup):
1816     Fixed typo in created DDS (PRIMRAY -> PRIMARY)
1817    
1818 teichmann 183 2007-08-28 Torsten Irlaender <[email protected]>
1819 torsten 110
1820     * tools/formed/formed/plugins/export/sql.py: Added small helper
1821     function to generated valid quotes within the sql statements
1822    
1823 teichmann 183 2007-08-29 Sascha L. Teichmann <[email protected]>
1824 teichmann 106
1825 teichmann 109 * tools/formed/formed/plugins/export/sql.py: Added foreign keys
1826     for repeat tables.
1827    
1828 teichmann 183 2007-08-29 Sascha L. Teichmann <[email protected]>
1829 teichmann 109
1830 teichmann 108 * tools/formed/formed/plugins/export/sql.py: When generating
1831     an extra table check in a table of same content exists. In
1832 teichmann 183 this case reference the existing table.
1833 teichmann 108
1834 teichmann 183 2007-08-29 Sascha L. Teichmann <[email protected]>
1835 teichmann 108
1836 teichmann 107 * tools/formed/formed/plugins/export/sql.py: Rewritten to produce
1837     _real_ SQL and respect repeat groups.
1838    
1839     * tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat()
1840    
1841     * tools/formed/formed/plugins/web/renderer.py: Use "".join([])
1842     instead of expensive += string concat in some places.
1843    
1844 teichmann 183 2007-08-29 Sascha L. Teichmann <[email protected]>
1845 teichmann 107
1846 teichmann 106 * tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat()
1847     to .isRepeat and return a bool. Fixed a bug in Page.allWidgets().
1848    
1849 teichmann 183 2007-08-28 Torsten Irlaender <[email protected]>
1850 torsten 105
1851     * tools/formed/plugins/web/renderer.py: Added Formdata interface.
1852     * tools/formed/model/data.py: Implements Formadata interface to
1853     textfields. Fieldset generated depends now on the "invisible"
1854     attribute of the groupnode. Field-label generation slightly changed.
1855     Added error indication to textfields
1856    
1857 teichmann 183 2007-08-28 Sascha L. Teichmann <[email protected]>
1858 teichmann 102
1859 teichmann 104 * tools/formed/formed/model/data.py,
1860     tools/formed/formed/io/document.py: Removed support
1861 teichmann 183 of logical groups.
1862 teichmann 104
1863 teichmann 183 2007-08-28 Sascha L. Teichmann <[email protected]>
1864 teichmann 104
1865 teichmann 103 * tools/formed/formed/io/document.py: Avoid saving empty
1866     attributes.
1867    
1868     * tools/formed/test-data/simple.xml: Applied.
1869    
1870 teichmann 183 2007-08-28 Sascha L. Teichmann <[email protected]>
1871 teichmann 103
1872 teichmann 102 * tools/formed/formed/model/data.py: Added 'repeat' and
1873     'invisible' attributes to group. TODO: remove logical group.
1874    
1875 teichmann 183 2007-08-27 Torsten Irlaender <[email protected]>
1876 teichmann 96
1877 torsten 101 * tools/formed/plugins/web/plugin.py,
1878     tools/formed/plugins/web/renderer.py: Started to include stylesheet
1879     depending tags in the html generation.
1880    
1881 teichmann 183 2007-08-27 Sascha L. Teichmann <[email protected]>
1882 torsten 101
1883 teichmann 99 * tools/formed/formed/model/data.py,
1884     tools/formed/formed/io/document.py: Added a logical group.
1885 teichmann 183 It has an attribute 'repeat' to indicate that it might
1886     be worthy an external table in DB schema.
1887 teichmann 99
1888 teichmann 183 2007-08-27 Sascha L. Teichmann <[email protected]>
1889 teichmann 99
1890 teichmann 98 * tools/formed/formed/plugins/web/plugin.py: Support
1891     serving of static content.
1892    
1893     * tools/formed/formed/plugins/web/server.py: Removed
1894     old send code.
1895    
1896 teichmann 183 2007-08-27 Sascha L. Teichmann <[email protected]>
1897 teichmann 98
1898 teichmann 97 * tools/formed/formed/plugins/web/plugin.py: Use new
1899     Response object. Fix typo.
1900    
1901     * tools/formed/formed/plugins/web/server.py: support
1902     response object to serve different MIME types.
1903    
1904 teichmann 183 2007-08-27 Sascha L. Teichmann <[email protected]>
1905 teichmann 97
1906 teichmann 96 * tools/formed/formed/plugins/web/plugin.py: Add web.path
1907     to FORMED environment variable to specify the
1908 teichmann 183 root of the static content.
1909 teichmann 96
1910 teichmann 183 2007-08-26 Sascha L. Teichmann <[email protected]>
1911 teichmann 93
1912 teichmann 95 * tools/formed/formed/model/data.py,
1913     tools/formed/formed/model/nodecomponents.py: Fixed mode issues.
1914    
1915     * tools/formed/formed/plugins/web/www,
1916     tools/formed/formed/plugins/web/www/main.tmpl: New. Contains
1917 teichmann 183 a template for the HTML output.
1918 teichmann 95
1919     * tools/formed/formed/plugins/web/plugin.py: Fixes several smaller
1920     mode issues. Introduces CSS support. Simplified the action
1921 teichmann 183 handling.
1922 teichmann 95
1923     * tools/formed/formed/plugins/web/renderer.py: Removed the
1924     nagivation code.
1925    
1926     * tools/formed/formed/plugins/web/server.py: Added missing import.
1927    
1928 teichmann 183 2007-08-26 Sascha L. Teichmann <[email protected]>
1929 teichmann 95
1930 teichmann 94 * tools/formed/formed/model/data.py: Added missing broadcast
1931     parameter to setAttribute() of RuleLeaf.
1932    
1933     * tools/formed/formed/plugins/web/plugin.py: Factorize
1934     HTTP server code out to separate module.
1935    
1936     * tools/formed/formed/plugins/web/renderer.py: Removed
1937     needless -1 from pop()
1938    
1939     * tools/formed/formed/plugins/web/server.py: New. Contains
1940     the HTTP server code now.
1941    
1942 teichmann 183 2007-08-26 Sascha L. Teichmann <[email protected]>
1943 teichmann 94
1944 teichmann 93 * tools/formed/test-data/simple.xml: Modified to contain a rule.
1945    
1946     * tools/formed/formed/model/expr.py: Added. A simple RPN
1947     expression evaluator. To avoid the problem of eval()ing
1948 teichmann 183 arbitrary python expressions I've decided to use a very
1949     basic and limited stack machine to support rule checking.
1950 teichmann 93
1951     * tools/formed/formed/model/data.py: Added a RuleLeaf.
1952    
1953     * tools/formed/formed/io/document.py: Added factories for rules.
1954    
1955     * tools/formed/formed/model/nodecomponents.py: Add a method
1956     to find all items of a given type in document for a given
1957 teichmann 183 mode. Usefull to find all rules in the tree.
1958 teichmann 93
1959     * tools/formed/formed/ui/controls.py: Added a listener mechanism
1960     to attribute table to report exceptions when setting a value
1961 teichmann 183 from GUI. Useful to report compilation errors when setting
1962     expr of rule leafs.
1963 teichmann 93
1964     * tools/formed/formed/main.py: Added a method to track exceptions
1965     from the attribute table and pop up dialogs if they occur.
1966 teichmann 183 Added a counter of rule modifications in tree. Useful if you
1967     want build cached data structures like rule sets and you want
1968     to know if they are still valid.
1969 teichmann 93
1970 teichmann 183 2007-08-24 Torsten Irlaender <[email protected]>
1971 torsten 90
1972 torsten 92 * tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint
1973     for checkbox values. (Syntax error).
1974    
1975     * tools/formed/formed/plugins/names/filter.py: Fixes in formularname
1976     generation
1977    
1978 teichmann 183 2007-08-24 Torsten Irlaender <[email protected]>
1979 torsten 92
1980 torsten 90 * tools/formed/formed/plugins/names/filter.py: Separated Class for
1981     making the formularnames more database friendly. Added some more
1982     checks.
1983     * tools/formed/formed/plugins/export/sql.py: Make use of the fresh
1984     separated class, and some fixes in sql generation.
1985    
1986 teichmann 183 2007-08-24 Sascha L. Teichmann <[email protected]>
1987 teichmann 86
1988 teichmann 89 * tools/formed/formed/plugins/export/html.py: Print lengths
1989     of external choice list.
1990    
1991 teichmann 183 2007-08-24 Sascha L. Teichmann <[email protected]>
1992 teichmann 89
1993 teichmann 88 * tools/formed/formed/main.py: Little workaround for
1994     mode selection if someone adds an removes a mode.
1995    
1996 teichmann 183 2007-08-24 Sascha L. Teichmann <[email protected]>
1997 teichmann 88
1998 teichmann 87 * tools/formed/test-data/simple.xml: Better test case for
1999     mode depended leaf items.
2000    
2001     * tools/formed/formed/model/nodecomponents.py: Added a method
2002     to calculate the effective mode of an item.
2003    
2004     * tools/formed/formed/plugins/export/html.py: Use effective
2005     mode. TODO: the 'all' modus return false results sometimes.
2006 teichmann 183 Cause: The modes are only cumulated over time. Removal is
2007     not done.
2008 teichmann 87
2009 teichmann 183 2007-08-24 Sascha L. Teichmann <[email protected]>
2010 teichmann 87
2011 teichmann 86 * tools/formed/formed/plugins/export/html.py: Dump the items
2012     of radio groups and choices too.
2013    
2014 teichmann 183 2007-08-24 Torsten Irlaender <[email protected]>
2015 torsten 85
2016     * tools/formed/formed/plugins/names/filter.py: Modified the renaming
2017     by formular names to make the naming more database friendly.
2018     Now only alphanumeric and underscore chars is allowed.
2019    
2020 teichmann 183 2007-08-24 Sascha L. Teichmann <[email protected]>
2021 teichmann 84
2022     * tools/formed/formed/plugins/export/html.py: Tweaked
2023     HTML table exporter a bit to be on par with the XSLT
2024 teichmann 183 script. TODO: Dump items in radio and choice groups.
2025 teichmann 84
2026 teichmann 183 2007-08-23 Sascha L. Teichmann <[email protected]>
2027 teichmann 83
2028     * tools/formed/formed/plugins/names/filter.py: Removed
2029     HTML and SQL exporters.
2030    
2031     * tools/formed/formed/plugins/export,
2032     tools/formed/formed/plugins/export/__init__.py,
2033     tools/formed/formed/plugins/export/sql.py,
2034     tools/formed/formed/plugins/export/html.py: New: Contain
2035 teichmann 183 the HTML and the SQL exporters now.
2036 teichmann 83
2037     * tools/formed/formed/config.py: Use exporters from different
2038     package now.
2039    
2040 teichmann 183 2007-08-23 Torsten Irlaender <[email protected]>
2041 torsten 82
2042     * tools/formed/formed/plugins/names/filter.py: Added an
2043     pseudo SQL export filters. TODO: Move HTML and SQL filter
2044     in a new file (formed/plugins/export/htmlexport.py and
2045     sqlexport.py?)
2046    
2047     * tools/formed/formed/config.py: Install the new SQL filter.
2048    
2049 teichmann 183 2007-08-23 Sascha L. Teichmann <[email protected]>
2050 teichmann 81
2051     * tools/formed/formed/model/nodecomponents.py: Added a depth()
2052     method to determine the depth of particular tree item.
2053    
2054     * tools/formed/formed/plugins/names/filter.py: Added an
2055     HTML export filters. TODO: needs more work.
2056    
2057     * tools/formed/formed/config.py: Install the new HTML filter.
2058    
2059 teichmann 183 2007-08-23 Torsten Irlaender <[email protected]>
2060 torsten 80
2061     * contrib/extract-xfa-fields_and_options.xsl: Added small xsl script
2062     to extract fields and options in the XFA Data in teh PDF. This
2063     script might me handy to indicate changes between the different
2064     formular versions.
2065    
2066 teichmann 183 2007-08-23 Sascha L. Teichmann <[email protected]>
2067 teichmann 73
2068 teichmann 79 * tools/formed/formed/main.py: Add an 'all' mode to
2069     select all modes. ;-)
2070    
2071 teichmann 183 2007-08-22 Sascha L. Teichmann <[email protected]>
2072 teichmann 79
2073 teichmann 78 * tools/formed/test-data/simple.xml,
2074     tools/formed/formed/model/data.py,
2075     tools/formed/formed/plugins/web/plugin.py,
2076     tools/formed/formed/plugins/web/renderer.py,
2077     tools/formed/formed/io/document.py,
2078     tools/formed/formed/main.py: Removed support for switch nodes.
2079     BEWARE: This breaks compatibility with older documents!
2080    
2081 teichmann 183 2007-08-22 Sascha L. Teichmann <[email protected]>
2082 teichmann 78
2083 teichmann 77 * tools/formed/formed/plugins/web/plugin.py: Uses the
2084     getSelectedMode() from main now.
2085    
2086     * tools/formed/formed/main.py: selected mode is now hold
2087     in main.
2088    
2089     * tools/formed/formed/config.py: removed selected mode from
2090     env configuration.
2091    
2092 teichmann 183 2007-08-22 Sascha L. Teichmann <[email protected]>
2093 teichmann 77
2094 teichmann 76 * tools/formed/formed/ui/controls.py: Attributes in GUI attribute
2095     table are now alphabetically sorted.
2096    
2097 teichmann 183 2007-08-22 Sascha L. Teichmann <[email protected]>
2098 teichmann 76
2099 teichmann 75 * tools/formed/formed/model/nodecomponents.py: Added code to
2100     establish the new 'modes' recursively.
2101    
2102     * tools/formed/formed/plugins/plugin.py: Pass main instead
2103     of cfg on plug-in start-up.
2104    
2105     * tools/formed/formed/plugins/web/plugin.py: Use the new
2106     'modes' attribute for rendering.
2107    
2108     * tools/formed/formed/plugins/web/renderer.py: Use decorators
2109     to check the new modes.
2110    
2111     * tools/formed/formed/main.py: Adjusted to new infrastructure.
2112    
2113 teichmann 183 2007-08-22 Sascha L. Teichmann <[email protected]>
2114 teichmann 75
2115 teichmann 74 * tools/formed/formed/model/nodecomponents.py: Added an
2116     attribute 'modes' to NodeComponents.
2117    
2118 teichmann 183 2007-08-22 Sascha L. Teichmann <[email protected]>
2119 teichmann 74
2120 teichmann 73 * tools/formed/formed/model/data.py: Small cosmetic cleanups
2121    
2122 teichmann 183 2007-08-21 Sascha L. Teichmann <[email protected]>
2123 frank 67
2124 teichmann 72 * tools/formed/formed/plugins/web/renderer.py: Another fix
2125     for the hidden field. Argh!
2126    
2127 teichmann 183 2007-08-21 Sascha L. Teichmann <[email protected]>
2128 teichmann 72
2129 teichmann 71 * tools/formed/formed/plugins/web/renderer.py: Fixed double
2130     generation of hidden page field.
2131    
2132 teichmann 183 2007-08-21 Sascha L. Teichmann <[email protected]>
2133 teichmann 71
2134 teichmann 69 * tools/formed/formed/plugins/web/semantic.py: Added semantic
2135 teichmann 70 checks for radio groups.
2136    
2137 teichmann 183 2007-08-21 Sascha L. Teichmann <[email protected]>
2138 teichmann 70
2139     * tools/formed/formed/plugins/web/semantic.py: Added semantic
2140 teichmann 69 checks for choices.
2141    
2142     2007-08-21 Frank Koormann <[email protected]>
2143    
2144 frank 68 * contrib/convert-formedtree2html.xsl: Display switch nodes as
2145     alternatives.
2146    
2147 teichmann 69 2007-08-21 Frank Koormann <[email protected]>
2148 frank 68
2149 frank 67 * contrib/convert-formedtree2html.xsl:
2150     Replace technical types with readable descriptions
2151    
2152 teichmann 183 2007-08-21 Sascha L. Teichmann <[email protected]>
2153 teichmann 64
2154 teichmann 66 * tools/formed/formed/plugins/web/plugin.py: Fix a few smaller
2155     issues. 'action' looks for all widgets on a page now, goes
2156 teichmann 183 through all passed parameters, tries to match them with the
2157     widgets of the page and put them into the semantic box.
2158     Afterwards a list of untouched page parameters are left
2159     which will be deleted from the semantic box.
2160 teichmann 66
2161     * tools/formed/formed/plugins/web/semantic.py: Simplified.
2162     The NodeComponent is passed as an argument now.
2163    
2164     * tools/formed/formed/plugins/web/renderer.py: Generate a
2165     hidden field to store the name of the page.
2166    
2167 teichmann 183 2007-08-21 Sascha L. Teichmann <[email protected]>
2168 teichmann 66
2169 teichmann 65 * tools/formed/formed/plugins/web/plugin.py: Fixed an encoding
2170     issue with incoming UTF-8 data.
2171    
2172 teichmann 183 2007-08-21 Sascha L. Teichmann <[email protected]>
2173 teichmann 65
2174 teichmann 64 * tools/formed/test-data/simple.xml: Improve test for widgets
2175     in switches.
2176    
2177     * tools/formed/formed/model/data.py: Added a method to find all
2178     widgets in a given page. Fixed a bug when walking in switch
2179 teichmann 183 with a given mode.
2180 teichmann 64
2181     * tools/formed/formed/plugins/web/plugin.py: Simple test for
2182     listing all widgets in page.
2183    
2184 teichmann 183 2007-08-21 Torsten Irlaender <[email protected]>
2185 torsten 63
2186     * tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to
2187     latin-1
2188    
2189 teichmann 183 2007-08-21 Sascha L. Teichmann <[email protected]>
2190 teichmann 61
2191 teichmann 62 * tools/formed/formed/model/data.py: Added mode parameter to
2192     walk.
2193 teichmann 183
2194 teichmann 62 * tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites
2195     walk() with usage of the new mode parameter. Added a method to
2196 teichmann 183 give children in a given mode.
2197 teichmann 62
2198     * tools/formed/formed/plugins/web/renderer.py: Simplified to use
2199     new Switch.childrenInMode() method.
2200    
2201 teichmann 183 2007-08-21 Sascha L. Teichmann <[email protected]>
2202 teichmann 62
2203 teichmann 61 * tools/formed/formed/plugins/web/semantic.py: Add checks for
2204     texts and text areas.
2205    
2206     * tools/formed/formed/plugins/web/renderer.py: Set accept-charset
2207     to UTF-8 in generated form.
2208    
2209 teichmann 183 2007-08-20 Sascha L. Teichmann <[email protected]>
2210 teichmann 60
2211     * tools/formed/formed/plugins/web/semantic.py: Added semantic
2212     tests for dates.
2213    
2214 teichmann 183 2007-08-20 Sascha L. Teichmann <[email protected]>
2215 teichmann 59
2216     * tools/formed/test-data/simple.xml: Tweak a bit for integer
2217     range test.
2218    
2219     * tools/formed/formed/model/nodecomponents.py: Added a method
2220     to find a tree item for a given name.
2221    
2222     * tools/formed/formed/plugins/web/semantic.py: New: Box for
2223     semantic checking. Has check for integers.
2224    
2225     * tools/formed/formed/plugins/web/plugin.py: Use semantic
2226     check.
2227    
2228 teichmann 183 2007-08-20 Torsten Irlaender <[email protected]>
2229 torsten 58
2230     * tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in
2231     selection-field generation (Removed quote)
2232    
2233 teichmann 54 2007-08-18 Sascha L. Teichmann <[email protected]>
2234    
2235 teichmann 57 * tools/formed/formed/plugins/web/plugin.py,
2236     tools/formed/formed/plugins/web/renderer.py: Added a
2237     simple cookie based session management to the HTML
2238     renderer. This submit parameters are stored in the
2239     session now. This will ease testing the constraint
2240     tests which need to be written soon.
2241 teichmann 183
2242 teichmann 57 BEWARE: The session management is _not_ made for production!
2243     Denial of service attacks are too easy, and the
2244     cryptographical strength of the session id is doubtful.
2245    
2246     2007-08-18 Sascha L. Teichmann <[email protected]>
2247    
2248 teichmann 56 * tools/formed/formed/plugins/web/renderer.py: Escaping text
2249     coming from the document tree now when inserting it into the
2250 teichmann 57 HTML output.
2251 teichmann 56
2252     2007-08-18 Sascha L. Teichmann <[email protected]>
2253    
2254 teichmann 55 * tools/formed/formed/plugins/plugin.py: Added a new kind
2255     of plug-in: Filter. They have a short and a long description
2256 teichmann 57 and can be hooked automatically into the new 'Filters'
2257     sub menu under 'Extra'. They got called when the user
2258     selects their respective menu item.
2259 teichmann 183
2260 teichmann 55 * tools/formed/formed/config.py: Contains the list of
2261     installed filters.
2262    
2263     * tools/formed/formed/main.py: Builds the Extra->Filters
2264     sub menu during gui initialization. The hard wired code
2265 teichmann 57 for make unique and formular name/description -> name
2266     is removed because they are implemented as filters now.
2267 teichmann 55
2268     * tools/formed/formed/model/nodecomponents.py,
2269     tools/formed/formed/model/data.py: Removed the make
2270 teichmann 57 unique and formular name/description -> name code.
2271 teichmann 55
2272     * tools/formed/formed/plugins/names,
2273     tools/formed/formed/plugins/names/__init__.py,
2274 teichmann 57 tools/formed/formed/plugins/names/filter.py: Added. Contains
2275     the make unique and formular name/description -> name code
2276     in form of filters.
2277 teichmann 55
2278     * tools/formed/test-data/simple.xml: Modified to be a better
2279     test for the formular name/description -> name filter.
2280    
2281     2007-08-18 Sascha L. Teichmann <[email protected]>
2282    
2283 teichmann 54 * tools/formed/formed.py, tools/formed/formed/main.py: First
2284     command line argument is interpreted as filename of document
2285 teichmann 57 to be loaded at program startup.
2286 teichmann 54
2287 frank 53 2007-08-17 Frank Koormann <[email protected]>
2288    
2289     * contrib/convert-formedtree2html.xsl:
2290     Heading level depending on depth of group node.
2291     In case of radio/choice/check only list of options.
2292    
2293 torsten 58 2007-08-17 Torsten Irlaender <[email protected]>
2294 torsten 50
2295 torsten 52 * contrib/convert-formedtree2html.xsl: Output is now generated with
2296     HTML doc-string and charset information in the meta-header.
2297    
2298 torsten 58 2007-08-17 Torsten Irlaender <[email protected]>
2299 torsten 52
2300 torsten 50 * contrib/convert-formedtree2html.xsl: Added small script for
2301     exporting the formed tree to html
2302    
2303 torsten 49 2007-08-17 Torsten Irlaender <[email protected]>
2304    
2305     * tools/formed/model/nodecomponents.py: Added function to rename
2306     the set the name of the node to the formularname. The formularname
2307     gets shorten to <=64 by removing vowels and is stored lowercase.
2308     If the name is not unique and additional id value is appended.
2309    
2310     * tools/formed/formed/model/data.py: Overwritten renaming-function for
2311     bool-leafs
2312    
2313     * tools/formed/formed/main.py: Added menuitem for renaming the names
2314     of the element
2315    
2316 teichmann 47 2007-08-16 Sascha L. Teichmann <[email protected]>
2317    
2318     * tools/formed/formed/main.py: Swaped order of
2319     'Make names unique' and 'Selected mode...' in Extra
2320 teichmann 183 menu and put a separator between them.
2321 teichmann 47
2322 teichmann 45 2007-08-15 Sascha L. Teichmann <[email protected]>
2323    
2324 teichmann 46 * tools/formed/formed/model/data.py: SwitchNodes can add
2325     their modes to a given set now.
2326    
2327     * tools/formed/formed/plugins/plugin.py: Simplified
2328     the plug-in interface. Only the reference to the
2329 teichmann 183 global configuration is passed at setup time.
2330 teichmann 46
2331     * tools/formed/formed/plugins/web/plugin.py: Adjusted
2332     to new plug-in setup. The traveral mode is now taken
2333 teichmann 183 from the global configuration each time a rendering
2334     is triggered. The FORMED parameter is now named
2335     'doc.mode' instead of 'web.mode'. The parameter
2336     is not needed any more because it can be configured
2337     at runtime.
2338 teichmann 46
2339     * tools/formed/formed/main.py: Adjusted to new plugin
2340     setup. Added a new menu item Extra->Select Mode...
2341 teichmann 183 to select the traversal mode. It is stored in the
2342     global config.
2343 teichmann 46
2344     * tools/formed/formed/config.py: Simplified. Only uses
2345     one env dictionary to store global configuration parameters.
2346    
2347     * tools/formed/formed/ui/controls.py: Add a control to
2348     select one item from a list of given strings.
2349    
2350     2007-08-15 Sascha L. Teichmann <[email protected]>
2351    
2352 teichmann 45 * tools/formed/formed/plugins/web/plugin.py,
2353     tools/formed/formed/plugins/web/renderer.py: Added parameter
2354 teichmann 183 print out in web plugin.
2355 teichmann 45
2356 torsten 44 2007-08-15 Torsten Irlaender <[email protected]>
2357 teichmann 45
2358 torsten 44 * contrib/convert-formedtree2csv.xsl: Added small script for
2359     exporting the formed tree to csv
2360    
2361 teichmann 41 2007-08-14 Sascha L. Teichmann <[email protected]>
2362    
2363 teichmann 42 * tools/formed/formed/model/data.py,
2364     tools/formed/formed/model/nodecomponents.py,
2365     tools/formed/formed/io/document.py: Added a 'switch' node.
2366    
2367     * tools/formed/formed/plugins/web/renderer.py:Render the
2368     new 'switch' node.
2369    
2370     * tools/formed/formed/plugins/web/plugin.py,
2371     tools/formed/formed/config.py: Added a 'web.mode' parameter
2372 teichmann 183 to FORMED environment variable.
2373     e.g. 'FORMED=web.mode:modeX' sets the mode 'modeX'.
2374     Defaults to 'default'.
2375 teichmann 42
2376     * tools/formed/test-data/simple.xml: Added test for switch.
2377    
2378     2007-08-14 Sascha L. Teichmann <[email protected]>
2379    
2380 teichmann 41 * tools/formed/formed/model/nodecomponents.py: Added an
2381     attribute 'formularname' to base class of node components.
2382    
2383 teichmann 38 2007-08-13 Sascha L. Teichmann <[email protected]>
2384    
2385 teichmann 40 * tools/formed/formed/io/document.py,
2386     tools/formed/formed/model/data.py,
2387     tools/formed/formed/model/nodecomponents.py: Added an item
2388 teichmann 183 to model external item lists.
2389 teichmann 40
2390     * tools/formed/formed/plugins/web/renderer.py: Render new item
2391     list.
2392     * tools/formed/formed/main.py: Added a forgotten 'self.'
2393    
2394     * contrib/extract-xfa-items.sh: Modified to generate
2395     documents to be loadable from new item lists
2396    
2397     2007-08-13 Sascha L. Teichmann <[email protected]>
2398    
2399 teichmann 39 * tools/formed/formed/main.py: Fixed typo
2400    
2401     2007-08-13 Sascha L. Teichmann <[email protected]>
2402    
2403 teichmann 38 * contrib/extract-xfa-items.sh: New. Can be used to extract longer
2404     choice item lists for a given field from XFA files. e.g. with
2405 teichmann 183 './contrib/extract-xfa-items.sh Muttersprache alles.xml'
2406 teichmann 38
2407 teichmann 33 2007-08-12 Sascha L. Teichmann <[email protected]>
2408    
2409 teichmann 37 * tools/formed/formed/model/data.py,
2410     tools/formed/formed/plugins/web/renderer.py,
2411 teichmann 183 tools/formed/formed/io/document.py: Changed the structure
2412     of choice constructs. The idea to hold the different items
2413     of a particular choice in a semicolon separated list was bad.
2414     Now choices are groups and the option items are modelled as
2415     embedded bools. (mainly Torsten Irländer's idea).
2416 teichmann 37
2417 teichmann 183 WARNING: this makes old document files containing choices incompatible!!!
2418     Use the following XSLT to reestablish compatibility.
2419    
2420 teichmann 37 * contrib/itemize-choices.xsl: New converts old to new structure.
2421     Needs exslt.org's string extensions (which xsltproc includes)
2422    
2423     * tools/formed/test-data/simple.xml: Ajusted to new structure
2424    
2425     * tools/formed/formed/plugins/web/plugin.py: remove debug output
2426    
2427     * tools/formed/formed/model/nodecomponents.py: fixed a small bug in
2428     node finding code. It now uses the walk() generator, too.
2429    
2430     2007-08-12 Sascha L. Teichmann <[email protected]>
2431    
2432 teichmann 36 * tools/formed/formed/main.py: Added a clone item on the toolbar which
2433     copies the currently selected item and appends it after the selection.
2434    
2435     * tools/formed/formed/model/nodecomponents.py: Added code to clone parts
2436     of the tree.
2437 teichmann 183
2438 teichmann 36 * tools/formed/formed/ui/controls.py: Added a getSelected method.
2439    
2440     * tools/formed/formed/model/misc.py: Fixed a programming bug.
2441     forgot a 'self.' prefix.
2442    
2443     2007-08-12 Sascha L. Teichmann <[email protected]>
2444    
2445 teichmann 35 * tools/formed/formed/model/nodecomponents.py: Added a method to append
2446     a second document to the current.
2447    
2448     * tools/formed/formed/main.py: Added an 'Import' file menu item to load
2449     a second document to be appended to the current.
2450    
2451     2007-08-12 Sascha L. Teichmann <[email protected]>
2452    
2453 teichmann 34 * tools/formed/formed/main.py: Added a 'New' item in file menu which creates
2454     a new document when triggered.
2455    
2456     2007-08-12 Sascha L. Teichmann <[email protected]>
2457    
2458 teichmann 33 * tools/formed/formed/model/nodecomponents.py: Added walk generator over all
2459     items in the document tree. Added a method to eliminated duplicated names
2460 teichmann 183 in document tree.
2461 teichmann 33
2462     * tools/formed/formed/model/misc.py: Added update mechanism for id generator
2463     after names collisions are eliminated.
2464    
2465     * tools/formed/formed/main.py: Added an 'Extra' menu with item
2466     'Make names unique'.
2467    
2468 teichmann 30 2007-08-11 Sascha L. Teichmann <[email protected]>
2469    
2470 teichmann 32 * tools/formed/formed/model/data.py,
2471     tools/formed/formed/plugins/web/renderer.py: Removed support
2472 teichmann 183 for 'text' attributes in bool items. They were never really
2473     used and the 'description' attributes fulfill the same
2474     purpose.
2475 teichmann 32
2476     * contrib/remove-bool-text.xsl: Transform to remove the
2477     'text' attributes from bool items. Apply with:
2478 teichmann 183 'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml'
2479 teichmann 32
2480     * tools/formed/test-data/simple.xml: Removed 'text' attributes
2481     from bool items.
2482    
2483     2007-08-11 Sascha L. Teichmann <[email protected]>
2484    
2485 teichmann 31 * contrib/convert-choices.xsl: Simpified.
2486    
2487     2007-08-11 Sascha L. Teichmann <[email protected]>
2488    
2489 teichmann 30 * tools/formed/formed/model/data.py: Removed 'options' attribute
2490     from ChoiceLeaf. Use 'value' instead, please!
2491    
2492     * tools/formed/formed/plugins/web/renderer.py: use 'value' attribute
2493     instead of 'options' to render choices.
2494    
2495     * contrib/convert-choices.xsl: Added to convert document files
2496     which use the choice 'option' attribute to usage of 'value'.
2497 teichmann 183 Apply with e.g. 'xsltproc convert-choices.xsl old.xml > new.xml'
2498 teichmann 30
2499 teichmann 23 2007-08-10 Sascha L. Teichmann <[email protected]>
2500    
2501 teichmann 29 * tools/formed/formed/plugins/web/renderer.py: radio buttons
2502     are selected by 'checked' and not by 'selected'. Fixed.
2503    
2504     2007-08-10 Sascha L. Teichmann <[email protected]>
2505    
2506 teichmann 28 * tools/formed/formed/model/data.py: ChoiceLeafs are now
2507     initialized with size = 1.
2508    
2509     2007-08-10 Sascha L. Teichmann <[email protected]>
2510    
2511 teichmann 27 * tools/formed/formed/model/data.py: TextLeafs are now
2512     initialized with size = 40, maxlength = 60
2513    
2514     2007-08-10 Sascha L. Teichmann <[email protected]>
2515    
2516 teichmann 26 * tools/formed/formed/plugins/web/renderer.py: Fixed: choices
2517     are renderered with description now.
2518    
2519     2007-08-10 Sascha L. Teichmann <[email protected]>
2520    
2521 teichmann 25 * tools/formed/formed/plugins/web/renderer.py: Added rendering
2522     for date items. Added missing ids for texts and textareas.
2523    
2524     2007-08-10 Sascha L. Teichmann <[email protected]>
2525    
2526 teichmann 24 * tools/formed/formed/config.py: Evaluate the environment
2527     variable 'FORMED'. Snytax: FORMED='key1:value1;key2:value2'
2528    
2529     * tools/formed/formed/plugins/plugin.py: Give a reference
2530     to the config at setup time.
2531    
2532     * tools/formed/formed/plugins/web/plugin.py: To determine
2533     the port look at FORMED dictionary first. Key is 'web.port'.
2534 teichmann 183 e.g. FORMED='web.port:8888'
2535 teichmann 24
2536     * tools/formed/formed/main.py: Call the plugin setup with
2537     the reference to the config.
2538    
2539     2007-08-10 Sascha L. Teichmann <[email protected]>
2540    
2541 teichmann 23 * tools/formed/test-data/simple.xml: removed 'text' attributes from
2542     info tags. Use the 'value' attributes for same purpose now, please!
2543    
2544     * tools/formed/formed/model/data.py: removed text attributes from
2545     InfoLeaf.
2546    
2547     * tools/formed/formed/plugins/web/renderer.py: Rendering of info
2548     now uses the 'value' instead of the 'text' attributes.
2549    
2550 teichmann 17 2007-08-09 Sascha L. Teichmann <[email protected]>
2551 teichmann 10
2552 teichmann 22 * tools/formed/formed/model/data.py: next/prevPage() are
2553     methods of PageNode now.
2554    
2555     * tools/formed/formed/model/nodecomponents.py: findByClassAndName()
2556     is method of Document now.
2557    
2558     * tools/formed/formed/plugins/web/plugin.py: Factored out
2559     the HTML renderer.
2560    
2561     * tools/formed/formed/plugins/web/renderer.py: New: contains
2562     the HTML renderer now.
2563    
2564     * tools/formed/test-data/simple.xml: Fixed typo
2565    
2566     2007-08-09 Sascha L. Teichmann <[email protected]>
2567    
2568 teichmann 21 * tools/formed/formed/plugins/web/plugin.py: Fixed a bug
2569     in calculation of width of bounded int fields.
2570    
2571     2007-08-09 Sascha L. Teichmann <[email protected]>
2572    
2573 teichmann 20 * tools/formed/test-data/simple.xml: Make demo Int fancier.
2574    
2575     * tools/formed/formed/model/data.py: Added attributes to IntLeaf
2576    
2577     * tools/formed/formed/plugins/web/plugin.py: Added rendering for
2578     Ints
2579    
2580     2007-08-09 Sascha L. Teichmann <[email protected]>
2581    
2582 teichmann 19 * tools/formed/test-data/simple.xml: Added demo textarea
2583    
2584     * tools/formed/formed/model/data.py: Added TextAreaLeaf
2585    
2586     * tools/formed/formed/io/document.py: register builder
2587     for loading of textareas
2588    
2589     * tools/formed/formed/plugins/web/plugin.py: Added rendering
2590     for textareas.
2591    
2592     2007-08-09 Sascha L. Teichmann <[email protected]>
2593    
2594 teichmann 18 * tools/formed/test-data/simple.xml: Make demo choice fancier.
2595 teichmann 17
2596 teichmann 18 * tools/formed/formed/model/data.py: Added attributes for texts
2597    
2598     * tools/formed/formed/plugins/web/plugin.py: Added rendering
2599     for texts
2600 teichmann 17
2601 teichmann 18 2007-08-09 Sascha L. Teichmann <[email protected]>
2602    
2603     * tools/formed/test-data/simple.xml: Make demo choice fancier.
2604    
2605     * tools/formed/formed/model/data.py: Added attributes for choices.
2606    
2607 teichmann 17 * tools/formed/formed/plugins/web/plugin.py: Added rendering
2608     for choices
2609    
2610     2007-08-09 Sascha L. Teichmann <[email protected]>
2611    
2612 teichmann 16 * tools/formed/formed/model/data.py,
2613     tools/formed/formed/model/nodecomponents.py: Added new
2614 teichmann 183 attributes.
2615 teichmann 16
2616     * tools/formed/formed/plugins/web/plugin.py: Added rendering
2617     for checkboxes and radio buttons.
2618    
2619     2007-08-08 Sascha L. Teichmann <[email protected]>
2620    
2621 teichmann 15 * tools/formed/test-data/simple.xml: Added some descriptions
2622    
2623     * tools/formed/formed/model/data.py: set attributes in constructors
2624     directly.
2625    
2626     * tools/formed/formed/model/nodecomponents.py: Added description
2627     attribute in the NodeComponent base class.
2628    
2629     * tools/formed/formed/plugins/web/plugin.py: Render description
2630     as legend in fieldset for GroupNodes.
2631    
2632     2007-08-08 Sascha L. Teichmann <[email protected]>
2633    
2634 teichmann 14 * tools/formed/formed/plugins/web/plugin.py: make UTF-8
2635     output work.
2636    
2637     2007-08-08 Sascha L. Teichmann <[email protected]>
2638    
2639 teichmann 12 * tools/formed/formed/model/data.py: Added get/setText() method
2640    
2641     * tools/formed/formed/plugins/web/plugin.py: Added a first
2642     version of a recursive HTML renderer based on the document
2643 teichmann 183 tree.
2644 teichmann 12
2645     2007-08-08 Sascha L. Teichmann <[email protected]>
2646    
2647 teichmann 11 * tools/formed/formed/plugins/*: New: plug-in infrastructure.
2648    
2649     * tools/formed/formed/plugins/web/*: new: A simple web server
2650     which is intended to serve pages of the current formular.
2651    
2652     * tools/formed/formed/main.py: start the plug-ins
2653    
2654     * tools/formed/formed/config.py: configuration class. Used
2655     for the plug-ins.
2656    
2657     2007-08-08 Sascha L. Teichmann <[email protected]>
2658    
2659 teichmann 10 * tools/formed/formed/model/nodecomponents.py: Fixed broadcasting
2660     issue with zero length tree paths.
2661    
2662     * tools/formed/formed/model/misc.py: New: contains a class
2663     for generating unique ids.
2664    
2665     * tools/formed/formed/main.py: Added an instance of an
2666     unique id generator for naming of new made tree items.
2667    
2668 teichmann 7 2007-08-07 Sascha L. Teichmann <[email protected]>
2669    
2670 teichmann 9 * tools/formed/formed/main.py: Added event route document ->
2671     attribute table to get informed when selected item is delete
2672 teichmann 183 or an attribute is changed from the outside.
2673 teichmann 9
2674     * tools/formed/formed/ui/controls.py: Fixed. In older versions of
2675     wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead
2676 teichmann 183 of 3 argument. Uses icons+tooltips for tree navigation now.
2677 teichmann 9
2678     2007-08-07 Sascha L. Teichmann <[email protected]>
2679    
2680 teichmann 8 * tools/formed/formed/model/nodecomponents.py: Set name
2681     attribute in base class.
2682    
2683     * tools/formed/formed/io/document.py: Added a table
2684     names -> classes.
2685    
2686     * tools/formed/formed/main.py: Added a toolbar. Added code
2687     to create and delete tree items.
2688    
2689     * tools/formed/formed/ui/controls.py: Added code to
2690     insert and delete new tree items.
2691    
2692     2007-08-07 Sascha L. Teichmann <[email protected]>
2693    
2694 teichmann 7 * tools/formed/formed/model/nodecomponents.py: Fixed event
2695     broadcasting for attribute changes.
2696    
2697     * tools/formed/formed/ui/controls.py: Add a list/table control to
2698     edit the attributes of a selected item.
2699    
2700     * tools/formed/formed/main.py: Added code to bind the new
2701     list/table control.
2702    
2703 teichmann 4 2007-08-06 Sascha L. Teichmann <[email protected]>
2704    
2705 teichmann 6 * tools/formed/formed/main.py: Added event routes to move
2706     items in and out of groups.
2707    
2708     * tools/formed/formed/ui/controls.py: Added code to move
2709     items in and out of groups.
2710    
2711     2007-08-06 Sascha L. Teichmann <[email protected]>
2712    
2713 teichmann 5 * tools/formed/formed/model/nodecomponents.py: Fixed path
2714     calculation to root and event broadcasting
2715    
2716     * tools/formed/formed/io/factories.py: Adjust to new
2717     event broadcasting.
2718    
2719     * tools/formed/formed/main.py: Added code to move items
2720     up and down the document tree.
2721    
2722     * tools/formed/formed/ui/controls.py: Establish sort order
2723     by indices of children in parent instead of alphanum.
2724 teichmann 183 Code to move items up and down the document tree.
2725 teichmann 5
2726     * tools/formed/formed/io/document.py: Added missing imports.
2727    
2728     2007-08-06 Sascha L. Teichmann <[email protected]>
2729    
2730 teichmann 4 * tools/formed/formed.py: Added to avoid problems with
2731     ambiguous absolute module names. Thanks to Bernhard Herzog
2732    
2733     * tools/formed/formed.sh: Starts formed.py now
2734    
2735     * tools/formed/formed/main.py,
2736     tools/formed/formed/ui/controls.py: Added control to
2737 teichmann 183 move items around in tree. Has no effect by now.
2738 teichmann 4
2739 teichmann 2 2007-08-05 Sascha L. Teichmann <[email protected]>
2740    
2741 teichmann 3 * tools/formed/formed/io/parser.py: Adjusted style
2742    
2743     * tools/formed/formed/io/document.py,
2744 teichmann 4 tools/formed/formed/io/factories.py: Simplified factory
2745     model for XML loading.
2746 teichmann 3
2747     2007-08-05 Sascha L. Teichmann <[email protected]>
2748    
2749 teichmann 2 * ChangeLog: started ChangeLog
2750    
2751     * tools/formed/*: initial check-in of the Formular Editor.
2752     Not working yet. Only can load, view and store formular XML files.
2753 teichmann 183 Start it with 'tools/formed/formed.sh'.

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26