/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 234 by teichmann, Mon Feb 25 11:41:32 2008 UTC revision 307 by teichmann, Fri Feb 6 17:24:27 2009 UTC
# Line 1  Line 1 
1    2009-02-09      Sascha L. Teichmanne <[email protected]>
2    
3            Repair SQL schema creation for radio groups.
4    
5            * formed/formed/plugins/export/sql.py: radio groups are handled
6              like choices now.
7    
8    2009-02-09      Sascha L. Teichmanne <[email protected]>
9    
10            Make it startable again.
11    
12            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
13              when plug-in is called.
14    
15            * formed/formed/model/nodecomponents.py: Event routing was messed up.
16              Rewired root node with document.
17    
18            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
19              XXX: This breaks creating help by now!
20    
21            * formed/formed/io/parser.py: Replace old deprecated base class
22              by new one.
23    
24            * formed/formed/main.py: Do not crash if locale cannot be set.
25    
26            * formed/formed/ui/controls.py: Use document.getCase() instead
27              of document.case to prevent uninitialized dereferences.
28    
29    2009-01-22      Torsten Irländer <[email protected]>
30    
31            Implemented new XML-Format for formed xml files.
32    
33            * formed/formed/model/nodecomponents.py,
34              formed/formed/io/document.py,
35              formed/formed/main.py,
36              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
37              node. Under case is the definition of the formular. logbook will
38              hold the defintion of logboog entrys. For now only the part under
39              "case" can be modified.  
40    
41    2009-01-21      Torsten Irländer <[email protected]>
42    
43            Changed way how XSD-Scheme is generated
44    
45            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
46              logbookentrys. The scheme definiton is now hardcoded in the
47              exporter as it will rarely change. It logbookpart will not be
48              generated from the formedtree anymore.
49    
50    2009-01-20      Torsten Irländer <[email protected]>
51    
52            Support Logbook entrys in xsd schema export
53    
54            * formed/formed/model/data.py: Repeatnode are now handeld as
55              repeatgroups in xsd-export
56            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
57              logbookentrys. The scheme will now validate against an xmlfile from
58              the offlineclient.
59    
60    2009-01-09      Torsten Irländer <[email protected]>
61    
62            Added new repeat node
63    
64            * formed/formed/model/data.py,
65              formed/formed/io/document.py: Added repeatnode to the formedtree.
66              TODO: Remove repeatgroup handling from the groupnode.
67    
68    2009-01-08      Torsten Irländer <[email protected]>
69    
70            Add isset operator to autogenerated rules.
71    
72            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
73              autogenerated rules.
74    
75    2008-12-17      Frank Koormann <[email protected]>
76    
77            * formed/formed/plugins/export/latex.py: Export form as set of
78            latex tables to be included into a master document. The export
79            generates section marks to structure the form and placeholders for
80            help texts to be merged in by a post processing step.
81    
82    2008-12-04      Sascha L. Teichmann <[email protected]>
83    
84            * formed/formed/model/expr.py: Added 'today' which pushes the current date
85              on the stack.
86    
87    2008-12-03      Sascha L. Teichmann <[email protected]>
88    
89            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
90              storage of fields.
91    
92            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
93              fields as an accepted value. Generate schema for radio groups too.
94    
95    2008-12-01      Torsten Irländer <[email protected]>
96    
97            Added autmatic generation of required rules
98    
99            * formed/formed/model/data.py,
100              formed/formed/model/expr.py,
101              formed/formed/plugins/modify/rules.py: Default rules for required
102              fields can now be generated.
103    
104    2008-11-28      Sascha L. Teichmann <[email protected]>
105    
106            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
107              Ported WidgetCollector from Offline client.
108    
109            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
110              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
111    
112            * formed/formed/config.py: Bind new filter to FormEd
113    
114    2008-11-27      Torsten Irländer <[email protected]>
115    
116            * formed/formed/model/data.py: Added new attribute mark for rules
117    
118    2008-11-10      Torsten Irländer <[email protected]>
119    
120            Implemented radio-matrix elements. radio elelement having the same
121            options can now be rendered in table form.
122    
123            * formed/formed/model/data.py,
124              formed/formed/io/document.py: Added new radio-matrix element to the
125              model and gui
126            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
127              the radio-matrix element.
128    
129    2008-11.03      Torsten Irländer <[email protected]>
130    
131            * formed/formed/model/data.py: Fixed import error
132    
133    2008-10-29      Sascha L. Teichmann <[email protected]>
134    
135            Relative paths in external choices are now possible. Relative paths are
136            relative to path of the master document.
137    
138            * formed/model/data.py: external choice are now storing the path to the
139              master document.
140    
141            * formed/formed/io/document.py: Pass context to SAX builder.
142    
143            * formed/formed/io/factories.py: For new created nodes look if there
144              is a method 'setLoadContext' and call it.
145    
146    2008-09-04      Sascha L. Teichmann <[email protected]>
147    
148            * doc/beschreibung.txt: New. Initial description of FormEd (german).
149    
150    2008-08-22      Sascha L. Teichmann <[email protected]>
151    
152            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
153    
154    2008-08-21      Sascha L. Teichmann <[email protected]>
155    
156            * formed/formed/io/document.py: Indent tree while saving
157            * formed/formed/main.py: removed needless print
158    
159    2008-08-15      Sascha L. Teichmann <[email protected]>
160    
161            * LICENSE: New GPLv3
162            * */*.py, *.sh: Added reference to LICENSE
163    
164    2008-08-15      Sascha L. Teichmann <[email protected]>
165    
166            * tools: removed because there a no tools any more.
167    
168    2008-08-15      Sascha L. Teichmann <[email protected]>
169    
170            * tools/formed: moved one level up because its the only
171              part of this project now.
172    
173    2008-08-15      Sascha L. Teichmann <[email protected]>
174    
175            * tools/anonym/*: Removed as it belongs to mpuls WASKA
176    
177    2008-08-15      Sascha L. Teichmann <[email protected]>
178    
179            * pdf2xfa/*: removed. It belongs to mpuls
180    
181    2008-08-13 L. Teichmann <[email protected]>
182    
183            i18n of the plug-ins:
184            * tools/formed/formed/plugins/export/diff.py,
185              tools/formed/formed/plugins/export/data.py,
186              tools/formed/formed/plugins/export/old_sql.py,
187              tools/formed/formed/plugins/export/latex.py,
188              tools/formed/formed/plugins/export/xsd.py,
189              tools/formed/formed/plugins/export/sql.py,
190              tools/formed/formed/plugins/export/typemap.py,
191              tools/formed/formed/plugins/export/html.py,
192              tools/formed/formed/plugins/export/mode.py,
193              tools/formed/formed/plugins/export/html2.py,
194              tools/formed/formed/plugins/export/xls.py,
195              tools/formed/formed/plugins/names/filter.py,
196              tools/formed/formed/plugins/plugin.py,
197              tools/formed/formed/plugins/web/help.py,
198              tools/formed/formed/plugins/web/form_renderer.py,
199              tools/formed/formed/plugins/web/plugin.py,
200              tools/formed/formed/plugins/web/error_renderer.py,
201              tools/formed/formed/plugins/web/view_renderer.py,
202              tools/formed/formed/plugins/web/semantic.py,
203              tools/formed/formed/plugins/web/cache.py,
204              tools/formed/formed/plugins/web/server.py,
205              tools/formed/formed/plugins/web/controllers.py,
206              tools/formed/formed/plugins/web/renderer.py,
207              tools/formed/formed/plugins/ui/controls.py,
208              tools/formed/formed/config.py: _("")s the stuff
209              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
210              extracted and translated.
211    
212    2008-08-08      Sascha L. Teichmann <[email protected]>
213    
214            First version of FormEd i18n. After checkout go to tools/formed/po/ and
215            say 'make mo'. Afterwards you can start FormEd as usual.
216    
217            * tools/formed/resources: New. Place to places ressources like *.mo files
218            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
219              
220            * tools/formed/po,
221              tools/formed/po/Makefile,
222              tools/formed/po/formed.pot,
223              tools/formed/po/de_DE.po: i18n stuff.
224    
225    2008-08-08      Sascha L. Teichmann <[email protected]>
226    
227            * tools/anonym/xmlexport.py: Only export cases which are not
228              'schwebend geloescht'.
229    
230    2008-07-23      Sascha L. Teichmann <[email protected]>
231    
232            Fixed issue472
233    
234            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
235    
236    2008-07-17      Sascha L. Teichmann <[email protected]>
237    
238            * tools/anonym/xmlimport.py: removed marking of invalid cases
239            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
240    
241    2008-07.07      Torsten Irländer <[email protected]>
242    
243            * tools/formed/formed/plugins/export/latex.py
244              tools/formed/formed/config.py: Added new LaTex Export. Beware this
245              is even more ugly the HTML Export.
246            * tools/formed/formed/plugins/export/html.py: Added information on
247              anonymisation to the html export.
248    
249    2008-07-07      Sascha L. Teichmann <[email protected]>
250    
251            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
252    
253    2008-07-07      Sascha L. Teichmann <[email protected]>
254    
255            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
256    
257    2008-07-07      Sascha L. Teichmann <[email protected]>  
258            
259            * tools/formed/formed/plugins/export/html.py: Added additional column
260            to the html export with information how each field will get
261            anonymized.
262    
263    2008-07-07      Sascha L. Teichmann <[email protected]>  
264    
265            * tools/anonym/xmlimport.py: sync with productive version.
266    
267    2008-06-10      Torsten Irländer <[email protected]>
268    
269            * tools/formed/formed/plugins/export/sql.py: grant admin permission to
270              call anonymize function
271    
272    2008-05-21      Sascha L. Teichmann <[email protected]>  
273    
274            * tools/formed/formed/plugins/export/xsd.py: Brought encoding
275              back to UTF-8.
276    
277    2008-05-21      Frank Koormann <[email protected]>
278    
279            * tools/formed/formed/plugins/export/xls.py: New, export key value
280            tables as excel workbook with one sheet per table.
281    
282            * tools/formed/formed/config.py: ExportKeyValueTableAsXLS added.
283    
284    2008-05-21      Frank Koormann <[email protected]>
285    
286            * tools/formed/formed/plugins/export/xsd.py
287            (SchemaCreator._createChoice): Fix use of choices name.
288    
289    2008-04-29      Sascha L. Teichmann <[email protected]>
290    
291            * tools/formed/formed/plugins/export/xsd.py: Use substitution group
292              to allow arbitrary order of repeat groups.
293    
294    2008-04-29      Sascha L. Teichmann <[email protected]>
295    
296            * tools/formed/formed/plugins/export/xsd.py: Removed a needless
297              character.
298    
299    2008-04-29      Sascha L. Teichmann <[email protected]>
300    
301            * tools/formed/formed/plugins/export/xsd.py: Added annotations
302              to fields.
303    
304    2008-04-29      Sascha L. Teichmann <[email protected]>
305    
306            * tools/formed/formed/plugins/export/xsd.py: Added for
307              choice fields.
308    
309    2008-04-29      Sascha L. Teichmann <[email protected]>
310    
311            * tools/formed/formed/plugins/export/xsd.py: Added support for
312              boolean fields based on enumerations.
313    
314    2008-04-28      Sascha L. Teichmann <[email protected]>
315    
316            * tools/formed/formed/plugins/export/xsd.py: Added support for
317              date, text and textarea fields.
318    
319    2008-04-28      Sascha L. Teichmann <[email protected]>
320    
321            * tools/formed/formed/plugins/export/xsd.py: Added support for
322              repeat groups and integer fields.
323    
324    2008-04-28      Sascha L. Teichmann <[email protected]>
325    
326            * tools/formed/formed/plugins/export/xsd.py: New. plug-in for
327              exporting as XML schema. not ready, yet.
328    
329            * tools/formed/formed/config.py: Use new plug-in.
330    
331            * tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text.
332    
333    2008-04-17      Torsten Irländer <[email protected]>
334    
335            * tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in
336            for the views because of the new group permissions.
337    
338    2008-04-09      Sascha L. Teichmann <[email protected]>
339    
340            * tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete
341              old anonymized cases.
342    
343    2008-04-01      Sascha L. Teichmann <[email protected]>
344    
345            * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"
346              from clause to select datasets.
347              Replace ']]>' in CDATA sections with correct splitted replacement.
348    
349    2008-03-12      Sascha L. Teichmann <[email protected]>
350            
351            * tools/anonym/cron.importAnonXml.sh: Added absolut path to  xmlimport
352              script.
353    
354            * tools/anonym/xmlimport.py: commented out database port from
355              connectionstring.
356    
357    2008-03-12      Sascha L. Teichmann <[email protected]>
358    
359            * tools/formed/formed/plugins/export/sql.py: Fixed bug in generation
360              of anonymization of repeat groups (wrong id was given).
361    
362    2008-03-11      Sascha L. Teichmann <[email protected]>
363    
364            * tools/formed/formed/plugins/export/sql.py: Generate no update
365              statements for relations which have no anonym functions applied.
366    
367    2008-03-11      Sascha L. Teichmann <[email protected]>
368    
369            * tools/formed/formed/plugins/export/sql.py: Added a newline after
370              'COMMIT;' in the last line.
371    
372    2008-03-11      Sascha L. Teichmann <[email protected]>
373    
374            * tools/formed/formed/plugins/export/sql.py: Fixed syntax of
375              generated anonymize_case() function.
376              
377    2008-03-11      Sascha L. Teichmann <[email protected]>
378    
379            * tools/formed/formed/plugins/export/sql.py: Added code to
380              generate a plpgsql function anonymize_case() that anonymized
381              a given case and all of its depending repeat groups.
382    
383    2008-03-06      Sascha L. Teichmann <[email protected]>
384    
385            * tools/anonym/xmlimport.py: remove print of insert statement.
386    
387            * tools/formed/formed/plugins/export/sql.py: Print generation date in ISO.
388    
389    2008-03-03      Torsten Irländer <[email protected]>
390    
391            * anonym/cron.sendAnonXml.sh,
392              anonym/getDbList.sh: Modified script to be used directly in the
393              production environment (Copied running scripts from production
394              server)
395    
396            * cron.importAnonXml.sh: Added deleting of ols cases. Modified script
397              to be used in a production environment (Cpoied running script from
398              production server)
399    
400            * tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to
401              ensure that only valid cases get exported
402    
403    2008-02-27      Sascha L. Teichmann <[email protected]>
404    
405            * tools/anonym/xmlimport.py: Fixed bug in date converter.
406    
407    2008-02-27      Sascha L. Teichmann <[email protected]>
408    
409            * tools/anonym/xmlimport.py: Simpilied version
410    
411    2008-02-27      Sascha L. Teichmann <[email protected]>
412    
413            * tools/anonym/cron.importAnonXml.sh: Add sudo call for
414              xmlimport.py and parameters.
415    
416            * tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/
417    
418            * tools/anonym/xmlexport.py: Use python interpreter without env
419              because of sudo context.
420    
421    2008-02-26      Sascha L. Teichmann <[email protected]>
422    
423            * tools/anonym/xmlimport.py: added support for getopt. add
424              support to force in fkz in import of case.
425    
426    2008-02-26      Sascha L. Teichmann <[email protected]>
427    
428            * tools/anonym/xmlimport.py: Implemented logic to create/update cases.
429    
430            * tools/anonym/html.awk: produces valid HTML.
431    
432    2008-02-25      Sascha L. Teichmann <[email protected]>
433    
434            * tools/anonym/joincsv.py: Fix a logic bug.
435    
436    2008-02-25      Torsten Irlaender <[email protected]>
437    
438            * tools/anonym/cron.importAnonXml.sh: Added shellscript for importing
439              exportted cases. It will read all files from a directory and import
440              the files into the DB. After that the script will cleanup the
441              directory.
442    
443    2008-02-25      Torsten Irländer <[email protected]>
444            
445            * tools/anonym/cron.sendAnonXml.sh,
446              tools/anonym/xmlexport.py,
447              tools/anonym/getDbList.sh: Added shell-scripts for exporting cases
448    
449    2008-02-25      Sascha L. Teichmann <[email protected]>
450    
451            * tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols.
452    
453    2008-02-25      Sascha L. Teichmann <[email protected]>
454    
455            * tools/anonym/joincsv.py: New. Joins CSV files.
456    
457            * tools/anonym/html.awk: New. Converts CSV to HTML
458    
459  2008-02-25      Sascha L. Teichmann <[email protected]>  2008-02-25      Sascha L. Teichmann <[email protected]>
460    
461          * tools/anonym/xmlimport.py: New. Added generation of          * tools/anonym/xmlimport.py: New. Added generation of

Legend:
Removed from v.234  
changed lines
  Added in v.307

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26