/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.223  
changed lines
  Added in v.314

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26