1 |
|
2010-07-21 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
Issue870 |
4 |
|
|
5 |
|
* formed/formed/plugins/modify/rules.py (descriptions): Do not collect |
6 |
|
all headers to the referenced fields. Only list labels of the error |
7 |
|
fields, which should be distinct enough. |
8 |
|
|
9 |
|
Issue851 |
10 |
|
|
11 |
|
* formed/formed/model/data.py |
12 |
|
formed/formed/plugins/export/new_sql.py |
13 |
|
formed/formed/plugins/web/view_renderer.py |
14 |
|
formed/formed/io/document.py |
15 |
|
formed/formed/config.py: Added Float-Field to Formed |
16 |
|
|
17 |
|
2010-06-11 Bernhard Herzog <[email protected]> |
18 |
|
|
19 |
|
* formed/formed/plugins/export/rg_sql.py |
20 |
|
(CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call |
21 |
|
create_master_ds to create the master tbl entry. This way we can |
22 |
|
add SQL code that's specific to an MPuls instance to |
23 |
|
create_master_ds and still have create_master_tbl use that new |
24 |
|
code. This is useful for e.g. the JMD-Struktur part. |
25 |
|
|
26 |
|
2010-06-02 Roland Geider <[email protected]> |
27 |
|
|
28 |
|
* formed/formed/plugins/modify/rules.py: make the names of generated |
29 |
|
date-sequence-rules unique |
30 |
|
|
31 |
|
2010-06-02 Roland Geider <[email protected]> |
32 |
|
|
33 |
|
* formed/plugins/export/xls.py: updated regular expression |
34 |
|
|
35 |
|
2010-05-17 Frank Koormann <[email protected]> |
36 |
|
|
37 |
|
* formed/formed/plugins/export/latex.py: Improved section labeling. |
38 |
|
|
39 |
|
* formed/formed/plugins/export/xls.py: |
40 |
|
Export references (ie where are the lists used). |
41 |
|
|
42 |
|
2010-04-30 Torsten Irländer <[email protected]> |
43 |
|
|
44 |
|
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do |
45 |
|
not generate "%"-rules for required fields in repeat-groups. |
46 |
|
|
47 |
|
2010-04-28 Roland Geider <[email protected]> |
48 |
|
|
49 |
|
* formed/plugins/export/xls.py: Radiogroups are exported |
50 |
|
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
51 |
|
JMD formedtree.xml validates XSD |
52 |
|
|
53 |
|
2010-04-08 Torsten Irländer <[email protected]> |
54 |
|
|
55 |
|
* formed/formed/plugins/modify/rules.py |
56 |
|
(GenerateRequiredRules.generateDateSequenceRules): Add error mark to |
57 |
|
rules. Generete each rule twice to be able to render errors at both |
58 |
|
datefields. |
59 |
|
|
60 |
|
2010-04-07 Torsten Irländer <[email protected]> |
61 |
|
|
62 |
|
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag. |
63 |
|
|
64 |
|
2010-04-06 Torsten Irländer <[email protected]> |
65 |
|
|
66 |
|
* formed/formed/io/document.py (_toXML): Added comment with |
67 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
68 |
|
* formed/formed/plugins/export/new_sql.py |
69 |
|
(ExportAsSQLFilter.doExport): Added comment with |
70 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
71 |
|
* formed/formed/model/exprtree.py: Added years operator. |
72 |
|
|
73 |
|
2010-03-30 Roland Geider <[email protected]> |
74 |
|
|
75 |
|
* formed/formed/plugins/export/latex.py: Added filter |
76 |
|
|
77 |
|
2010-03-25 Roland Geider <[email protected]> |
78 |
|
|
79 |
|
* formed/formed/plugins/export/xsd.py: Generate valid XML |
80 |
|
|
81 |
|
2010-02-11 Frank Koormann <[email protected]> |
82 |
|
|
83 |
|
* formed/formed/plugins/export/xls.py: Allow groups in choices. |
84 |
|
|
85 |
|
2009-12-02 Torsten Irländer <[email protected]> |
86 |
|
|
87 |
|
* formed/formed/plugins/export/typemap.py: do not ignore conditional |
88 |
|
nodes on traversal. |
89 |
|
|
90 |
|
2009-11-17 Sascha L. Teichmann <[email protected]> |
91 |
|
|
92 |
|
* formed/formed/model/exprtree.py: Recognize '%' vars |
93 |
|
in compilation. Does not eval it! |
94 |
|
|
95 |
|
* formed/formed/plugins/modify/rules.py: Generate '%' vars |
96 |
|
for variables in repeat groups. |
97 |
|
|
98 |
|
2009-11-13 Sascha L. Teichmann <[email protected]> |
99 |
|
|
100 |
|
* formed/formed/plugins/export/typemap.py: Fixed to work |
101 |
|
with new repeat group nodes. |
102 |
|
|
103 |
|
2009-10-28 Sascha L. Teichmann <[email protected]> |
104 |
|
|
105 |
|
* formed/formed/plugins/export/xsd.py, |
106 |
|
formed/formed/plugins/export/sql.py, |
107 |
|
formed/formed/plugins/export/new_sql.py: Allow groups in choices. |
108 |
|
|
109 |
|
2009-10-07 Frank Koormann <[email protected]> |
110 |
|
|
111 |
|
* formed/formed/plugins/export/latex.py: |
112 |
|
Adjusted textprocessing to escape tex-active characters. |
113 |
|
|
114 |
|
2009-10-07 Sascha L. Teichmann <[email protected]> |
115 |
|
|
116 |
|
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |
117 |
|
formed/formed/plugins/export/html2.py: Adjusted to cope with |
118 |
|
"semi-complete" implementation of logbook tree structure. |
119 |
|
|
120 |
|
2009-06-18 Torsten Irländer <[email protected]> |
121 |
|
|
122 |
|
* formed/formed/plugins/export/new_sql.py, |
123 |
|
formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and |
124 |
|
added permissions. |
125 |
|
|
126 |
|
2009-06-18 Torsten Irländer <[email protected]> |
127 |
|
|
128 |
|
* formed/formed/plugins/export/new_sql.py: Commented out generation of |
129 |
|
page_views, as they do not work with rgroups. |
130 |
|
|
131 |
|
2009-06-17 Torsten Irländer <[email protected]> |
132 |
|
|
133 |
|
* formed/formed/plugins/export/new_sql.py: Fixed anonymize function |
134 |
|
and rolenames. |
135 |
|
|
136 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
137 |
|
|
138 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
139 |
|
|
140 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
141 |
|
|
142 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
143 |
|
|
144 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
145 |
|
|
146 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
147 |
|
nodecomponent names. |
148 |
|
|
149 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
150 |
|
|
151 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
152 |
|
repeat groups if no uuid is given. If a uuid is given then |
153 |
|
the creation is triggered by an xml import. |
154 |
|
|
155 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
156 |
|
|
157 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
158 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
159 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
160 |
|
|
161 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
162 |
|
The old one is deactivated. |
163 |
|
|
164 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
165 |
|
|
166 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
167 |
|
|
168 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
169 |
|
TODO: Adjust execution rights. |
170 |
|
|
171 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
172 |
|
|
173 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
174 |
|
Add functions to create dataset. |
175 |
|
|
176 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
177 |
|
|
178 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
179 |
|
tree structure functions in database. |
180 |
|
|
181 |
|
* formed/formed/config.py: load plug-in. |
182 |
|
|
183 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
184 |
|
|
185 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
186 |
|
RepeatNode. Removed needless methods |
187 |
|
|
188 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
189 |
|
|
190 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
191 |
|
more readable with '=' and '<>'. |
192 |
|
|
193 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
194 |
|
|
195 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
196 |
|
of uuid on anonymization of case. |
197 |
|
|
198 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
199 |
|
|
200 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
201 |
|
case_anonymize(). |
202 |
|
|
203 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
204 |
|
|
205 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
206 |
|
the trees infix. |
207 |
|
|
208 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
209 |
|
readable rules. |
210 |
|
|
211 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
212 |
|
|
213 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
214 |
|
|
215 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
216 |
|
|
217 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
218 |
|
exceptions if there is less or more than one element on stack |
219 |
|
after compilation of expression. |
220 |
|
|
221 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
222 |
|
|
223 |
|
* formed/formed/model/data.py: Removed debug output |
224 |
|
|
225 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
226 |
|
Generate past and future rules. |
227 |
|
|
228 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
229 |
|
|
230 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
231 |
|
|
232 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
233 |
|
|
234 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
235 |
|
|
236 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
237 |
|
|
238 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
239 |
|
|
240 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
241 |
|
|
242 |
|
* formed/formed/model/data.py: Added ConditionalNode |
243 |
|
|
244 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
245 |
|
|
246 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
247 |
|
|
248 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
249 |
|
in date sequence rules more precise. |
250 |
|
|
251 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
252 |
|
|
253 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
254 |
|
|
255 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
256 |
|
|
257 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
258 |
|
|
259 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
260 |
|
Adjusted imports. |
261 |
|
|
262 |
|
2009-03-12 Torsten Irländer <[email protected]> |
263 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
264 |
|
|
265 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
266 |
|
|
267 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
268 |
|
|
269 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
270 |
|
|
271 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
272 |
|
|
273 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
274 |
|
nodecomponent names. |
275 |
|
|
276 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
277 |
|
|
278 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
279 |
|
repeat groups if no uuid is given. If a uuid is given then |
280 |
|
the creation is triggered by an xml import. |
281 |
|
|
282 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
283 |
|
|
284 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
285 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
286 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
287 |
|
|
288 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
289 |
|
The old one is deactivated. |
290 |
|
|
291 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
292 |
|
|
293 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
294 |
|
|
295 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
296 |
|
TODO: Adjust execution rights. |
297 |
|
|
298 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
299 |
|
|
300 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
301 |
|
Add functions to create dataset. |
302 |
|
|
303 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
304 |
|
|
305 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
306 |
|
tree structure functions in database. |
307 |
|
|
308 |
|
* formed/formed/config.py: load plug-in. |
309 |
|
|
310 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
311 |
|
|
312 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
313 |
|
RepeatNode. Removed needless methods |
314 |
|
|
315 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
316 |
|
|
317 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
318 |
|
more readable with '=' and '<>'. |
319 |
|
|
320 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
321 |
|
|
322 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
323 |
|
of uuid on anonymization of case. |
324 |
|
|
325 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
326 |
|
|
327 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
328 |
|
case_anonymize(). |
329 |
|
|
330 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
331 |
|
|
332 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
333 |
|
the trees infix. |
334 |
|
|
335 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
336 |
|
readable rules. |
337 |
|
|
338 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
339 |
|
|
340 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
341 |
|
|
342 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
343 |
|
|
344 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
345 |
|
exceptions if there is less or more than one element on stack |
346 |
|
after compilation of expression. |
347 |
|
|
348 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
349 |
|
|
350 |
|
* formed/formed/model/data.py: Removed debug output |
351 |
|
|
352 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
353 |
|
Generate past and future rules. |
354 |
|
|
355 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
356 |
|
|
357 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
358 |
|
|
359 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
360 |
|
|
361 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
362 |
|
|
363 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
364 |
|
|
365 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
366 |
|
|
367 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
368 |
|
|
369 |
|
* formed/formed/model/data.py: Added ConditionalNode |
370 |
|
|
371 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
372 |
|
|
373 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
374 |
|
|
375 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
376 |
|
in date sequence rules more precise. |
377 |
|
|
378 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
379 |
|
|
380 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
381 |
|
|
382 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
383 |
|
|
384 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
385 |
|
|
386 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
387 |
|
Adjusted imports. |
388 |
|
|
389 |
|
2009-03-12 Torsten Irländer <[email protected]> |
390 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
391 |
|
|
392 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
393 |
|
|
394 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
395 |
|
|
396 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
397 |
|
|
398 |
2009-05-26 Sascha L. Teichmann <[email protected]> |
2009-05-26 Sascha L. Teichmann <[email protected]> |
399 |
|
|
400 |
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
* formed/formed/plugins/names/filter.py: Repaired unique filter for |