1 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
4 |
|
|
5 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
6 |
|
and how to use it. |
7 |
|
|
8 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
9 |
|
and iText dependency. |
10 |
|
|
11 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
14 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
15 |
|
process web vs. db. |
16 |
|
|
17 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
20 |
|
UPDATE rules. |
21 |
|
|
22 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
25 |
|
views. TODO: Test'em and implement the rest. |
26 |
|
|
27 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
30 |
|
rules referenced none existing views. |
31 |
|
|
32 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
35 |
|
rules for views. TODO: add UPDATE rules. |
36 |
|
|
37 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
40 |
|
the legacy SQL export filters. |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
43 |
|
legacy SQL export filters to old_sql. |
44 |
|
|
45 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
46 |
|
filters from old_sql. |
47 |
|
|
48 |
2007-10-06 Sascha L. Teichmann <[email protected]> |
2007-10-06 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
* pdf2xfa/**: Initial import of the PDF to XFA server. |
* pdf2xfa/**: Initial import of the PDF to XFA server. |