/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.209  
changed lines
  Added in v.329

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26