/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 298 by teichmann, Wed Dec 3 11:43:43 2008 UTC revision 331 by teichmann, Wed May 6 13:25:09 2009 UTC
# Line 1  Line 1 
1    2009-05-06      Sascha L. Teichmann <[email protected]>
2    
3            * formed/formed/plugins/export/rg_sql.py: Only create depending
4              repeat groups if no uuid is given. If a uuid is given then
5              the creation is triggered by an xml import.
6    
7    2009-04-28      Sascha L. Teichmann <[email protected]>
8    
9            * formed/formed/plugins/export/new_sql.py: New SQL schema generator to
10              replace the old one. The new one faciliates the new RepeatNode instead
11              of the Group.isRepeat() method to tell if something is to be repeated.
12    
13            * formed/formed/config.py: Use new SQL schema generator plug-in by default.
14              The old one is deactivated.
15    
16            * formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups.
17    
18    2009-04-28      Sascha L. Teichmann <[email protected]>
19    
20            * formed/formed/plugins/export/rg_sql.py: Added delete functions.
21              TODO: Adjust execution rights.
22    
23    2009-04-27      Sascha L. Teichmann <[email protected]>
24    
25            * formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems.
26              Add functions to create dataset.
27    
28    2009-04-24      Sascha L. Teichmann <[email protected]>
29    
30            * formed/formed/plugins/export/rg_sql.py: new plug-in to generate
31              tree structure functions in database.
32    
33            * formed/formed/config.py: load plug-in.
34    
35    2009-04-16      Sascha L. Teichmann <[email protected]>
36    
37            * formed/formed/model/data.py: Added 'digest' attribute to
38              RepeatNode. Removed needless methods
39    
40    2009-04-16      Sascha L. Teichmann <[email protected]>
41    
42            * formed/formed/model/exprtree.py: make 'equal' and 'not equal'
43              more readable with '=' and '<>'.
44    
45    2009-04-02      Sascha L. Teichmann <[email protected]>
46    
47            * formed/formed/plugins/export/sql.py: call anonymization
48              of uuid on anonymization of case.
49    
50    2009-03-31      Sascha L. Teichmann <[email protected]>
51    
52            * formed/formed/plugins/export/sql.py: Set uuid_id to NULL in
53              case_anonymize().
54    
55    2009-03-31      Sascha L. Teichmann <[email protected]>
56    
57            * formed/formed/model/exprtree.py: Add some code to pretty print
58              the trees infix.
59    
60            * formed/formed/plugins/export/rules.py: New. Exporter for human
61              readable rules.
62    
63            * formed/formed/plugins/export/html.py: Fixed HTML generation.
64    
65            * formed/formed/config.py: Added new new Rule export plug-in.
66    
67    2009-03-31      Sascha L. Teichmann <[email protected]>
68    
69            * formed/formed/model/exprtree.py: Fixes from server. Raise
70              exceptions if there is less or more than one element on stack
71              after compilation of expression.
72    
73    2009-03-20      Sascha L. Teichmann <[email protected]>
74    
75            * formed/formed/model/data.py: Removed debug output
76    
77            * formed/formed/plugins/modify/rules.py: Fixed error message.
78              Generate past and future rules.
79    
80    2009-03-16      Sascha L. Teichmann <[email protected]>
81    
82            * formed/formed/model/exprtree.py: Forget to call today with context.
83    
84    2009-03-16      Sascha L. Teichmann <[email protected]>
85    
86            * formed/formed/io/document.py: Fixed syntax typo.
87    
88    2009-03-16      Sascha L. Teichmann <[email protected]>
89    
90            * formed/formed/model/data.py: ConditionalNode inherits from Node directly.
91    
92    2009-03-16      Sascha L. Teichmann <[email protected]>
93    
94            * formed/formed/model/data.py: Added ConditionalNode
95    
96            * formed/formed/io/document.py: Make ConditionalNode loadable.
97    
98    2009-03-13      Sascha L. Teichmann <[email protected]>
99    
100            * formed/formed/plugins/modify/rules.py: Make the error descriptions
101              in date sequence rules more precise.
102    
103    2009-03-13      Sascha L. Teichmann <[email protected]>
104    
105            * formed/formed/plugins/modify/rules.py: generate date sequence rules.
106    
107    2009-03-13      Sascha L. Teichmann <[email protected]>
108    
109            * formed/formed/model/exprtree.py: New tree based expression engine.
110    
111            * formed/formed/model/__init__.py, formed/formed/model/data.py:
112              Adjusted imports.
113    
114    2009-03-12      Torsten Irländer <[email protected]>
115    
116            Introduced new order attribute for date fields
117    
118            * formed/formed/model/data.py: Order fields can be used to define to
119            ordering of datefields withing the document. Needed for automatic
120            generation of consistency rules.
121    
122    2009-02-09      Sascha L. Teichmann <[email protected]>
123    
124            * formed/formed/model/data.py: Allow pages to be 'invisible'.
125    
126    2009-02-09      Sascha L. Teichmann <[email protected]>
127    
128            * formed/formed/plugins/export/sql.py: Fixed problem with
129              description reference tables of radio groups.
130    
131    2009-02-09      Sascha L. Teichmann <[email protected]>
132    
133            * formed/formed/plugins/export/sql.py: replace '-' in names
134              by '_'.
135              
136    2009-02-09      Sascha L. Teichmann <[email protected]>
137    
138            * formed/formed/plugins/export/sql.py: to figure ou which
139              tables are equal the insert statememnts are lower cased
140              and sorted before they are compared. This reduces the number
141              of generated referfence tables.
142    
143    2009-02-09      Sascha L. Teichmann <[email protected]>
144    
145            Repair SQL schema creation for radio groups.
146    
147            * formed/formed/plugins/export/sql.py: radio groups are handled
148              like choices now.
149    
150    2009-02-09      Sascha L. Teichmann <[email protected]>
151    
152            Make it startable again.
153    
154            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
155              when plug-in is called.
156    
157            * formed/formed/model/nodecomponents.py: Event routing was messed up.
158              Rewired root node with document.
159    
160            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
161              XXX: This breaks creating help by now!
162    
163            * formed/formed/io/parser.py: Replace old deprecated base class
164              by new one.
165    
166            * formed/formed/main.py: Do not crash if locale cannot be set.
167    
168            * formed/formed/ui/controls.py: Use document.getCase() instead
169              of document.case to prevent uninitialized dereferences.
170    
171    2009-01-22      Torsten Irländer <[email protected]>
172    
173            Implemented new XML-Format for formed xml files.
174    
175            * formed/formed/model/nodecomponents.py,
176              formed/formed/io/document.py,
177              formed/formed/main.py,
178              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
179              node. Under case is the definition of the formular. logbook will
180              hold the defintion of logboog entrys. For now only the part under
181              "case" can be modified.  
182    
183    2009-01-21      Torsten Irländer <[email protected]>
184    
185            Changed way how XSD-Scheme is generated
186    
187            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
188              logbookentrys. The scheme definiton is now hardcoded in the
189              exporter as it will rarely change. It logbookpart will not be
190              generated from the formedtree anymore.
191    
192    2009-01-20      Torsten Irländer <[email protected]>
193    
194            Support Logbook entrys in xsd schema export
195    
196            * formed/formed/model/data.py: Repeatnode are now handeld as
197              repeatgroups in xsd-export
198            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
199              logbookentrys. The scheme will now validate against an xmlfile from
200              the offlineclient.
201    
202    2009-01-09      Torsten Irländer <[email protected]>
203    
204            Added new repeat node
205    
206            * formed/formed/model/data.py,
207              formed/formed/io/document.py: Added repeatnode to the formedtree.
208              TODO: Remove repeatgroup handling from the groupnode.
209    
210    2009-01-08      Torsten Irländer <[email protected]>
211    
212            Add isset operator to autogenerated rules.
213    
214            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
215              autogenerated rules.
216    
217    2008-12-17      Frank Koormann <[email protected]>
218    
219            * formed/formed/plugins/export/latex.py: Export form as set of
220            latex tables to be included into a master document. The export
221            generates section marks to structure the form and placeholders for
222            help texts to be merged in by a post processing step.
223    
224    2008-12-04      Sascha L. Teichmann <[email protected]>
225    
226            * formed/formed/model/expr.py: Added 'today' which pushes the current date
227              on the stack.
228    
229  2008-12-03      Sascha L. Teichmann <[email protected]>  2008-12-03      Sascha L. Teichmann <[email protected]>
230    
231          * formed/formed/plugins/web/controllers.py: compute changeset more correctly in          * formed/formed/plugins/web/controllers.py: compute changeset more correctly in

Legend:
Removed from v.298  
changed lines
  Added in v.331

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26