/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.197  
changed lines
  Added in v.307

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26