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