/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.213  
changed lines
  Added in v.331

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26