1 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
4 |
|
|
5 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
6 |
|
|
7 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
8 |
|
description reference tables of radio groups. |
9 |
|
|
10 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
11 |
|
|
12 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
13 |
|
by '_'. |
14 |
|
|
15 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
16 |
|
|
17 |
|
* formed/formed/plugins/export/sql.py: to figure ou which |
18 |
|
tables are equal the insert statememnts are lower cased |
19 |
|
and sorted before they are compared. This reduces the number |
20 |
|
of generated referfence tables. |
21 |
|
|
22 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
Repair SQL schema creation for radio groups. |
25 |
|
|
26 |
|
* formed/formed/plugins/export/sql.py: radio groups are handled |
27 |
|
like choices now. |
28 |
|
|
29 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
30 |
|
|
31 |
|
Make it startable again. |
32 |
|
|
33 |
|
* formed/formed/plugins/export/xls.py: Import pyExcelerator only |
34 |
|
when plug-in is called. |
35 |
|
|
36 |
|
* formed/formed/model/nodecomponents.py: Event routing was messed up. |
37 |
|
Rewired root node with document. |
38 |
|
|
39 |
|
* formed/formed/plugins/web/help.py: Removed old xml.ext import. |
40 |
|
XXX: This breaks creating help by now! |
41 |
|
|
42 |
|
* formed/formed/io/parser.py: Replace old deprecated base class |
43 |
|
by new one. |
44 |
|
|
45 |
|
* formed/formed/main.py: Do not crash if locale cannot be set. |
46 |
|
|
47 |
|
* formed/formed/ui/controls.py: Use document.getCase() instead |
48 |
|
of document.case to prevent uninitialized dereferences. |
49 |
|
|
50 |
|
2009-01-22 Torsten Irländer <[email protected]> |
51 |
|
|
52 |
|
Implemented new XML-Format for formed xml files. |
53 |
|
|
54 |
|
* formed/formed/model/nodecomponents.py, |
55 |
|
formed/formed/io/document.py, |
56 |
|
formed/formed/main.py, |
57 |
|
formed/formed/ui/controls.py: Introduced new "case" and "logbook" |
58 |
|
node. Under case is the definition of the formular. logbook will |
59 |
|
hold the defintion of logboog entrys. For now only the part under |
60 |
|
"case" can be modified. |
61 |
|
|
62 |
|
2009-01-21 Torsten Irländer <[email protected]> |
63 |
|
|
64 |
|
Changed way how XSD-Scheme is generated |
65 |
|
|
66 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
67 |
|
logbookentrys. The scheme definiton is now hardcoded in the |
68 |
|
exporter as it will rarely change. It logbookpart will not be |
69 |
|
generated from the formedtree anymore. |
70 |
|
|
71 |
|
2009-01-20 Torsten Irländer <[email protected]> |
72 |
|
|
73 |
|
Support Logbook entrys in xsd schema export |
74 |
|
|
75 |
|
* formed/formed/model/data.py: Repeatnode are now handeld as |
76 |
|
repeatgroups in xsd-export |
77 |
|
* formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support |
78 |
|
logbookentrys. The scheme will now validate against an xmlfile from |
79 |
|
the offlineclient. |
80 |
|
|
81 |
|
2009-01-09 Torsten Irländer <[email protected]> |
82 |
|
|
83 |
|
Added new repeat node |
84 |
|
|
85 |
|
* formed/formed/model/data.py, |
86 |
|
formed/formed/io/document.py: Added repeatnode to the formedtree. |
87 |
|
TODO: Remove repeatgroup handling from the groupnode. |
88 |
|
|
89 |
|
2009-01-08 Torsten Irländer <[email protected]> |
90 |
|
|
91 |
|
Add isset operator to autogenerated rules. |
92 |
|
|
93 |
|
* formed/formed/plugins/modify/rules.py: Add issed operator to standard |
94 |
|
autogenerated rules. |
95 |
|
|
96 |
|
2008-12-17 Frank Koormann <[email protected]> |
97 |
|
|
98 |
|
* formed/formed/plugins/export/latex.py: Export form as set of |
99 |
|
latex tables to be included into a master document. The export |
100 |
|
generates section marks to structure the form and placeholders for |
101 |
|
help texts to be merged in by a post processing step. |
102 |
|
|
103 |
|
2008-12-04 Sascha L. Teichmann <[email protected]> |
104 |
|
|
105 |
|
* formed/formed/model/expr.py: Added 'today' which pushes the current date |
106 |
|
on the stack. |
107 |
|
|
108 |
|
2008-12-03 Sascha L. Teichmann <[email protected]> |
109 |
|
|
110 |
|
* formed/formed/plugins/web/controllers.py: compute changeset more correctly in |
111 |
|
storage of fields. |
112 |
|
|
113 |
|
* formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer |
114 |
|
fields as an accepted value. Generate schema for radio groups too. |
115 |
|
|
116 |
|
2008-12-01 Torsten Irländer <[email protected]> |
117 |
|
|
118 |
|
Added autmatic generation of required rules |
119 |
|
|
120 |
|
* formed/formed/model/data.py, |
121 |
|
formed/formed/model/expr.py, |
122 |
|
formed/formed/plugins/modify/rules.py: Default rules for required |
123 |
|
fields can now be generated. |
124 |
|
|
125 |
|
2008-11-28 Sascha L. Teichmann <[email protected]> |
126 |
|
|
127 |
|
* formed/formed/model/data.py, formed/formed/model/nodecomponents.py: |
128 |
|
Ported WidgetCollector from Offline client. |
129 |
|
|
130 |
|
* formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify, |
131 |
|
formed/formed/plugins/modify/rules.py: Stub for required rules generator. |
132 |
|
|
133 |
|
* formed/formed/config.py: Bind new filter to FormEd |
134 |
|
|
135 |
|
2008-11-27 Torsten Irländer <[email protected]> |
136 |
|
|
137 |
|
* formed/formed/model/data.py: Added new attribute mark for rules |
138 |
|
|
139 |
|
2008-11-10 Torsten Irländer <[email protected]> |
140 |
|
|
141 |
|
Implemented radio-matrix elements. radio elelement having the same |
142 |
|
options can now be rendered in table form. |
143 |
|
|
144 |
|
* formed/formed/model/data.py, |
145 |
|
formed/formed/io/document.py: Added new radio-matrix element to the |
146 |
|
model and gui |
147 |
|
* formed/formed/plugins/web/view_renderer.py: Write html-renderer for |
148 |
|
the radio-matrix element. |
149 |
|
|
150 |
|
2008-11.03 Torsten Irländer <[email protected]> |
151 |
|
|
152 |
|
* formed/formed/model/data.py: Fixed import error |
153 |
|
|
154 |
|
2008-10-29 Sascha L. Teichmann <[email protected]> |
155 |
|
|
156 |
|
Relative paths in external choices are now possible. Relative paths are |
157 |
|
relative to path of the master document. |
158 |
|
|
159 |
|
* formed/model/data.py: external choice are now storing the path to the |
160 |
|
master document. |
161 |
|
|
162 |
|
* formed/formed/io/document.py: Pass context to SAX builder. |
163 |
|
|
164 |
|
* formed/formed/io/factories.py: For new created nodes look if there |
165 |
|
is a method 'setLoadContext' and call it. |
166 |
|
|
167 |
|
2008-09-04 Sascha L. Teichmann <[email protected]> |
168 |
|
|
169 |
|
* doc/beschreibung.txt: New. Initial description of FormEd (german). |
170 |
|
|
171 |
|
2008-08-22 Sascha L. Teichmann <[email protected]> |
172 |
|
|
173 |
|
* formed/formed/model/nodecomponents.py: Added attribute 'flags'. |
174 |
|
|
175 |
|
2008-08-21 Sascha L. Teichmann <[email protected]> |
176 |
|
|
177 |
|
* formed/formed/io/document.py: Indent tree while saving |
178 |
|
* formed/formed/main.py: removed needless print |
179 |
|
|
180 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
181 |
|
|
182 |
|
* LICENSE: New GPLv3 |
183 |
|
* */*.py, *.sh: Added reference to LICENSE |
184 |
|
|
185 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
186 |
|
|
187 |
|
* tools: removed because there a no tools any more. |
188 |
|
|
189 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
190 |
|
|
191 |
|
* tools/formed: moved one level up because its the only |
192 |
|
part of this project now. |
193 |
|
|
194 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
195 |
|
|
196 |
|
* tools/anonym/*: Removed as it belongs to mpuls WASKA |
197 |
|
|
198 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
199 |
|
|
200 |
|
* pdf2xfa/*: removed. It belongs to mpuls |
201 |
|
|
202 |
|
2008-08-13 L. Teichmann <[email protected]> |
203 |
|
|
204 |
|
i18n of the plug-ins: |
205 |
|
* tools/formed/formed/plugins/export/diff.py, |
206 |
|
tools/formed/formed/plugins/export/data.py, |
207 |
|
tools/formed/formed/plugins/export/old_sql.py, |
208 |
|
tools/formed/formed/plugins/export/latex.py, |
209 |
|
tools/formed/formed/plugins/export/xsd.py, |
210 |
|
tools/formed/formed/plugins/export/sql.py, |
211 |
|
tools/formed/formed/plugins/export/typemap.py, |
212 |
|
tools/formed/formed/plugins/export/html.py, |
213 |
|
tools/formed/formed/plugins/export/mode.py, |
214 |
|
tools/formed/formed/plugins/export/html2.py, |
215 |
|
tools/formed/formed/plugins/export/xls.py, |
216 |
|
tools/formed/formed/plugins/names/filter.py, |
217 |
|
tools/formed/formed/plugins/plugin.py, |
218 |
|
tools/formed/formed/plugins/web/help.py, |
219 |
|
tools/formed/formed/plugins/web/form_renderer.py, |
220 |
|
tools/formed/formed/plugins/web/plugin.py, |
221 |
|
tools/formed/formed/plugins/web/error_renderer.py, |
222 |
|
tools/formed/formed/plugins/web/view_renderer.py, |
223 |
|
tools/formed/formed/plugins/web/semantic.py, |
224 |
|
tools/formed/formed/plugins/web/cache.py, |
225 |
|
tools/formed/formed/plugins/web/server.py, |
226 |
|
tools/formed/formed/plugins/web/controllers.py, |
227 |
|
tools/formed/formed/plugins/web/renderer.py, |
228 |
|
tools/formed/formed/plugins/ui/controls.py, |
229 |
|
tools/formed/formed/config.py: _("")s the stuff |
230 |
|
tools/formed/po/formed.pot, tools/formed/po/de_DE.po: |
231 |
|
extracted and translated. |
232 |
|
|
233 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
234 |
|
|
235 |
|
First version of FormEd i18n. After checkout go to tools/formed/po/ and |
236 |
|
say 'make mo'. Afterwards you can start FormEd as usual. |
237 |
|
|
238 |
|
* tools/formed/resources: New. Place to places ressources like *.mo files |
239 |
|
* tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s |
240 |
|
|
241 |
|
* tools/formed/po, |
242 |
|
tools/formed/po/Makefile, |
243 |
|
tools/formed/po/formed.pot, |
244 |
|
tools/formed/po/de_DE.po: i18n stuff. |
245 |
|
|
246 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
247 |
|
|
248 |
|
* tools/anonym/xmlexport.py: Only export cases which are not |
249 |
|
'schwebend geloescht'. |
250 |
|
|
251 |
|
2008-07-23 Sascha L. Teichmann <[email protected]> |
252 |
|
|
253 |
|
Fixed issue472 |
254 |
|
|
255 |
|
* tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree. |
256 |
|
|
257 |
|
2008-07-17 Sascha L. Teichmann <[email protected]> |
258 |
|
|
259 |
|
* tools/anonym/xmlimport.py: removed marking of invalid cases |
260 |
|
* tools/anonym/cron.importAnonXml.sh: re-inserted here. |
261 |
|
|
262 |
|
2008-07.07 Torsten Irländer <[email protected]> |
263 |
|
|
264 |
|
* tools/formed/formed/plugins/export/latex.py |
265 |
|
tools/formed/formed/config.py: Added new LaTex Export. Beware this |
266 |
|
is even more ugly the HTML Export. |
267 |
|
* tools/formed/formed/plugins/export/html.py: Added information on |
268 |
|
anonymisation to the html export. |
269 |
|
|
270 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
271 |
|
|
272 |
|
* tools/anonym/xmlimport.py: Mark cases if they are inconsistent. |
273 |
|
|
274 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
275 |
|
|
276 |
|
* tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4) |
277 |
|
|
278 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
279 |
|
|
280 |
|
* tools/formed/formed/plugins/export/html.py: Added additional column |
281 |
|
to the html export with information how each field will get |
282 |
|
anonymized. |
283 |
|
|
284 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
285 |
|
|
286 |
|
* tools/anonym/xmlimport.py: sync with productive version. |
287 |
|
|
288 |
|
2008-06-10 Torsten Irländer <[email protected]> |
289 |
|
|
290 |
|
* tools/formed/formed/plugins/export/sql.py: grant admin permission to |
291 |
|
call anonymize function |
292 |
|
|
293 |
|
2008-05-21 Sascha L. Teichmann <[email protected]> |
294 |
|
|
295 |
|
* tools/formed/formed/plugins/export/xsd.py: Brought encoding |
296 |
|
back to UTF-8. |
297 |
|
|
298 |
|
2008-05-21 Frank Koormann <[email protected]> |
299 |
|
|
300 |
|
* tools/formed/formed/plugins/export/xls.py: New, export key value |
301 |
|
tables as excel workbook with one sheet per table. |
302 |
|
|
303 |
|
* tools/formed/formed/config.py: ExportKeyValueTableAsXLS added. |
304 |
|
|
305 |
|
2008-05-21 Frank Koormann <[email protected]> |
306 |
|
|
307 |
|
* tools/formed/formed/plugins/export/xsd.py |
308 |
|
(SchemaCreator._createChoice): Fix use of choices name. |
309 |
|
|
310 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
311 |
|
|
312 |
|
* tools/formed/formed/plugins/export/xsd.py: Use substitution group |
313 |
|
to allow arbitrary order of repeat groups. |
314 |
|
|
315 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
316 |
|
|
317 |
|
* tools/formed/formed/plugins/export/xsd.py: Removed a needless |
318 |
|
character. |
319 |
|
|
320 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
321 |
|
|
322 |
|
* tools/formed/formed/plugins/export/xsd.py: Added annotations |
323 |
|
to fields. |
324 |
|
|
325 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
326 |
|
|
327 |
|
* tools/formed/formed/plugins/export/xsd.py: Added for |
328 |
|
choice fields. |
329 |
|
|
330 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
331 |
|
|
332 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
333 |
|
boolean fields based on enumerations. |
334 |
|
|
335 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
336 |
|
|
337 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
338 |
|
date, text and textarea fields. |
339 |
|
|
340 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
341 |
|
|
342 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
343 |
|
repeat groups and integer fields. |
344 |
|
|
345 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
346 |
|
|
347 |
|
* tools/formed/formed/plugins/export/xsd.py: New. plug-in for |
348 |
|
exporting as XML schema. not ready, yet. |
349 |
|
|
350 |
|
* tools/formed/formed/config.py: Use new plug-in. |
351 |
|
|
352 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text. |
353 |
|
|
354 |
|
2008-04-17 Torsten Irländer <[email protected]> |
355 |
|
|
356 |
|
* tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in |
357 |
|
for the views because of the new group permissions. |
358 |
|
|
359 |
|
2008-04-09 Sascha L. Teichmann <[email protected]> |
360 |
|
|
361 |
|
* tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete |
362 |
|
old anonymized cases. |
363 |
|
|
364 |
|
2008-04-01 Sascha L. Teichmann <[email protected]> |
365 |
|
|
366 |
|
* tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1" |
367 |
|
from clause to select datasets. |
368 |
|
Replace ']]>' in CDATA sections with correct splitted replacement. |
369 |
|
|
370 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
371 |
|
|
372 |
|
* tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport |
373 |
|
script. |
374 |
|
|
375 |
|
* tools/anonym/xmlimport.py: commented out database port from |
376 |
|
connectionstring. |
377 |
|
|
378 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
379 |
|
|
380 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
381 |
|
of anonymization of repeat groups (wrong id was given). |
382 |
|
|
383 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
384 |
|
|
385 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
386 |
|
statements for relations which have no anonym functions applied. |
387 |
|
|
388 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
389 |
|
|
390 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
391 |
|
'COMMIT;' in the last line. |
392 |
|
|
393 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
394 |
|
|
395 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
396 |
|
generated anonymize_case() function. |
397 |
|
|
398 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
399 |
|
|
400 |
|
* tools/formed/formed/plugins/export/sql.py: Added code to |
401 |
|
generate a plpgsql function anonymize_case() that anonymized |
402 |
|
a given case and all of its depending repeat groups. |
403 |
|
|
404 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
405 |
|
|
406 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
407 |
|
|
408 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
409 |
|
|
410 |
|
2008-03-03 Torsten Irländer <[email protected]> |
411 |
|
|
412 |
|
* anonym/cron.sendAnonXml.sh, |
413 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
414 |
|
production environment (Copied running scripts from production |
415 |
|
server) |
416 |
|
|
417 |
|
* cron.importAnonXml.sh: Added deleting of ols cases. Modified script |
418 |
|
to be used in a production environment (Cpoied running script from |
419 |
|
production server) |
420 |
|
|
421 |
|
* tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to |
422 |
|
ensure that only valid cases get exported |
423 |
|
|
424 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
425 |
|
|
426 |
|
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
427 |
|
|
428 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
429 |
|
|
430 |
|
* tools/anonym/xmlimport.py: Simpilied version |
431 |
|
|
432 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
433 |
|
|
434 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
435 |
|
xmlimport.py and parameters. |
436 |
|
|
437 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
438 |
|
|
439 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
440 |
|
because of sudo context. |
441 |
|
|
442 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
443 |
|
|
444 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
445 |
|
support to force in fkz in import of case. |
446 |
|
|
447 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
448 |
|
|
449 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
450 |
|
|
451 |
|
* tools/anonym/html.awk: produces valid HTML. |
452 |
|
|
453 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
454 |
|
|
455 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
456 |
|
|
457 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
458 |
|
|
459 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
460 |
|
exportted cases. It will read all files from a directory and import |
461 |
|
the files into the DB. After that the script will cleanup the |
462 |
|
directory. |
463 |
|
|
464 |
|
2008-02-25 Torsten Irländer <[email protected]> |
465 |
|
|
466 |
|
* tools/anonym/cron.sendAnonXml.sh, |
467 |
|
tools/anonym/xmlexport.py, |
468 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
469 |
|
|
470 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
471 |
|
|
472 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
473 |
|
|
474 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
475 |
|
|
476 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
477 |
|
|
478 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
479 |
|
|
480 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
481 |
|
|
482 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
483 |
|
update statements. |
484 |
|
|
485 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
486 |
|
|
487 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
488 |
|
XML from cron. |
489 |
|
|
490 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
491 |
|
|
492 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
493 |
|
for a simplified HTML output |
494 |
|
|
495 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
496 |
|
for dump schema as python dictionary. |
497 |
|
|
498 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
499 |
|
old stored procedure and view generators. |
500 |
|
|
501 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
502 |
|
|
503 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
504 |
|
as XML. |
505 |
|
|
506 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
507 |
|
|
508 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
509 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
510 |
|
|
511 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
512 |
|
|
513 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
514 |
|
data from database. |
515 |
|
|
516 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
517 |
|
|
518 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
519 |
|
erase_value with suppress_value/suppress_value2. |
520 |
|
|
521 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
522 |
|
|
523 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
524 |
|
substitute 'erase_value' with NULL value. |
525 |
|
|
526 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
527 |
|
|
528 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
529 |
|
and uuid_id in anonymiziation views too. |
530 |
|
|
531 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
532 |
|
|
533 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
534 |
|
of anonymiziation views for master table views and repeat group |
535 |
|
views. |
536 |
|
|
537 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
538 |
|
|
539 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
540 |
|
"function" |
541 |
|
|
542 |
|
* tools/formed/formed/io/document.py: Save attributes in |
543 |
|
alphabetical order. |
544 |
|
|
545 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
546 |
|
|
547 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
548 |
|
for master table and repeat groups views. Granted update right |
549 |
|
to :cm_ka_group. |
550 |
|
|
551 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
552 |
|
|
553 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
554 |
|
for master table and repeat groups. Also added unique constraints |
555 |
|
to these columns. |
556 |
|
|
557 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
558 |
|
|
559 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
560 |
|
property 'root.element' to specify the name of the XML root. |
561 |
|
|
562 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
563 |
|
|
564 |
2007-11-22 Sascha L. Teichmann <[email protected]> |
2007-11-22 Sascha L. Teichmann <[email protected]> |
565 |
|
|
566 |
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |