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