/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.194  
changed lines
  Added in v.304

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26