/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 164 by torsten, Mon Sep 10 17:10:26 2007 UTC revision 271 by frank, Wed May 21 14:30:01 2008 UTC
# Line 1  Line 1 
1  2007-09-10 Torsten Irlaender <[email protected]>  2008-05-21      Sascha L. Teichmann <[email protected]>  
2    
3            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
4              back to UTF-8.
5    
6    2008-05-21      Frank Koormann <[email protected]>
7    
8            * tools/formed/formed/plugins/export/xls.py: New, export key value
9            tables as excel workbook with one sheet per table.
10    
11            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
12    
13    2008-05-21      Frank Koormann <[email protected]>
14    
15            * tools/formed/formed/plugins/export/xsd.py
16            (SchemaCreator._createChoice): Fix use of choices name.
17    
18    2008-04-29      Sascha L. Teichmann <[email protected]>
19    
20            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
21              to allow arbitrary order of repeat groups.
22    
23    2008-04-29      Sascha L. Teichmann <[email protected]>
24    
25            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
26              character.
27    
28    2008-04-29      Sascha L. Teichmann <[email protected]>
29    
30            * tools/formed/formed/plugins/export/xsd.py: Added annotations
31              to fields.
32    
33    2008-04-29      Sascha L. Teichmann <[email protected]>
34    
35            * tools/formed/formed/plugins/export/xsd.py: Added for
36              choice fields.
37    
38    2008-04-29      Sascha L. Teichmann <[email protected]>
39    
40            * tools/formed/formed/plugins/export/xsd.py: Added support for
41              boolean fields based on enumerations.
42    
43    2008-04-28      Sascha L. Teichmann <[email protected]>
44    
45            * tools/formed/formed/plugins/export/xsd.py: Added support for
46              date, text and textarea fields.
47    
48    2008-04-28      Sascha L. Teichmann <[email protected]>
49    
50            * tools/formed/formed/plugins/export/xsd.py: Added support for
51              repeat groups and integer fields.
52    
53    2008-04-28      Sascha L. Teichmann <[email protected]>
54    
55            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
56              exporting as XML schema. not ready, yet.
57    
58            * tools/formed/formed/config.py: Use new plug-in.
59    
60            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
61    
62    2008-04-17      Torsten Irländer <[email protected]>
63    
64            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
65            for the views because of the new group permissions.
66    
67    2008-04-09      Sascha L. Teichmann <[email protected]>
68    
69            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
70              old anonymized cases.
71    
72    2008-04-01      Sascha L. Teichmann <[email protected]>
73    
74            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
75              from clause to select datasets.
76              Replace ']]>' in CDATA sections with correct splitted replacement.
77    
78    2008-03-12      Sascha L. Teichmann <[email protected]>
79            
80            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
81              script.
82    
83            * tools/anonym/xmlimport.py: commented out database port from
84              connectionstring.
85    
86    2008-03-12      Sascha L. Teichmann <[email protected]>
87    
88            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
89              of anonymization of repeat groups (wrong id was given).
90    
91    2008-03-11      Sascha L. Teichmann <[email protected]>
92    
93            * tools/formed/formed/plugins/export/sql.py: Generate no update
94              statements for relations which have no anonym functions applied.
95    
96    2008-03-11      Sascha L. Teichmann <[email protected]>
97    
98            * tools/formed/formed/plugins/export/sql.py: Added a newline after
99              'COMMIT;' in the last line.
100    
101    2008-03-11      Sascha L. Teichmann <[email protected]>
102    
103            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
104              generated anonymize_case() function.
105              
106    2008-03-11      Sascha L. Teichmann <[email protected]>
107    
108            * tools/formed/formed/plugins/export/sql.py: Added code to
109              generate a plpgsql function anonymize_case() that anonymized
110              a given case and all of its depending repeat groups.
111    
112    2008-03-06      Sascha L. Teichmann <[email protected]>
113    
114            * tools/anonym/xmlimport.py: remove print of insert statement.
115    
116            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
117    
118    2008-03-03      Torsten Irländer <[email protected]>
119    
120            * anonym/cron.sendAnonXml.sh,
121              anonym/getDbList.sh: Modified script to be used directly in the
122              production environment (Copied running scripts from production
123              server)
124    
125            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
126              to be used in a production environment (Cpoied running script from
127              production server)
128    
129            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
130              ensure that only valid cases get exported
131    
132    2008-02-27      Sascha L. Teichmann <[email protected]>
133    
134            * tools/anonym/xmlimport.py: Fixed bug in date converter.
135    
136    2008-02-27      Sascha L. Teichmann <[email protected]>
137    
138            * tools/anonym/xmlimport.py: Simpilied version
139    
140    2008-02-27      Sascha L. Teichmann <[email protected]>
141    
142            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
143              xmlimport.py and parameters.
144    
145            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
146    
147            * tools/anonym/xmlexport.py: Use python interpreter without env
148              because of sudo context.
149    
150    2008-02-26      Sascha L. Teichmann <[email protected]>
151    
152            * tools/anonym/xmlimport.py: added support for getopt. add
153              support to force in fkz in import of case.
154    
155    2008-02-26      Sascha L. Teichmann <[email protected]>
156    
157            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
158    
159            * tools/anonym/html.awk: produces valid HTML.
160    
161    2008-02-25      Sascha L. Teichmann <[email protected]>
162    
163            * tools/anonym/joincsv.py: Fix a logic bug.
164    
165    2008-02-25      Torsten Irlaender <[email protected]>
166    
167            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
168              exportted cases. It will read all files from a directory and import
169              the files into the DB. After that the script will cleanup the
170              directory.
171    
172    2008-02-25      Torsten Irländer <[email protected]>
173            
174            * tools/anonym/cron.sendAnonXml.sh,
175              tools/anonym/xmlexport.py,
176              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
177    
178    2008-02-25      Sascha L. Teichmann <[email protected]>
179    
180            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
181    
182    2008-02-25      Sascha L. Teichmann <[email protected]>
183    
184            * tools/anonym/joincsv.py: New. Joins CSV files.
185    
186            * tools/anonym/html.awk: New. Converts CSV to HTML
187    
188    2008-02-25      Sascha L. Teichmann <[email protected]>
189    
190            * tools/anonym/xmlimport.py: New. Added generation of
191              update statements.
192    
193    2008-02-25      Sascha L. Teichmann <[email protected]>
194    
195            * tools/anonym/xmlimport.py: New. Base for importing
196              XML from cron.
197    
198    2008-02-24      Sascha L. Teichmann <[email protected]>
199    
200            * tools/formed/formed/plugins/export/html2.py: New. plug-in
201              for a simplified HTML output
202    
203            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
204              for dump schema as python dictionary.
205    
206            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
207              old stored procedure and view generators.
208    
209    2008-02-19      Sascha L. Teichmann <[email protected]>
210    
211            * tools/anonym/xmlexport.py: New. Export all cases in database
212              as XML.
213    
214    2008-02-18      Sascha L. Teichmann <[email protected]>
215    
216            * tools/anonym/anoymncsv.py: separate field with '\t' now.
217              all '\t's are replaced by '   ' before. '\r\n' are removed too.
218    
219    2008-02-15      Sascha L. Teichmann <[email protected]>
220    
221            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
222              data from database.
223    
224    2008-02-14      Sascha L. Teichmann <[email protected]>
225    
226            * tools/formed/formed/plugins/export/sql.py: Exchanged name
227              erase_value with suppress_value/suppress_value2.
228    
229    2008-02-13      Sascha L. Teichmann <[email protected]>
230    
231            * tools/formed/formed/plugins/export/sql.py: output id, master_id
232              substitute 'erase_value' with NULL value.
233    
234    2008-02-13      Sascha L. Teichmann <[email protected]>
235    
236            * tools/formed/formed/plugins/export/sql.py: output id, master_id
237              and uuid_id in anonymiziation views too.
238    
239    2008-02-13      Sascha L. Teichmann <[email protected]>
240    
241            * tools/formed/formed/plugins/export/sql.py: Added generation
242              of anonymiziation views for master table views and repeat group
243              views.
244    
245    2008-02-13      Sascha L. Teichmann <[email protected]>
246    
247            * tools/formed/formed/model/nodecomponents.py: Added attribute
248              "function"
249    
250            * tools/formed/formed/io/document.py: Save attributes in
251              alphabetical order.
252    
253    2008-02-02      Sascha L. Teichmann <[email protected]>
254    
255            * tools/formed/formed/plugins/export/sql.py: Added update rule
256              for master table and repeat groups views. Granted update right
257              to :cm_ka_group.
258    
259    2008-02-01      Sascha L. Teichmann <[email protected]>
260    
261            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
262              for master table and repeat groups. Also added unique constraints
263              to these columns.
264    
265    2007-12-10      Sascha L. Teichmann <[email protected]>
266    
267            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
268              property 'root.element' to specify the name of the XML root.
269    
270            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
271    
272    2007-11-22      Sascha L. Teichmann <[email protected]>
273    
274            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
275              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
276    
277            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
278    
279    2007-11-21      Sascha L. Teichmann <[email protected]>
280    
281            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
282              Sends logging to file.
283    
284            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
285              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
286              to use new logging.
287    
288            * pdf2xfa/README.TXT: Added remark how to use logging.
289    
290    2007-11-16      Frank Koormann <[email protected]>
291    
292            * tools/formed/formed/plugins/export/sql.py (createSchema):
293            Append only column "bearbeiter_id", standins are modelled by a
294            separate table.
295    
296    2007-11-16      Sascha L. Teichmann <[email protected]>
297    
298            * tools/formed/formed/model/data.py,
299              tools/formed/formed/plugins/web/view_renderer.py:
300              Added an invisible flag for info fields.
301    
302    2007-11-07      Sascha L. Teichmann <[email protected]>
303    
304            * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
305              (calling a wrong method).
306    
307    2007-11-07      Sascha L. Teichmann <[email protected]>
308    
309            * tools/formed/formed/model/nodecomponents.py: Added a field
310              'alternative' to all node components. This might be of help to
311              match PDF imports where the descriptions do not match.
312    
313    2007-10-23      Frank Koormann <[email protected]>
314    
315            * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
316    
317    2007-10-23      Frank Koormann <[email protected]>
318    
319            * tools/formed/formed/plugins/export/sql.py: Set default
320            value (-1) for choices and bools.
321    
322    2007-10-21      Frank Koormann <[email protected]>
323    
324            * tools/formed/formed/plugins/export/sql.py: Grant statements for
325            descriptive tables added.
326            (Table.getName): new
327    
328    2007-10-21      Frank Koormann <[email protected]>
329    
330            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
331            statements for views and roles to make updates easier.
332            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
333    
334    2007-10-19      Frank Koormann <[email protected]>
335    
336            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
337            for views. The statements are prepared for variable substitution
338            when executing the SQL-scripts by psql.
339    
340    2007-10-18      Sascha L. Teichmann <[email protected]>
341    
342            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
343              End of result XML was truncated because of an unflushed buffer.
344    
345    2007-10-17      Sascha L. Teichmann <[email protected]>
346    
347            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
348    
349            * pdf2xfa/README.TXT: Adjusted how to build production jar file
350              and how to use it.
351    
352            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
353              and iText dependency.
354    
355    2007-10-16      Sascha L. Teichmann <[email protected]>
356    
357            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
358              are not modeled as BOOLEANs any more. That simpifies the conversion
359              process web vs. db.
360    
361    2007-10-07      Sascha L. Teichmann <[email protected]>
362    
363            * tools/formed/formed/plugins/export/sql.py: Added the remaining
364              UPDATE rules.
365    
366    2007-10-07      Sascha L. Teichmann <[email protected]>
367    
368            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
369              views. TODO: Test'em and implement the rest.
370    
371    2007-10-07      Sascha L. Teichmann <[email protected]>
372    
373            * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
374              rules referenced none existing views.
375    
376    2007-10-07      Sascha L. Teichmann <[email protected]>
377    
378            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
379              rules for views. TODO: add UPDATE rules.
380    
381    2007-10-07      Sascha L. Teichmann <[email protected]>
382    
383            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
384              the legacy SQL export filters.
385    
386            * tools/formed/formed/plugins/export/sql.py: Factored out the
387              legacy SQL export filters to old_sql.
388    
389            * tools/formed/formed/config.py: Adjusted to fetch legacy
390              filters from old_sql.
391    
392    2007-10-06      Sascha L. Teichmann <[email protected]>
393    
394            * pdf2xfa/**: Initial import of the PDF to XFA server.
395    
396    2007-10-06      Sascha L. Teichmann <[email protected]>
397    
398            * tools/formed/formed/plugins/export/sql.py: Fixed bug
399              that made choices of three elements to booleans if
400              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
401    
402    2007-10-05      Sascha L. Teichmann <[email protected]>
403    
404            * tools/formed/formed/plugins/export/sql.py: Select ids of
405              underlaying tables in views too.
406    
407    2007-10-04      Sascha L. Teichmann <[email protected]>
408    
409            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
410              Various bug fixes.
411    
412    2007-10-04      Sascha L. Teichmann <[email protected]>
413    
414            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
415              to extract fields from embedded repeat groups.
416    
417            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
418              views per page too. Result not tested yet.
419    
420    2007-10-01      Sascha L. Teichmann <[email protected]>
421    
422            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
423              in-page repeat groups while rendering pages.
424    
425    2007-10-01      Sascha L. Teichmann <[email protected]>
426    
427            * tools/formed/formed/model/nodecomponents.py: Added visitor
428              traversals for document trees.
429    
430            * tools/formed/formed/model/data.py: Rewrote the
431              Page.allWidgets() method to use new visitor for
432              tree traversal.
433    
434    2007-09-27      Torsten Irlaender <[email protected]>
435    
436            * tools/formed/formed/plugins/names/filter.py: Pages are now included
437              in the rename by formular name  algorithm
438    
439    2007-09-26      Sascha L. Teichmann <[email protected]>
440    
441            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
442              TODO: rewrite Page.allWidgets().
443    
444            * tools/formed/formed/model/nodecomponents.py: Added a method
445              Node.firstLevel(criterion) to walk a defined line in the tree.
446    
447            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
448              build views and respective joins.
449    
450    2007-09-26      Sascha L. Teichmann <[email protected]>
451    
452            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
453              FORMED environment variable. If set to true tidylib is used to
454              filter HTML content to be W3C valid. To use this feature install
455              uTidylib.
456    
457            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
458              text/html and filters content through tidy if requested.
459    
460    2007-09-25      Torsten Irlaender <[email protected]>
461    
462            * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
463              cleanup of the form generation code.
464    
465    2007-09-21      Sascha L. Teichmann <[email protected]>
466    
467            * tools/formed/formed/plugins/export/sql.py: Added generation time
468              and DROP TABLE statements to schema export.
469    
470    2007-09-20      Sascha L. Teichmann <[email protected]>
471    
472            * tools/formed/formed/plugins/export/sql.py: The tables are generated
473              in correct topolocial order now.
474    
475    2007-09-20      Sascha L. Teichmann <[email protected]>
476    
477            * tools/formed/formed/plugins/export/mode.py: New. Filter to export
478              a document with items that are in given mode.
479    
480            * tools/formed/formed/model/nodecomponents.py: Added methods to clone
481              trees depending on selected modes.
482    
483            * tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py:
484              Fixed clone issue with RuleNodes.
485    
486            * tools/formed/formed/config.py: Use new plug-in.
487    
488    2007-09-17      Sascha L. Teichmann <[email protected]>
489    
490            * tools/formed/formed/plugins/web/view_renderer.py: Make the
491              view renderer a real view renderer. It takes a list of
492              items now and not only a single page.
493    
494            * tools/formed/formed/plugins/web/renderer.py: Feed a list
495              of items to the view renderer.
496    
497    2007-09-17      Torsten Irlaender <[email protected]>
498    
499            * tools/formed/formed/plugins/web/view_renderer.py:
500              Small tweaks in rendering bools.
501              RadioNodes (with all its children) can now be placed in a container.
502              The radiobools will not get a surrounding <div> anymore.
503              I am not sure if the new way results in the wanted behaivor, but the
504              rendering results are much better now :)
505              Maybe we need a similar approach for checkboxes?
506              Rendering groups is still broken in some way.
507    
508    2007-09-17      Sascha L. Teichmann <[email protected]>
509    
510            * tools/formed/formed/plugins/web/view_renderer.py: Fixed
511              a few bugs: Do not render empty containers, do not
512              generate misplaced <br class="newline"> in choices.
513              Add a nameless container to catch the items that are
514              nor explicitly assigned to a target. Removed FormData.
515    
516            * tools/formed/formed/plugins/web/renderer.py: Removed
517              a needless import
518    
519    2007-09-17      Sascha L. Teichmann <[email protected]>
520    
521            * tools/formed/formed/plugins/web/view_renderer.py: Implemented
522              usage of 'containers' and 'target' attributes.
523    
524            * tools/formed/formed/plugins/web/controllers.py: Modified import.
525    
526            * tools/formed/formed/plugins/web/renderer.py: Use
527              new ViewRenderer.
528    
529    2007-09-17      Sascha L. Teichmann <[email protected]>
530    
531            * tools/formed/formed/model/nodecomponents.py: Added attributes
532              'target' to NodeComponent and 'containers' to Node.
533    
534            * tools/formed/formed/plugins/web/view_renderer.py: New. Aimed
535              to be a replacement for form_renderer. Not ready yet!
536    
537            * ChangeLog: Fixed some indention glitches.
538    
539    2007-09-13      Torsten Irlaender <[email protected]>
540    
541            * tools/formed/formed/plugins/names/filter.py: Fixed bug in the
542              renaming algorithm.
543    
544    2007-09-12      Torsten Irlaender <[email protected]>
545    
546            * tools/formed/formed/plugins/web/form_renderer.py: Renamed header
547              from formular navigation to "Fallakte Inhalt"
548    
549    2007-09-12      Torsten Irlaender <[email protected]>
550    
551            * tools/formed/formed/plugins/ui/controls.py: Fixed bug that bad
552              values (dates)  were not pretty printed.
553    
554            * tools/formed/formed/plugins/web/form_renderer.py: Added errormsg to
555              label rendering for choicelists.
556    
557    2007-09-12      Torsten Irlaender <[email protected]>
558    
559            * tools/formed/formed/plugins/ui/controls.py: Fixed bug that
560              choicelist did not get selected when the value is set to "0"
561    
562    2007-09-12      Torsten Irlaender <[email protected]>
563    
564            * tools/formed/formed/plugins/web/form_renderer.py: Added
565              "getPrintableData" method, for the formdata Class which will return
566              the description rather than the value of element in the ID. This is
567              need for displaying the choises in a right way.
568            
569            * tools/formed/formed/plugins/web/renderer.py: Changed string
570              "Fallnummer" into "Kundennummer" in the templates. Added
571              Kundennummer to the dataset digest output. Bound in the new
572              "getPrintableData" call for the digest.
573    
574    2007-10-11      Sascha L. Teichmann <[email protected]>
575    
576            * tools/formed/formed/plugins/export/data.py: The import/export
577              of data is now implemented with filters (the most consequent
578              way in terms of design of FormEd). The support of the 'persistent'
579              FORMED env-variable support has been removed.
580    
581            * tools/formed/formed/plugins/ui/controls.py: Added a flag to the
582              filter file dialog to double as import dialog.
583    
584            * tools/formed/formed/main.py: Removed the the FORMED-var support
585              for persistence.
586            
587            * tools/formed/formed/config.py: Add the two new filters to the filters
588              list.
589    
590    2007-10-11      Sascha L. Teichmann <[email protected]>
591    
592            * tools/formed/formed/model/memory.py: Uses XML as persistence format now.
593              Removed pickle/unpickle stuff.
594    
595            * tools/formed/formed/main.py: Uses the new XML persistence.
596    
597            * tools/formed/formed/plugins/web/semantic.py: Fixed: choices were
598              not converted to int indices.
599    
600    2007-09-11      Sascha L. Teichmann <[email protected]>
601    
602            * tools/formed/formed/model/memory.py: Making MemoryDataStore persistent
603              with pickle/unpickle.
604    
605            * tools/formed/formed/main.py: Added a env FORMED parameter 'persistent'.
606              Set to a file name it is tried to unpickle a MemoryDataStore from
607              that file. When exiting the program this file is used to store the
608              current MemoryDataStore state. The storing only works if you exit
609              the program through the Menu File->Exit.
610              usage: FORMED=persistent:test.db ./formed.sh
611    
612    2007-09-11      Torsten Irlaender <[email protected]>
613    
614            * tools/formed/formed/plugins/web/renderer.py: Changed Name of the
615              application on the welcome page from "Formed" to "WASKA"
616    
617    2007-09-11      Torsten Irlaender <[email protected]>
618    
619            * tools/formed/formed/plugins/web/plugin.py,
620            * tools/formed/formed/plugins/web/controllers.py,
621            * tools/formed/formed/plugins/web/renderer.py: Added InfoPageHandler.
622              The infopage provides information on all project participants.
623    
624    2007-09-11      Sascha L. Teichmann <[email protected]>
625    
626            * tools/formed/formed/plugins/web/controllers.py: Fix unicode conversion
627              issues with error messages (once again).
628    
629    2007-09-11      Torsten Irlaender <[email protected]>
630    
631            * tools/formed/formed/plugins/web/form_renderer.py,
632            * tools/formed/formed/plugins/web/renderer.py: Added alt tag for
633              icons in error and confirmation dialogs.
634    
635    2007-09-11      Sascha L. Teichmann <[email protected]>
636    
637            * tools/formed/formed/plugins/web/form_renderer.py: Fixed label
638              generation for ints, texts and textareas. Fixed h depths of infos.
639    
640    2007-09-11      Sascha L. Teichmann <[email protected]>
641    
642            * tools/formed/formed/plugins/web/form_renderer.py: Removed
643              debug output for help.
644    
645            * tools/formed/formed/plugins/web/semantic.py: Added forgotten
646              check for bools.
647    
648            * tools/formed/formed/plugins/web/controllers.py:  Added correct
649              HTML output of data for bools.
650    
651    2007-09-11      Torsten Irlaender <[email protected]>
652    
653            * tools/formed/formed/plugins/web/form_renderer.py: Changed size of
654              textfields for int values. Changed Label for submitbuttons to
655              "Speichern"
656    
657            * tools/formed/formed/plugins/web/plugin.py,
658              tools/formed/formed/plugins/web/controllers.py: Added new
659              NotImplementedHandler to show up a dummysite for not implemented
660              functions.
661    
662            * tools/formed/formed/plugins/web/renderer.py: Added
663              NotImplementedRenderer. Various small fixes. Mostly renaming the
664              labels of some context menus. Error messages are now generated
665              dynamically depending on num errors. Formular navigation has now
666              colored indication for errors.
667    
668    2007-09-11      Torsten Irlaender <[email protected]>
669    
670            * tools/formed/formed/plugins/web/renderer.py: Implemented "LookAhead"
671              algorithm for the formular navigation to get rid of the problem
672              that some of the items within the navigation are not linked.  Now
673              structural group elements are linked with the next page found in the
674              formular structure.
675    
676    2007-09-10      Torsten Irlaender <[email protected]>
677            * tools/formed/formed/plugins/web/form_renderer.py: Changed order of
678              div and formtag.
679    
680            * tools/formed/formed/plugins/web/controllers.py: Added DataSet action
681              menu in the conformation dialog when creating a new dataset.
682    
683            * tools/formed/formed/plugins/web/renderer.py: Fixed error when
684              rendering the default welcome page. Changed rendering of the
685              overview and the digest table of the datasets. Added icon for
686              confirmation dialog, moved the icon in the <h1> tags.  
687    
688    2007-09-10      Torsten Irlaender <[email protected]>
689    
690          * tools/formed/formed/plugins/web/form_renderer.py: Some html          * tools/formed/formed/plugins/web/form_renderer.py: Some html
691            generation cleanup. Added error icons to formelements            generation cleanup. Added error icons to formelements
692    
693          * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation          * tools/formed/formed/plugins/web/controllers.py: Fixed initialisation
694            of ErrorStatus. Fixed generated of the help tags in the formular            of ErrorStatus. Fixed generated of the help tags in the formular
695    
696          * tools/formed/formed/plugins/web/renderer.py: Added error icon for          * tools/formed/formed/plugins/web/renderer.py: Added error icon for
697            pageerrors. An "!" now indicates errors on pages in the formular            pageerrors. An "!" now indicates errors on pages in the formular
698            navigation. Added new <div> "content" around confirmation dialogss.            navigation. Added new <div> "content" around confirmation dialogss.
699            Links in confimation dialogs are now rendered as buttons. Removed            Links in confimation dialogs are now rendered as buttons. Removed
700            old obsolete OverviewRenderer.            old obsolete OverviewRenderer.
701    
702  2007-09-10 Sascha L. Teichmann <[email protected]>  2007-09-10      Sascha L. Teichmann <[email protected]>
703    
704          * tools/formed/formed/plugins/web/renderer.py: Highlight selected          * tools/formed/formed/plugins/web/renderer.py: Highlight selected
705            page in page navigation.            page in page navigation.
706    
707  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10      Torsten Irlaender <[email protected]>
708    
709          * tools/formed/formed/plugins/web/controllers.py: Fixed issues on          * tools/formed/formed/plugins/web/controllers.py: Fixed issues on
710            displaying formdata when changing datasets. Loading the right            displaying formdata when changing datasets. Loading the right
# Line 25  Line 715 
715          * tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer          * tools/formed/formed/plugins/web/renderer.py: DataSetDigestRenderer
716            now uses the correct data out of the formdata.            now uses the correct data out of the formdata.
717    
718  2007-09-10 Sascha L. Teichmann <[email protected]>  2007-09-10      Sascha L. Teichmann <[email protected]>
719    
720          * tools/formed/formed/plugins/web/controllers.py: Pretty          * tools/formed/formed/plugins/web/controllers.py: Pretty
721            print format data (dates e.g)            print format data (dates e.g)
722    
723  2007-09-10 Sascha L. Teichmann <[email protected]>  2007-09-10      Sascha L. Teichmann <[email protected]>
724    
725          * tools/formed/formed/plugins/web/controllers.py: Modified          * tools/formed/formed/plugins/web/controllers.py: Modified
726            ErrorStats a bit to avoid mysterious extra error on page.            ErrorStats a bit to avoid mysterious extra error on page.
727                  No clue why this works.            No clue why this works.
728    
729  2007-09-10 Sascha L. Teichmann <[email protected]>  2007-09-10      Sascha L. Teichmann <[email protected]>
730    
731          * tools/formed/formed/plugins/web/form_renderer.py: Fixed value          * tools/formed/formed/plugins/web/form_renderer.py: Fixed value
732            problem with radio groups, too.            problem with radio groups, too.
733    
734  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10      Torsten Irlaender <[email protected]>
735          * tools/formed/formed/plugins/web/controllers.py: Sessions are now          * tools/formed/formed/plugins/web/controllers.py: Sessions are now
736            really removed when deleting a dataset.            really removed when deleting a dataset.
737                    
738  2007-09-10 Torsten Irlaender <[email protected]>  2007-09-10      Torsten Irlaender <[email protected]>
739    
740          * tools/formed/formed/plugins/web/controllers.py: Added new Class          * tools/formed/formed/plugins/web/controllers.py: Added new Class
741            ErrorStats which provides Information on remaining errors per page.            ErrorStats which provides Information on remaining errors per page.
# Line 56  Line 746 
746          * tools/formed/formed/plugins/web/plugin.py: Removed render_session          * tools/formed/formed/plugins/web/plugin.py: Removed render_session
747            handlers            handlers
748    
749  2007-09-10 Sascha L. Teichmann <[email protected]>  2007-09-10      Sascha L. Teichmann <[email protected]>
750    
751          * tools/formed/formed/plugins/web/form_renderer.py: values for          * tools/formed/formed/plugins/web/form_renderer.py: values for
752            choices are generated from the document tree now. This brings            choices are generated from the document tree now. This brings
753                  the state storage of select boxes in HTML to live.            the state storage of select boxes in HTML to live.
754    
755  2007-09-09 Sascha L. Teichmann <[email protected]>  2007-09-09      Sascha L. Teichmann <[email protected]>
756    
757          * tools/formed/formed/plugins/web/semantic.py: Fixed problems with          * tools/formed/formed/plugins/web/semantic.py: Fixed problems with
758            range checking of integers.            range checking of integers.
# Line 70  Line 760 
760          * tools/formed/formed/plugins/web/controllers.py: Added class          * tools/formed/formed/plugins/web/controllers.py: Added class
761            ErrorItem to track errors. They are stored in the session.            ErrorItem to track errors. They are stored in the session.
762    
763  2007-09-09 Sascha L. Teichmann <[email protected]>  2007-09-09      Sascha L. Teichmann <[email protected]>
764    
765          * tools/formed/formed/model/nodecomponents.py: Fixed returning          * tools/formed/formed/model/nodecomponents.py: Fixed returning
766            wrong index in Document.indexOfcomponentByClassAndName.            wrong index in Document.indexOfcomponentByClassAndName.
# Line 80  Line 770 
770    
771          * tools/formed/formed/plugins/web/controllers.py: Some clean-ups.          * tools/formed/formed/plugins/web/controllers.py: Some clean-ups.
772    
773  2007-09-09 Sascha L. Teichmann <[email protected]>  2007-09-09      Sascha L. Teichmann <[email protected]>
774    
775          * tools/formed/formed/plugins/web/help.py: Added a 'hasHelp'          * tools/formed/formed/plugins/web/help.py: Added a 'hasHelp'
776            method. Could be cheaper for some implementations of help.            method. Could be cheaper for some implementations of help.
777    
778          * tools/formed/formed/plugins/web/form_renderer.py: Modified          * tools/formed/formed/plugins/web/form_renderer.py: Modified
779            FormData to have distinct getData(), getHelp() and getError()            FormData to have distinct getData(), getHelp() and getError()
780                  methods. Various bug fixes.            methods. Various bug fixes.
781    
782          * tools/formed/formed/plugins/web/controllers.py: Implements the          * tools/formed/formed/plugins/web/controllers.py: Implements the
783            new FormData (trivial by now).            new FormData (trivial by now).
# Line 95  Line 785 
785          * tools/formed/formed/plugins/web/renderer.py: New FormData and          * tools/formed/formed/plugins/web/renderer.py: New FormData and
786            some bug fixes.            some bug fixes.
787    
788  2007-09-09 Sascha L. Teichmann <[email protected]>  2007-09-09      Sascha L. Teichmann <[email protected]>
789    
790          * tools/formed/formed/model/memory.py,          * tools/formed/formed/model/memory.py,
791            tools/formed/formed/model/persistent.py: Add a getValue() method            tools/formed/formed/model/persistent.py: Add a getValue() method
792                  to dataset abstraction. This is a bit of a workaround to bring            to dataset abstraction. This is a bit of a workaround to bring
793                  global access across pages for rule checking to work.            global access across pages for rule checking to work.
794    
795          * tools/formed/formed/model/data.py: Fixed: When setting a new expression          * tools/formed/formed/model/data.py: Fixed: When setting a new expression
796            the compiled version was not stored in the RuleLeaf.            the compiled version was not stored in the RuleLeaf.
# Line 110  Line 800 
800    
801          * tools/formed/formed/plugins/web/semantic.py: Remove the 'box' because          * tools/formed/formed/plugins/web/semantic.py: Remove the 'box' because
802            valid data is stored to the dataset immediately now. Fixed a bug            valid data is stored to the dataset immediately now. Fixed a bug
803                  with integer handler.            with integer handler.
804    
805          * tools/formed/formed/plugins/web/controllers.py: Removed the semantic 'box'          * tools/formed/formed/plugins/web/controllers.py: Removed the semantic 'box'
806            stuff. When a submit is done extract the rules from the tree document            stuff. When a submit is done extract the rules from the tree document
807                  that are effected by the modified variables and check them.            that are effected by the modified variables and check them.
808    
809          * tools/formed/formed/plugins/web/renderer.py: Fixed exception handling          * tools/formed/formed/plugins/web/renderer.py: Fixed exception handling
810            when dealing with templates.            when dealing with templates.
811    
812  2007-09-07 Torsten Irlaender <[email protected]>  2007-09-07      Torsten Irlaender <[email protected]>
813          * tools/formed/formed/plugins/web/controllers.py,          * tools/formed/formed/plugins/web/controllers.py,
814            tools/formed/formed/plugins/web/renderer.py: Moved more render            tools/formed/formed/plugins/web/renderer.py: Moved more render
815            functions into renderer.py. New render classes are:            functions into renderer.py. New render classes are:
# Line 129  Line 819 
819            Note: The new methods are only called from selected handlers. Other            Note: The new methods are only called from selected handlers. Other
820            handlers call the renderes in the old way.            handlers call the renderes in the old way.
821    
822  2007-09-07 Torsten Irlaender <[email protected]>  2007-09-07      Torsten Irlaender <[email protected]>
823          * tools/formed/formed/plugins/web/form_renderer.py: Renamed          * tools/formed/formed/plugins/web/form_renderer.py: Renamed
824            renderer.py to form_renderer.py. This file will contain formular            renderer.py to form_renderer.py. This file will contain formular
825            specfic render methods in the future.            specfic render methods in the future.
# Line 139  Line 829 
829            rendering into renderer.py or form_renderer.py. This file will only            rendering into renderer.py or form_renderer.py. This file will only
830            contain teh handlers in the future.            contain teh handlers in the future.
831    
832  2007-09-07 Torsten Irlaender <[email protected]>  2007-09-07      Torsten Irlaender <[email protected]>
833          * tools/formed/formed/plugins/web/renderer.py,          * tools/formed/formed/plugins/web/renderer.py,
834            tools/formed/formed/plugins/web/controller.py:            tools/formed/formed/plugins/web/controller.py:
835            Renderes now get an instance of the formdata object to provide            Renderes now get an instance of the formdata object to provide
836            access the data needed to render various infoboxes etc. Handler            access the data needed to render various infoboxes etc. Handler
837            instanciate the formdata.            instanciate the formdata.
838                    
839  2007-09-06 Torsten Irlaender <[email protected]>  2007-09-06      Torsten Irlaender <[email protected]>
840          * tools/formed/formed/plugins/web/renderer.py: Mainly tried to get the          * tools/formed/formed/plugins/web/renderer.py: Mainly tried to get the
841            getFormData interface to work. Added two small semantic fixes, but            getFormData interface to work. Added two small semantic fixes, but
842            did not manage to get it up. Need to exime this a little bit more            did not manage to get it up. Need to exime this a little bit more
# Line 154  Line 844 
844            around the menus on the right side to be able to assign different            around the menus on the right side to be able to assign different
845            styles. Added dataset actions while editing a dataset.            styles. Added dataset actions while editing a dataset.
846                    
847  2007-09-05 Torsten Irlaender <[email protected]>  2007-09-05      Torsten Irlaender <[email protected]>
848          * tools/formed/formed/model/memory.py: Fixed deleting datasets by          * tools/formed/formed/model/memory.py: Fixed deleting datasets by
849            removing unwanted del method            removing unwanted del method
850          * tools/formed/formed/plugins/web/controllers.py: Implemented          * tools/formed/formed/plugins/web/controllers.py: Implemented
851            confiration dialogs for create, delete, and select aof datasets. Started to use            confiration dialogs for create, delete, and select aof datasets. Started to use
852            templates as well for larger information units like the dataset summary.            templates as well for larger information units like the dataset summary.
853                    
854  2007-09-05 Sascha L. Teichmann <[email protected]>  2007-09-05      Sascha L. Teichmann <[email protected]>
855    
856          * tools/formed/formed/model/nodecomponents.py: Added a          * tools/formed/formed/model/nodecomponents.py: Added a
857            method to document to find index of page.            method to document to find index of page.
# Line 172  Line 862 
862          * tools/formed/formed/plugins/web/controllers.py: Added new          * tools/formed/formed/plugins/web/controllers.py: Added new
863            FormData implementation to support DB and semantic box.            FormData implementation to support DB and semantic box.
864    
865  2007-09-05 Sascha L. Teichmann <[email protected]>  2007-09-05      Sascha L. Teichmann <[email protected]>
866    
867          * tools/formed/formed/plugins/web/renderer.py: escaped          * tools/formed/formed/plugins/web/renderer.py: escaped
868            error message.            error message.
# Line 180  Line 870 
870          * tools/formed/formed/plugins/web/controllers.py: Don't fetch          * tools/formed/formed/plugins/web/controllers.py: Don't fetch
871            dataset from backend each time a page is up to edit.            dataset from backend each time a page is up to edit.
872    
873  2007-09-05 Sascha L. Teichmann <[email protected]>  2007-09-05      Sascha L. Teichmann <[email protected]>
874    
875          * tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer          * tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer
876            returns "Page not found" if given page is None.            returns "Page not found" if given page is None.
# Line 188  Line 878 
878          * tools/formed/formed/plugins/web/controllers.py: Added checks          * tools/formed/formed/plugins/web/controllers.py: Added checks
879            to avoid crashing when ask for a non-existent page.            to avoid crashing when ask for a non-existent page.
880    
881  2007-09-05 Sascha L. Teichmann <[email protected]>  2007-09-05      Sascha L. Teichmann <[email protected]>
882    
883          * tools/formed/formed/plugins/web/controllers.py: Some clean-ups.          * tools/formed/formed/plugins/web/controllers.py: Some clean-ups.
884    
885  2007-09-05 Sascha L. Teichmann <[email protected]>  2007-09-05      Sascha L. Teichmann <[email protected]>
886    
887          * tools/formed/formed/plugins/web/plugin.py: Remove request handlers          * tools/formed/formed/plugins/web/plugin.py: Remove request handlers
888            and renderers.            and renderers.
# Line 200  Line 890 
890          * tools/formed/formed/plugins/web/controllers.py: New. Contains handlers          * tools/formed/formed/plugins/web/controllers.py: New. Contains handlers
891            and renderers now. TODO: Move renderers to renderer.py            and renderers now. TODO: Move renderers to renderer.py
892    
893  2007-09-05 Torsten Irlaender <[email protected]>  2007-09-05      Torsten Irlaender <[email protected]>
894    
895          * tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template          * tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template
896            and bound in the the new added functions to create, edit, delete and            and bound in the the new added functions to create, edit, delete and
897            show formdata.            show formdata.
898                    
899  2007-09-05 Sascha L. Teichmann <[email protected]>  2007-09-05      Sascha L. Teichmann <[email protected]>
900    
901          * tools/formed/formed/model/memory.py: Removed bisect and use a          * tools/formed/formed/model/memory.py: Removed bisect and use a
902            simple linear scan for dataset lookup now.            simple linear scan for dataset lookup now.
# Line 214  Line 904 
904          * tools/formed/formed/plugins/web/plugin.py: Fixed various issues          * tools/formed/formed/plugins/web/plugin.py: Fixed various issues
905            of different sizes.            of different sizes.
906    
907  2007-09-05 Torsten Irlaender <[email protected]>  2007-09-05      Torsten Irlaender <[email protected]>
908    
909          * tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById          * tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById
910            fuction            fuction
911                              
912          * tools/formed/formed/plugins/web/persistent.py: Added store() method          * tools/formed/formed/plugins/web/persistent.py: Added store() method
913            to the DataSet interface            to the DataSet interface
914    
915          * tools/formed/formed/plugins/web/renderer.py: Added handlers and          * tools/formed/formed/plugins/web/renderer.py: Added handlers and
916            renderes for create, update, delete and show actions on formular data.            renderes for create, update, delete and show actions on formular data.
917    
918  2007-09-04 Sascha L. Teichmann <[email protected]>  2007-09-04      Sascha L. Teichmann <[email protected]>
919    
920          * tools/formed/formed/plugins/web/server.py: The mapping          * tools/formed/formed/plugins/web/server.py: The mapping
921            to methods is now driven by regualar expressions and            to methods is now driven by regualar expressions and
922                  a dictionary. Response objects are now able to send            a dictionary. Response objects are now able to send
923                  error codes.            error codes.
924    
925          * tools/formed/formed/plugins/web/renderer.py: Fixed an issue          * tools/formed/formed/plugins/web/renderer.py: Fixed an issue
926            when help in Formdata is None. Moved text for help into            when help in Formdata is None. Moved text for help into
927                  a top level '''...''' variable.            a top level '''...''' variable.
928    
929          * tools/formed/test-data/simple.xml: Added test for help.          * tools/formed/test-data/simple.xml: Added test for help.
930    
# Line 242  Line 932 
932    
933          * tools/formed/formed/plugins/web/plugin.py: Uses the new          * tools/formed/formed/plugins/web/plugin.py: Uses the new
934            table driven mapping of reguest handling. TODO: split the            table driven mapping of reguest handling. TODO: split the
935                  WebPlugIn.pageHandler() method further to smaller handlers.            WebPlugIn.pageHandler() method further to smaller handlers.
936                  Smaller clean ups and better exception handling.            Smaller clean ups and better exception handling.
937    
938          * tools/formed/formed/plugins/web/cache.py: Report OSErrors          * tools/formed/formed/plugins/web/cache.py: Report OSErrors
939            and do not catch them.            and do not catch them.
940    
941  2007-09-04 Torsten Irlaender <[email protected]>  2007-09-04      Torsten Irlaender <[email protected]>
942    
943          * tools/formed/formed/plugins/web/renderer.py,          * tools/formed/formed/plugins/web/renderer.py,
944          * tools/formed/formed/plugins/web/plugin.py: Added Interface to          * tools/formed/formed/plugins/web/plugin.py: Added Interface to
# Line 257  Line 947 
947            within a <div> tag.            within a <div> tag.
948            Modified the error messages.            Modified the error messages.
949    
950  2007-09-04 Sascha L. Teichmann <[email protected]>  2007-09-04      Sascha L. Teichmann <[email protected]>
951    
952          * tools/formed/formed/plugins/web/cache.py: New. Implements          * tools/formed/formed/plugins/web/cache.py: New. Implements
953            the server-side caching more clean. Fixes a bug with            the server-side caching more clean. Fixes a bug with
954                  serving static content.            serving static content.
955    
956          * tools/formed/formed/plugins/web/plugin.py: Use the new cache.          * tools/formed/formed/plugins/web/plugin.py: Use the new cache.
957    
958  2007-09-04 Sascha L. Teichmann <[email protected]>  2007-09-04      Sascha L. Teichmann <[email protected]>
959    
960          * tools/formed/formed/plugins/web/plugin.py: Set MIME type          * tools/formed/formed/plugins/web/plugin.py: Set MIME type
961            to "application/xhtml+xml" when serving help texts.            to "application/xhtml+xml" when serving help texts.
962    
963  2007-09-03 Sascha L. Teichmann <[email protected]>  2007-09-03      Sascha L. Teichmann <[email protected]>
964    
965          * tools/formed/formed/plugins/export/diff.py: New. Exports          * tools/formed/formed/plugins/export/diff.py: New. Exports
966            pairwise differences between all modes.            pairwise differences between all modes.
967    
968          * tools/formed/formed/config.py: Use new export filter.          * tools/formed/formed/config.py: Use new export filter.
969    
970  2007-09-03 Sascha L. Teichmann <[email protected]>  2007-09-03      Sascha L. Teichmann <[email protected]>
971    
972          * tools/formed/formed/plugins/web/help.py: New. Parses an          * tools/formed/formed/plugins/web/help.py: New. Parses an
973            XHTML document for id'ed divs and builds a help lookup.            XHTML document for id'ed divs and builds a help lookup.
# Line 291  Line 981 
981          * tools/formed/formed/plugins/web/plugin.py: Serves the help          * tools/formed/formed/plugins/web/plugin.py: Serves the help
982            texts now.            texts now.
983    
984  2007-09-03 Torsten Irlaender <[email protected]>  2007-09-03      Torsten Irlaender <[email protected]>
985    
986          * tools/formed/formed/plugins/web/plugin.py: Only visible group          * tools/formed/formed/plugins/web/plugin.py: Only visible group
987            elements will be rendered in the formular navigation.            elements will be rendered in the formular navigation.
988            Formular pages in the navigation now have their own css-style            Formular pages in the navigation now have their own css-style
989            attributes.            attributes.
990    
991  2007-09-03 Torsten Irlaender <[email protected]>  2007-09-03      Torsten Irlaender <[email protected]>
992    
993          * tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page          * tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page
994            errors in template            errors in template
995          * tools/formed/formed/plugins/web/plugin.py: Fixed undefined          * tools/formed/formed/plugins/web/plugin.py: Fixed undefined
996            pageerrors variable            pageerrors variable
997    
998  2007-09-03 Frank Koormann <[email protected]>  2007-09-03      Frank Koormann <[email protected]>
999    
1000          * tools/formed/formed/plugins/export/html.py          * tools/formed/formed/plugins/export/html.py
1001          (RecursiveExporter): Added annotation to export          (RecursiveExporter): Added annotation to export
1002          (fillRow()): Renamed old fillNine to this more generic name.          (fillRow()): Renamed old fillNine to this more generic name.
1003                    
1004    
1005  2007-09-03 Sascha L. Teichmann <[email protected]>  2007-09-03      Sascha L. Teichmann <[email protected]>
1006    
1007          * tools/formed/formed/plugins/web/renderer.py: Using the decorator          * tools/formed/formed/plugins/web/renderer.py: Using the decorator
1008            from model.misc now.            from model.misc now.
1009    
1010  2007-09-03 Sascha L. Teichmann <[email protected]>  2007-09-03      Sascha L. Teichmann <[email protected]>
1011    
1012          * tools/formed/formed/model/nodecomponents.py: Added an          * tools/formed/formed/model/nodecomponents.py: Added an
1013            'annotation' attribute to node components. This is to            'annotation' attribute to node components. This is to
1014                  enable FormEd document authors to add comments to groups            enable FormEd document authors to add comments to groups
1015                  and fields.            and fields.
1016    
1017  2007-09-03 Frank Koormann <[email protected]>  2007-09-03      Frank Koormann <[email protected]>
1018    
1019          * tools/formed/formed/model/nodecomponents.py          * tools/formed/formed/model/nodecomponents.py
1020          (NodeComponent.getParent): New method to get node components parent.          (NodeComponent.getParent): New method to get node components parent.
# Line 332  Line 1022 
1022          * tools/formed/formed/plugins/export/html.py: Export Choice option          * tools/formed/formed/plugins/export/html.py: Export Choice option
1023          as simple list instead of collection of bools.          as simple list instead of collection of bools.
1024    
1025  2007-09-02 Sascha L. Teichmann <[email protected]>  2007-09-02      Sascha L. Teichmann <[email protected]>
1026    
1027          * tools/formed/formed/model/persistent.py: Interfaces to abstract          * tools/formed/formed/model/persistent.py: Interfaces to abstract
1028            from persistent storage details.            from persistent storage details.
# Line 342  Line 1032 
1032    
1033          * tools/formed/formed/main.py: Holds a memory data store now.          * tools/formed/formed/main.py: Holds a memory data store now.
1034    
1035  2007-09-02 Sascha L. Teichmann <[email protected]>  2007-09-02      Sascha L. Teichmann <[email protected]>
1036    
1037          * tools/formed/formed/plugins/export/sql.py,          * tools/formed/formed/plugins/export/sql.py,
1038            tools/formed/formed/plugins/export/html.py: Fixed constructor chains            tools/formed/formed/plugins/export/html.py: Fixed constructor chains
1039                  for FileDialogFilter sub classes.            for FileDialogFilter sub classes.
1040    
1041  2007-09-02 Sascha L. Teichmann <[email protected]>  2007-09-02      Sascha L. Teichmann <[email protected]>
1042    
1043          * tools/formed/formed/model/misc.py: Checking the mode in recursive          * tools/formed/formed/model/misc.py: Checking the mode in recursive
1044            tree traversals is a common task. To ease this a decorator function            tree traversals is a common task. To ease this a decorator function
1045                  checkMode in union with sub classing ModeChecker can be used.            checkMode in union with sub classing ModeChecker can be used.
1046                  To make it work simply subclass from ModeChecker and add the decorator            To make it work simply subclass from ModeChecker and add the decorator
1047                  to the methods that need mode tracking. Before you start the recursion            to the methods that need mode tracking. Before you start the recursion
1048                  call self.prepareDescent().            call self.prepareDescent().
1049    
1050          * tools/formed/formed/plugins/export/html.py: Uses the new decorator scheme          * tools/formed/formed/plugins/export/html.py: Uses the new decorator scheme
1051            now which replace the old. TODO: Make the web renderer use the new scheme            now which replace the old. TODO: Make the web renderer use the new scheme
1052                  too.            too.
1053    
1054  2007-09-02 Sascha L. Teichmann <[email protected]>  2007-09-02      Sascha L. Teichmann <[email protected]>
1055    
1056          * tools/formed/formed/plugins/export/sql.py: Removed needless import.          * tools/formed/formed/plugins/export/sql.py: Removed needless import.
1057    
1058          * tools/formed/formed/plugins/export/html.py: HTML table exporter          * tools/formed/formed/plugins/export/html.py: HTML table exporter
1059            uses new FileDialogFilter base class too.            uses new FileDialogFilter base class too.
1060    
1061  2007-09-02 Sascha L. Teichmann <[email protected]>  2007-09-02      Sascha L. Teichmann <[email protected]>
1062    
1063          * tools/formed/formed/plugins/ui/*: New. All file exporters          * tools/formed/formed/plugins/ui/*: New. All file exporters
1064            need a file dialog. Till now each of them pulled up its            need a file dialog. Till now each of them pulled up its
1065                  own. This was silly code replication. Now there is an abstract            own. This was silly code replication. Now there is an abstract
1066                  base class 'FileDialogFilter' which implements the common            base class 'FileDialogFilter' which implements the common
1067                  behavior. The file exporters should subclass it.            behavior. The file exporters should subclass it.
1068    
1069          * tools/formed/formed/plugins/export/sql.py: Subclass the SQL          * tools/formed/formed/plugins/export/sql.py: Subclass the SQL
1070            exporters from the new base class. TODO: Subclass the HTML            exporters from the new base class. TODO: Subclass the HTML
1071                  exporter too.            exporter too.
1072    
1073  2007-08-31 Sascha L. Teichmann <[email protected]>  2007-08-31      Sascha L. Teichmann <[email protected]>
1074    
1075          * tools/formed/formed/plugins/export/html.py: Make mode check          * tools/formed/formed/plugins/export/html.py: Make mode check
1076            work (again).            work (again).
1077    
1078  2007-08-31 Torsten Irlaender <[email protected]>  2007-08-31      Torsten Irlaender <[email protected]>
1079    
1080          * tools/formed/formed/plugins/export/html.py: Rendering of the HTML          * tools/formed/formed/plugins/export/html.py: Rendering of the HTML
1081            exprt works now in a recursive way. This change was needed because            exprt works now in a recursive way. This change was needed because
# Line 393  Line 1083 
1083            full hirachically document stuctures. (nested lists)            full hirachically document stuctures. (nested lists)
1084            TODO: Fix modechecking            TODO: Fix modechecking
1085    
1086  2007-08-31 Torsten Irlaender <[email protected]>  2007-08-31      Torsten Irlaender <[email protected]>
1087    
1088          * tools/formed/formed/plugins/web/plugin.py: Navigation rendering works          * tools/formed/formed/plugins/web/plugin.py: Navigation rendering works
1089            now in recursive way. This change was needed because the structure            now in recursive way. This change was needed because the structure
1090            of the formedtree has changed to be able to render full hirachically            of the formedtree has changed to be able to render full hirachically
1091            document stuctures. (nested lists)            document stuctures. (nested lists)
1092    
1093  2007-08-31 Sascha L. Teichmann <[email protected]>  2007-08-31      Sascha L. Teichmann <[email protected]>
1094    
1095          * tools/formed/formed/model/nodecomponents.py: use discard()          * tools/formed/formed/model/nodecomponents.py: use discard()
1096            instead of remove on sets.            instead of remove on sets.
# Line 411  Line 1101 
1101          * tools/formed/formed/config.py: Added the new exporter          * tools/formed/formed/config.py: Added the new exporter
1102            to the list of export filters.            to the list of export filters.
1103    
1104  2007-08-30 Sascha L. Teichmann <[email protected]>  2007-08-30      Sascha L. Teichmann <[email protected]>
1105    
1106          * tools/formed/formed/model/data.py: Fixed a bug in          * tools/formed/formed/model/data.py: Fixed a bug in
1107            Page.allWidgets()            Page.allWidgets()
# Line 421  Line 1111 
1111    
1112          * tools/formed/formed/config.py: Add the new SP exporter.          * tools/formed/formed/config.py: Add the new SP exporter.
1113    
1114  2007-08-29 Torsten Irlaender <[email protected]>  2007-08-29      Torsten Irlaender <[email protected]>
1115    
1116          * tools/formed/formed/plugins/web/plugin.py,          * tools/formed/formed/plugins/web/plugin.py,
1117            tools/formed/formed/plugins/web/error_renderer.py: Added interface            tools/formed/formed/plugins/web/error_renderer.py: Added interface
1118            to get the errors for a whole page in te formular. These errors can            to get the errors for a whole page in te formular. These errors can
1119            now be displayed on the top of the formular.            now be displayed on the top of the formular.
1120    
1121  2007-08-29 Torsten Irlaender <[email protected]>  2007-08-29      Torsten Irlaender <[email protected]>
1122    
1123          * tools/formed/formed/plugins/web/renderer.py: Finished implementation          * tools/formed/formed/plugins/web/renderer.py: Finished implementation
1124            of the getFromData interface and prepared the rederer for generating            of the getFromData interface and prepared the rederer for generating
1125            nice error messages            nice error messages
1126    
1127  2007-08-28 Frank Koormann <[email protected]>  2007-08-28      Frank Koormann <[email protected]>
1128    
1129          * tools/formed/formed/plugins/export/sql.py          * tools/formed/formed/plugins/export/sql.py
1130          (SchemaCreator.createSchema, SchemaCreator._createGroup):          (SchemaCreator.createSchema, SchemaCreator._createGroup):
1131          Fixed typo in created DDS (PRIMRAY -> PRIMARY)          Fixed typo in created DDS (PRIMRAY -> PRIMARY)
1132    
1133  2007-08-28 Torsten Irlaender <[email protected]>  2007-08-28      Torsten Irlaender <[email protected]>
1134    
1135          * tools/formed/formed/plugins/export/sql.py: Added small helper          * tools/formed/formed/plugins/export/sql.py: Added small helper
1136            function to generated valid quotes within the sql statements            function to generated valid quotes within the sql statements
1137    
1138  2007-08-29 Sascha L. Teichmann <[email protected]>  2007-08-29      Sascha L. Teichmann <[email protected]>
1139    
1140          * tools/formed/formed/plugins/export/sql.py: Added foreign keys          * tools/formed/formed/plugins/export/sql.py: Added foreign keys
1141            for repeat tables.            for repeat tables.
1142                        
1143  2007-08-29 Sascha L. Teichmann <[email protected]>  2007-08-29      Sascha L. Teichmann <[email protected]>
1144    
1145          * tools/formed/formed/plugins/export/sql.py: When generating          * tools/formed/formed/plugins/export/sql.py: When generating
1146            an extra table check in a table of same content exists. In            an extra table check in a table of same content exists. In
1147                  this case reference the existing table.            this case reference the existing table.
1148    
1149  2007-08-29 Sascha L. Teichmann <[email protected]>  2007-08-29      Sascha L. Teichmann <[email protected]>
1150    
1151          * tools/formed/formed/plugins/export/sql.py: Rewritten to produce          * tools/formed/formed/plugins/export/sql.py: Rewritten to produce
1152            _real_ SQL and respect repeat groups.            _real_ SQL and respect repeat groups.
# Line 466  Line 1156 
1156          * tools/formed/formed/plugins/web/renderer.py: Use "".join([])          * tools/formed/formed/plugins/web/renderer.py: Use "".join([])
1157            instead of expensive += string concat in some places.            instead of expensive += string concat in some places.
1158    
1159  2007-08-29 Sascha L. Teichmann <[email protected]>  2007-08-29      Sascha L. Teichmann <[email protected]>
1160    
1161          * tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat()          * tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat()
1162            to .isRepeat and return a bool. Fixed a bug in Page.allWidgets().            to .isRepeat and return a bool. Fixed a bug in Page.allWidgets().
1163    
1164  2007-08-28 Torsten Irlaender <[email protected]>  2007-08-28      Torsten Irlaender <[email protected]>
1165    
1166          * tools/formed/plugins/web/renderer.py: Added Formdata interface.          * tools/formed/plugins/web/renderer.py: Added Formdata interface.
1167          * tools/formed/model/data.py: Implements Formadata interface to          * tools/formed/model/data.py: Implements Formadata interface to
# Line 479  Line 1169 
1169            attribute of the groupnode. Field-label generation slightly changed.            attribute of the groupnode. Field-label generation slightly changed.
1170            Added error indication to textfields            Added error indication to textfields
1171    
1172  2007-08-28 Sascha L. Teichmann <[email protected]>  2007-08-28      Sascha L. Teichmann <[email protected]>
1173    
1174          * tools/formed/formed/model/data.py,          * tools/formed/formed/model/data.py,
1175            tools/formed/formed/io/document.py: Removed support            tools/formed/formed/io/document.py: Removed support
1176                  of logical groups.            of logical groups.
1177    
1178  2007-08-28 Sascha L. Teichmann <[email protected]>  2007-08-28      Sascha L. Teichmann <[email protected]>
1179    
1180          * tools/formed/formed/io/document.py: Avoid saving empty          * tools/formed/formed/io/document.py: Avoid saving empty
1181            attributes.            attributes.
1182    
1183          * tools/formed/test-data/simple.xml: Applied.          * tools/formed/test-data/simple.xml: Applied.
1184    
1185  2007-08-28 Sascha L. Teichmann <[email protected]>  2007-08-28      Sascha L. Teichmann <[email protected]>
1186    
1187          * tools/formed/formed/model/data.py: Added 'repeat' and          * tools/formed/formed/model/data.py: Added 'repeat' and
1188            'invisible' attributes to group. TODO: remove logical group.            'invisible' attributes to group. TODO: remove logical group.
1189    
1190  2007-08-27 Torsten Irlaender <[email protected]>  2007-08-27      Torsten Irlaender <[email protected]>
1191    
1192          * tools/formed/plugins/web/plugin.py,          * tools/formed/plugins/web/plugin.py,
1193            tools/formed/plugins/web/renderer.py: Started to  include stylesheet            tools/formed/plugins/web/renderer.py: Started to  include stylesheet
1194            depending tags in the html generation.            depending tags in the html generation.
1195    
1196  2007-08-27 Sascha L. Teichmann <[email protected]>  2007-08-27      Sascha L. Teichmann <[email protected]>
1197    
1198          * tools/formed/formed/model/data.py,          * tools/formed/formed/model/data.py,
1199            tools/formed/formed/io/document.py: Added a logical group.            tools/formed/formed/io/document.py: Added a logical group.
1200                  It has an attribute 'repeat' to indicate that it might            It has an attribute 'repeat' to indicate that it might
1201                  be worthy an external table in DB schema.            be worthy an external table in DB schema.
1202    
1203  2007-08-27 Sascha L. Teichmann <[email protected]>  2007-08-27      Sascha L. Teichmann <[email protected]>
1204    
1205          * tools/formed/formed/plugins/web/plugin.py: Support          * tools/formed/formed/plugins/web/plugin.py: Support
1206            serving of static content.            serving of static content.
# Line 518  Line 1208 
1208          * tools/formed/formed/plugins/web/server.py: Removed          * tools/formed/formed/plugins/web/server.py: Removed
1209            old send code.            old send code.
1210    
1211  2007-08-27 Sascha L. Teichmann <[email protected]>  2007-08-27      Sascha L. Teichmann <[email protected]>
1212    
1213          * tools/formed/formed/plugins/web/plugin.py: Use new          * tools/formed/formed/plugins/web/plugin.py: Use new
1214            Response object. Fix typo.            Response object. Fix typo.
# Line 526  Line 1216 
1216          * tools/formed/formed/plugins/web/server.py: support          * tools/formed/formed/plugins/web/server.py: support
1217            response object to serve different MIME types.            response object to serve different MIME types.
1218    
1219  2007-08-27 Sascha L. Teichmann <[email protected]>  2007-08-27      Sascha L. Teichmann <[email protected]>
1220    
1221          * tools/formed/formed/plugins/web/plugin.py: Add web.path          * tools/formed/formed/plugins/web/plugin.py: Add web.path
1222            to FORMED environment  variable to specify the            to FORMED environment  variable to specify the
1223                  root of the static content.            root of the static content.
1224    
1225  2007-08-26 Sascha L. Teichmann <[email protected]>  2007-08-26      Sascha L. Teichmann <[email protected]>
1226    
1227          * tools/formed/formed/model/data.py,          * tools/formed/formed/model/data.py,
1228            tools/formed/formed/model/nodecomponents.py: Fixed mode issues.            tools/formed/formed/model/nodecomponents.py: Fixed mode issues.
1229    
1230          * tools/formed/formed/plugins/web/www,          * tools/formed/formed/plugins/web/www,
1231            tools/formed/formed/plugins/web/www/main.tmpl: New. Contains            tools/formed/formed/plugins/web/www/main.tmpl: New. Contains
1232                  a template for the HTML output.            a template for the HTML output.
1233    
1234          * tools/formed/formed/plugins/web/plugin.py: Fixes several smaller          * tools/formed/formed/plugins/web/plugin.py: Fixes several smaller
1235            mode issues. Introduces CSS support. Simplified the action            mode issues. Introduces CSS support. Simplified the action
1236                  handling.            handling.
1237    
1238          * tools/formed/formed/plugins/web/renderer.py: Removed the          * tools/formed/formed/plugins/web/renderer.py: Removed the
1239            nagivation code.            nagivation code.
1240    
1241          * tools/formed/formed/plugins/web/server.py: Added missing import.          * tools/formed/formed/plugins/web/server.py: Added missing import.
1242    
1243  2007-08-26 Sascha L. Teichmann <[email protected]>  2007-08-26      Sascha L. Teichmann <[email protected]>
1244    
1245          * tools/formed/formed/model/data.py: Added missing broadcast          * tools/formed/formed/model/data.py: Added missing broadcast
1246            parameter to setAttribute() of RuleLeaf.            parameter to setAttribute() of RuleLeaf.
# Line 564  Line 1254 
1254          * tools/formed/formed/plugins/web/server.py: New. Contains          * tools/formed/formed/plugins/web/server.py: New. Contains
1255            the HTTP server code now.            the HTTP server code now.
1256    
1257  2007-08-26 Sascha L. Teichmann <[email protected]>  2007-08-26      Sascha L. Teichmann <[email protected]>
1258    
1259          * tools/formed/test-data/simple.xml: Modified to contain a rule.          * tools/formed/test-data/simple.xml: Modified to contain a rule.
1260    
1261          * tools/formed/formed/model/expr.py: Added. A simple RPN          * tools/formed/formed/model/expr.py: Added. A simple RPN
1262            expression evaluator. To avoid the problem of eval()ing            expression evaluator. To avoid the problem of eval()ing
1263                  arbitrary python expressions I've decided to use a very            arbitrary python expressions I've decided to use a very
1264                  basic and limited stack machine to support rule checking.            basic and limited stack machine to support rule checking.
1265    
1266          * tools/formed/formed/model/data.py: Added a RuleLeaf.          * tools/formed/formed/model/data.py: Added a RuleLeaf.
1267    
# Line 579  Line 1269 
1269    
1270          * tools/formed/formed/model/nodecomponents.py: Add a method          * tools/formed/formed/model/nodecomponents.py: Add a method
1271            to find all items of a given type in document for a given            to find all items of a given type in document for a given
1272                  mode. Usefull to find all rules in the tree.            mode. Usefull to find all rules in the tree.
1273    
1274          * tools/formed/formed/ui/controls.py: Added a listener mechanism          * tools/formed/formed/ui/controls.py: Added a listener mechanism
1275            to attribute table to report exceptions when setting a value            to attribute table to report exceptions when setting a value
1276                  from GUI. Useful to report compilation errors when setting            from GUI. Useful to report compilation errors when setting
1277                  expr of rule leafs.            expr of rule leafs.
1278    
1279          * tools/formed/formed/main.py: Added a method to track exceptions          * tools/formed/formed/main.py: Added a method to track exceptions
1280            from the attribute table and pop up dialogs if they occur.            from the attribute table and pop up dialogs if they occur.
1281                  Added a counter of rule modifications in tree. Useful if you            Added a counter of rule modifications in tree. Useful if you
1282                  want build cached data structures like rule sets and you want            want build cached data structures like rule sets and you want
1283                  to know if they are still valid.            to know if they are still valid.
1284    
1285  2007-08-24 Torsten Irlaender <[email protected]>  2007-08-24      Torsten Irlaender <[email protected]>
1286    
1287          * tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint          * tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint
1288            for checkbox values. (Syntax error).            for checkbox values. (Syntax error).
# Line 600  Line 1290 
1290          * tools/formed/formed/plugins/names/filter.py: Fixes in formularname          * tools/formed/formed/plugins/names/filter.py: Fixes in formularname
1291            generation              generation  
1292    
1293  2007-08-24 Torsten Irlaender <[email protected]>  2007-08-24      Torsten Irlaender <[email protected]>
1294    
1295          * tools/formed/formed/plugins/names/filter.py: Separated Class for          * tools/formed/formed/plugins/names/filter.py: Separated Class for
1296            making the formularnames more database friendly. Added some more            making the formularnames more database friendly. Added some more
# Line 608  Line 1298 
1298          * tools/formed/formed/plugins/export/sql.py: Make use of the fresh          * tools/formed/formed/plugins/export/sql.py: Make use of the fresh
1299            separated class, and some fixes in sql generation.            separated class, and some fixes in sql generation.
1300    
1301  2007-08-24 Sascha L. Teichmann <[email protected]>  2007-08-24      Sascha L. Teichmann <[email protected]>
1302    
1303          * tools/formed/formed/plugins/export/html.py: Print lengths          * tools/formed/formed/plugins/export/html.py: Print lengths
1304            of external choice list.            of external choice list.
1305    
1306  2007-08-24 Sascha L. Teichmann <[email protected]>  2007-08-24      Sascha L. Teichmann <[email protected]>
1307    
1308          * tools/formed/formed/main.py: Little workaround for          * tools/formed/formed/main.py: Little workaround for
1309            mode selection if someone adds an removes a mode.            mode selection if someone adds an removes a mode.
1310    
1311  2007-08-24 Sascha L. Teichmann <[email protected]>  2007-08-24      Sascha L. Teichmann <[email protected]>
1312    
1313          * tools/formed/test-data/simple.xml: Better test case for          * tools/formed/test-data/simple.xml: Better test case for
1314            mode depended leaf items.            mode depended leaf items.
# Line 628  Line 1318 
1318    
1319          * tools/formed/formed/plugins/export/html.py: Use effective          * tools/formed/formed/plugins/export/html.py: Use effective
1320            mode. TODO: the 'all' modus return false results sometimes.            mode. TODO: the 'all' modus return false results sometimes.
1321                  Cause: The modes are only cumulated over time. Removal is            Cause: The modes are only cumulated over time. Removal is
1322                  not done.            not done.
1323    
1324  2007-08-24 Sascha L. Teichmann <[email protected]>  2007-08-24      Sascha L. Teichmann <[email protected]>
1325    
1326          * tools/formed/formed/plugins/export/html.py: Dump the items          * tools/formed/formed/plugins/export/html.py: Dump the items
1327            of radio groups and choices too.            of radio groups and choices too.
1328    
1329  2007-08-24 Torsten Irlaender <[email protected]>  2007-08-24      Torsten Irlaender <[email protected]>
1330    
1331          * tools/formed/formed/plugins/names/filter.py: Modified the renaming          * tools/formed/formed/plugins/names/filter.py: Modified the renaming
1332            by formular names to make the naming more database friendly.            by formular names to make the naming more database friendly.
1333            Now only alphanumeric and underscore chars is allowed.            Now only alphanumeric and underscore chars is allowed.
1334    
1335  2007-08-24 Sascha L. Teichmann <[email protected]>  2007-08-24      Sascha L. Teichmann <[email protected]>
1336    
1337          * tools/formed/formed/plugins/export/html.py: Tweaked          * tools/formed/formed/plugins/export/html.py: Tweaked
1338            HTML table exporter a bit to be on par with the XSLT            HTML table exporter a bit to be on par with the XSLT
1339                  script. TODO: Dump items in radio and choice groups.            script. TODO: Dump items in radio and choice groups.
1340    
1341  2007-08-23 Sascha L. Teichmann <[email protected]>  2007-08-23      Sascha L. Teichmann <[email protected]>
1342    
1343          * tools/formed/formed/plugins/names/filter.py: Removed          * tools/formed/formed/plugins/names/filter.py: Removed
1344            HTML and SQL exporters.            HTML and SQL exporters.
# Line 657  Line 1347 
1347            tools/formed/formed/plugins/export/__init__.py,            tools/formed/formed/plugins/export/__init__.py,
1348            tools/formed/formed/plugins/export/sql.py,            tools/formed/formed/plugins/export/sql.py,
1349            tools/formed/formed/plugins/export/html.py: New: Contain            tools/formed/formed/plugins/export/html.py: New: Contain
1350                  the HTML and the SQL exporters now.            the HTML and the SQL exporters now.
1351    
1352          * tools/formed/formed/config.py: Use exporters from different          * tools/formed/formed/config.py: Use exporters from different
1353            package now.            package now.
1354    
1355  2007-08-23 Torsten Irlaender <[email protected]>  2007-08-23      Torsten Irlaender <[email protected]>
1356    
1357          * tools/formed/formed/plugins/names/filter.py: Added an          * tools/formed/formed/plugins/names/filter.py: Added an
1358            pseudo SQL export filters. TODO: Move HTML and SQL filter            pseudo SQL export filters. TODO: Move HTML and SQL filter
# Line 671  Line 1361 
1361    
1362          * tools/formed/formed/config.py: Install the new SQL filter.          * tools/formed/formed/config.py: Install the new SQL filter.
1363    
1364  2007-08-23 Sascha L. Teichmann <[email protected]>  2007-08-23      Sascha L. Teichmann <[email protected]>
1365    
1366          * tools/formed/formed/model/nodecomponents.py: Added a depth()          * tools/formed/formed/model/nodecomponents.py: Added a depth()
1367            method to determine the depth of particular tree item.            method to determine the depth of particular tree item.
# Line 681  Line 1371 
1371    
1372          * tools/formed/formed/config.py: Install the new HTML filter.          * tools/formed/formed/config.py: Install the new HTML filter.
1373    
1374  2007-08-23 Torsten Irlaender <[email protected]>  2007-08-23      Torsten Irlaender <[email protected]>
1375    
1376          * contrib/extract-xfa-fields_and_options.xsl: Added small xsl script          * contrib/extract-xfa-fields_and_options.xsl: Added small xsl script
1377            to extract fields and options in the XFA Data in teh PDF. This            to extract fields and options in the XFA Data in teh PDF. This
1378            script might me handy to indicate changes between the different            script might me handy to indicate changes between the different
1379            formular versions.            formular versions.
1380                    
1381  2007-08-23 Sascha L. Teichmann <[email protected]>  2007-08-23      Sascha L. Teichmann <[email protected]>
1382    
1383          * tools/formed/formed/main.py: Add an 'all' mode to          * tools/formed/formed/main.py: Add an 'all' mode to
1384            select all modes. ;-)            select all modes. ;-)
1385    
1386  2007-08-22 Sascha L. Teichmann <[email protected]>  2007-08-22      Sascha L. Teichmann <[email protected]>
1387    
1388          * tools/formed/test-data/simple.xml,          * tools/formed/test-data/simple.xml,
1389            tools/formed/formed/model/data.py,            tools/formed/formed/model/data.py,
# Line 703  Line 1393 
1393            tools/formed/formed/main.py: Removed support for switch nodes.            tools/formed/formed/main.py: Removed support for switch nodes.
1394            BEWARE: This breaks compatibility with older documents!            BEWARE: This breaks compatibility with older documents!
1395    
1396  2007-08-22 Sascha L. Teichmann <[email protected]>  2007-08-22      Sascha L. Teichmann <[email protected]>
1397    
1398          * tools/formed/formed/plugins/web/plugin.py: Uses the          * tools/formed/formed/plugins/web/plugin.py: Uses the
1399            getSelectedMode() from main now.            getSelectedMode() from main now.
# Line 714  Line 1404 
1404          * tools/formed/formed/config.py: removed selected mode from          * tools/formed/formed/config.py: removed selected mode from
1405            env configuration.            env configuration.
1406    
1407  2007-08-22 Sascha L. Teichmann <[email protected]>  2007-08-22      Sascha L. Teichmann <[email protected]>
1408    
1409          * tools/formed/formed/ui/controls.py: Attributes in GUI attribute          * tools/formed/formed/ui/controls.py: Attributes in GUI attribute
1410            table are now alphabetically sorted.            table are now alphabetically sorted.
1411    
1412  2007-08-22 Sascha L. Teichmann <[email protected]>  2007-08-22      Sascha L. Teichmann <[email protected]>
1413    
1414          * tools/formed/formed/model/nodecomponents.py: Added code to          * tools/formed/formed/model/nodecomponents.py: Added code to
1415            establish the new 'modes' recursively.            establish the new 'modes' recursively.
# Line 735  Line 1425 
1425    
1426          * tools/formed/formed/main.py: Adjusted to new infrastructure.          * tools/formed/formed/main.py: Adjusted to new infrastructure.
1427    
1428  2007-08-22 Sascha L. Teichmann <[email protected]>  2007-08-22      Sascha L. Teichmann <[email protected]>
1429    
1430          * tools/formed/formed/model/nodecomponents.py: Added an          * tools/formed/formed/model/nodecomponents.py: Added an
1431            attribute 'modes' to NodeComponents.            attribute 'modes' to NodeComponents.
1432    
1433  2007-08-22 Sascha L. Teichmann <[email protected]>  2007-08-22      Sascha L. Teichmann <[email protected]>
1434    
1435          * tools/formed/formed/model/data.py: Small cosmetic cleanups          * tools/formed/formed/model/data.py: Small cosmetic cleanups
1436    
1437  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21      Sascha L. Teichmann <[email protected]>
1438    
1439          * tools/formed/formed/plugins/web/renderer.py: Another fix          * tools/formed/formed/plugins/web/renderer.py: Another fix
1440            for the hidden field. Argh!            for the hidden field. Argh!
1441    
1442  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21      Sascha L. Teichmann <[email protected]>
1443    
1444          * tools/formed/formed/plugins/web/renderer.py: Fixed double          * tools/formed/formed/plugins/web/renderer.py: Fixed double
1445            generation of hidden page field.            generation of hidden page field.
1446    
1447  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21      Sascha L. Teichmann <[email protected]>
1448    
1449          * tools/formed/formed/plugins/web/semantic.py: Added semantic          * tools/formed/formed/plugins/web/semantic.py: Added semantic
1450            checks for radio groups.            checks for radio groups.
1451    
1452  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21      Sascha L. Teichmann <[email protected]>
1453    
1454          * tools/formed/formed/plugins/web/semantic.py: Added semantic          * tools/formed/formed/plugins/web/semantic.py: Added semantic
1455            checks for choices.            checks for choices.
# Line 774  Line 1464 
1464          * contrib/convert-formedtree2html.xsl:          * contrib/convert-formedtree2html.xsl:
1465          Replace technical types with readable descriptions          Replace technical types with readable descriptions
1466    
1467  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21      Sascha L. Teichmann <[email protected]>
1468    
1469          * tools/formed/formed/plugins/web/plugin.py: Fix a few smaller          * tools/formed/formed/plugins/web/plugin.py: Fix a few smaller
1470            issues. 'action' looks for all widgets on a page now, goes            issues. 'action' looks for all widgets on a page now, goes
1471                  through all passed parameters, tries to match them with the            through all passed parameters, tries to match them with the
1472                  widgets of the page and put them into the semantic box.            widgets of the page and put them into the semantic box.
1473                  Afterwards a list of untouched page parameters are left            Afterwards a list of untouched page parameters are left
1474                  which will be deleted from the semantic box.            which will be deleted from the semantic box.
1475    
1476          * tools/formed/formed/plugins/web/semantic.py: Simplified.          * tools/formed/formed/plugins/web/semantic.py: Simplified.
1477            The NodeComponent is passed as an argument now.            The NodeComponent is passed as an argument now.
# Line 789  Line 1479 
1479          * tools/formed/formed/plugins/web/renderer.py: Generate a          * tools/formed/formed/plugins/web/renderer.py: Generate a
1480            hidden field to store the name of the page.            hidden field to store the name of the page.
1481    
1482  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21      Sascha L. Teichmann <[email protected]>
1483    
1484          * tools/formed/formed/plugins/web/plugin.py: Fixed an encoding          * tools/formed/formed/plugins/web/plugin.py: Fixed an encoding
1485            issue with incoming UTF-8 data.            issue with incoming UTF-8 data.
1486    
1487  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21      Sascha L. Teichmann <[email protected]>
1488    
1489          * tools/formed/test-data/simple.xml: Improve test for widgets          * tools/formed/test-data/simple.xml: Improve test for widgets
1490            in switches.            in switches.
1491    
1492          * tools/formed/formed/model/data.py: Added a method to find all          * tools/formed/formed/model/data.py: Added a method to find all
1493            widgets in a given page. Fixed a bug when walking in switch            widgets in a given page. Fixed a bug when walking in switch
1494                  with a given mode.            with a given mode.
1495    
1496          * tools/formed/formed/plugins/web/plugin.py: Simple test for          * tools/formed/formed/plugins/web/plugin.py: Simple test for
1497            listing all widgets in page.            listing all widgets in page.
1498    
1499  2007-08-21 Torsten Irlaender <[email protected]>  2007-08-21      Torsten Irlaender <[email protected]>
1500    
1501          * tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to          * tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to
1502            latin-1            latin-1
1503    
1504  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21      Sascha L. Teichmann <[email protected]>
1505    
1506          * tools/formed/formed/model/data.py: Added mode parameter to          * tools/formed/formed/model/data.py: Added mode parameter to
1507            walk.            walk.
1508                              
1509          * tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites          * tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites
1510            walk() with usage of the new mode parameter. Added a method to            walk() with usage of the new mode parameter. Added a method to
1511                  give children in a given mode.            give children in a given mode.
1512    
1513          * tools/formed/formed/plugins/web/renderer.py: Simplified to use          * tools/formed/formed/plugins/web/renderer.py: Simplified to use
1514            new Switch.childrenInMode() method.            new Switch.childrenInMode() method.
1515    
1516  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21      Sascha L. Teichmann <[email protected]>
1517    
1518          * tools/formed/formed/plugins/web/semantic.py: Add checks for          * tools/formed/formed/plugins/web/semantic.py: Add checks for
1519            texts and text areas.            texts and text areas.
# Line 831  Line 1521 
1521          * tools/formed/formed/plugins/web/renderer.py: Set accept-charset          * tools/formed/formed/plugins/web/renderer.py: Set accept-charset
1522            to UTF-8 in generated form.            to UTF-8 in generated form.
1523    
1524  2007-08-20 Sascha L. Teichmann <[email protected]>  2007-08-20      Sascha L. Teichmann <[email protected]>
1525    
1526          * tools/formed/formed/plugins/web/semantic.py: Added semantic          * tools/formed/formed/plugins/web/semantic.py: Added semantic
1527            tests for dates.            tests for dates.
1528    
1529  2007-08-20 Sascha L. Teichmann <[email protected]>          2007-08-20      Sascha L. Teichmann <[email protected]>  
1530    
1531          * tools/formed/test-data/simple.xml: Tweak a bit for integer          * tools/formed/test-data/simple.xml: Tweak a bit for integer
1532            range test.            range test.
# Line 850  Line 1540 
1540          * tools/formed/formed/plugins/web/plugin.py: Use semantic          * tools/formed/formed/plugins/web/plugin.py: Use semantic
1541            check.            check.
1542    
1543  2007-08-20      Torsten Irlaender <[email protected]>  2007-08-20      Torsten Irlaender <[email protected]>
1544    
1545          * tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in          * tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in
1546            selection-field generation (Removed quote)            selection-field generation (Removed quote)
# Line 863  Line 1553 
1553            renderer. This submit parameters are stored in the            renderer. This submit parameters are stored in the
1554            session now. This will ease testing the constraint            session now. This will ease testing the constraint
1555            tests which need to be written soon.            tests which need to be written soon.
1556                              
1557            BEWARE: The session management is _not_ made for production!            BEWARE: The session management is _not_ made for production!
1558            Denial of service attacks are too easy, and the            Denial of service attacks are too easy, and the
1559            cryptographical strength of the session id is doubtful.            cryptographical strength of the session id is doubtful.
# Line 881  Line 1571 
1571            and can be hooked automatically into the new 'Filters'            and can be hooked automatically into the new 'Filters'
1572            sub menu under 'Extra'. They got called when the user            sub menu under 'Extra'. They got called when the user
1573            selects their respective menu item.            selects their respective menu item.
1574                              
1575          * tools/formed/formed/config.py: Contains the list of          * tools/formed/formed/config.py: Contains the list of
1576            installed filters.            installed filters.
1577    
# Line 942  Line 1632 
1632    
1633          * tools/formed/formed/main.py: Swaped order of          * tools/formed/formed/main.py: Swaped order of
1634            'Make names unique' and 'Selected mode...' in Extra            'Make names unique' and 'Selected mode...' in Extra
1635                  menu and put a separator between them.            menu and put a separator between them.
1636    
1637  2007-08-15      Sascha L. Teichmann <[email protected]>  2007-08-15      Sascha L. Teichmann <[email protected]>
1638    
# Line 951  Line 1641 
1641    
1642          * tools/formed/formed/plugins/plugin.py: Simplified          * tools/formed/formed/plugins/plugin.py: Simplified
1643            the plug-in interface. Only the reference to the            the plug-in interface. Only the reference to the
1644                  global configuration is passed at setup time.            global configuration is passed at setup time.
1645    
1646          * tools/formed/formed/plugins/web/plugin.py: Adjusted          * tools/formed/formed/plugins/web/plugin.py: Adjusted
1647            to new plug-in setup. The traveral mode is now taken            to new plug-in setup. The traveral mode is now taken
1648                  from the global configuration each time a rendering            from the global configuration each time a rendering
1649                  is triggered. The FORMED parameter is now named            is triggered. The FORMED parameter is now named
1650                  'doc.mode' instead of 'web.mode'. The parameter            'doc.mode' instead of 'web.mode'. The parameter
1651                  is not needed any more because it can be configured            is not needed any more because it can be configured
1652                  at runtime.            at runtime.
1653    
1654          * tools/formed/formed/main.py: Adjusted to new plugin          * tools/formed/formed/main.py: Adjusted to new plugin
1655            setup. Added a new menu item Extra->Select Mode...            setup. Added a new menu item Extra->Select Mode...
1656                  to select the traversal mode. It is stored in the            to select the traversal mode. It is stored in the
1657                  global config.            global config.
1658    
1659          * tools/formed/formed/config.py: Simplified. Only uses          * tools/formed/formed/config.py: Simplified. Only uses
1660            one env dictionary to store global configuration parameters.            one env dictionary to store global configuration parameters.
# Line 976  Line 1666 
1666    
1667          * tools/formed/formed/plugins/web/plugin.py,          * tools/formed/formed/plugins/web/plugin.py,
1668            tools/formed/formed/plugins/web/renderer.py: Added parameter            tools/formed/formed/plugins/web/renderer.py: Added parameter
1669                  print out in web plugin.            print out in web plugin.
1670    
1671  2007-08-15      Torsten Irlaender <[email protected]>  2007-08-15      Torsten Irlaender <[email protected]>
1672    
# Line 994  Line 1684 
1684    
1685          * tools/formed/formed/plugins/web/plugin.py,          * tools/formed/formed/plugins/web/plugin.py,
1686            tools/formed/formed/config.py: Added a 'web.mode' parameter            tools/formed/formed/config.py: Added a 'web.mode' parameter
1687                  to FORMED environment variable.            to FORMED environment variable.
1688                  e.g. 'FORMED=web.mode:modeX' sets the mode 'modeX'.            e.g. 'FORMED=web.mode:modeX' sets the mode 'modeX'.
1689                  Defaults to 'default'.            Defaults to 'default'.
1690    
1691          * tools/formed/test-data/simple.xml: Added test for switch.          * tools/formed/test-data/simple.xml: Added test for switch.
1692    
# Line 1010  Line 1700 
1700          * tools/formed/formed/io/document.py,          * tools/formed/formed/io/document.py,
1701            tools/formed/formed/model/data.py,            tools/formed/formed/model/data.py,
1702            tools/formed/formed/model/nodecomponents.py: Added an item            tools/formed/formed/model/nodecomponents.py: Added an item
1703                  to model external item lists.            to model external item lists.
1704    
1705          * tools/formed/formed/plugins/web/renderer.py: Render new item          * tools/formed/formed/plugins/web/renderer.py: Render new item
1706            list.            list.
# Line 1027  Line 1717 
1717    
1718          * contrib/extract-xfa-items.sh: New. Can be used to extract longer          * contrib/extract-xfa-items.sh: New. Can be used to extract longer
1719            choice item lists for a given field from XFA files. e.g. with            choice item lists for a given field from XFA files. e.g. with
1720                  './contrib/extract-xfa-items.sh Muttersprache alles.xml'            './contrib/extract-xfa-items.sh Muttersprache alles.xml'
1721    
1722  2007-08-12      Sascha L. Teichmann <[email protected]>  2007-08-12      Sascha L. Teichmann <[email protected]>
1723    
1724          * tools/formed/formed/model/data.py,          * tools/formed/formed/model/data.py,
1725            tools/formed/formed/plugins/web/renderer.py,            tools/formed/formed/plugins/web/renderer.py,
1726                  tools/formed/formed/io/document.py: Changed the structure            tools/formed/formed/io/document.py: Changed the structure
1727                  of choice constructs. The idea to hold the different items            of choice constructs. The idea to hold the different items
1728                  of a particular choice in a semicolon separated list was bad.            of a particular choice in a semicolon separated list was bad.
1729                  Now choices are groups and  the option items are modelled as            Now choices are groups and  the option items are modelled as
1730                  embedded bools. (mainly Torsten Irländer's idea).            embedded bools. (mainly Torsten Irländer's idea).
1731    
1732                  WARNING: this makes old document files containing choices incompatible!!!            WARNING: this makes old document files containing choices incompatible!!!
1733                  Use the following XSLT to reestablish compatibility.            Use the following XSLT to reestablish compatibility.
1734                              
1735          * contrib/itemize-choices.xsl: New converts old to new structure.          * contrib/itemize-choices.xsl: New converts old to new structure.
1736            Needs exslt.org's string extensions (which xsltproc includes)            Needs exslt.org's string extensions (which xsltproc includes)
1737    
# Line 1059  Line 1749 
1749    
1750          * tools/formed/formed/model/nodecomponents.py: Added code to clone parts          * tools/formed/formed/model/nodecomponents.py: Added code to clone parts
1751            of the tree.            of the tree.
1752                              
1753          * tools/formed/formed/ui/controls.py: Added a getSelected method.          * tools/formed/formed/ui/controls.py: Added a getSelected method.
1754    
1755          * tools/formed/formed/model/misc.py: Fixed a programming bug.          * tools/formed/formed/model/misc.py: Fixed a programming bug.
# Line 1082  Line 1772 
1772    
1773          * tools/formed/formed/model/nodecomponents.py: Added walk generator over all          * tools/formed/formed/model/nodecomponents.py: Added walk generator over all
1774            items in the document tree. Added a method to eliminated duplicated names            items in the document tree. Added a method to eliminated duplicated names
1775                  in document tree.            in document tree.
1776    
1777          * tools/formed/formed/model/misc.py: Added update mechanism for id generator          * tools/formed/formed/model/misc.py: Added update mechanism for id generator
1778            after names collisions are eliminated.            after names collisions are eliminated.
# Line 1094  Line 1784 
1784    
1785          * tools/formed/formed/model/data.py,          * tools/formed/formed/model/data.py,
1786            tools/formed/formed/plugins/web/renderer.py: Removed support            tools/formed/formed/plugins/web/renderer.py: Removed support
1787                  for 'text' attributes in bool items. They were never really            for 'text' attributes in bool items. They were never really
1788                  used and the 'description' attributes fulfill the same            used and the 'description' attributes fulfill the same
1789                  purpose.            purpose.
1790    
1791          * contrib/remove-bool-text.xsl: Transform to remove the          * contrib/remove-bool-text.xsl: Transform to remove the
1792            'text' attributes from bool items. Apply with:            'text' attributes from bool items. Apply with:
1793                  'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml'            'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml'
1794    
1795          * tools/formed/test-data/simple.xml: Removed 'text' attributes          * tools/formed/test-data/simple.xml: Removed 'text' attributes
1796            from bool items.            from bool items.
# Line 1119  Line 1809 
1809    
1810          * contrib/convert-choices.xsl: Added to convert document files          * contrib/convert-choices.xsl: Added to convert document files
1811            which use the choice 'option' attribute to usage of 'value'.            which use the choice 'option' attribute to usage of 'value'.
1812                  Apply with e.g. 'xsltproc convert-choices.xsl old.xml > new.xml'            Apply with e.g. 'xsltproc convert-choices.xsl old.xml > new.xml'
1813    
1814  2007-08-10      Sascha L. Teichmann <[email protected]>  2007-08-10      Sascha L. Teichmann <[email protected]>
1815    
# Line 1156  Line 1846 
1846    
1847          * tools/formed/formed/plugins/web/plugin.py: To determine          * tools/formed/formed/plugins/web/plugin.py: To determine
1848            the port look at FORMED dictionary first. Key is 'web.port'.            the port look at FORMED dictionary first. Key is 'web.port'.
1849                  e.g. FORMED='web.port:8888'            e.g. FORMED='web.port:8888'
1850    
1851          * tools/formed/formed/main.py: Call the plugin setup with          * tools/formed/formed/main.py: Call the plugin setup with
1852            the reference to the config.            the reference to the config.
# Line 1236  Line 1926 
1926    
1927          * tools/formed/formed/model/data.py,          * tools/formed/formed/model/data.py,
1928            tools/formed/formed/model/nodecomponents.py: Added new            tools/formed/formed/model/nodecomponents.py: Added new
1929                  attributes.            attributes.
1930    
1931          * tools/formed/formed/plugins/web/plugin.py: Added rendering          * tools/formed/formed/plugins/web/plugin.py: Added rendering
1932            for checkboxes and radio buttons.            for checkboxes and radio buttons.
# Line 1265  Line 1955 
1955    
1956          * tools/formed/formed/plugins/web/plugin.py: Added a first          * tools/formed/formed/plugins/web/plugin.py: Added a first
1957            version of a recursive HTML renderer based on the document            version of a recursive HTML renderer based on the document
1958                  tree.            tree.
1959    
1960  2007-08-08      Sascha L. Teichmann <[email protected]>  2007-08-08      Sascha L. Teichmann <[email protected]>
1961    
# Line 1294  Line 1984 
1984    
1985          * tools/formed/formed/main.py: Added event route document ->          * tools/formed/formed/main.py: Added event route document ->
1986            attribute table to get informed when selected item is delete            attribute table to get informed when selected item is delete
1987                  or an attribute is changed from the outside.            or an attribute is changed from the outside.
1988    
1989          * tools/formed/formed/ui/controls.py: Fixed. In older versions of          * tools/formed/formed/ui/controls.py: Fixed. In older versions of
1990            wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead            wxPython 2.6.x ListCtrl.InsertStringItem takes 2 instead
1991                  of 3 argument. Uses icons+tooltips for tree navigation now.            of 3 argument. Uses icons+tooltips for tree navigation now.
1992    
1993  2007-08-07      Sascha L. Teichmann <[email protected]>  2007-08-07      Sascha L. Teichmann <[email protected]>
1994    
# Line 1346  Line 2036 
2036    
2037          * tools/formed/formed/ui/controls.py: Establish sort order          * tools/formed/formed/ui/controls.py: Establish sort order
2038            by indices of children in parent instead of alphanum.            by indices of children in parent instead of alphanum.
2039                  Code to move items up and down the document tree.            Code to move items up and down the document tree.
2040    
2041          * tools/formed/formed/io/document.py: Added missing imports.          * tools/formed/formed/io/document.py: Added missing imports.
2042    
# Line 1359  Line 2049 
2049    
2050          * tools/formed/formed/main.py,          * tools/formed/formed/main.py,
2051            tools/formed/formed/ui/controls.py: Added control to            tools/formed/formed/ui/controls.py: Added control to
2052                  move items around in tree. Has no effect by now.            move items around in tree. Has no effect by now.
2053    
2054  2007-08-05      Sascha L. Teichmann <[email protected]>  2007-08-05      Sascha L. Teichmann <[email protected]>
2055    
# Line 1375  Line 2065 
2065    
2066          * tools/formed/*: initial check-in of the Formular Editor.          * tools/formed/*: initial check-in of the Formular Editor.
2067            Not working yet. Only can load, view and store formular XML files.            Not working yet. Only can load, view and store formular XML files.
2068                  Start it with 'tools/formed/formed.sh'.            Start it with 'tools/formed/formed.sh'.

Legend:
Removed from v.164  
changed lines
  Added in v.271

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26