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]> |
2007-10-07 Sascha L. Teichmann <[email protected]> |
71 |
|
|
72 |
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |