/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.270  
changed lines
  Added in v.325

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26