1 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
4 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
5 |
|
|
6 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
9 |
|
data from database. |
10 |
|
|
11 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
14 |
|
erase_value with suppress_value/suppress_value2. |
15 |
|
|
16 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
19 |
|
substitute 'erase_value' with NULL value. |
20 |
|
|
21 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
24 |
|
and uuid_id in anonymiziation views too. |
25 |
|
|
26 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
29 |
|
of anonymiziation views for master table views and repeat group |
30 |
|
views. |
31 |
|
|
32 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
35 |
|
"function" |
36 |
|
|
37 |
|
* tools/formed/formed/io/document.py: Save attributes in |
38 |
|
alphabetical order. |
39 |
|
|
40 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
43 |
|
for master table and repeat groups views. Granted update right |
44 |
|
to :cm_ka_group. |
45 |
|
|
46 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
49 |
|
for master table and repeat groups. Also added unique constraints |
50 |
|
to these columns. |
51 |
|
|
52 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
55 |
|
property 'root.element' to specify the name of the XML root. |
56 |
|
|
57 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
58 |
|
|
59 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
62 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
63 |
|
|
64 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
65 |
|
|
66 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
67 |
|
|
68 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
69 |
|
Sends logging to file. |
70 |
|
|
71 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
72 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
73 |
|
to use new logging. |
74 |
|
|
75 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
76 |
|
|
77 |
2007-11-16 Frank Koormann <[email protected]> |
2007-11-16 Frank Koormann <[email protected]> |
78 |
|
|
79 |
* tools/formed/formed/plugins/export/sql.py (createSchema): |
* tools/formed/formed/plugins/export/sql.py (createSchema): |