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