/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.254  
changed lines
  Added in v.332

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26