/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.218  
changed lines
  Added in v.322

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26