1 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport |
4 |
|
script. |
5 |
|
|
6 |
|
* tools/anonym/xmlimport.py: commented out database port from |
7 |
|
connectionstring. |
8 |
|
|
9 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
12 |
|
of anonymization of repeat groups (wrong id was given). |
13 |
|
|
14 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
17 |
|
statements for relations which have no anonym functions applied. |
18 |
|
|
19 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
22 |
|
'COMMIT;' in the last line. |
23 |
|
|
24 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
25 |
|
|
26 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
27 |
|
generated anonymize_case() function. |
28 |
|
|
29 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/export/sql.py: Added code to |
32 |
|
generate a plpgsql function anonymize_case() that anonymized |
33 |
|
a given case and all of its depending repeat groups. |
34 |
|
|
35 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
40 |
|
|
41 |
|
2008-03-03 Torsten Irländer <[email protected]> |
42 |
|
|
43 |
|
* anonym/cron.sendAnonXml.sh, |
44 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
45 |
|
production environment (Copied running scripts from production |
46 |
|
server) |
47 |
|
|
48 |
|
* cron.importAnonXml.sh: Added deleting of ols cases. Modified script |
49 |
|
to be used in a production environment (Cpoied running script from |
50 |
|
production server) |
51 |
|
|
52 |
|
* tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to |
53 |
|
ensure that only valid cases get exported |
54 |
|
|
55 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
|
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
58 |
|
|
59 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/anonym/xmlimport.py: Simpilied version |
62 |
|
|
63 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
66 |
|
xmlimport.py and parameters. |
67 |
|
|
68 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
69 |
|
|
70 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
71 |
|
because of sudo context. |
72 |
|
|
73 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
74 |
|
|
75 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
76 |
|
support to force in fkz in import of case. |
77 |
|
|
78 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
79 |
|
|
80 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
81 |
|
|
82 |
|
* tools/anonym/html.awk: produces valid HTML. |
83 |
|
|
84 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
87 |
|
|
88 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
89 |
|
|
90 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
91 |
|
exportted cases. It will read all files from a directory and import |
92 |
|
the files into the DB. After that the script will cleanup the |
93 |
|
directory. |
94 |
|
|
95 |
|
2008-02-25 Torsten Irländer <[email protected]> |
96 |
|
|
97 |
|
* tools/anonym/cron.sendAnonXml.sh, |
98 |
|
tools/anonym/xmlexport.py, |
99 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
100 |
|
|
101 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
102 |
|
|
103 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
104 |
|
|
105 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
106 |
|
|
107 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
108 |
|
|
109 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
110 |
|
|
111 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
112 |
|
|
113 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
114 |
|
update statements. |
115 |
|
|
116 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
117 |
|
|
118 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
119 |
|
XML from cron. |
120 |
|
|
121 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
122 |
|
|
123 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
124 |
|
for a simplified HTML output |
125 |
|
|
126 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
127 |
|
for dump schema as python dictionary. |
128 |
|
|
129 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
130 |
|
old stored procedure and view generators. |
131 |
|
|
132 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
133 |
|
|
134 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
135 |
|
as XML. |
136 |
|
|
137 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
138 |
|
|
139 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
140 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
141 |
|
|
142 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
143 |
|
|
144 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
145 |
|
data from database. |
146 |
|
|
147 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
148 |
|
|
149 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
150 |
|
erase_value with suppress_value/suppress_value2. |
151 |
|
|
152 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
153 |
|
|
154 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
155 |
|
substitute 'erase_value' with NULL value. |
156 |
|
|
157 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
158 |
|
|
159 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
160 |
|
and uuid_id in anonymiziation views too. |
161 |
|
|
162 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
163 |
|
|
164 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
165 |
|
of anonymiziation views for master table views and repeat group |
166 |
|
views. |
167 |
|
|
168 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
169 |
|
|
170 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
171 |
|
"function" |
172 |
|
|
173 |
|
* tools/formed/formed/io/document.py: Save attributes in |
174 |
|
alphabetical order. |
175 |
|
|
176 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
177 |
|
|
178 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
179 |
|
for master table and repeat groups views. Granted update right |
180 |
|
to :cm_ka_group. |
181 |
|
|
182 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
183 |
|
|
184 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
185 |
|
for master table and repeat groups. Also added unique constraints |
186 |
|
to these columns. |
187 |
|
|
188 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
189 |
|
|
190 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
191 |
|
property 'root.element' to specify the name of the XML root. |
192 |
|
|
193 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
194 |
|
|
195 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
196 |
|
|
197 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
198 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
199 |
|
|
200 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
201 |
|
|
202 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
203 |
|
|
204 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
205 |
|
Sends logging to file. |
206 |
|
|
207 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
208 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
209 |
|
to use new logging. |
210 |
|
|
211 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
212 |
|
|
213 |
|
2007-11-16 Frank Koormann <[email protected]> |
214 |
|
|
215 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
216 |
|
Append only column "bearbeiter_id", standins are modelled by a |
217 |
|
separate table. |
218 |
|
|
219 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
220 |
|
|
221 |
|
* tools/formed/formed/model/data.py, |
222 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
223 |
|
Added an invisible flag for info fields. |
224 |
|
|
225 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
226 |
|
|
227 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
228 |
|
(calling a wrong method). |
229 |
|
|
230 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
231 |
|
|
232 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
233 |
|
'alternative' to all node components. This might be of help to |
234 |
|
match PDF imports where the descriptions do not match. |
235 |
|
|
236 |
|
2007-10-23 Frank Koormann <[email protected]> |
237 |
|
|
238 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
239 |
|
|
240 |
|
2007-10-23 Frank Koormann <[email protected]> |
241 |
|
|
242 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
243 |
|
value (-1) for choices and bools. |
244 |
|
|
245 |
|
2007-10-21 Frank Koormann <[email protected]> |
246 |
|
|
247 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
248 |
|
descriptive tables added. |
249 |
|
(Table.getName): new |
250 |
|
|
251 |
|
2007-10-21 Frank Koormann <[email protected]> |
252 |
|
|
253 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
254 |
|
statements for views and roles to make updates easier. |
255 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
256 |
|
|
257 |
|
2007-10-19 Frank Koormann <[email protected]> |
258 |
|
|
259 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
260 |
|
for views. The statements are prepared for variable substitution |
261 |
|
when executing the SQL-scripts by psql. |
262 |
|
|
263 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
264 |
|
|
265 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
266 |
|
End of result XML was truncated because of an unflushed buffer. |
267 |
|
|
268 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
269 |
|
|
270 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
271 |
|
|
272 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
273 |
|
and how to use it. |
274 |
|
|
275 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
276 |
|
and iText dependency. |
277 |
|
|
278 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
279 |
|
|
280 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
281 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
282 |
|
process web vs. db. |
283 |
|
|
284 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
285 |
|
|
286 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
287 |
|
UPDATE rules. |
288 |
|
|
289 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
290 |
|
|
291 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
292 |
|
views. TODO: Test'em and implement the rest. |
293 |
|
|
294 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
295 |
|
|
296 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
297 |
|
rules referenced none existing views. |
298 |
|
|
299 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
300 |
|
|
301 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
302 |
|
rules for views. TODO: add UPDATE rules. |
303 |
|
|
304 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
305 |
|
|
306 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
307 |
|
the legacy SQL export filters. |
308 |
|
|
309 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
310 |
|
legacy SQL export filters to old_sql. |
311 |
|
|
312 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
313 |
|
filters from old_sql. |
314 |
|
|
315 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
316 |
|
|
317 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
318 |
|
|
319 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
320 |
|
|
321 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
322 |
|
that made choices of three elements to booleans if |
323 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
324 |
|
|
325 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
326 |
|
|
327 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
328 |
|
underlaying tables in views too. |
329 |
|
|
330 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
331 |
|
|
332 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
333 |
|
Various bug fixes. |
334 |
|
|
335 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
336 |
|
|
337 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
338 |
|
to extract fields from embedded repeat groups. |
339 |
|
|
340 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
341 |
|
views per page too. Result not tested yet. |
342 |
|
|
343 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
344 |
|
|
345 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
346 |
|
in-page repeat groups while rendering pages. |
347 |
|
|
348 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
349 |
|
|
350 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
351 |
|
traversals for document trees. |
352 |
|
|
353 |
|
* tools/formed/formed/model/data.py: Rewrote the |
354 |
|
Page.allWidgets() method to use new visitor for |
355 |
|
tree traversal. |
356 |
|
|
357 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
358 |
|
|
359 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
360 |
|
in the rename by formular name algorithm |
361 |
|
|
362 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
363 |
|
|
364 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
365 |
|
TODO: rewrite Page.allWidgets(). |
366 |
|
|
367 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
368 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
369 |
|
|
370 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
371 |
|
build views and respective joins. |
372 |
|
|
373 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
374 |
|
|
375 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
376 |
|
FORMED environment variable. If set to true tidylib is used to |
377 |
|
filter HTML content to be W3C valid. To use this feature install |
378 |
|
uTidylib. |
379 |
|
|
380 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
381 |
|
text/html and filters content through tidy if requested. |
382 |
|
|
383 |
2007-09-25 Torsten Irlaender <[email protected]> |
2007-09-25 Torsten Irlaender <[email protected]> |
384 |
|
|
385 |
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
386 |
cleanup of the form generation code. |
cleanup of the form generation code. |
387 |
|
|