/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.212  
changed lines
  Added in v.327

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26