/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.198  
changed lines
  Added in v.309

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26