1 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
4 |
|
End of result XML was truncated because of an unflushed buffer. |
5 |
|
|
6 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
9 |
|
|
10 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
11 |
|
and how to use it. |
12 |
|
|
13 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
14 |
|
and iText dependency. |
15 |
|
|
16 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
19 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
20 |
|
process web vs. db. |
21 |
|
|
22 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
25 |
|
UPDATE rules. |
26 |
|
|
27 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
30 |
|
views. TODO: Test'em and implement the rest. |
31 |
|
|
32 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
35 |
|
rules referenced none existing views. |
36 |
|
|
37 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
40 |
|
rules for views. TODO: add UPDATE rules. |
41 |
|
|
42 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
45 |
|
the legacy SQL export filters. |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
48 |
|
legacy SQL export filters to old_sql. |
49 |
|
|
50 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
51 |
|
filters from old_sql. |
52 |
|
|
53 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
56 |
|
|
57 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
60 |
|
that made choices of three elements to booleans if |
61 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
62 |
|
|
63 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
66 |
|
underlaying tables in views too. |
67 |
|
|
68 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
69 |
|
|
70 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
71 |
|
Various bug fixes. |
72 |
|
|
73 |
2007-10-04 Sascha L. Teichmann <[email protected]> |
2007-10-04 Sascha L. Teichmann <[email protected]> |
74 |
|
|
75 |
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |