1 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
4 |
|
erase_value with suppress_value/suppress_value2. |
5 |
|
|
6 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
9 |
|
substitute 'erase_value' with NULL value. |
10 |
|
|
11 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
14 |
|
and uuid_id in anonymiziation views too. |
15 |
|
|
16 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
19 |
|
of anonymiziation views for master table views and repeat group |
20 |
|
views. |
21 |
|
|
22 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
25 |
|
"function" |
26 |
|
|
27 |
|
* tools/formed/formed/io/document.py: Save attributes in |
28 |
|
alphabetical order. |
29 |
|
|
30 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
33 |
|
for master table and repeat groups views. Granted update right |
34 |
|
to :cm_ka_group. |
35 |
|
|
36 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
39 |
|
for master table and repeat groups. Also added unique constraints |
40 |
|
to these columns. |
41 |
|
|
42 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
45 |
|
property 'root.element' to specify the name of the XML root. |
46 |
|
|
47 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
48 |
|
|
49 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
52 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
53 |
|
|
54 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
55 |
|
|
56 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
57 |
|
|
58 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
59 |
|
Sends logging to file. |
60 |
|
|
61 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
62 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
63 |
|
to use new logging. |
64 |
|
|
65 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
66 |
|
|
67 |
|
2007-11-16 Frank Koormann <[email protected]> |
68 |
|
|
69 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
70 |
|
Append only column "bearbeiter_id", standins are modelled by a |
71 |
|
separate table. |
72 |
|
|
73 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
74 |
|
|
75 |
|
* tools/formed/formed/model/data.py, |
76 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
77 |
|
Added an invisible flag for info fields. |
78 |
|
|
79 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
80 |
|
|
81 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
82 |
|
(calling a wrong method). |
83 |
|
|
84 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
87 |
|
'alternative' to all node components. This might be of help to |
88 |
|
match PDF imports where the descriptions do not match. |
89 |
|
|
90 |
|
2007-10-23 Frank Koormann <[email protected]> |
91 |
|
|
92 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
93 |
|
|
94 |
|
2007-10-23 Frank Koormann <[email protected]> |
95 |
|
|
96 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
97 |
|
value (-1) for choices and bools. |
98 |
|
|
99 |
|
2007-10-21 Frank Koormann <[email protected]> |
100 |
|
|
101 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
102 |
|
descriptive tables added. |
103 |
|
(Table.getName): new |
104 |
|
|
105 |
|
2007-10-21 Frank Koormann <[email protected]> |
106 |
|
|
107 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
108 |
|
statements for views and roles to make updates easier. |
109 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
110 |
|
|
111 |
2007-10-19 Frank Koormann <[email protected]> |
2007-10-19 Frank Koormann <[email protected]> |
112 |
|
|
113 |
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
114 |
for views. The statements are prepared for variable substitution |
for views. The statements are prepared for variable substitution |
115 |
when executing the SQL-scripts by psql. |
when executing the SQL-scripts by psql. |