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]> |
149 |
|
|
150 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
151 |
|
the legacy SQL export filters. |
152 |
|
|
153 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
154 |
|
legacy SQL export filters to old_sql. |
155 |
|
|
156 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
157 |
|
filters from old_sql. |
158 |
|
|
159 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
160 |
|
|
161 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
162 |
|
|
163 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
164 |
|
|
165 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
166 |
|
that made choices of three elements to booleans if |
167 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
168 |
|
|
169 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
170 |
|
|
171 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
172 |
|
underlaying tables in views too. |
173 |
|
|
174 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
175 |
|
|
176 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
177 |
|
Various bug fixes. |
178 |
|
|
179 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
180 |
|
|
181 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
182 |
|
to extract fields from embedded repeat groups. |
183 |
|
|
184 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
185 |
|
views per page too. Result not tested yet. |
186 |
|
|
187 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
188 |
|
|
189 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
190 |
|
in-page repeat groups while rendering pages. |
191 |
|
|
192 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
193 |
|
|
194 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
195 |
|
traversals for document trees. |
196 |
|
|
197 |
|
* tools/formed/formed/model/data.py: Rewrote the |
198 |
|
Page.allWidgets() method to use new visitor for |
199 |
|
tree traversal. |
200 |
|
|
201 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
202 |
|
|
203 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
204 |
|
in the rename by formular name algorithm |
205 |
|
|
206 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
207 |
|
|
208 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
209 |
|
TODO: rewrite Page.allWidgets(). |
210 |
|
|
211 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
212 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
213 |
|
|
214 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
215 |
|
build views and respective joins. |
216 |
|
|
217 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
218 |
|
|
219 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
220 |
|
FORMED environment variable. If set to true tidylib is used to |
221 |
|
filter HTML content to be W3C valid. To use this feature install |
222 |
|
uTidylib. |
223 |
|
|
224 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
225 |
|
text/html and filters content through tidy if requested. |
226 |
|
|
227 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
228 |
|
|
229 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
230 |
|
cleanup of the form generation code. |
231 |
|
|
232 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
233 |
|
|
234 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
235 |
|
and DROP TABLE statements to schema export. |
236 |
|
|
237 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
238 |
|
|
239 |
|
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
240 |
|
in correct topolocial order now. |
241 |
|
|
242 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
243 |
|
|
244 |
|
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |
245 |
|
a document with items that are in given mode. |
246 |
|
|
247 |
|
* tools/formed/formed/model/nodecomponents.py: Added methods to clone |
248 |
|
trees depending on selected modes. |
249 |
|
|
250 |
|
* tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py: |
251 |
|
Fixed clone issue with RuleNodes. |
252 |
|
|
253 |
|
* tools/formed/formed/config.py: Use new plug-in. |
254 |
|
|
255 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
256 |
|
|
257 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Make the |
258 |
|
view renderer a real view renderer. It takes a list of |
259 |
|
items now and not only a single page. |
260 |
|
|
261 |
|
* tools/formed/formed/plugins/web/renderer.py: Feed a list |
262 |
|
of items to the view renderer. |
263 |
|
|
264 |
|
2007-09-17 Torsten Irlaender <[email protected]> |
265 |
|
|
266 |
|
* tools/formed/formed/plugins/web/view_renderer.py: |
267 |
|
Small tweaks in rendering bools. |
268 |
|
RadioNodes (with all its children) can now be placed in a container. |
269 |
|
The radiobools will not get a surrounding <div> anymore. |
270 |
|
I am not sure if the new way results in the wanted behaivor, but the |
271 |
|
rendering results are much better now :) |
272 |
|
Maybe we need a similar approach for checkboxes? |
273 |
|
Rendering groups is still broken in some way. |
274 |
|
|
275 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
276 |
|
|
277 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
278 |
|
a few bugs: Do not render empty containers, do not |
279 |
|
generate misplaced <br class="newline"> in choices. |
280 |
|
Add a nameless container to catch the items that are |
281 |
|
nor explicitly assigned to a target. Removed FormData. |
282 |
|
|
283 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
284 |
|
a needless import |
285 |
|
|
286 |
2007-09-17 Sascha L. Teichmann <[email protected]> |
2007-09-17 Sascha L. Teichmann <[email protected]> |
287 |
|
|
288 |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |