/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.196  
changed lines
  Added in v.328

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26