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