1 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
4 |
|
(calling a wrong method). |
5 |
|
|
6 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
9 |
|
'alternative' to all node components. This might be of help to |
10 |
|
match PDF imports where the descriptions do not match. |
11 |
|
|
12 |
|
2007-10-23 Frank Koormann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
15 |
|
|
16 |
|
2007-10-23 Frank Koormann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
19 |
|
value (-1) for choices and bools. |
20 |
|
|
21 |
|
2007-10-21 Frank Koormann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
24 |
|
descriptive tables added. |
25 |
|
(Table.getName): new |
26 |
|
|
27 |
|
2007-10-21 Frank Koormann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
30 |
|
statements for views and roles to make updates easier. |
31 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
32 |
|
|
33 |
|
2007-10-19 Frank Koormann <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
36 |
|
for views. The statements are prepared for variable substitution |
37 |
|
when executing the SQL-scripts by psql. |
38 |
|
|
39 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
42 |
|
End of result XML was truncated because of an unflushed buffer. |
43 |
|
|
44 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
47 |
|
|
48 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
49 |
|
and how to use it. |
50 |
|
|
51 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
52 |
|
and iText dependency. |
53 |
|
|
54 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
57 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
58 |
|
process web vs. db. |
59 |
|
|
60 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
63 |
|
UPDATE rules. |
64 |
|
|
65 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
66 |
|
|
67 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
68 |
|
views. TODO: Test'em and implement the rest. |
69 |
|
|
70 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
71 |
|
|
72 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
73 |
|
rules referenced none existing views. |
74 |
|
|
75 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
76 |
|
|
77 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
78 |
|
rules for views. TODO: add UPDATE rules. |
79 |
|
|
80 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
83 |
|
the legacy SQL export filters. |
84 |
|
|
85 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
86 |
|
legacy SQL export filters to old_sql. |
87 |
|
|
88 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
89 |
|
filters from old_sql. |
90 |
|
|
91 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
92 |
|
|
93 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
94 |
|
|
95 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
96 |
|
|
97 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
98 |
|
that made choices of three elements to booleans if |
99 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
100 |
|
|
101 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
102 |
|
|
103 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
104 |
|
underlaying tables in views too. |
105 |
|
|
106 |
2007-10-04 Sascha L. Teichmann <[email protected]> |
2007-10-04 Sascha L. Teichmann <[email protected]> |
107 |
|
|
108 |
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |