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