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