/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.205  
changed lines
  Added in v.324

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26