/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.265  
changed lines
  Added in v.328

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26