/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 185 by teichmann, Mon Sep 17 16:30:44 2007 UTC revision 305 by torsten, Thu Jan 22 15:57:51 2009 UTC
# Line 1  Line 1 
1    2009-01-22      Torsten Irländer <[email protected]>
2    
3            Implemented new XML-Format for formed xml files.
4    
5            * formed/formed/model/nodecomponents.py,
6              formed/formed/io/document.py,
7              formed/formed/main.py,
8              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
9              node. Under case is the definition of the formular. logbook will
10              hold the defintion of logboog entrys. For now only the part under
11              "case" can be modified.  
12    
13    2009-01-21      Torsten Irländer <[email protected]>
14    
15            Changed way how XSD-Scheme is generated
16    
17            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
18              logbookentrys. The scheme definiton is now hardcoded in the
19              exporter as it will rarely change. It logbookpart will not be
20              generated from the formedtree anymore.
21    
22    2009-01-20      Torsten Irländer <[email protected]>
23    
24            Support Logbook entrys in xsd schema export
25    
26            * formed/formed/model/data.py: Repeatnode are now handeld as
27              repeatgroups in xsd-export
28            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
29              logbookentrys. The scheme will now validate against an xmlfile from
30              the offlineclient.
31    
32    2009-01-09      Torsten Irländer <[email protected]>
33    
34            Added new repeat node
35    
36            * formed/formed/model/data.py,
37              formed/formed/io/document.py: Added repeatnode to the formedtree.
38              TODO: Remove repeatgroup handling from the groupnode.
39    
40    2009-01-08      Torsten Irländer <[email protected]>
41    
42            Add isset operator to autogenerated rules.
43    
44            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
45              autogenerated rules.
46    
47    2008-12-17      Frank Koormann <[email protected]>
48    
49            * formed/formed/plugins/export/latex.py: Export form as set of
50            latex tables to be included into a master document. The export
51            generates section marks to structure the form and placeholders for
52            help texts to be merged in by a post processing step.
53    
54    2008-12-04      Sascha L. Teichmann <[email protected]>
55    
56            * formed/formed/model/expr.py: Added 'today' which pushes the current date
57              on the stack.
58    
59    2008-12-03      Sascha L. Teichmann <[email protected]>
60    
61            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
62              storage of fields.
63    
64            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
65              fields as an accepted value. Generate schema for radio groups too.
66    
67    2008-12-01      Torsten Irländer <[email protected]>
68    
69            Added autmatic generation of required rules
70    
71            * formed/formed/model/data.py,
72              formed/formed/model/expr.py,
73              formed/formed/plugins/modify/rules.py: Default rules for required
74              fields can now be generated.
75    
76    2008-11-28      Sascha L. Teichmann <[email protected]>
77    
78            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
79              Ported WidgetCollector from Offline client.
80    
81            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
82              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
83    
84            * formed/formed/config.py: Bind new filter to FormEd
85    
86    2008-11-27      Torsten Irländer <[email protected]>
87    
88            * formed/formed/model/data.py: Added new attribute mark for rules
89    
90    2008-11-10      Torsten Irländer <[email protected]>
91    
92            Implemented radio-matrix elements. radio elelement having the same
93            options can now be rendered in table form.
94    
95            * formed/formed/model/data.py,
96              formed/formed/io/document.py: Added new radio-matrix element to the
97              model and gui
98            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
99              the radio-matrix element.
100    
101    2008-11.03      Torsten Irländer <[email protected]>
102    
103            * formed/formed/model/data.py: Fixed import error
104    
105    2008-10-29      Sascha L. Teichmann <[email protected]>
106    
107            Relative paths in external choices are now possible. Relative paths are
108            relative to path of the master document.
109    
110            * formed/model/data.py: external choice are now storing the path to the
111              master document.
112    
113            * formed/formed/io/document.py: Pass context to SAX builder.
114    
115            * formed/formed/io/factories.py: For new created nodes look if there
116              is a method 'setLoadContext' and call it.
117    
118    2008-09-04      Sascha L. Teichmann <[email protected]>
119    
120            * doc/beschreibung.txt: New. Initial description of FormEd (german).
121    
122    2008-08-22      Sascha L. Teichmann <[email protected]>
123    
124            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
125    
126    2008-08-21      Sascha L. Teichmann <[email protected]>
127    
128            * formed/formed/io/document.py: Indent tree while saving
129            * formed/formed/main.py: removed needless print
130    
131    2008-08-15      Sascha L. Teichmann <[email protected]>
132    
133            * LICENSE: New GPLv3
134            * */*.py, *.sh: Added reference to LICENSE
135    
136    2008-08-15      Sascha L. Teichmann <[email protected]>
137    
138            * tools: removed because there a no tools any more.
139    
140    2008-08-15      Sascha L. Teichmann <[email protected]>
141    
142            * tools/formed: moved one level up because its the only
143              part of this project now.
144    
145    2008-08-15      Sascha L. Teichmann <[email protected]>
146    
147            * tools/anonym/*: Removed as it belongs to mpuls WASKA
148    
149    2008-08-15      Sascha L. Teichmann <[email protected]>
150    
151            * pdf2xfa/*: removed. It belongs to mpuls
152    
153    2008-08-13 L. Teichmann <[email protected]>
154    
155            i18n of the plug-ins:
156            * tools/formed/formed/plugins/export/diff.py,
157              tools/formed/formed/plugins/export/data.py,
158              tools/formed/formed/plugins/export/old_sql.py,
159              tools/formed/formed/plugins/export/latex.py,
160              tools/formed/formed/plugins/export/xsd.py,
161              tools/formed/formed/plugins/export/sql.py,
162              tools/formed/formed/plugins/export/typemap.py,
163              tools/formed/formed/plugins/export/html.py,
164              tools/formed/formed/plugins/export/mode.py,
165              tools/formed/formed/plugins/export/html2.py,
166              tools/formed/formed/plugins/export/xls.py,
167              tools/formed/formed/plugins/names/filter.py,
168              tools/formed/formed/plugins/plugin.py,
169              tools/formed/formed/plugins/web/help.py,
170              tools/formed/formed/plugins/web/form_renderer.py,
171              tools/formed/formed/plugins/web/plugin.py,
172              tools/formed/formed/plugins/web/error_renderer.py,
173              tools/formed/formed/plugins/web/view_renderer.py,
174              tools/formed/formed/plugins/web/semantic.py,
175              tools/formed/formed/plugins/web/cache.py,
176              tools/formed/formed/plugins/web/server.py,
177              tools/formed/formed/plugins/web/controllers.py,
178              tools/formed/formed/plugins/web/renderer.py,
179              tools/formed/formed/plugins/ui/controls.py,
180              tools/formed/formed/config.py: _("")s the stuff
181              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
182              extracted and translated.
183    
184    2008-08-08      Sascha L. Teichmann <[email protected]>
185    
186            First version of FormEd i18n. After checkout go to tools/formed/po/ and
187            say 'make mo'. Afterwards you can start FormEd as usual.
188    
189            * tools/formed/resources: New. Place to places ressources like *.mo files
190            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
191              
192            * tools/formed/po,
193              tools/formed/po/Makefile,
194              tools/formed/po/formed.pot,
195              tools/formed/po/de_DE.po: i18n stuff.
196    
197    2008-08-08      Sascha L. Teichmann <[email protected]>
198    
199            * tools/anonym/xmlexport.py: Only export cases which are not
200              'schwebend geloescht'.
201    
202    2008-07-23      Sascha L. Teichmann <[email protected]>
203    
204            Fixed issue472
205    
206            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
207    
208    2008-07-17      Sascha L. Teichmann <[email protected]>
209    
210            * tools/anonym/xmlimport.py: removed marking of invalid cases
211            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
212    
213    2008-07.07      Torsten Irländer <[email protected]>
214    
215            * tools/formed/formed/plugins/export/latex.py
216              tools/formed/formed/config.py: Added new LaTex Export. Beware this
217              is even more ugly the HTML Export.
218            * tools/formed/formed/plugins/export/html.py: Added information on
219              anonymisation to the html export.
220    
221    2008-07-07      Sascha L. Teichmann <[email protected]>
222    
223            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
224    
225    2008-07-07      Sascha L. Teichmann <[email protected]>
226    
227            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
228    
229    2008-07-07      Sascha L. Teichmann <[email protected]>  
230            
231            * tools/formed/formed/plugins/export/html.py: Added additional column
232            to the html export with information how each field will get
233            anonymized.
234    
235    2008-07-07      Sascha L. Teichmann <[email protected]>  
236    
237            * tools/anonym/xmlimport.py: sync with productive version.
238    
239    2008-06-10      Torsten Irländer <[email protected]>
240    
241            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
242              call anonymize function
243    
244    2008-05-21      Sascha L. Teichmann <[email protected]>  
245    
246            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
247              back to UTF-8.
248    
249    2008-05-21      Frank Koormann <[email protected]>
250    
251            * tools/formed/formed/plugins/export/xls.py: New, export key value
252            tables as excel workbook with one sheet per table.
253    
254            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
255    
256    2008-05-21      Frank Koormann <[email protected]>
257    
258            * tools/formed/formed/plugins/export/xsd.py
259            (SchemaCreator._createChoice): Fix use of choices name.
260    
261    2008-04-29      Sascha L. Teichmann <[email protected]>
262    
263            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
264              to allow arbitrary order of repeat groups.
265    
266    2008-04-29      Sascha L. Teichmann <[email protected]>
267    
268            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
269              character.
270    
271    2008-04-29      Sascha L. Teichmann <[email protected]>
272    
273            * tools/formed/formed/plugins/export/xsd.py: Added annotations
274              to fields.
275    
276    2008-04-29      Sascha L. Teichmann <[email protected]>
277    
278            * tools/formed/formed/plugins/export/xsd.py: Added for
279              choice fields.
280    
281    2008-04-29      Sascha L. Teichmann <[email protected]>
282    
283            * tools/formed/formed/plugins/export/xsd.py: Added support for
284              boolean fields based on enumerations.
285    
286    2008-04-28      Sascha L. Teichmann <[email protected]>
287    
288            * tools/formed/formed/plugins/export/xsd.py: Added support for
289              date, text and textarea fields.
290    
291    2008-04-28      Sascha L. Teichmann <[email protected]>
292    
293            * tools/formed/formed/plugins/export/xsd.py: Added support for
294              repeat groups and integer fields.
295    
296    2008-04-28      Sascha L. Teichmann <[email protected]>
297    
298            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
299              exporting as XML schema. not ready, yet.
300    
301            * tools/formed/formed/config.py: Use new plug-in.
302    
303            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
304    
305    2008-04-17      Torsten Irländer <[email protected]>
306    
307            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
308            for the views because of the new group permissions.
309    
310    2008-04-09      Sascha L. Teichmann <[email protected]>
311    
312            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
313              old anonymized cases.
314    
315    2008-04-01      Sascha L. Teichmann <[email protected]>
316    
317            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
318              from clause to select datasets.
319              Replace ']]>' in CDATA sections with correct splitted replacement.
320    
321    2008-03-12      Sascha L. Teichmann <[email protected]>
322            
323            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
324              script.
325    
326            * tools/anonym/xmlimport.py: commented out database port from
327              connectionstring.
328    
329    2008-03-12      Sascha L. Teichmann <[email protected]>
330    
331            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
332              of anonymization of repeat groups (wrong id was given).
333    
334    2008-03-11      Sascha L. Teichmann <[email protected]>
335    
336            * tools/formed/formed/plugins/export/sql.py: Generate no update
337              statements for relations which have no anonym functions applied.
338    
339    2008-03-11      Sascha L. Teichmann <[email protected]>
340    
341            * tools/formed/formed/plugins/export/sql.py: Added a newline after
342              'COMMIT;' in the last line.
343    
344    2008-03-11      Sascha L. Teichmann <[email protected]>
345    
346            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
347              generated anonymize_case() function.
348              
349    2008-03-11      Sascha L. Teichmann <[email protected]>
350    
351            * tools/formed/formed/plugins/export/sql.py: Added code to
352              generate a plpgsql function anonymize_case() that anonymized
353              a given case and all of its depending repeat groups.
354    
355    2008-03-06      Sascha L. Teichmann <[email protected]>
356    
357            * tools/anonym/xmlimport.py: remove print of insert statement.
358    
359            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
360    
361    2008-03-03      Torsten Irländer <[email protected]>
362    
363            * anonym/cron.sendAnonXml.sh,
364              anonym/getDbList.sh: Modified script to be used directly in the
365              production environment (Copied running scripts from production
366              server)
367    
368            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
369              to be used in a production environment (Cpoied running script from
370              production server)
371    
372            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
373              ensure that only valid cases get exported
374    
375    2008-02-27      Sascha L. Teichmann <[email protected]>
376    
377            * tools/anonym/xmlimport.py: Fixed bug in date converter.
378    
379    2008-02-27      Sascha L. Teichmann <[email protected]>
380    
381            * tools/anonym/xmlimport.py: Simpilied version
382    
383    2008-02-27      Sascha L. Teichmann <[email protected]>
384    
385            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
386              xmlimport.py and parameters.
387    
388            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
389    
390            * tools/anonym/xmlexport.py: Use python interpreter without env
391              because of sudo context.
392    
393    2008-02-26      Sascha L. Teichmann <[email protected]>
394    
395            * tools/anonym/xmlimport.py: added support for getopt. add
396              support to force in fkz in import of case.
397    
398    2008-02-26      Sascha L. Teichmann <[email protected]>
399    
400            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
401    
402            * tools/anonym/html.awk: produces valid HTML.
403    
404    2008-02-25      Sascha L. Teichmann <[email protected]>
405    
406            * tools/anonym/joincsv.py: Fix a logic bug.
407    
408    2008-02-25      Torsten Irlaender <[email protected]>
409    
410            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
411              exportted cases. It will read all files from a directory and import
412              the files into the DB. After that the script will cleanup the
413              directory.
414    
415    2008-02-25      Torsten Irländer <[email protected]>
416            
417            * tools/anonym/cron.sendAnonXml.sh,
418              tools/anonym/xmlexport.py,
419              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
420    
421    2008-02-25      Sascha L. Teichmann <[email protected]>
422    
423            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
424    
425    2008-02-25      Sascha L. Teichmann <[email protected]>
426    
427            * tools/anonym/joincsv.py: New. Joins CSV files.
428    
429            * tools/anonym/html.awk: New. Converts CSV to HTML
430    
431    2008-02-25      Sascha L. Teichmann <[email protected]>
432    
433            * tools/anonym/xmlimport.py: New. Added generation of
434              update statements.
435    
436    2008-02-25      Sascha L. Teichmann <[email protected]>
437    
438            * tools/anonym/xmlimport.py: New. Base for importing
439              XML from cron.
440    
441    2008-02-24      Sascha L. Teichmann <[email protected]>
442    
443            * tools/formed/formed/plugins/export/html2.py: New. plug-in
444              for a simplified HTML output
445    
446            * tools/formed/formed/plugins/export/typemap.py: New. plug-in
447              for dump schema as python dictionary.
448    
449            * tools/formed/formed/config.py: Enable new plug-ins. Out comment
450              old stored procedure and view generators.
451    
452    2008-02-19      Sascha L. Teichmann <[email protected]>
453    
454            * tools/anonym/xmlexport.py: New. Export all cases in database
455              as XML.
456    
457    2008-02-18      Sascha L. Teichmann <[email protected]>
458    
459            * tools/anonym/anoymncsv.py: separate field with '\t' now.
460              all '\t's are replaced by '   ' before. '\r\n' are removed too.
461    
462    2008-02-15      Sascha L. Teichmann <[email protected]>
463    
464            * tools/anonym/anoymncsv.py: simple script to fetch anonymous
465              data from database.
466    
467    2008-02-14      Sascha L. Teichmann <[email protected]>
468    
469            * tools/formed/formed/plugins/export/sql.py: Exchanged name
470              erase_value with suppress_value/suppress_value2.
471    
472    2008-02-13      Sascha L. Teichmann <[email protected]>
473    
474            * tools/formed/formed/plugins/export/sql.py: output id, master_id
475              substitute 'erase_value' with NULL value.
476    
477    2008-02-13      Sascha L. Teichmann <[email protected]>
478    
479            * tools/formed/formed/plugins/export/sql.py: output id, master_id
480              and uuid_id in anonymiziation views too.
481    
482    2008-02-13      Sascha L. Teichmann <[email protected]>
483    
484            * tools/formed/formed/plugins/export/sql.py: Added generation
485              of anonymiziation views for master table views and repeat group
486              views.
487    
488    2008-02-13      Sascha L. Teichmann <[email protected]>
489    
490            * tools/formed/formed/model/nodecomponents.py: Added attribute
491              "function"
492    
493            * tools/formed/formed/io/document.py: Save attributes in
494              alphabetical order.
495    
496    2008-02-02      Sascha L. Teichmann <[email protected]>
497    
498            * tools/formed/formed/plugins/export/sql.py: Added update rule
499              for master table and repeat groups views. Granted update right
500              to :cm_ka_group.
501    
502    2008-02-01      Sascha L. Teichmann <[email protected]>
503    
504            * tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id'
505              for master table and repeat groups. Also added unique constraints
506              to these columns.
507    
508    2007-12-10      Sascha L. Teichmann <[email protected]>
509    
510            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system
511              property 'root.element' to specify the name of the XML root.
512    
513            * pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted.
514    
515    2007-11-22      Sascha L. Teichmann <[email protected]>
516    
517            * pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts
518              for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde.
519    
520            * pdf2xfa/README.TXT: Add a remark to new boot scripts.
521    
522    2007-11-21      Sascha L. Teichmann <[email protected]>
523    
524            * pdf2xfa/src/de/intevation/pdfimport/Log.java: New.
525              Sends logging to file.
526    
527            * pdf2xfa/src/de/intevation/pdfimport/Server.java,
528              pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted
529              to use new logging.
530    
531            * pdf2xfa/README.TXT: Added remark how to use logging.
532    
533    2007-11-16      Frank Koormann <[email protected]>
534    
535            * tools/formed/formed/plugins/export/sql.py (createSchema):
536            Append only column "bearbeiter_id", standins are modelled by a
537            separate table.
538    
539    2007-11-16      Sascha L. Teichmann <[email protected]>
540    
541            * tools/formed/formed/model/data.py,
542              tools/formed/formed/plugins/web/view_renderer.py:
543              Added an invisible flag for info fields.
544    
545    2007-11-07      Sascha L. Teichmann <[email protected]>
546    
547            * tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs
548              (calling a wrong method).
549    
550    2007-11-07      Sascha L. Teichmann <[email protected]>
551    
552            * tools/formed/formed/model/nodecomponents.py: Added a field
553              'alternative' to all node components. This might be of help to
554              match PDF imports where the descriptions do not match.
555    
556    2007-10-23      Frank Koormann <[email protected]>
557    
558            * tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views
559    
560    2007-10-23      Frank Koormann <[email protected]>
561    
562            * tools/formed/formed/plugins/export/sql.py: Set default
563            value (-1) for choices and bools.
564    
565    2007-10-21      Frank Koormann <[email protected]>
566    
567            * tools/formed/formed/plugins/export/sql.py: Grant statements for
568            descriptive tables added.
569            (Table.getName): new
570    
571    2007-10-21      Frank Koormann <[email protected]>
572    
573            * tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE"
574            statements for views and roles to make updates easier.
575            Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE.
576    
577    2007-10-19      Frank Koormann <[email protected]>
578    
579            * tools/formed/formed/plugins/export/sql.py: Added GRANT statements
580            for views. The statements are prepared for variable substitution
581            when executing the SQL-scripts by psql.
582    
583    2007-10-18      Sascha L. Teichmann <[email protected]>
584    
585            * pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed:
586              End of result XML was truncated because of an unflushed buffer.
587    
588    2007-10-17      Sascha L. Teichmann <[email protected]>
589    
590            * pdf2xfa/bin/build-jar.sh: New. Build production jar file.
591    
592            * pdf2xfa/README.TXT: Adjusted how to build production jar file
593              and how to use it.
594    
595            * pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class
596              and iText dependency.
597    
598    2007-10-16      Sascha L. Teichmann <[email protected]>
599    
600            * tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe'
601              are not modeled as BOOLEANs any more. That simpifies the conversion
602              process web vs. db.
603    
604    2007-10-07      Sascha L. Teichmann <[email protected]>
605    
606            * tools/formed/formed/plugins/export/sql.py: Added the remaining
607              UPDATE rules.
608    
609    2007-10-07      Sascha L. Teichmann <[email protected]>
610    
611            * tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some
612              views. TODO: Test'em and implement the rest.
613    
614    2007-10-07      Sascha L. Teichmann <[email protected]>
615    
616            * tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT
617              rules referenced none existing views.
618    
619    2007-10-07      Sascha L. Teichmann <[email protected]>
620    
621            * tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT
622              rules for views. TODO: add UPDATE rules.
623    
624    2007-10-07      Sascha L. Teichmann <[email protected]>
625    
626            * tools/formed/formed/plugins/export/old_sql.py: New. Contains
627              the legacy SQL export filters.
628    
629            * tools/formed/formed/plugins/export/sql.py: Factored out the
630              legacy SQL export filters to old_sql.
631    
632            * tools/formed/formed/config.py: Adjusted to fetch legacy
633              filters from old_sql.
634    
635    2007-10-06      Sascha L. Teichmann <[email protected]>
636    
637            * pdf2xfa/**: Initial import of the PDF to XFA server.
638    
639    2007-10-06      Sascha L. Teichmann <[email protected]>
640    
641            * tools/formed/formed/plugins/export/sql.py: Fixed bug
642              that made choices of three elements to booleans if
643              they have other meanings than 'Ja', 'Nein', 'keine Angabe'.
644    
645    2007-10-05      Sascha L. Teichmann <[email protected]>
646    
647            * tools/formed/formed/plugins/export/sql.py: Select ids of
648              underlaying tables in views too.
649    
650    2007-10-04      Sascha L. Teichmann <[email protected]>
651    
652            * tools/formed/formed/plugins/export/sql.py: Create schema inside transaction.
653              Various bug fixes.
654    
655    2007-10-04      Sascha L. Teichmann <[email protected]>
656    
657            * tools/formed/formed/model/data.py: Added GroupNode.allWidgets()
658              to extract fields from embedded repeat groups.
659    
660            * tools/formed/formed/plugins/export/sql.py: The SQL exporter exports
661              views per page too. Result not tested yet.
662    
663    2007-10-01      Sascha L. Teichmann <[email protected]>
664    
665            * tools/formed/formed/plugins/web/view_renderer.py: Ignore
666              in-page repeat groups while rendering pages.
667    
668    2007-10-01      Sascha L. Teichmann <[email protected]>
669    
670            * tools/formed/formed/model/nodecomponents.py: Added visitor
671              traversals for document trees.
672    
673            * tools/formed/formed/model/data.py: Rewrote the
674              Page.allWidgets() method to use new visitor for
675              tree traversal.
676    
677    2007-09-27      Torsten Irlaender <[email protected]>
678    
679            * tools/formed/formed/plugins/names/filter.py: Pages are now included
680              in the rename by formular name  algorithm
681    
682    2007-09-26      Sascha L. Teichmann <[email protected]>
683    
684            * tools/formed/formed/model/data.py: Removed old {next|prev}Page()
685              TODO: rewrite Page.allWidgets().
686    
687            * tools/formed/formed/model/nodecomponents.py: Added a method
688              Node.firstLevel(criterion) to walk a defined line in the tree.
689    
690            * tools/formed/formed/plugins/export/sql.py: Extract data suitable to
691              build views and respective joins.
692    
693    2007-09-26      Sascha L. Teichmann <[email protected]>
694    
695            * tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to
696              FORMED environment variable. If set to true tidylib is used to
697              filter HTML content to be W3C valid. To use this feature install
698              uTidylib.
699    
700            * tools/formed/formed/plugins/web/server.py: Check if MIME type is
701              text/html and filters content through tidy if requested.
702    
703    2007-09-25      Torsten Irlaender <[email protected]>
704    
705            * tools/formed/formed/plugins/web/view_renderer.py: Small fix and
706              cleanup of the form generation code.
707    
708    2007-09-21      Sascha L. Teichmann <[email protected]>
709    
710            * tools/formed/formed/plugins/export/sql.py: Added generation time
711              and DROP TABLE statements to schema export.
712    
713    2007-09-20      Sascha L. Teichmann <[email protected]>
714    
715            * tools/formed/formed/plugins/export/sql.py: The tables are generated
716              in correct topolocial order now.
717    
718    2007-09-20      Sascha L. Teichmann <[email protected]>
719    
720            * tools/formed/formed/plugins/export/mode.py: New. Filter to export
721              a document with items that are in given mode.
722    
723            * tools/formed/formed/model/nodecomponents.py: Added methods to clone
724              trees depending on selected modes.
725    
726            * tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py:
727              Fixed clone issue with RuleNodes.
728    
729            * tools/formed/formed/config.py: Use new plug-in.
730    
731    2007-09-17      Sascha L. Teichmann <[email protected]>
732    
733            * tools/formed/formed/plugins/web/view_renderer.py: Make the
734              view renderer a real view renderer. It takes a list of
735              items now and not only a single page.
736    
737            * tools/formed/formed/plugins/web/renderer.py: Feed a list
738              of items to the view renderer.
739    
740    2007-09-17      Torsten Irlaender <[email protected]>
741    
742            * tools/formed/formed/plugins/web/view_renderer.py:
743              Small tweaks in rendering bools.
744              RadioNodes (with all its children) can now be placed in a container.
745              The radiobools will not get a surrounding <div> anymore.
746              I am not sure if the new way results in the wanted behaivor, but the
747              rendering results are much better now :)
748              Maybe we need a similar approach for checkboxes?
749              Rendering groups is still broken in some way.
750    
751  2007-09-17      Sascha L. Teichmann <[email protected]>  2007-09-17      Sascha L. Teichmann <[email protected]>
752    
753          * tools/formed/formed/plugins/web/view_renderer.py: Fixed          * tools/formed/formed/plugins/web/view_renderer.py: Fixed
754            a few bugs: Do not render empty containers, do not            a few bugs: Do not render empty containers, do not
755                  generate misplaced <br class="newline"> in choices.            generate misplaced <br class="newline"> in choices.
756                  Add a nameless container to catch the items that are            Add a nameless container to catch the items that are
757                  nor explicitly assigned to a target. Removed FormData.            nor explicitly assigned to a target. Removed FormData.
758    
759          * tools/formed/formed/plugins/web/renderer.py: Removed          * tools/formed/formed/plugins/web/renderer.py: Removed
760            a needless import            a needless import

Legend:
Removed from v.185  
changed lines
  Added in v.305

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26