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