1 |
|
2008-07.07 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/latex.py |
4 |
|
tools/formed/formed/config.py: Added new LaTex Export. Beware this |
5 |
|
is even more ugly the HTML Export. |
6 |
|
* tools/formed/formed/plugins/export/html.py: Added information on |
7 |
|
anonymisation to the html export. |
8 |
|
|
9 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
|
* tools/anonym/xmlimport.py: Mark cases if they are inconsistent. |
12 |
|
|
13 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4) |
16 |
|
|
17 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/export/html.py: Added additional column |
20 |
|
to the html export with information how each field will get |
21 |
|
anonymized. |
22 |
|
|
23 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/anonym/xmlimport.py: sync with productive version. |
26 |
|
|
27 |
|
2008-06-10 Torsten Irländer <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/export/sql.py: grant admin permission to |
30 |
|
call anonymize function |
31 |
|
|
32 |
|
2008-05-21 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/plugins/export/xsd.py: Brought encoding |
35 |
|
back to UTF-8. |
36 |
|
|
37 |
|
2008-05-21 Frank Koormann <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/export/xls.py: New, export key value |
40 |
|
tables as excel workbook with one sheet per table. |
41 |
|
|
42 |
|
* tools/formed/formed/config.py: ExportKeyValueTableAsXLS added. |
43 |
|
|
44 |
|
2008-05-21 Frank Koormann <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/formed/plugins/export/xsd.py |
47 |
|
(SchemaCreator._createChoice): Fix use of choices name. |
48 |
|
|
49 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/export/xsd.py: Use substitution group |
52 |
|
to allow arbitrary order of repeat groups. |
53 |
|
|
54 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/export/xsd.py: Removed a needless |
57 |
|
character. |
58 |
|
|
59 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/export/xsd.py: Added annotations |
62 |
|
to fields. |
63 |
|
|
64 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/export/xsd.py: Added for |
67 |
|
choice fields. |
68 |
|
|
69 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
72 |
|
boolean fields based on enumerations. |
73 |
|
|
74 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
77 |
|
date, text and textarea fields. |
78 |
|
|
79 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
80 |
|
|
81 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
82 |
|
repeat groups and integer fields. |
83 |
|
|
84 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
|
* tools/formed/formed/plugins/export/xsd.py: New. plug-in for |
87 |
|
exporting as XML schema. not ready, yet. |
88 |
|
|
89 |
|
* tools/formed/formed/config.py: Use new plug-in. |
90 |
|
|
91 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text. |
92 |
|
|
93 |
|
2008-04-17 Torsten Irländer <[email protected]> |
94 |
|
|
95 |
|
* tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in |
96 |
|
for the views because of the new group permissions. |
97 |
|
|
98 |
|
2008-04-09 Sascha L. Teichmann <[email protected]> |
99 |
|
|
100 |
|
* tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete |
101 |
|
old anonymized cases. |
102 |
|
|
103 |
|
2008-04-01 Sascha L. Teichmann <[email protected]> |
104 |
|
|
105 |
|
* tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1" |
106 |
|
from clause to select datasets. |
107 |
|
Replace ']]>' in CDATA sections with correct splitted replacement. |
108 |
|
|
109 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
110 |
|
|
111 |
|
* tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport |
112 |
|
script. |
113 |
|
|
114 |
|
* tools/anonym/xmlimport.py: commented out database port from |
115 |
|
connectionstring. |
116 |
|
|
117 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
118 |
|
|
119 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
120 |
|
of anonymization of repeat groups (wrong id was given). |
121 |
|
|
122 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
123 |
|
|
124 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
125 |
|
statements for relations which have no anonym functions applied. |
126 |
|
|
127 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
128 |
|
|
129 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
130 |
|
'COMMIT;' in the last line. |
131 |
|
|
132 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
133 |
|
|
134 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
135 |
|
generated anonymize_case() function. |
136 |
|
|
137 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
138 |
|
|
139 |
|
* tools/formed/formed/plugins/export/sql.py: Added code to |
140 |
|
generate a plpgsql function anonymize_case() that anonymized |
141 |
|
a given case and all of its depending repeat groups. |
142 |
|
|
143 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
144 |
|
|
145 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
146 |
|
|
147 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
148 |
|
|
149 |
|
2008-03-03 Torsten Irländer <[email protected]> |
150 |
|
|
151 |
|
* anonym/cron.sendAnonXml.sh, |
152 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
153 |
|
production environment (Copied running scripts from production |
154 |
|
server) |
155 |
|
|
156 |
|
* cron.importAnonXml.sh: Added deleting of ols cases. Modified script |
157 |
|
to be used in a production environment (Cpoied running script from |
158 |
|
production server) |
159 |
|
|
160 |
|
* tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to |
161 |
|
ensure that only valid cases get exported |
162 |
|
|
163 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
164 |
|
|
165 |
|
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
166 |
|
|
167 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
168 |
|
|
169 |
|
* tools/anonym/xmlimport.py: Simpilied version |
170 |
|
|
171 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
172 |
|
|
173 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
174 |
|
xmlimport.py and parameters. |
175 |
|
|
176 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
177 |
|
|
178 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
179 |
|
because of sudo context. |
180 |
|
|
181 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
182 |
|
|
183 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
184 |
|
support to force in fkz in import of case. |
185 |
|
|
186 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
187 |
|
|
188 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
189 |
|
|
190 |
|
* tools/anonym/html.awk: produces valid HTML. |
191 |
|
|
192 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
193 |
|
|
194 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
195 |
|
|
196 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
197 |
|
|
198 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
199 |
|
exportted cases. It will read all files from a directory and import |
200 |
|
the files into the DB. After that the script will cleanup the |
201 |
|
directory. |
202 |
|
|
203 |
|
2008-02-25 Torsten Irländer <[email protected]> |
204 |
|
|
205 |
|
* tools/anonym/cron.sendAnonXml.sh, |
206 |
|
tools/anonym/xmlexport.py, |
207 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
208 |
|
|
209 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
210 |
|
|
211 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
212 |
|
|
213 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
214 |
|
|
215 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
216 |
|
|
217 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
218 |
|
|
219 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
220 |
|
|
221 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
222 |
|
update statements. |
223 |
|
|
224 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
225 |
|
|
226 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
227 |
|
XML from cron. |
228 |
|
|
229 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
230 |
|
|
231 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
232 |
|
for a simplified HTML output |
233 |
|
|
234 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
235 |
|
for dump schema as python dictionary. |
236 |
|
|
237 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
238 |
|
old stored procedure and view generators. |
239 |
|
|
240 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
241 |
|
|
242 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
243 |
|
as XML. |
244 |
|
|
245 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
246 |
|
|
247 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
248 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
249 |
|
|
250 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
251 |
|
|
252 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
253 |
|
data from database. |
254 |
|
|
255 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
256 |
|
|
257 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
258 |
|
erase_value with suppress_value/suppress_value2. |
259 |
|
|
260 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
261 |
|
|
262 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
263 |
|
substitute 'erase_value' with NULL value. |
264 |
|
|
265 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
266 |
|
|
267 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
268 |
|
and uuid_id in anonymiziation views too. |
269 |
|
|
270 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
271 |
|
|
272 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
273 |
|
of anonymiziation views for master table views and repeat group |
274 |
|
views. |
275 |
|
|
276 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
277 |
|
|
278 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
279 |
|
"function" |
280 |
|
|
281 |
|
* tools/formed/formed/io/document.py: Save attributes in |
282 |
|
alphabetical order. |
283 |
|
|
284 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
285 |
|
|
286 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
287 |
|
for master table and repeat groups views. Granted update right |
288 |
|
to :cm_ka_group. |
289 |
|
|
290 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
291 |
|
|
292 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
293 |
|
for master table and repeat groups. Also added unique constraints |
294 |
|
to these columns. |
295 |
|
|
296 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
297 |
|
|
298 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
299 |
|
property 'root.element' to specify the name of the XML root. |
300 |
|
|
301 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
302 |
|
|
303 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
304 |
|
|
305 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
306 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
307 |
|
|
308 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
309 |
|
|
310 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
311 |
|
|
312 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
313 |
|
Sends logging to file. |
314 |
|
|
315 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
316 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
317 |
|
to use new logging. |
318 |
|
|
319 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
320 |
|
|
321 |
|
2007-11-16 Frank Koormann <[email protected]> |
322 |
|
|
323 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
324 |
|
Append only column "bearbeiter_id", standins are modelled by a |
325 |
|
separate table. |
326 |
|
|
327 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
328 |
|
|
329 |
|
* tools/formed/formed/model/data.py, |
330 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
331 |
|
Added an invisible flag for info fields. |
332 |
|
|
333 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
334 |
|
|
335 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
336 |
|
(calling a wrong method). |
337 |
|
|
338 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
339 |
|
|
340 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
341 |
|
'alternative' to all node components. This might be of help to |
342 |
|
match PDF imports where the descriptions do not match. |
343 |
|
|
344 |
|
2007-10-23 Frank Koormann <[email protected]> |
345 |
|
|
346 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
347 |
|
|
348 |
|
2007-10-23 Frank Koormann <[email protected]> |
349 |
|
|
350 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
351 |
|
value (-1) for choices and bools. |
352 |
|
|
353 |
|
2007-10-21 Frank Koormann <[email protected]> |
354 |
|
|
355 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
356 |
|
descriptive tables added. |
357 |
|
(Table.getName): new |
358 |
|
|
359 |
|
2007-10-21 Frank Koormann <[email protected]> |
360 |
|
|
361 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
362 |
|
statements for views and roles to make updates easier. |
363 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
364 |
|
|
365 |
|
2007-10-19 Frank Koormann <[email protected]> |
366 |
|
|
367 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
368 |
|
for views. The statements are prepared for variable substitution |
369 |
|
when executing the SQL-scripts by psql. |
370 |
|
|
371 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
372 |
|
|
373 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
374 |
|
End of result XML was truncated because of an unflushed buffer. |
375 |
|
|
376 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
377 |
|
|
378 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
379 |
|
|
380 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
381 |
|
and how to use it. |
382 |
|
|
383 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
384 |
|
and iText dependency. |
385 |
|
|
386 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
387 |
|
|
388 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
389 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
390 |
|
process web vs. db. |
391 |
|
|
392 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
393 |
|
|
394 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
395 |
|
UPDATE rules. |
396 |
|
|
397 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
398 |
|
|
399 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
400 |
|
views. TODO: Test'em and implement the rest. |
401 |
|
|
402 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
403 |
|
|
404 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
405 |
|
rules referenced none existing views. |
406 |
|
|
407 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
408 |
|
|
409 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
410 |
|
rules for views. TODO: add UPDATE rules. |
411 |
|
|
412 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
413 |
|
|
414 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
415 |
|
the legacy SQL export filters. |
416 |
|
|
417 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
418 |
|
legacy SQL export filters to old_sql. |
419 |
|
|
420 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
421 |
|
filters from old_sql. |
422 |
|
|
423 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
424 |
|
|
425 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
426 |
|
|
427 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
428 |
|
|
429 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
430 |
|
that made choices of three elements to booleans if |
431 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
432 |
|
|
433 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
434 |
|
|
435 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
436 |
|
underlaying tables in views too. |
437 |
|
|
438 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
439 |
|
|
440 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
441 |
|
Various bug fixes. |
442 |
|
|
443 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
444 |
|
|
445 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
446 |
|
to extract fields from embedded repeat groups. |
447 |
|
|
448 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
449 |
|
views per page too. Result not tested yet. |
450 |
|
|
451 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
452 |
|
|
453 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
454 |
|
in-page repeat groups while rendering pages. |
455 |
|
|
456 |
2007-10-01 Sascha L. Teichmann <[email protected]> |
2007-10-01 Sascha L. Teichmann <[email protected]> |
457 |
|
|
458 |
* tools/formed/formed/model/nodecomponents.py: Added visitor |
* tools/formed/formed/model/nodecomponents.py: Added visitor |