/[formed]/trunk/ChangeLog
ViewVC logotype

Annotation of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26