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