/[formed]/trunk/ChangeLog
ViewVC logotype

Contents of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 291 - (show annotations)
Thu Sep 4 10:37:32 2008 UTC (16 years, 5 months ago) by teichmann
File size: 77704 byte(s)
Added initial description.

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26