1 |
|
2007-10-23 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
4 |
|
value (-1) for choices and bools. |
5 |
|
|
6 |
|
2007-10-21 Frank Koormann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
9 |
|
descriptive tables added. |
10 |
|
(Table.getName): new |
11 |
|
|
12 |
|
2007-10-21 Frank Koormann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
15 |
|
statements for views and roles to make updates easier. |
16 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
17 |
|
|
18 |
|
2007-10-19 Frank Koormann <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
21 |
|
for views. The statements are prepared for variable substitution |
22 |
|
when executing the SQL-scripts by psql. |
23 |
|
|
24 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
25 |
|
|
26 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
27 |
|
End of result XML was truncated because of an unflushed buffer. |
28 |
|
|
29 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
30 |
|
|
31 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
32 |
|
|
33 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
34 |
|
and how to use it. |
35 |
|
|
36 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
37 |
|
and iText dependency. |
38 |
|
|
39 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
42 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
43 |
|
process web vs. db. |
44 |
|
|
45 |
2007-10-07 Sascha L. Teichmann <[email protected]> |
2007-10-07 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
* tools/formed/formed/plugins/export/sql.py: Added the remaining |