/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.258  
changed lines
  Added in v.329

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26