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