/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 299 by teichmann, Thu Dec 4 10:39:22 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]>  2008-12-04      Sascha L. Teichmann <[email protected]>
208    
209          * formed/formed/model/expr.py: Added 'today' which pushes the current date          * formed/formed/model/expr.py: Added 'today' which pushes the current date

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26