1 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
4 |
|
and uuid_id in anonymiziation views too. |
5 |
|
|
6 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
9 |
|
of anonymiziation views for master table views and repeat group |
10 |
|
views. |
11 |
|
|
12 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
15 |
|
"function" |
16 |
|
|
17 |
|
* tools/formed/formed/io/document.py: Save attributes in |
18 |
|
alphabetical order. |
19 |
|
|
20 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
23 |
|
for master table and repeat groups views. Granted update right |
24 |
|
to :cm_ka_group. |
25 |
|
|
26 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
29 |
|
for master table and repeat groups. Also added unique constraints |
30 |
|
to these columns. |
31 |
|
|
32 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
35 |
|
property 'root.element' to specify the name of the XML root. |
36 |
|
|
37 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
38 |
|
|
39 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
42 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
43 |
|
|
44 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
45 |
|
|
46 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
49 |
|
Sends logging to file. |
50 |
|
|
51 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
52 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
53 |
|
to use new logging. |
54 |
|
|
55 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
56 |
|
|
57 |
|
2007-11-16 Frank Koormann <[email protected]> |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
60 |
|
Append only column "bearbeiter_id", standins are modelled by a |
61 |
|
separate table. |
62 |
|
|
63 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/formed/formed/model/data.py, |
66 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
67 |
|
Added an invisible flag for info fields. |
68 |
|
|
69 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
72 |
|
(calling a wrong method). |
73 |
|
|
74 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
77 |
|
'alternative' to all node components. This might be of help to |
78 |
|
match PDF imports where the descriptions do not match. |
79 |
|
|
80 |
|
2007-10-23 Frank Koormann <[email protected]> |
81 |
|
|
82 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
83 |
|
|
84 |
|
2007-10-23 Frank Koormann <[email protected]> |
85 |
|
|
86 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
87 |
|
value (-1) for choices and bools. |
88 |
|
|
89 |
|
2007-10-21 Frank Koormann <[email protected]> |
90 |
|
|
91 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
92 |
|
descriptive tables added. |
93 |
|
(Table.getName): new |
94 |
|
|
95 |
|
2007-10-21 Frank Koormann <[email protected]> |
96 |
|
|
97 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
98 |
|
statements for views and roles to make updates easier. |
99 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
100 |
|
|
101 |
|
2007-10-19 Frank Koormann <[email protected]> |
102 |
|
|
103 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
104 |
|
for views. The statements are prepared for variable substitution |
105 |
|
when executing the SQL-scripts by psql. |
106 |
|
|
107 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
108 |
|
|
109 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
110 |
|
End of result XML was truncated because of an unflushed buffer. |
111 |
|
|
112 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
113 |
|
|
114 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
115 |
|
|
116 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
117 |
|
and how to use it. |
118 |
|
|
119 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
120 |
|
and iText dependency. |
121 |
|
|
122 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
123 |
|
|
124 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
125 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
126 |
|
process web vs. db. |
127 |
|
|
128 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
129 |
|
|
130 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
131 |
|
UPDATE rules. |
132 |
|
|
133 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
134 |
|
|
135 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
136 |
|
views. TODO: Test'em and implement the rest. |
137 |
|
|
138 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
139 |
|
|
140 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
141 |
|
rules referenced none existing views. |
142 |
|
|
143 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
144 |
|
|
145 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
146 |
|
rules for views. TODO: add UPDATE rules. |
147 |
|
|
148 |
2007-10-07 Sascha L. Teichmann <[email protected]> |
2007-10-07 Sascha L. Teichmann <[email protected]> |
149 |
|
|
150 |
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |