1 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
2 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
3 |
|
xmlimport.py and parameters. |
4 |
|
|
5 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
6 |
|
|
7 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
8 |
|
because of sudo context. |
9 |
|
|
10 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
11 |
|
|
12 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
13 |
|
support to force in fkz in import of case. |
14 |
|
|
15 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
16 |
|
|
17 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
18 |
|
|
19 |
|
* tools/anonym/html.awk: produces valid HTML. |
20 |
|
|
21 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
24 |
|
|
25 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
26 |
|
|
27 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
28 |
|
exportted cases. It will read all files from a directory and import |
29 |
|
the files into the DB. After that the script will cleanup the |
30 |
|
directory. |
31 |
|
|
32 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
35 |
|
|
36 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
39 |
|
|
40 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
41 |
|
|
42 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
45 |
|
update statements. |
46 |
|
|
47 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
48 |
|
|
49 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
50 |
|
XML from cron. |
51 |
|
|
52 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
55 |
|
for a simplified HTML output |
56 |
|
|
57 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
58 |
|
for dump schema as python dictionary. |
59 |
|
|
60 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
61 |
|
old stored procedure and view generators. |
62 |
|
|
63 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
66 |
|
as XML. |
67 |
|
|
68 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
69 |
|
|
70 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
71 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
72 |
|
|
73 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
74 |
|
|
75 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
76 |
|
data from database. |
77 |
|
|
78 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
79 |
|
|
80 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
81 |
|
erase_value with suppress_value/suppress_value2. |
82 |
|
|
83 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
84 |
|
|
85 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
86 |
|
substitute 'erase_value' with NULL value. |
87 |
|
|
88 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
89 |
|
|
90 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
91 |
|
and uuid_id in anonymiziation views too. |
92 |
|
|
93 |
2008-02-13 Sascha L. Teichmann <[email protected]> |
2008-02-13 Sascha L. Teichmann <[email protected]> |
94 |
|
|
95 |
* tools/formed/formed/plugins/export/sql.py: Added generation |
* tools/formed/formed/plugins/export/sql.py: Added generation |