/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.283  
changed lines
  Added in v.324

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26