1 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
2 |
|
|
3 |
|
* formed/po/formed.pot: Regenerated. |
4 |
|
|
5 |
|
* formed/po/de_DE.po: Update. |
6 |
|
|
7 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
8 |
|
|
9 |
|
* formed/po/Makefile: Use correct filename of the pot-file in the |
10 |
|
usage message |
11 |
|
|
12 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
13 |
|
|
14 |
|
* formed/po/Makefile (LIST_POTFILES): Sort the file names to make |
15 |
|
the order of entries in the .pot-file more predictable. |
16 |
|
|
17 |
|
2010-08-04 Bernhard Herzog <[email protected]> |
18 |
|
|
19 |
|
* formed/formed/model/nodecomponents.py (RootNode.__init__) |
20 |
|
(RootNode.getVersion, RootNode.setVersion): Add attribute |
21 |
|
"version" and accessor methods. |
22 |
|
|
23 |
|
* formed/formed/main.py (MainFrame.OnSetDocumentVersion): New. Let |
24 |
|
the user set the document version. |
25 |
|
(MainFrame._createMenuBar): Add menu item for OnSetDocumentVersion |
26 |
|
|
27 |
|
2010-08-02 Bernhard Herzog <[email protected]> |
28 |
|
|
29 |
|
* formed/formed.py, formed/formed/io/document.py, |
30 |
|
formed/formed/io/factories.py, formed/formed/io/parser.py, |
31 |
|
formed/formed/model/data.py, formed/formed/model/event.py, |
32 |
|
formed/formed/model/expr.py, formed/formed/model/exprtree.py, |
33 |
|
formed/formed/model/memory.py, formed/formed/model/misc.py, |
34 |
|
formed/formed/model/nodecomponents.py, |
35 |
|
formed/formed/model/persistent.py: Fix coding declaration to be |
36 |
|
acceptable to both python and Emacs. |
37 |
|
|
38 |
|
2010-07-29 Torsten Irländer <[email protected]> |
39 |
|
|
40 |
|
* formed/formed/model/data.py: Added "invisible" attribute to |
41 |
|
BoolLeafs. This can be used to hide options in choicelists. so the |
42 |
|
user can not select the value in the user interface. But the db will |
43 |
|
have this option so is ist still present in the db an can be used |
44 |
|
* formed/formed/model/exprtree.py: Added "days" function. |
45 |
|
|
46 |
|
2010-07-26 Roland Geider <[email protected]> |
47 |
|
|
48 |
|
* formed/formed/model/nodecomponents.py, |
49 |
|
formed/formed/plugins/modify/rules.py: generated date rules take |
50 |
|
into consideration repeat groups |
51 |
|
|
52 |
|
2010-07-21 Torsten Irländer <[email protected]> |
53 |
|
|
54 |
|
Issue870 |
55 |
|
|
56 |
|
* formed/formed/plugins/modify/rules.py (descriptions): Do not collect |
57 |
|
all headers to the referenced fields. Only list labels of the error |
58 |
|
fields, which should be distinct enough. |
59 |
|
|
60 |
|
Issue851 |
61 |
|
|
62 |
|
* formed/formed/model/data.py |
63 |
|
formed/formed/plugins/export/new_sql.py |
64 |
|
formed/formed/plugins/web/view_renderer.py |
65 |
|
formed/formed/io/document.py |
66 |
|
formed/formed/config.py: Added Float-Field to Formed |
67 |
|
|
68 |
|
2010-06-11 Bernhard Herzog <[email protected]> |
69 |
|
|
70 |
|
* formed/formed/plugins/export/rg_sql.py |
71 |
|
(CREATE_DELETE_MASTER_TMPL): In create_master_tbl, call |
72 |
|
create_master_ds to create the master tbl entry. This way we can |
73 |
|
add SQL code that's specific to an MPuls instance to |
74 |
|
create_master_ds and still have create_master_tbl use that new |
75 |
|
code. This is useful for e.g. the JMD-Struktur part. |
76 |
|
|
77 |
|
2010-06-02 Roland Geider <[email protected]> |
78 |
|
|
79 |
|
* formed/formed/plugins/modify/rules.py: make the names of generated |
80 |
|
date-sequence-rules unique |
81 |
|
|
82 |
|
2010-06-02 Roland Geider <[email protected]> |
83 |
|
|
84 |
|
* formed/plugins/export/xls.py: updated regular expression |
85 |
|
|
86 |
|
2010-05-17 Frank Koormann <[email protected]> |
87 |
|
|
88 |
|
* formed/formed/plugins/export/latex.py: Improved section labeling. |
89 |
|
|
90 |
|
* formed/formed/plugins/export/xls.py: |
91 |
|
Export references (ie where are the lists used). |
92 |
|
|
93 |
|
2010-04-30 Torsten Irländer <[email protected]> |
94 |
|
|
95 |
|
* formed/formed/plugins/modify/rules.py (VariableType.substitute): Do |
96 |
|
not generate "%"-rules for required fields in repeat-groups. |
97 |
|
|
98 |
|
2010-04-28 Roland Geider <[email protected]> |
99 |
|
|
100 |
|
* formed/plugins/export/xls.py: Radiogroups are exported |
101 |
|
* formed/plugins/export/xsd.py: WASKA formedtree.xml validates XSD |
102 |
|
JMD formedtree.xml validates XSD |
103 |
|
|
104 |
|
2010-04-08 Torsten Irländer <[email protected]> |
105 |
|
|
106 |
|
* formed/formed/plugins/modify/rules.py |
107 |
|
(GenerateRequiredRules.generateDateSequenceRules): Add error mark to |
108 |
|
rules. Generete each rule twice to be able to render errors at both |
109 |
|
datefields. |
110 |
|
|
111 |
|
2010-04-07 Torsten Irländer <[email protected]> |
112 |
|
|
113 |
|
* formed/formed/plugins/export/rg_sql.py: Added "Revision"-Tag. |
114 |
|
|
115 |
|
2010-04-06 Torsten Irländer <[email protected]> |
116 |
|
|
117 |
|
* formed/formed/io/document.py (_toXML): Added comment with |
118 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
119 |
|
* formed/formed/plugins/export/new_sql.py |
120 |
|
(ExportAsSQLFilter.doExport): Added comment with |
121 |
|
"$Revision"-tag. This tag will/can then be substituted by the VCS. |
122 |
|
* formed/formed/model/exprtree.py: Added years operator. |
123 |
|
|
124 |
|
2010-03-30 Roland Geider <[email protected]> |
125 |
|
|
126 |
|
* formed/formed/plugins/export/latex.py: Added filter |
127 |
|
|
128 |
|
2010-03-25 Roland Geider <[email protected]> |
129 |
|
|
130 |
|
* formed/formed/plugins/export/xsd.py: Generate valid XML |
131 |
|
|
132 |
|
2010-02-11 Frank Koormann <[email protected]> |
133 |
|
|
134 |
|
* formed/formed/plugins/export/xls.py: Allow groups in choices. |
135 |
|
|
136 |
|
2009-12-02 Torsten Irländer <[email protected]> |
137 |
|
|
138 |
|
* formed/formed/plugins/export/typemap.py: do not ignore conditional |
139 |
|
nodes on traversal. |
140 |
|
|
141 |
|
2009-11-17 Sascha L. Teichmann <[email protected]> |
142 |
|
|
143 |
|
* formed/formed/model/exprtree.py: Recognize '%' vars |
144 |
|
in compilation. Does not eval it! |
145 |
|
|
146 |
|
* formed/formed/plugins/modify/rules.py: Generate '%' vars |
147 |
|
for variables in repeat groups. |
148 |
|
|
149 |
|
2009-11-13 Sascha L. Teichmann <[email protected]> |
150 |
|
|
151 |
|
* formed/formed/plugins/export/typemap.py: Fixed to work |
152 |
|
with new repeat group nodes. |
153 |
|
|
154 |
|
2009-10-28 Sascha L. Teichmann <[email protected]> |
155 |
|
|
156 |
|
* formed/formed/plugins/export/xsd.py, |
157 |
|
formed/formed/plugins/export/sql.py, |
158 |
|
formed/formed/plugins/export/new_sql.py: Allow groups in choices. |
159 |
|
|
160 |
|
2009-10-07 Frank Koormann <[email protected]> |
161 |
|
|
162 |
|
* formed/formed/plugins/export/latex.py: |
163 |
|
Adjusted textprocessing to escape tex-active characters. |
164 |
|
|
165 |
|
2009-10-07 Sascha L. Teichmann <[email protected]> |
166 |
|
|
167 |
|
* formed/formed/plugins/export/html.py, formed/formed/plugins/export/latex.py, |
168 |
|
formed/formed/plugins/export/html2.py: Adjusted to cope with |
169 |
|
"semi-complete" implementation of logbook tree structure. |
170 |
|
|
171 |
|
2009-06-18 Torsten Irländer <[email protected]> |
172 |
|
|
173 |
|
* formed/formed/plugins/export/new_sql.py, |
174 |
|
formed/formed/plugins/export/rg_sql.py: Fixed some sql errors, and |
175 |
|
added permissions. |
176 |
|
|
177 |
|
2009-06-18 Torsten Irländer <[email protected]> |
178 |
|
|
179 |
|
* formed/formed/plugins/export/new_sql.py: Commented out generation of |
180 |
|
page_views, as they do not work with rgroups. |
181 |
|
|
182 |
|
2009-06-17 Torsten Irländer <[email protected]> |
183 |
|
|
184 |
|
* formed/formed/plugins/export/new_sql.py: Fixed anonymize function |
185 |
|
and rolenames. |
186 |
|
|
187 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
188 |
|
|
189 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
190 |
|
|
191 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
192 |
|
|
193 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
194 |
|
|
195 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
196 |
|
|
197 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
198 |
|
nodecomponent names. |
199 |
|
|
200 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
201 |
|
|
202 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
203 |
|
repeat groups if no uuid is given. If a uuid is given then |
204 |
|
the creation is triggered by an xml import. |
205 |
|
|
206 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
207 |
|
|
208 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
209 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
210 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
211 |
|
|
212 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
213 |
|
The old one is deactivated. |
214 |
|
|
215 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
216 |
|
|
217 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
218 |
|
|
219 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
220 |
|
TODO: Adjust execution rights. |
221 |
|
|
222 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
223 |
|
|
224 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
225 |
|
Add functions to create dataset. |
226 |
|
|
227 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
228 |
|
|
229 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
230 |
|
tree structure functions in database. |
231 |
|
|
232 |
|
* formed/formed/config.py: load plug-in. |
233 |
|
|
234 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
235 |
|
|
236 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
237 |
|
RepeatNode. Removed needless methods |
238 |
|
|
239 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
240 |
|
|
241 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
242 |
|
more readable with '=' and '<>'. |
243 |
|
|
244 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
245 |
|
|
246 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
247 |
|
of uuid on anonymization of case. |
248 |
|
|
249 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
250 |
|
|
251 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
252 |
|
case_anonymize(). |
253 |
|
|
254 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
255 |
|
|
256 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
257 |
|
the trees infix. |
258 |
|
|
259 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
260 |
|
readable rules. |
261 |
|
|
262 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
263 |
|
|
264 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
265 |
|
|
266 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
267 |
|
|
268 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
269 |
|
exceptions if there is less or more than one element on stack |
270 |
|
after compilation of expression. |
271 |
|
|
272 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
273 |
|
|
274 |
|
* formed/formed/model/data.py: Removed debug output |
275 |
|
|
276 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
277 |
|
Generate past and future rules. |
278 |
|
|
279 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
280 |
|
|
281 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
282 |
|
|
283 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
284 |
|
|
285 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
286 |
|
|
287 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
288 |
|
|
289 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
290 |
|
|
291 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
292 |
|
|
293 |
|
* formed/formed/model/data.py: Added ConditionalNode |
294 |
|
|
295 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
296 |
|
|
297 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
298 |
|
|
299 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
300 |
|
in date sequence rules more precise. |
301 |
|
|
302 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
303 |
|
|
304 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
305 |
|
|
306 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
307 |
|
|
308 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
309 |
|
|
310 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
311 |
|
Adjusted imports. |
312 |
|
|
313 |
|
2009-03-12 Torsten Irländer <[email protected]> |
314 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
315 |
|
|
316 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
317 |
|
|
318 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
319 |
|
|
320 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
321 |
|
|
322 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
323 |
|
|
324 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
325 |
|
nodecomponent names. |
326 |
|
|
327 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
328 |
|
|
329 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
330 |
|
repeat groups if no uuid is given. If a uuid is given then |
331 |
|
the creation is triggered by an xml import. |
332 |
|
|
333 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
334 |
|
|
335 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
336 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
337 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
338 |
|
|
339 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
340 |
|
The old one is deactivated. |
341 |
|
|
342 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
343 |
|
|
344 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
345 |
|
|
346 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
347 |
|
TODO: Adjust execution rights. |
348 |
|
|
349 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
350 |
|
|
351 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
352 |
|
Add functions to create dataset. |
353 |
|
|
354 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
355 |
|
|
356 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
357 |
|
tree structure functions in database. |
358 |
|
|
359 |
|
* formed/formed/config.py: load plug-in. |
360 |
|
|
361 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
362 |
|
|
363 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
364 |
|
RepeatNode. Removed needless methods |
365 |
|
|
366 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
367 |
|
|
368 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
369 |
|
more readable with '=' and '<>'. |
370 |
|
|
371 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
372 |
|
|
373 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
374 |
|
of uuid on anonymization of case. |
375 |
|
|
376 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
377 |
|
|
378 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
379 |
|
case_anonymize(). |
380 |
|
|
381 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
382 |
|
|
383 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
384 |
|
the trees infix. |
385 |
|
|
386 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
387 |
|
readable rules. |
388 |
|
|
389 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
390 |
|
|
391 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
392 |
|
|
393 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
394 |
|
|
395 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
396 |
|
exceptions if there is less or more than one element on stack |
397 |
|
after compilation of expression. |
398 |
|
|
399 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
400 |
|
|
401 |
|
* formed/formed/model/data.py: Removed debug output |
402 |
|
|
403 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
404 |
|
Generate past and future rules. |
405 |
|
|
406 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
407 |
|
|
408 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
409 |
|
|
410 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
411 |
|
|
412 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
413 |
|
|
414 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
415 |
|
|
416 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
417 |
|
|
418 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
419 |
|
|
420 |
|
* formed/formed/model/data.py: Added ConditionalNode |
421 |
|
|
422 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
423 |
|
|
424 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
425 |
|
|
426 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
427 |
|
in date sequence rules more precise. |
428 |
|
|
429 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
430 |
|
|
431 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
432 |
|
|
433 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
434 |
|
|
435 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
436 |
|
|
437 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
438 |
|
Adjusted imports. |
439 |
|
|
440 |
|
2009-03-12 Torsten Irländer <[email protected]> |
441 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
442 |
|
|
443 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
444 |
|
|
445 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
446 |
|
|
447 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
448 |
|
|
449 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
450 |
|
|
451 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
452 |
|
nodecomponent names. |
453 |
|
|
454 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
455 |
|
|
456 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
457 |
|
repeat groups if no uuid is given. If a uuid is given then |
458 |
|
the creation is triggered by an xml import. |
459 |
|
|
460 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
461 |
|
|
462 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
463 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
464 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
465 |
|
|
466 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
467 |
|
The old one is deactivated. |
468 |
|
|
469 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
470 |
|
|
471 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
472 |
|
|
473 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
474 |
|
TODO: Adjust execution rights. |
475 |
|
|
476 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
477 |
|
|
478 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
479 |
|
Add functions to create dataset. |
480 |
|
|
481 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
482 |
|
|
483 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
484 |
|
tree structure functions in database. |
485 |
|
|
486 |
|
* formed/formed/config.py: load plug-in. |
487 |
|
|
488 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
489 |
|
|
490 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
491 |
|
RepeatNode. Removed needless methods |
492 |
|
|
493 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
494 |
|
|
495 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
496 |
|
more readable with '=' and '<>'. |
497 |
|
|
498 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
499 |
|
|
500 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
501 |
|
of uuid on anonymization of case. |
502 |
|
|
503 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
504 |
|
|
505 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
506 |
|
case_anonymize(). |
507 |
|
|
508 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
509 |
|
|
510 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
511 |
|
the trees infix. |
512 |
|
|
513 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
514 |
|
readable rules. |
515 |
|
|
516 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
517 |
|
|
518 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
519 |
|
|
520 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
521 |
|
|
522 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
523 |
|
exceptions if there is less or more than one element on stack |
524 |
|
after compilation of expression. |
525 |
|
|
526 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
527 |
|
|
528 |
|
* formed/formed/model/data.py: Removed debug output |
529 |
|
|
530 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
531 |
|
Generate past and future rules. |
532 |
|
|
533 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
534 |
|
|
535 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
536 |
|
|
537 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
538 |
|
|
539 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
540 |
|
|
541 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
542 |
|
|
543 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
544 |
|
|
545 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
546 |
|
|
547 |
|
* formed/formed/model/data.py: Added ConditionalNode |
548 |
|
|
549 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
550 |
|
|
551 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
552 |
|
|
553 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
554 |
|
in date sequence rules more precise. |
555 |
|
|
556 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
557 |
|
|
558 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
559 |
|
|
560 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
561 |
|
|
562 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
563 |
|
|
564 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
565 |
|
Adjusted imports. |
566 |
|
|
567 |
|
2009-03-12 Torsten Irländer <[email protected]> |
568 |
|
|
569 |
|
Introduced new order attribute for date fields |
570 |
|
|
571 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
572 |
|
ordering of datefields withing the document. Needed for automatic |
573 |
|
generation of consistency rules. |
574 |
|
|
575 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
576 |
|
|
577 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
578 |
|
|
579 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
580 |
|
|
581 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
582 |
|
description reference tables of radio groups. |
583 |
|
|
584 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
585 |
|
|
586 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
587 |
|
by '_'. |
588 |
|
|
589 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
590 |
|
|
591 |
|
* formed/formed/plugins/export/sql.py: to figure ou which |
592 |
|
tables are equal the insert statememnts are lower cased |
593 |
|
and sorted before they are compared. This reduces the number |
594 |
|
of generated referfence tables. |
595 |
|
|
596 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
597 |
|
|
598 |
|
Repair SQL schema creation for radio groups. |
599 |
|
|
600 |
|
* formed/formed/plugins/export/sql.py: radio groups are handled |
601 |
|
like choices now. |
602 |
|
|
603 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
604 |
|
|
605 |
|
Make it startable again. |
606 |
|
|
607 |
|
* formed/formed/plugins/export/xls.py: Import pyExcelerator only |
608 |
|
when plug-in is called. |
609 |
|
|
610 |
|
* formed/formed/model/nodecomponents.py: Event routing was messed up. |
611 |
|
Rewired root node with document. |
612 |
|
|
613 |
|
* formed/formed/plugins/web/help.py: Removed old xml.ext import. |
614 |
|
XXX: This breaks creating help by now! |
615 |
|
|
616 |
|
* formed/formed/io/parser.py: Replace old deprecated base class |
617 |
|
by new one. |
618 |
|
|
619 |
|
* formed/formed/main.py: Do not crash if locale cannot be set. |
620 |
|
|
621 |
|
* formed/formed/ui/controls.py: Use document.getCase() instead |
622 |
|
of document.case to prevent uninitialized dereferences. |
623 |
|
|
624 |
|
2009-01-22 Torsten Irländer <[email protected]> |
625 |
|
|
626 |
|
Implemented new XML-Format for formed xml files. |
627 |
|
|
628 |
|
* formed/formed/model/nodecomponents.py, |
629 |
|
formed/formed/io/document.py, |
630 |
|
formed/formed/main.py, |
631 |
|
formed/formed/ui/controls.py: Introduced new "case" and "logbook" |
632 |
|
node. Under case is the definition of the formular. logbook will |
633 |
|
hold the defintion of logboog entrys. For now only the part under |
634 |
|
"case" can be modified. |
635 |
|
|
636 |
|
2009-01-21 Torsten Irländer <[email protected]> |
637 |
|
|
638 |
|
Changed way how XSD-Scheme is generated |
639 |
|
|
640 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
641 |
|
logbookentrys. The scheme definiton is now hardcoded in the |
642 |
|
exporter as it will rarely change. It logbookpart will not be |
643 |
|
generated from the formedtree anymore. |
644 |
|
|
645 |
|
2009-01-20 Torsten Irländer <[email protected]> |
646 |
|
|
647 |
|
Support Logbook entrys in xsd schema export |
648 |
|
|
649 |
|
* formed/formed/model/data.py: Repeatnode are now handeld as |
650 |
|
repeatgroups in xsd-export |
651 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
652 |
|
logbookentrys. The scheme will now validate against an xmlfile from |
653 |
|
the offlineclient. |
654 |
|
|
655 |
|
2009-01-09 Torsten Irländer <[email protected]> |
656 |
|
|
657 |
|
Added new repeat node |
658 |
|
|
659 |
|
* formed/formed/model/data.py, |
660 |
|
formed/formed/io/document.py: Added repeatnode to the formedtree. |
661 |
|
TODO: Remove repeatgroup handling from the groupnode. |
662 |
|
|
663 |
|
2009-01-08 Torsten Irländer <[email protected]> |
664 |
|
|
665 |
|
Add isset operator to autogenerated rules. |
666 |
|
|
667 |
|
* formed/formed/plugins/modify/rules.py: Add issed operator to standard |
668 |
|
autogenerated rules. |
669 |
|
|
670 |
|
2008-12-17 Frank Koormann <[email protected]> |
671 |
|
|
672 |
|
* formed/formed/plugins/export/latex.py: Export form as set of |
673 |
|
latex tables to be included into a master document. The export |
674 |
|
generates section marks to structure the form and placeholders for |
675 |
|
help texts to be merged in by a post processing step. |
676 |
|
|
677 |
|
2008-12-04 Sascha L. Teichmann <[email protected]> |
678 |
|
|
679 |
|
* formed/formed/model/expr.py: Added 'today' which pushes the current date |
680 |
|
on the stack. |
681 |
|
|
682 |
|
2008-12-03 Sascha L. Teichmann <[email protected]> |
683 |
|
|
684 |
|
* formed/formed/plugins/web/controllers.py: compute changeset more correctly in |
685 |
|
storage of fields. |
686 |
|
|
687 |
|
* formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer |
688 |
|
fields as an accepted value. Generate schema for radio groups too. |
689 |
|
|
690 |
|
2008-12-01 Torsten Irländer <[email protected]> |
691 |
|
|
692 |
|
Added autmatic generation of required rules |
693 |
|
|
694 |
|
* formed/formed/model/data.py, |
695 |
|
formed/formed/model/expr.py, |
696 |
|
formed/formed/plugins/modify/rules.py: Default rules for required |
697 |
|
fields can now be generated. |
698 |
|
|
699 |
|
2008-11-28 Sascha L. Teichmann <[email protected]> |
700 |
|
|
701 |
|
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |
702 |
|
Ported WidgetCollector from Offline client. |
703 |
|
|
704 |
|
* formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify, |
705 |
|
formed/formed/plugins/modify/rules.py: Stub for required rules generator. |
706 |
|
|
707 |
|
* formed/formed/config.py: Bind new filter to FormEd |
708 |
|
|
709 |
|
2008-11-27 Torsten Irländer <[email protected]> |
710 |
|
|
711 |
|
* formed/formed/model/data.py: Added new attribute mark for rules |
712 |
|
|
713 |
|
2008-11-10 Torsten Irländer <[email protected]> |
714 |
|
|
715 |
|
Implemented radio-matrix elements. radio elelement having the same |
716 |
|
options can now be rendered in table form. |
717 |
|
|
718 |
|
* formed/formed/model/data.py, |
719 |
|
formed/formed/io/document.py: Added new radio-matrix element to the |
720 |
|
model and gui |
721 |
|
* formed/formed/plugins/web/view_renderer.py: Write html-renderer for |
722 |
|
the radio-matrix element. |
723 |
|
|
724 |
|
2008-11.03 Torsten Irländer <[email protected]> |
725 |
|
|
726 |
|
* formed/formed/model/data.py: Fixed import error |
727 |
|
|
728 |
|
2008-10-29 Sascha L. Teichmann <[email protected]> |
729 |
|
|
730 |
|
Relative paths in external choices are now possible. Relative paths are |
731 |
|
relative to path of the master document. |
732 |
|
|
733 |
|
* formed/model/data.py: external choice are now storing the path to the |
734 |
|
master document. |
735 |
|
|
736 |
|
* formed/formed/io/document.py: Pass context to SAX builder. |
737 |
|
|
738 |
|
* formed/formed/io/factories.py: For new created nodes look if there |
739 |
|
is a method 'setLoadContext' and call it. |
740 |
|
|
741 |
|
2008-09-04 Sascha L. Teichmann <[email protected]> |
742 |
|
|
743 |
|
* doc/beschreibung.txt: New. Initial description of FormEd (german). |
744 |
|
|
745 |
|
2008-08-22 Sascha L. Teichmann <[email protected]> |
746 |
|
|
747 |
|
* formed/formed/model/nodecomponents.py: Added attribute 'flags'. |
748 |
|
|
749 |
|
2008-08-21 Sascha L. Teichmann <[email protected]> |
750 |
|
|
751 |
|
* formed/formed/io/document.py: Indent tree while saving |
752 |
|
* formed/formed/main.py: removed needless print |
753 |
|
|
754 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
755 |
|
|
756 |
|
* LICENSE: New GPLv3 |
757 |
|
* */*.py, *.sh: Added reference to LICENSE |
758 |
|
|
759 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
760 |
|
|
761 |
|
* tools: removed because there a no tools any more. |
762 |
|
|
763 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
764 |
|
|
765 |
|
* tools/formed: moved one level up because its the only |
766 |
|
part of this project now. |
767 |
|
|
768 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
769 |
|
|
770 |
|
* tools/anonym/*: Removed as it belongs to mpuls WASKA |
771 |
|
|
772 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
773 |
|
|
774 |
|
* pdf2xfa/*: removed. It belongs to mpuls |
775 |
|
|
776 |
|
2008-08-13 L. Teichmann <[email protected]> |
777 |
|
|
778 |
|
i18n of the plug-ins: |
779 |
|
* tools/formed/formed/plugins/export/diff.py, |
780 |
|
tools/formed/formed/plugins/export/data.py, |
781 |
|
tools/formed/formed/plugins/export/old_sql.py, |
782 |
|
tools/formed/formed/plugins/export/latex.py, |
783 |
|
tools/formed/formed/plugins/export/xsd.py, |
784 |
|
tools/formed/formed/plugins/export/sql.py, |
785 |
|
tools/formed/formed/plugins/export/typemap.py, |
786 |
|
tools/formed/formed/plugins/export/html.py, |
787 |
|
tools/formed/formed/plugins/export/mode.py, |
788 |
|
tools/formed/formed/plugins/export/html2.py, |
789 |
|
tools/formed/formed/plugins/export/xls.py, |
790 |
|
tools/formed/formed/plugins/names/filter.py, |
791 |
|
tools/formed/formed/plugins/plugin.py, |
792 |
|
tools/formed/formed/plugins/web/help.py, |
793 |
|
tools/formed/formed/plugins/web/form_renderer.py, |
794 |
|
tools/formed/formed/plugins/web/plugin.py, |
795 |
|
tools/formed/formed/plugins/web/error_renderer.py, |
796 |
|
tools/formed/formed/plugins/web/view_renderer.py, |
797 |
|
tools/formed/formed/plugins/web/semantic.py, |
798 |
|
tools/formed/formed/plugins/web/cache.py, |
799 |
|
tools/formed/formed/plugins/web/server.py, |
800 |
|
tools/formed/formed/plugins/web/controllers.py, |
801 |
|
tools/formed/formed/plugins/web/renderer.py, |
802 |
|
tools/formed/formed/plugins/ui/controls.py, |
803 |
|
tools/formed/formed/config.py: _("")s the stuff |
804 |
|
tools/formed/po/formed.pot, tools/formed/po/de_DE.po: |
805 |
|
extracted and translated. |
806 |
|
|
807 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
808 |
|
|
809 |
|
First version of FormEd i18n. After checkout go to tools/formed/po/ and |
810 |
|
say 'make mo'. Afterwards you can start FormEd as usual. |
811 |
|
|
812 |
|
* tools/formed/resources: New. Place to places ressources like *.mo files |
813 |
|
* tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s |
814 |
|
|
815 |
|
* tools/formed/po, |
816 |
|
tools/formed/po/Makefile, |
817 |
|
tools/formed/po/formed.pot, |
818 |
|
tools/formed/po/de_DE.po: i18n stuff. |
819 |
|
|
820 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
821 |
|
|
822 |
|
* tools/anonym/xmlexport.py: Only export cases which are not |
823 |
|
'schwebend geloescht'. |
824 |
|
|
825 |
|
2008-07-23 Sascha L. Teichmann <[email protected]> |
826 |
|
|
827 |
|
Fixed issue472 |
828 |
|
|
829 |
|
* tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree. |
830 |
|
|
831 |
|
2008-07-17 Sascha L. Teichmann <[email protected]> |
832 |
|
|
833 |
|
* tools/anonym/xmlimport.py: removed marking of invalid cases |
834 |
|
* tools/anonym/cron.importAnonXml.sh: re-inserted here. |
835 |
|
|
836 |
|
2008-07.07 Torsten Irländer <[email protected]> |
837 |
|
|
838 |
|
* tools/formed/formed/plugins/export/latex.py |
839 |
|
tools/formed/formed/config.py: Added new LaTex Export. Beware this |
840 |
|
is even more ugly the HTML Export. |
841 |
|
* tools/formed/formed/plugins/export/html.py: Added information on |
842 |
|
anonymisation to the html export. |
843 |
|
|
844 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
845 |
|
|
846 |
|
* tools/anonym/xmlimport.py: Mark cases if they are inconsistent. |
847 |
|
|
848 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
849 |
|
|
850 |
|
* tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4) |
851 |
|
|
852 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
853 |
|
|
854 |
|
* tools/formed/formed/plugins/export/html.py: Added additional column |
855 |
|
to the html export with information how each field will get |
856 |
|
anonymized. |
857 |
|
|
858 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
859 |
|
|
860 |
|
* tools/anonym/xmlimport.py: sync with productive version. |
861 |
|
|
862 |
|
2008-06-10 Torsten Irländer <[email protected]> |
863 |
|
|
864 |
|
* tools/formed/formed/plugins/export/sql.py: grant admin permission to |
865 |
|
call anonymize function |
866 |
|
|
867 |
|
2008-05-21 Sascha L. Teichmann <[email protected]> |
868 |
|
|
869 |
|
* tools/formed/formed/plugins/export/xsd.py: Brought encoding |
870 |
|
back to UTF-8. |
871 |
|
|
872 |
|
2008-05-21 Frank Koormann <[email protected]> |
873 |
|
|
874 |
|
* tools/formed/formed/plugins/export/xls.py: New, export key value |
875 |
|
tables as excel workbook with one sheet per table. |
876 |
|
|
877 |
|
* tools/formed/formed/config.py: ExportKeyValueTableAsXLS added. |
878 |
|
|
879 |
|
2008-05-21 Frank Koormann <[email protected]> |
880 |
|
|
881 |
|
* tools/formed/formed/plugins/export/xsd.py |
882 |
|
(SchemaCreator._createChoice): Fix use of choices name. |
883 |
|
|
884 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
885 |
|
|
886 |
|
* tools/formed/formed/plugins/export/xsd.py: Use substitution group |
887 |
|
to allow arbitrary order of repeat groups. |
888 |
|
|
889 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
890 |
|
|
891 |
|
* tools/formed/formed/plugins/export/xsd.py: Removed a needless |
892 |
|
character. |
893 |
|
|
894 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
895 |
|
|
896 |
|
* tools/formed/formed/plugins/export/xsd.py: Added annotations |
897 |
|
to fields. |
898 |
|
|
899 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
900 |
|
|
901 |
|
* tools/formed/formed/plugins/export/xsd.py: Added for |
902 |
|
choice fields. |
903 |
|
|
904 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
905 |
|
|
906 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
907 |
|
boolean fields based on enumerations. |
908 |
|
|
909 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
910 |
|
|
911 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
912 |
|
date, text and textarea fields. |
913 |
|
|
914 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
915 |
|
|
916 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
917 |
|
repeat groups and integer fields. |
918 |
|
|
919 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
920 |
|
|
921 |
|
* tools/formed/formed/plugins/export/xsd.py: New. plug-in for |
922 |
|
exporting as XML schema. not ready, yet. |
923 |
|
|
924 |
|
* tools/formed/formed/config.py: Use new plug-in. |
925 |
|
|
926 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text. |
927 |
|
|
928 |
|
2008-04-17 Torsten Irländer <[email protected]> |
929 |
|
|
930 |
|
* tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in |
931 |
|
for the views because of the new group permissions. |
932 |
|
|
933 |
|
2008-04-09 Sascha L. Teichmann <[email protected]> |
934 |
|
|
935 |
|
* tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete |
936 |
|
old anonymized cases. |
937 |
|
|
938 |
|
2008-04-01 Sascha L. Teichmann <[email protected]> |
939 |
|
|
940 |
|
* tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1" |
941 |
|
from clause to select datasets. |
942 |
|
Replace ']]>' in CDATA sections with correct splitted replacement. |
943 |
|
|
944 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
945 |
|
|
946 |
|
* tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport |
947 |
|
script. |
948 |
|
|
949 |
|
* tools/anonym/xmlimport.py: commented out database port from |
950 |
|
connectionstring. |
951 |
|
|
952 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
953 |
|
|
954 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
955 |
|
of anonymization of repeat groups (wrong id was given). |
956 |
|
|
957 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
958 |
|
|
959 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
960 |
|
statements for relations which have no anonym functions applied. |
961 |
|
|
962 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
963 |
|
|
964 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
965 |
|
'COMMIT;' in the last line. |
966 |
|
|
967 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
968 |
|
|
969 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
970 |
|
generated anonymize_case() function. |
971 |
|
|
972 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
973 |
|
|
974 |
|
* tools/formed/formed/plugins/export/sql.py: Added code to |
975 |
|
generate a plpgsql function anonymize_case() that anonymized |
976 |
|
a given case and all of its depending repeat groups. |
977 |
|
|
978 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
979 |
|
|
980 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
981 |
|
|
982 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
983 |
|
|
984 |
|
2008-03-03 Torsten Irländer <[email protected]> |
985 |
|
|
986 |
|
* anonym/cron.sendAnonXml.sh, |
987 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
988 |
|
production environment (Copied running scripts from production |
989 |
|
server) |
990 |
|
|
991 |
|
* cron.importAnonXml.sh: Added deleting of ols cases. Modified script |
992 |
|
to be used in a production environment (Cpoied running script from |
993 |
|
production server) |
994 |
|
|
995 |
|
* tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to |
996 |
|
ensure that only valid cases get exported |
997 |
|
|
998 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
999 |
|
|
1000 |
|
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
1001 |
|
|
1002 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
1003 |
|
|
1004 |
|
* tools/anonym/xmlimport.py: Simpilied version |
1005 |
|
|
1006 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
1007 |
|
|
1008 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
1009 |
|
xmlimport.py and parameters. |
1010 |
|
|
1011 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
1012 |
|
|
1013 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
1014 |
|
because of sudo context. |
1015 |
|
|
1016 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
1017 |
|
|
1018 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
1019 |
|
support to force in fkz in import of case. |
1020 |
|
|
1021 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
1022 |
|
|
1023 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
1024 |
|
|
1025 |
|
* tools/anonym/html.awk: produces valid HTML. |
1026 |
|
|
1027 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
1028 |
|
|
1029 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
1030 |
|
|
1031 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
1032 |
|
|
1033 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
1034 |
|
exportted cases. It will read all files from a directory and import |
1035 |
|
the files into the DB. After that the script will cleanup the |
1036 |
|
directory. |
1037 |
|
|
1038 |
|
2008-02-25 Torsten Irländer <[email protected]> |
1039 |
|
|
1040 |
|
* tools/anonym/cron.sendAnonXml.sh, |
1041 |
|
tools/anonym/xmlexport.py, |
1042 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
1043 |
|
|
1044 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
1045 |
|
|
1046 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
1047 |
|
|
1048 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
1049 |
|
|
1050 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
1051 |
|
|
1052 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
1053 |
|
|
1054 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
1055 |
|
|
1056 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
1057 |
|
update statements. |
1058 |
|
|
1059 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
1060 |
|
|
1061 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
1062 |
|
XML from cron. |
1063 |
|
|
1064 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
1065 |
|
|
1066 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
1067 |
|
for a simplified HTML output |
1068 |
|
|
1069 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
1070 |
|
for dump schema as python dictionary. |
1071 |
|
|
1072 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
1073 |
|
old stored procedure and view generators. |
1074 |
|
|
1075 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
1076 |
|
|
1077 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
1078 |
|
as XML. |
1079 |
|
|
1080 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
1081 |
|
|
1082 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
1083 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
1084 |
|
|
1085 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
1086 |
|
|
1087 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
1088 |
|
data from database. |
1089 |
|
|
1090 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
1091 |
|
|
1092 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
1093 |
|
erase_value with suppress_value/suppress_value2. |
1094 |
|
|
1095 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
1096 |
|
|
1097 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
1098 |
|
substitute 'erase_value' with NULL value. |
1099 |
|
|
1100 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
1101 |
|
|
1102 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
1103 |
|
and uuid_id in anonymiziation views too. |
1104 |
|
|
1105 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
1106 |
|
|
1107 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
1108 |
|
of anonymiziation views for master table views and repeat group |
1109 |
|
views. |
1110 |
|
|
1111 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
1112 |
|
|
1113 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
1114 |
|
"function" |
1115 |
|
|
1116 |
|
* tools/formed/formed/io/document.py: Save attributes in |
1117 |
|
alphabetical order. |
1118 |
|
|
1119 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
1120 |
|
|
1121 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
1122 |
|
for master table and repeat groups views. Granted update right |
1123 |
|
to :cm_ka_group. |
1124 |
|
|
1125 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
1126 |
|
|
1127 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
1128 |
|
for master table and repeat groups. Also added unique constraints |
1129 |
|
to these columns. |
1130 |
|
|
1131 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
1132 |
|
|
1133 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
1134 |
|
property 'root.element' to specify the name of the XML root. |
1135 |
|
|
1136 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
1137 |
|
|
1138 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
1139 |
|
|
1140 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
1141 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
1142 |
|
|
1143 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
1144 |
|
|
1145 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
1146 |
|
|
1147 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
1148 |
|
Sends logging to file. |
1149 |
|
|
1150 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
1151 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
1152 |
|
to use new logging. |
1153 |
|
|
1154 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
1155 |
|
|
1156 |
|
2007-11-16 Frank Koormann <[email protected]> |
1157 |
|
|
1158 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
1159 |
|
Append only column "bearbeiter_id", standins are modelled by a |
1160 |
|
separate table. |
1161 |
|
|
1162 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
1163 |
|
|
1164 |
|
* tools/formed/formed/model/data.py, |
1165 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
1166 |
|
Added an invisible flag for info fields. |
1167 |
|
|
1168 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
1169 |
|
|
1170 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
1171 |
|
(calling a wrong method). |
1172 |
|
|
1173 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
1174 |
|
|
1175 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
1176 |
|
'alternative' to all node components. This might be of help to |
1177 |
|
match PDF imports where the descriptions do not match. |
1178 |
|
|
1179 |
|
2007-10-23 Frank Koormann <[email protected]> |
1180 |
|
|
1181 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
1182 |
|
|
1183 |
|
2007-10-23 Frank Koormann <[email protected]> |
1184 |
|
|
1185 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
1186 |
|
value (-1) for choices and bools. |
1187 |
|
|
1188 |
|
2007-10-21 Frank Koormann <[email protected]> |
1189 |
|
|
1190 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
1191 |
|
descriptive tables added. |
1192 |
|
(Table.getName): new |
1193 |
|
|
1194 |
|
2007-10-21 Frank Koormann <[email protected]> |
1195 |
|
|
1196 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
1197 |
|
statements for views and roles to make updates easier. |
1198 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
1199 |
|
|
1200 |
|
2007-10-19 Frank Koormann <[email protected]> |
1201 |
|
|
1202 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
1203 |
|
for views. The statements are prepared for variable substitution |
1204 |
|
when executing the SQL-scripts by psql. |
1205 |
|
|
1206 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
1207 |
|
|
1208 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
1209 |
|
End of result XML was truncated because of an unflushed buffer. |
1210 |
|
|
1211 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
1212 |
|
|
1213 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
1214 |
|
|
1215 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
1216 |
|
and how to use it. |
1217 |
|
|
1218 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
1219 |
|
and iText dependency. |
1220 |
|
|
1221 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
1222 |
|
|
1223 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
1224 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
1225 |
|
process web vs. db. |
1226 |
|
|
1227 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
1228 |
|
|
1229 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
1230 |
|
UPDATE rules. |
1231 |
|
|
1232 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
1233 |
|
|
1234 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
1235 |
|
views. TODO: Test'em and implement the rest. |
1236 |
|
|
1237 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
1238 |
|
|
1239 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
1240 |
|
rules referenced none existing views. |
1241 |
|
|
1242 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
1243 |
|
|
1244 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
1245 |
|
rules for views. TODO: add UPDATE rules. |
1246 |
|
|
1247 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
1248 |
|
|
1249 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
1250 |
|
the legacy SQL export filters. |
1251 |
|
|
1252 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
1253 |
|
legacy SQL export filters to old_sql. |
1254 |
|
|
1255 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
1256 |
|
filters from old_sql. |
1257 |
|
|
1258 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
1259 |
|
|
1260 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
1261 |
|
|
1262 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
1263 |
|
|
1264 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
1265 |
|
that made choices of three elements to booleans if |
1266 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
1267 |
|
|
1268 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
1269 |
|
|
1270 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
1271 |
|
underlaying tables in views too. |
1272 |
|
|
1273 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
1274 |
|
|
1275 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
1276 |
|
Various bug fixes. |
1277 |
|
|
1278 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
1279 |
|
|
1280 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
1281 |
|
to extract fields from embedded repeat groups. |
1282 |
|
|
1283 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
1284 |
|
views per page too. Result not tested yet. |
1285 |
|
|
1286 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
1287 |
|
|
1288 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
1289 |
|
in-page repeat groups while rendering pages. |
1290 |
|
|
1291 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
1292 |
|
|
1293 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
1294 |
|
traversals for document trees. |
1295 |
|
|
1296 |
|
* tools/formed/formed/model/data.py: Rewrote the |
1297 |
|
Page.allWidgets() method to use new visitor for |
1298 |
|
tree traversal. |
1299 |
|
|
1300 |
2007-09-27 Torsten Irlaender <[email protected]> |
2007-09-27 Torsten Irlaender <[email protected]> |
1301 |
|
|
1302 |
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
1303 |
in the rename by formular name algorithm |
in the rename by formular name algorithm |
1304 |
|
|