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]> |
64 |
|
|
65 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
66 |
|
exportted cases. It will read all files from a directory and import |
67 |
|
the files into the DB. After that the script will cleanup the |
68 |
|
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]> |
77 |
|
|
78 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
79 |
|
|
80 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
83 |
|
|
84 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
85 |
|
|
86 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
87 |
|
|
88 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
89 |
|
update statements. |
90 |
|
|
91 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
92 |
|
|
93 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
94 |
|
XML from cron. |
95 |
|
|
96 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
97 |
|
|
98 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
99 |
|
for a simplified HTML output |
100 |
|
|
101 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
102 |
|
for dump schema as python dictionary. |
103 |
|
|
104 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
105 |
|
old stored procedure and view generators. |
106 |
|
|
107 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
108 |
|
|
109 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
110 |
|
as XML. |
111 |
|
|
112 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
113 |
|
|
114 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
115 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
116 |
|
|
117 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
118 |
|
|
119 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
120 |
|
data from database. |
121 |
|
|
122 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
123 |
|
|
124 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
125 |
|
erase_value with suppress_value/suppress_value2. |
126 |
|
|
127 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
128 |
|
|
129 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
130 |
|
substitute 'erase_value' with NULL value. |
131 |
|
|
132 |
2008-02-13 Sascha L. Teichmann <[email protected]> |
2008-02-13 Sascha L. Teichmann <[email protected]> |
133 |
|
|
134 |
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
* tools/formed/formed/plugins/export/sql.py: output id, master_id |