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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26