1 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
4 |
|
statements for relations which have no anonym functions applied. |
5 |
|
|
6 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
9 |
|
'COMMIT;' in the last line. |
10 |
|
|
11 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
14 |
|
generated anonymize_case() function. |
15 |
|
|
16 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/sql.py: Added code to |
19 |
|
generate a plpgsql function anonymize_case() that anonymized |
20 |
|
a given case and all of its depending repeat groups. |
21 |
|
|
22 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
25 |
|
|
26 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
27 |
|
|
28 |
|
2008-03-03 Torsten Irländer <[email protected]> |
29 |
|
|
30 |
|
* anonym/cron.sendAnonXml.sh, |
31 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
32 |
|
production environment (Copied running scripts from production |
33 |
|
server) |
34 |
|
|
35 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
38 |
|
|
39 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* tools/anonym/xmlimport.py: Simpilied version |
42 |
|
|
43 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
46 |
|
xmlimport.py and parameters. |
47 |
|
|
48 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
49 |
|
|
50 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
51 |
|
because of sudo context. |
52 |
|
|
53 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
56 |
|
support to force in fkz in import of case. |
57 |
|
|
58 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
61 |
|
|
62 |
|
* tools/anonym/html.awk: produces valid HTML. |
63 |
|
|
64 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
67 |
|
|
68 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
69 |
|
|
70 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
71 |
|
exportted cases. It will read all files from a directory and import |
72 |
|
the files into the DB. After that the script will cleanup the |
73 |
|
directory. |
74 |
|
|
75 |
|
2008-02-25 Torsten Irländer <[email protected]> |
76 |
|
|
77 |
|
* tools/anonym/cron.sendAnonXml.sh, |
78 |
|
tools/anonym/xmlexport.py, |
79 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
80 |
|
|
81 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
82 |
|
|
83 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
84 |
|
|
85 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
86 |
|
|
87 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
88 |
|
|
89 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
90 |
|
|
91 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
92 |
|
|
93 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
94 |
|
update statements. |
95 |
|
|
96 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
97 |
|
|
98 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
99 |
|
XML from cron. |
100 |
|
|
101 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
102 |
|
|
103 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
104 |
|
for a simplified HTML output |
105 |
|
|
106 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
107 |
|
for dump schema as python dictionary. |
108 |
|
|
109 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
110 |
|
old stored procedure and view generators. |
111 |
|
|
112 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
113 |
|
|
114 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
115 |
|
as XML. |
116 |
|
|
117 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
118 |
|
|
119 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
120 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
121 |
|
|
122 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
123 |
|
|
124 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
125 |
|
data from database. |
126 |
|
|
127 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
128 |
|
|
129 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
130 |
|
erase_value with suppress_value/suppress_value2. |
131 |
|
|
132 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
133 |
|
|
134 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
135 |
|
substitute 'erase_value' with NULL value. |
136 |
|
|
137 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
138 |
|
|
139 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
140 |
|
and uuid_id in anonymiziation views too. |
141 |
|
|
142 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
143 |
|
|
144 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
145 |
|
of anonymiziation views for master table views and repeat group |
146 |
|
views. |
147 |
|
|
148 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
149 |
|
|
150 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
151 |
|
"function" |
152 |
|
|
153 |
|
* tools/formed/formed/io/document.py: Save attributes in |
154 |
|
alphabetical order. |
155 |
|
|
156 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
157 |
|
|
158 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
159 |
|
for master table and repeat groups views. Granted update right |
160 |
|
to :cm_ka_group. |
161 |
|
|
162 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
163 |
|
|
164 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
165 |
|
for master table and repeat groups. Also added unique constraints |
166 |
|
to these columns. |
167 |
|
|
168 |
2007-12-10 Sascha L. Teichmann <[email protected]> |
2007-12-10 Sascha L. Teichmann <[email protected]> |
169 |
|
|
170 |
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |