/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.263  
changed lines
  Added in v.322

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26