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