1 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
4 |
|
of anonymization of repeat groups (wrong id was given). |
5 |
|
|
6 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
9 |
|
statements for relations which have no anonym functions applied. |
10 |
|
|
11 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
14 |
|
'COMMIT;' in the last line. |
15 |
|
|
16 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
19 |
|
generated anonymize_case() function. |
20 |
|
|
21 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/export/sql.py: Added code to |
24 |
|
generate a plpgsql function anonymize_case() that anonymized |
25 |
|
a given case and all of its depending repeat groups. |
26 |
|
|
27 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
32 |
|
|
33 |
|
2008-03-03 Torsten Irländer <[email protected]> |
34 |
|
|
35 |
|
* anonym/cron.sendAnonXml.sh, |
36 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
37 |
|
production environment (Copied running scripts from production |
38 |
|
server) |
39 |
|
|
40 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
41 |
|
|
42 |
|
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
43 |
|
|
44 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* tools/anonym/xmlimport.py: Simpilied version |
47 |
|
|
48 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
51 |
|
xmlimport.py and parameters. |
52 |
|
|
53 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
54 |
|
|
55 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
56 |
|
because of sudo context. |
57 |
|
|
58 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
61 |
|
support to force in fkz in import of case. |
62 |
|
|
63 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
66 |
|
|
67 |
|
* tools/anonym/html.awk: produces valid HTML. |
68 |
|
|
69 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
72 |
|
|
73 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
74 |
|
|
75 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
76 |
|
exportted cases. It will read all files from a directory and import |
77 |
|
the files into the DB. After that the script will cleanup the |
78 |
|
directory. |
79 |
|
|
80 |
2008-02-25 Torsten Irländer <[email protected]> |
2008-02-25 Torsten Irländer <[email protected]> |
81 |
|
|
82 |
* tools/anonym/cron.sendAnonXml.sh, |
* tools/anonym/cron.sendAnonXml.sh, |
83 |
tools/anonym/xmlexport.py, |
tools/anonym/xmlexport.py, |
84 |
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
85 |
|
|
86 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
87 |
|
|
88 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
89 |
|
|
90 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
91 |
|
|
92 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
93 |
|
|
94 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
95 |
|
|
96 |
2008-02-25 Sascha L. Teichmann <[email protected]> |
2008-02-25 Sascha L. Teichmann <[email protected]> |
97 |
|
|
98 |
* tools/anonym/xmlimport.py: New. Added generation of |
* tools/anonym/xmlimport.py: New. Added generation of |