1 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/xsd.py: New. plug-in for |
4 |
|
exporting as XML schema. not ready, yet. |
5 |
|
|
6 |
|
* tools/formed/formed/config.py: Use new plug-in. |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text. |
9 |
|
|
10 |
|
2008-04-17 Torsten Irländer <[email protected]> |
11 |
|
|
12 |
|
* tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in |
13 |
|
for the views because of the new group permissions. |
14 |
|
|
15 |
|
2008-04-09 Sascha L. Teichmann <[email protected]> |
16 |
|
|
17 |
|
* tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete |
18 |
|
old anonymized cases. |
19 |
|
|
20 |
|
2008-04-01 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1" |
23 |
|
from clause to select datasets. |
24 |
|
Replace ']]>' in CDATA sections with correct splitted replacement. |
25 |
|
|
26 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport |
29 |
|
script. |
30 |
|
|
31 |
|
* tools/anonym/xmlimport.py: commented out database port from |
32 |
|
connectionstring. |
33 |
|
|
34 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
37 |
|
of anonymization of repeat groups (wrong id was given). |
38 |
|
|
39 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
42 |
|
statements for relations which have no anonym functions applied. |
43 |
|
|
44 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
47 |
|
'COMMIT;' in the last line. |
48 |
|
|
49 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
52 |
|
generated anonymize_case() function. |
53 |
|
|
54 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/export/sql.py: Added code to |
57 |
|
generate a plpgsql function anonymize_case() that anonymized |
58 |
|
a given case and all of its depending repeat groups. |
59 |
|
|
60 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
63 |
|
|
64 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
65 |
|
|
66 |
|
2008-03-03 Torsten Irländer <[email protected]> |
67 |
|
|
68 |
|
* anonym/cron.sendAnonXml.sh, |
69 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
70 |
|
production environment (Copied running scripts from production |
71 |
|
server) |
72 |
|
|
73 |
|
* cron.importAnonXml.sh: Added deleting of ols cases. Modified script |
74 |
|
to be used in a production environment (Cpoied running script from |
75 |
|
production server) |
76 |
|
|
77 |
|
* tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to |
78 |
|
ensure that only valid cases get exported |
79 |
|
|
80 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
83 |
|
|
84 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
|
* tools/anonym/xmlimport.py: Simpilied version |
87 |
|
|
88 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
89 |
|
|
90 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
91 |
|
xmlimport.py and parameters. |
92 |
|
|
93 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
94 |
|
|
95 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
96 |
|
because of sudo context. |
97 |
|
|
98 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
99 |
|
|
100 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
101 |
|
support to force in fkz in import of case. |
102 |
|
|
103 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
104 |
|
|
105 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
106 |
|
|
107 |
|
* tools/anonym/html.awk: produces valid HTML. |
108 |
|
|
109 |
2008-02-25 Sascha L. Teichmann <[email protected]> |
2008-02-25 Sascha L. Teichmann <[email protected]> |
110 |
|
|
111 |
* tools/anonym/joincsv.py: Fix a logic bug. |
* tools/anonym/joincsv.py: Fix a logic bug. |
117 |
the files into the DB. After that the script will cleanup the |
the files into the DB. After that the script will cleanup the |
118 |
directory. |
directory. |
119 |
|
|
120 |
|
2008-02-25 Torsten Irländer <[email protected]> |
121 |
|
|
122 |
|
* tools/anonym/cron.sendAnonXml.sh, |
123 |
|
tools/anonym/xmlexport.py, |
124 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
125 |
|
|
126 |
2008-02-25 Sascha L. Teichmann <[email protected]> |
2008-02-25 Sascha L. Teichmann <[email protected]> |
127 |
|
|
128 |
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |