1 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/xsd.py: Added for |
4 |
|
choice fields. |
5 |
|
|
6 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
9 |
|
boolean fields based on enumerations. |
10 |
|
|
11 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
14 |
|
date, text and textarea fields. |
15 |
|
|
16 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
19 |
|
repeat groups and integer fields. |
20 |
|
|
21 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/export/xsd.py: New. plug-in for |
24 |
|
exporting as XML schema. not ready, yet. |
25 |
|
|
26 |
|
* tools/formed/formed/config.py: Use new plug-in. |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text. |
29 |
|
|
30 |
|
2008-04-17 Torsten Irländer <[email protected]> |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in |
33 |
|
for the views because of the new group permissions. |
34 |
|
|
35 |
|
2008-04-09 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete |
38 |
|
old anonymized cases. |
39 |
|
|
40 |
|
2008-04-01 Sascha L. Teichmann <[email protected]> |
41 |
|
|
42 |
|
* tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1" |
43 |
|
from clause to select datasets. |
44 |
|
Replace ']]>' in CDATA sections with correct splitted replacement. |
45 |
|
|
46 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport |
49 |
|
script. |
50 |
|
|
51 |
|
* tools/anonym/xmlimport.py: commented out database port from |
52 |
|
connectionstring. |
53 |
|
|
54 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
57 |
|
of anonymization of repeat groups (wrong id was given). |
58 |
|
|
59 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
62 |
|
statements for relations which have no anonym functions applied. |
63 |
|
|
64 |
2008-03-11 Sascha L. Teichmann <[email protected]> |
2008-03-11 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
90 |
production environment (Copied running scripts from production |
production environment (Copied running scripts from production |
91 |
server) |
server) |
92 |
|
|
93 |
|
* cron.importAnonXml.sh: Added deleting of ols cases. Modified script |
94 |
|
to be used in a production environment (Cpoied running script from |
95 |
|
production server) |
96 |
|
|
97 |
|
* tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to |
98 |
|
ensure that only valid cases get exported |
99 |
|
|
100 |
2008-02-27 Sascha L. Teichmann <[email protected]> |
2008-02-27 Sascha L. Teichmann <[email protected]> |
101 |
|
|
102 |
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
* tools/anonym/xmlimport.py: Fixed bug in date converter. |