/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.259  
changed lines
  Added in v.324

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26