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