1 |
|
2008-04-17 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in |
4 |
|
for the views because of the new group permissions. |
5 |
|
|
6 |
|
2008-04-09 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete |
9 |
|
old anonymized cases. |
10 |
|
|
11 |
|
2008-04-01 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1" |
14 |
|
from clause to select datasets. |
15 |
|
Replace ']]>' in CDATA sections with correct splitted replacement. |
16 |
|
|
17 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport |
20 |
|
script. |
21 |
|
|
22 |
|
* tools/anonym/xmlimport.py: commented out database port from |
23 |
|
connectionstring. |
24 |
|
|
25 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
28 |
|
of anonymization of repeat groups (wrong id was given). |
29 |
|
|
30 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
33 |
|
statements for relations which have no anonym functions applied. |
34 |
|
|
35 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
38 |
|
'COMMIT;' in the last line. |
39 |
|
|
40 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
43 |
|
generated anonymize_case() function. |
44 |
|
|
45 |
2008-03-11 Sascha L. Teichmann <[email protected]> |
2008-03-11 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
* tools/formed/formed/plugins/export/sql.py: Added code to |
* tools/formed/formed/plugins/export/sql.py: Added code to |
61 |
production environment (Copied running scripts from production |
production environment (Copied running scripts from production |
62 |
server) |
server) |
63 |
|
|
64 |
|
* cron.importAnonXml.sh: Added deleting of ols cases. Modified script |
65 |
|
to be used in a production environment (Cpoied running script from |
66 |
|
production server) |
67 |
|
|
68 |
|
* tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to |
69 |
|
ensure that only valid cases get exported |
70 |
|
|
71 |
2008-02-27 Sascha L. Teichmann <[email protected]> |
2008-02-27 Sascha L. Teichmann <[email protected]> |
72 |
|
|
73 |
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
* tools/anonym/xmlimport.py: Fixed bug in date converter. |