/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 285 by teichmann, Fri Aug 15 13:44:39 2008 UTC revision 314 by teichmann, Fri Mar 13 15:58:54 2009 UTC
# Line 1  Line 1 
1    2009-03-13      Sascha L. Teichmann <[email protected]>
2    
3            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
4    
5    2009-03-13      Sascha L. Teichmann <[email protected]>
6    
7            * formed/formed/model/exprtree.py: New tree based expression engine.
8    
9            * formed/formed/model/__init__.py, formed/formed/model/data.py:
10              Adjusted imports.
11    
12    2009-03-12      Torsten Irländer <[email protected]>
13    
14            Introduced new order attribute for date fields
15    
16            * formed/formed/model/data.py: Order fields can be used to define to
17            ordering of datefields withing the document. Needed for automatic
18            generation of consistency rules.
19    
20    2009-02-09      Sascha L. Teichmann <[email protected]>
21    
22            * formed/formed/model/data.py: Allow pages to be 'invisible'.
23    
24    2009-02-09      Sascha L. Teichmann <[email protected]>
25    
26            * formed/formed/plugins/export/sql.py: Fixed problem with
27              description reference tables of radio groups.
28    
29    2009-02-09      Sascha L. Teichmann <[email protected]>
30    
31            * formed/formed/plugins/export/sql.py: replace '-' in names
32              by '_'.
33              
34    2009-02-09      Sascha L. Teichmann <[email protected]>
35    
36            * formed/formed/plugins/export/sql.py: to figure ou which
37              tables are equal the insert statememnts are lower cased
38              and sorted before they are compared. This reduces the number
39              of generated referfence tables.
40    
41    2009-02-09      Sascha L. Teichmann <[email protected]>
42    
43            Repair SQL schema creation for radio groups.
44    
45            * formed/formed/plugins/export/sql.py: radio groups are handled
46              like choices now.
47    
48    2009-02-09      Sascha L. Teichmann <[email protected]>
49    
50            Make it startable again.
51    
52            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
53              when plug-in is called.
54    
55            * formed/formed/model/nodecomponents.py: Event routing was messed up.
56              Rewired root node with document.
57    
58            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
59              XXX: This breaks creating help by now!
60    
61            * formed/formed/io/parser.py: Replace old deprecated base class
62              by new one.
63    
64            * formed/formed/main.py: Do not crash if locale cannot be set.
65    
66            * formed/formed/ui/controls.py: Use document.getCase() instead
67              of document.case to prevent uninitialized dereferences.
68    
69    2009-01-22      Torsten Irländer <[email protected]>
70    
71            Implemented new XML-Format for formed xml files.
72    
73            * formed/formed/model/nodecomponents.py,
74              formed/formed/io/document.py,
75              formed/formed/main.py,
76              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
77              node. Under case is the definition of the formular. logbook will
78              hold the defintion of logboog entrys. For now only the part under
79              "case" can be modified.  
80    
81    2009-01-21      Torsten Irländer <[email protected]>
82    
83            Changed way how XSD-Scheme is generated
84    
85            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
86              logbookentrys. The scheme definiton is now hardcoded in the
87              exporter as it will rarely change. It logbookpart will not be
88              generated from the formedtree anymore.
89    
90    2009-01-20      Torsten Irländer <[email protected]>
91    
92            Support Logbook entrys in xsd schema export
93    
94            * formed/formed/model/data.py: Repeatnode are now handeld as
95              repeatgroups in xsd-export
96            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
97              logbookentrys. The scheme will now validate against an xmlfile from
98              the offlineclient.
99    
100    2009-01-09      Torsten Irländer <[email protected]>
101    
102            Added new repeat node
103    
104            * formed/formed/model/data.py,
105              formed/formed/io/document.py: Added repeatnode to the formedtree.
106              TODO: Remove repeatgroup handling from the groupnode.
107    
108    2009-01-08      Torsten Irländer <[email protected]>
109    
110            Add isset operator to autogenerated rules.
111    
112            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
113              autogenerated rules.
114    
115    2008-12-17      Frank Koormann <[email protected]>
116    
117            * formed/formed/plugins/export/latex.py: Export form as set of
118            latex tables to be included into a master document. The export
119            generates section marks to structure the form and placeholders for
120            help texts to be merged in by a post processing step.
121    
122    2008-12-04      Sascha L. Teichmann <[email protected]>
123    
124            * formed/formed/model/expr.py: Added 'today' which pushes the current date
125              on the stack.
126    
127    2008-12-03      Sascha L. Teichmann <[email protected]>
128    
129            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
130              storage of fields.
131    
132            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
133              fields as an accepted value. Generate schema for radio groups too.
134    
135    2008-12-01      Torsten Irländer <[email protected]>
136    
137            Added autmatic generation of required rules
138    
139            * formed/formed/model/data.py,
140              formed/formed/model/expr.py,
141              formed/formed/plugins/modify/rules.py: Default rules for required
142              fields can now be generated.
143    
144    2008-11-28      Sascha L. Teichmann <[email protected]>
145    
146            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
147              Ported WidgetCollector from Offline client.
148    
149            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
150              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
151    
152            * formed/formed/config.py: Bind new filter to FormEd
153    
154    2008-11-27      Torsten Irländer <[email protected]>
155    
156            * formed/formed/model/data.py: Added new attribute mark for rules
157    
158    2008-11-10      Torsten Irländer <[email protected]>
159    
160            Implemented radio-matrix elements. radio elelement having the same
161            options can now be rendered in table form.
162    
163            * formed/formed/model/data.py,
164              formed/formed/io/document.py: Added new radio-matrix element to the
165              model and gui
166            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
167              the radio-matrix element.
168    
169    2008-11.03      Torsten Irländer <[email protected]>
170    
171            * formed/formed/model/data.py: Fixed import error
172    
173    2008-10-29      Sascha L. Teichmann <[email protected]>
174    
175            Relative paths in external choices are now possible. Relative paths are
176            relative to path of the master document.
177    
178            * formed/model/data.py: external choice are now storing the path to the
179              master document.
180    
181            * formed/formed/io/document.py: Pass context to SAX builder.
182    
183            * formed/formed/io/factories.py: For new created nodes look if there
184              is a method 'setLoadContext' and call it.
185    
186    2008-09-04      Sascha L. Teichmann <[email protected]>
187    
188            * doc/beschreibung.txt: New. Initial description of FormEd (german).
189    
190    2008-08-22      Sascha L. Teichmann <[email protected]>
191    
192            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
193    
194    2008-08-21      Sascha L. Teichmann <[email protected]>
195    
196            * formed/formed/io/document.py: Indent tree while saving
197            * formed/formed/main.py: removed needless print
198    
199    2008-08-15      Sascha L. Teichmann <[email protected]>
200    
201            * LICENSE: New GPLv3
202            * */*.py, *.sh: Added reference to LICENSE
203    
204    2008-08-15      Sascha L. Teichmann <[email protected]>
205    
206            * tools: removed because there a no tools any more.
207    
208    2008-08-15      Sascha L. Teichmann <[email protected]>
209    
210            * tools/formed: moved one level up because its the only
211              part of this project now.
212    
213  2008-08-15      Sascha L. Teichmann <[email protected]>  2008-08-15      Sascha L. Teichmann <[email protected]>
214    
215          * tools/anonym/*: Removed as it belongs to mpuls WASKA          * tools/anonym/*: Removed as it belongs to mpuls WASKA

Legend:
Removed from v.285  
changed lines
  Added in v.314

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26