/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.286  
changed lines
  Added in v.329

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26