/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.287  
changed lines
  Added in v.319

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26