/[formed]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 322 - (hide annotations)
Tue Mar 31 12:44:02 2009 UTC (15 years, 10 months ago) by teichmann
File size: 85562 byte(s)
New plug-in to export rules in human readable form (as HTML).


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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26