1 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
4 |
|
RepeatNode. Removed needless methods |
5 |
|
|
6 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
9 |
|
more readable with '=' and '<>'. |
10 |
|
|
11 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
14 |
|
of uuid on anonymization of case. |
15 |
|
|
16 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
19 |
|
case_anonymize(). |
20 |
|
|
21 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
24 |
|
the trees infix. |
25 |
|
|
26 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
27 |
|
readable rules. |
28 |
|
|
29 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
30 |
|
|
31 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
32 |
|
|
33 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
36 |
|
exceptions if there is less or more than one element on stack |
37 |
|
after compilation of expression. |
38 |
|
|
39 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* formed/formed/model/data.py: Removed debug output |
42 |
|
|
43 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
44 |
|
Generate past and future rules. |
45 |
|
|
46 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
49 |
|
|
50 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
53 |
|
|
54 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
57 |
|
|
58 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* formed/formed/model/data.py: Added ConditionalNode |
61 |
|
|
62 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
63 |
|
|
64 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
67 |
|
in date sequence rules more precise. |
68 |
|
|
69 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
72 |
|
|
73 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
74 |
|
|
75 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
76 |
|
|
77 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
78 |
|
Adjusted imports. |
79 |
|
|
80 |
|
2009-03-12 Torsten Irländer <[email protected]> |
81 |
|
|
82 |
|
Introduced new order attribute for date fields |
83 |
|
|
84 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
85 |
|
ordering of datefields withing the document. Needed for automatic |
86 |
|
generation of consistency rules. |
87 |
|
|
88 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
89 |
|
|
90 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
91 |
|
|
92 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
93 |
|
|
94 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
95 |
|
description reference tables of radio groups. |
96 |
|
|
97 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
98 |
|
|
99 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
100 |
|
by '_'. |
101 |
|
|
102 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
103 |
|
|
104 |
|
* formed/formed/plugins/export/sql.py: to figure ou which |
105 |
|
tables are equal the insert statememnts are lower cased |
106 |
|
and sorted before they are compared. This reduces the number |
107 |
|
of generated referfence tables. |
108 |
|
|
109 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
110 |
|
|
111 |
|
Repair SQL schema creation for radio groups. |
112 |
|
|
113 |
|
* formed/formed/plugins/export/sql.py: radio groups are handled |
114 |
|
like choices now. |
115 |
|
|
116 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
117 |
|
|
118 |
|
Make it startable again. |
119 |
|
|
120 |
|
* formed/formed/plugins/export/xls.py: Import pyExcelerator only |
121 |
|
when plug-in is called. |
122 |
|
|
123 |
|
* formed/formed/model/nodecomponents.py: Event routing was messed up. |
124 |
|
Rewired root node with document. |
125 |
|
|
126 |
|
* formed/formed/plugins/web/help.py: Removed old xml.ext import. |
127 |
|
XXX: This breaks creating help by now! |
128 |
|
|
129 |
|
* formed/formed/io/parser.py: Replace old deprecated base class |
130 |
|
by new one. |
131 |
|
|
132 |
|
* formed/formed/main.py: Do not crash if locale cannot be set. |
133 |
|
|
134 |
|
* formed/formed/ui/controls.py: Use document.getCase() instead |
135 |
|
of document.case to prevent uninitialized dereferences. |
136 |
|
|
137 |
|
2009-01-22 Torsten Irländer <[email protected]> |
138 |
|
|
139 |
|
Implemented new XML-Format for formed xml files. |
140 |
|
|
141 |
|
* formed/formed/model/nodecomponents.py, |
142 |
|
formed/formed/io/document.py, |
143 |
|
formed/formed/main.py, |
144 |
|
formed/formed/ui/controls.py: Introduced new "case" and "logbook" |
145 |
|
node. Under case is the definition of the formular. logbook will |
146 |
|
hold the defintion of logboog entrys. For now only the part under |
147 |
|
"case" can be modified. |
148 |
|
|
149 |
|
2009-01-21 Torsten Irländer <[email protected]> |
150 |
|
|
151 |
|
Changed way how XSD-Scheme is generated |
152 |
|
|
153 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
154 |
|
logbookentrys. The scheme definiton is now hardcoded in the |
155 |
|
exporter as it will rarely change. It logbookpart will not be |
156 |
|
generated from the formedtree anymore. |
157 |
|
|
158 |
|
2009-01-20 Torsten Irländer <[email protected]> |
159 |
|
|
160 |
|
Support Logbook entrys in xsd schema export |
161 |
|
|
162 |
|
* formed/formed/model/data.py: Repeatnode are now handeld as |
163 |
|
repeatgroups in xsd-export |
164 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
165 |
|
logbookentrys. The scheme will now validate against an xmlfile from |
166 |
|
the offlineclient. |
167 |
|
|
168 |
|
2009-01-09 Torsten Irländer <[email protected]> |
169 |
|
|
170 |
|
Added new repeat node |
171 |
|
|
172 |
|
* formed/formed/model/data.py, |
173 |
|
formed/formed/io/document.py: Added repeatnode to the formedtree. |
174 |
|
TODO: Remove repeatgroup handling from the groupnode. |
175 |
|
|
176 |
|
2009-01-08 Torsten Irländer <[email protected]> |
177 |
|
|
178 |
|
Add isset operator to autogenerated rules. |
179 |
|
|
180 |
|
* formed/formed/plugins/modify/rules.py: Add issed operator to standard |
181 |
|
autogenerated rules. |
182 |
|
|
183 |
|
2008-12-17 Frank Koormann <[email protected]> |
184 |
|
|
185 |
|
* formed/formed/plugins/export/latex.py: Export form as set of |
186 |
|
latex tables to be included into a master document. The export |
187 |
|
generates section marks to structure the form and placeholders for |
188 |
|
help texts to be merged in by a post processing step. |
189 |
|
|
190 |
|
2008-12-04 Sascha L. Teichmann <[email protected]> |
191 |
|
|
192 |
|
* formed/formed/model/expr.py: Added 'today' which pushes the current date |
193 |
|
on the stack. |
194 |
|
|
195 |
|
2008-12-03 Sascha L. Teichmann <[email protected]> |
196 |
|
|
197 |
|
* formed/formed/plugins/web/controllers.py: compute changeset more correctly in |
198 |
|
storage of fields. |
199 |
|
|
200 |
|
* formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer |
201 |
|
fields as an accepted value. Generate schema for radio groups too. |
202 |
|
|
203 |
|
2008-12-01 Torsten Irländer <[email protected]> |
204 |
|
|
205 |
|
Added autmatic generation of required rules |
206 |
|
|
207 |
|
* formed/formed/model/data.py, |
208 |
|
formed/formed/model/expr.py, |
209 |
|
formed/formed/plugins/modify/rules.py: Default rules for required |
210 |
|
fields can now be generated. |
211 |
|
|
212 |
|
2008-11-28 Sascha L. Teichmann <[email protected]> |
213 |
|
|
214 |
|
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |
215 |
|
Ported WidgetCollector from Offline client. |
216 |
|
|
217 |
|
* formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify, |
218 |
|
formed/formed/plugins/modify/rules.py: Stub for required rules generator. |
219 |
|
|
220 |
|
* formed/formed/config.py: Bind new filter to FormEd |
221 |
|
|
222 |
|
2008-11-27 Torsten Irländer <[email protected]> |
223 |
|
|
224 |
|
* formed/formed/model/data.py: Added new attribute mark for rules |
225 |
|
|
226 |
|
2008-11-10 Torsten Irländer <[email protected]> |
227 |
|
|
228 |
|
Implemented radio-matrix elements. radio elelement having the same |
229 |
|
options can now be rendered in table form. |
230 |
|
|
231 |
|
* formed/formed/model/data.py, |
232 |
|
formed/formed/io/document.py: Added new radio-matrix element to the |
233 |
|
model and gui |
234 |
|
* formed/formed/plugins/web/view_renderer.py: Write html-renderer for |
235 |
|
the radio-matrix element. |
236 |
|
|
237 |
|
2008-11.03 Torsten Irländer <[email protected]> |
238 |
|
|
239 |
|
* formed/formed/model/data.py: Fixed import error |
240 |
|
|
241 |
|
2008-10-29 Sascha L. Teichmann <[email protected]> |
242 |
|
|
243 |
|
Relative paths in external choices are now possible. Relative paths are |
244 |
|
relative to path of the master document. |
245 |
|
|
246 |
|
* formed/model/data.py: external choice are now storing the path to the |
247 |
|
master document. |
248 |
|
|
249 |
|
* formed/formed/io/document.py: Pass context to SAX builder. |
250 |
|
|
251 |
|
* formed/formed/io/factories.py: For new created nodes look if there |
252 |
|
is a method 'setLoadContext' and call it. |
253 |
|
|
254 |
|
2008-09-04 Sascha L. Teichmann <[email protected]> |
255 |
|
|
256 |
|
* doc/beschreibung.txt: New. Initial description of FormEd (german). |
257 |
|
|
258 |
|
2008-08-22 Sascha L. Teichmann <[email protected]> |
259 |
|
|
260 |
|
* formed/formed/model/nodecomponents.py: Added attribute 'flags'. |
261 |
|
|
262 |
|
2008-08-21 Sascha L. Teichmann <[email protected]> |
263 |
|
|
264 |
|
* formed/formed/io/document.py: Indent tree while saving |
265 |
|
* formed/formed/main.py: removed needless print |
266 |
|
|
267 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
268 |
|
|
269 |
|
* LICENSE: New GPLv3 |
270 |
|
* */*.py, *.sh: Added reference to LICENSE |
271 |
|
|
272 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
273 |
|
|
274 |
|
* tools: removed because there a no tools any more. |
275 |
|
|
276 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
277 |
|
|
278 |
|
* tools/formed: moved one level up because its the only |
279 |
|
part of this project now. |
280 |
|
|
281 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
282 |
|
|
283 |
|
* tools/anonym/*: Removed as it belongs to mpuls WASKA |
284 |
|
|
285 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
286 |
|
|
287 |
|
* pdf2xfa/*: removed. It belongs to mpuls |
288 |
|
|
289 |
|
2008-08-13 L. Teichmann <[email protected]> |
290 |
|
|
291 |
|
i18n of the plug-ins: |
292 |
|
* tools/formed/formed/plugins/export/diff.py, |
293 |
|
tools/formed/formed/plugins/export/data.py, |
294 |
|
tools/formed/formed/plugins/export/old_sql.py, |
295 |
|
tools/formed/formed/plugins/export/latex.py, |
296 |
|
tools/formed/formed/plugins/export/xsd.py, |
297 |
|
tools/formed/formed/plugins/export/sql.py, |
298 |
|
tools/formed/formed/plugins/export/typemap.py, |
299 |
|
tools/formed/formed/plugins/export/html.py, |
300 |
|
tools/formed/formed/plugins/export/mode.py, |
301 |
|
tools/formed/formed/plugins/export/html2.py, |
302 |
|
tools/formed/formed/plugins/export/xls.py, |
303 |
|
tools/formed/formed/plugins/names/filter.py, |
304 |
|
tools/formed/formed/plugins/plugin.py, |
305 |
|
tools/formed/formed/plugins/web/help.py, |
306 |
|
tools/formed/formed/plugins/web/form_renderer.py, |
307 |
|
tools/formed/formed/plugins/web/plugin.py, |
308 |
|
tools/formed/formed/plugins/web/error_renderer.py, |
309 |
|
tools/formed/formed/plugins/web/view_renderer.py, |
310 |
|
tools/formed/formed/plugins/web/semantic.py, |
311 |
|
tools/formed/formed/plugins/web/cache.py, |
312 |
|
tools/formed/formed/plugins/web/server.py, |
313 |
|
tools/formed/formed/plugins/web/controllers.py, |
314 |
|
tools/formed/formed/plugins/web/renderer.py, |
315 |
|
tools/formed/formed/plugins/ui/controls.py, |
316 |
|
tools/formed/formed/config.py: _("")s the stuff |
317 |
|
tools/formed/po/formed.pot, tools/formed/po/de_DE.po: |
318 |
|
extracted and translated. |
319 |
|
|
320 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
321 |
|
|
322 |
|
First version of FormEd i18n. After checkout go to tools/formed/po/ and |
323 |
|
say 'make mo'. Afterwards you can start FormEd as usual. |
324 |
|
|
325 |
|
* tools/formed/resources: New. Place to places ressources like *.mo files |
326 |
|
* tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s |
327 |
|
|
328 |
|
* tools/formed/po, |
329 |
|
tools/formed/po/Makefile, |
330 |
|
tools/formed/po/formed.pot, |
331 |
|
tools/formed/po/de_DE.po: i18n stuff. |
332 |
|
|
333 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
334 |
|
|
335 |
|
* tools/anonym/xmlexport.py: Only export cases which are not |
336 |
|
'schwebend geloescht'. |
337 |
|
|
338 |
|
2008-07-23 Sascha L. Teichmann <[email protected]> |
339 |
|
|
340 |
|
Fixed issue472 |
341 |
|
|
342 |
|
* tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree. |
343 |
|
|
344 |
|
2008-07-17 Sascha L. Teichmann <[email protected]> |
345 |
|
|
346 |
|
* tools/anonym/xmlimport.py: removed marking of invalid cases |
347 |
|
* tools/anonym/cron.importAnonXml.sh: re-inserted here. |
348 |
|
|
349 |
|
2008-07.07 Torsten Irländer <[email protected]> |
350 |
|
|
351 |
|
* tools/formed/formed/plugins/export/latex.py |
352 |
|
tools/formed/formed/config.py: Added new LaTex Export. Beware this |
353 |
|
is even more ugly the HTML Export. |
354 |
|
* tools/formed/formed/plugins/export/html.py: Added information on |
355 |
|
anonymisation to the html export. |
356 |
|
|
357 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
358 |
|
|
359 |
|
* tools/anonym/xmlimport.py: Mark cases if they are inconsistent. |
360 |
|
|
361 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
362 |
|
|
363 |
|
* tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4) |
364 |
|
|
365 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
366 |
|
|
367 |
|
* tools/formed/formed/plugins/export/html.py: Added additional column |
368 |
|
to the html export with information how each field will get |
369 |
|
anonymized. |
370 |
|
|
371 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
372 |
|
|
373 |
|
* tools/anonym/xmlimport.py: sync with productive version. |
374 |
|
|
375 |
|
2008-06-10 Torsten Irländer <[email protected]> |
376 |
|
|
377 |
|
* tools/formed/formed/plugins/export/sql.py: grant admin permission to |
378 |
|
call anonymize function |
379 |
|
|
380 |
|
2008-05-21 Sascha L. Teichmann <[email protected]> |
381 |
|
|
382 |
|
* tools/formed/formed/plugins/export/xsd.py: Brought encoding |
383 |
|
back to UTF-8. |
384 |
|
|
385 |
|
2008-05-21 Frank Koormann <[email protected]> |
386 |
|
|
387 |
|
* tools/formed/formed/plugins/export/xls.py: New, export key value |
388 |
|
tables as excel workbook with one sheet per table. |
389 |
|
|
390 |
|
* tools/formed/formed/config.py: ExportKeyValueTableAsXLS added. |
391 |
|
|
392 |
|
2008-05-21 Frank Koormann <[email protected]> |
393 |
|
|
394 |
|
* tools/formed/formed/plugins/export/xsd.py |
395 |
|
(SchemaCreator._createChoice): Fix use of choices name. |
396 |
|
|
397 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
398 |
|
|
399 |
|
* tools/formed/formed/plugins/export/xsd.py: Use substitution group |
400 |
|
to allow arbitrary order of repeat groups. |
401 |
|
|
402 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
403 |
|
|
404 |
|
* tools/formed/formed/plugins/export/xsd.py: Removed a needless |
405 |
|
character. |
406 |
|
|
407 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
408 |
|
|
409 |
|
* tools/formed/formed/plugins/export/xsd.py: Added annotations |
410 |
|
to fields. |
411 |
|
|
412 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
413 |
|
|
414 |
|
* tools/formed/formed/plugins/export/xsd.py: Added for |
415 |
|
choice fields. |
416 |
|
|
417 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
418 |
|
|
419 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
420 |
|
boolean fields based on enumerations. |
421 |
|
|
422 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
423 |
|
|
424 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
425 |
|
date, text and textarea fields. |
426 |
|
|
427 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
428 |
|
|
429 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
430 |
|
repeat groups and integer fields. |
431 |
|
|
432 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
433 |
|
|
434 |
|
* tools/formed/formed/plugins/export/xsd.py: New. plug-in for |
435 |
|
exporting as XML schema. not ready, yet. |
436 |
|
|
437 |
|
* tools/formed/formed/config.py: Use new plug-in. |
438 |
|
|
439 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text. |
440 |
|
|
441 |
|
2008-04-17 Torsten Irländer <[email protected]> |
442 |
|
|
443 |
|
* tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in |
444 |
|
for the views because of the new group permissions. |
445 |
|
|
446 |
|
2008-04-09 Sascha L. Teichmann <[email protected]> |
447 |
|
|
448 |
|
* tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete |
449 |
|
old anonymized cases. |
450 |
|
|
451 |
|
2008-04-01 Sascha L. Teichmann <[email protected]> |
452 |
|
|
453 |
|
* tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1" |
454 |
|
from clause to select datasets. |
455 |
|
Replace ']]>' in CDATA sections with correct splitted replacement. |
456 |
|
|
457 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
458 |
|
|
459 |
|
* tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport |
460 |
|
script. |
461 |
|
|
462 |
|
* tools/anonym/xmlimport.py: commented out database port from |
463 |
|
connectionstring. |
464 |
|
|
465 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
466 |
|
|
467 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
468 |
|
of anonymization of repeat groups (wrong id was given). |
469 |
|
|
470 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
471 |
|
|
472 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
473 |
|
statements for relations which have no anonym functions applied. |
474 |
|
|
475 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
476 |
|
|
477 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
478 |
|
'COMMIT;' in the last line. |
479 |
|
|
480 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
481 |
|
|
482 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
483 |
|
generated anonymize_case() function. |
484 |
|
|
485 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
486 |
|
|
487 |
|
* tools/formed/formed/plugins/export/sql.py: Added code to |
488 |
|
generate a plpgsql function anonymize_case() that anonymized |
489 |
|
a given case and all of its depending repeat groups. |
490 |
|
|
491 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
492 |
|
|
493 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
494 |
|
|
495 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
496 |
|
|
497 |
|
2008-03-03 Torsten Irländer <[email protected]> |
498 |
|
|
499 |
|
* anonym/cron.sendAnonXml.sh, |
500 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
501 |
|
production environment (Copied running scripts from production |
502 |
|
server) |
503 |
|
|
504 |
|
* cron.importAnonXml.sh: Added deleting of ols cases. Modified script |
505 |
|
to be used in a production environment (Cpoied running script from |
506 |
|
production server) |
507 |
|
|
508 |
|
* tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to |
509 |
|
ensure that only valid cases get exported |
510 |
|
|
511 |
2008-02-27 Sascha L. Teichmann <[email protected]> |
2008-02-27 Sascha L. Teichmann <[email protected]> |
512 |
|
|
513 |
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
548 |
the files into the DB. After that the script will cleanup the |
the files into the DB. After that the script will cleanup the |
549 |
directory. |
directory. |
550 |
|
|
551 |
|
2008-02-25 Torsten Irländer <[email protected]> |
552 |
|
|
553 |
|
* tools/anonym/cron.sendAnonXml.sh, |
554 |
|
tools/anonym/xmlexport.py, |
555 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
556 |
|
|
557 |
2008-02-25 Sascha L. Teichmann <[email protected]> |
2008-02-25 Sascha L. Teichmann <[email protected]> |
558 |
|
|
559 |
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |