1 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
4 |
|
property 'root.element' to specify the name of the XML root. |
5 |
|
|
6 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
7 |
|
|
8 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
9 |
|
|
10 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
11 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
12 |
|
|
13 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
14 |
|
|
15 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
16 |
|
|
17 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
18 |
|
Sends logging to file. |
19 |
|
|
20 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
21 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
22 |
|
to use new logging. |
23 |
|
|
24 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
25 |
|
|
26 |
|
2007-11-16 Frank Koormann <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
29 |
|
Append only column "bearbeiter_id", standins are modelled by a |
30 |
|
separate table. |
31 |
|
|
32 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/model/data.py, |
35 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
36 |
|
Added an invisible flag for info fields. |
37 |
|
|
38 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
39 |
|
|
40 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
41 |
|
(calling a wrong method). |
42 |
|
|
43 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
46 |
|
'alternative' to all node components. This might be of help to |
47 |
|
match PDF imports where the descriptions do not match. |
48 |
|
|
49 |
|
2007-10-23 Frank Koormann <[email protected]> |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
52 |
|
|
53 |
|
2007-10-23 Frank Koormann <[email protected]> |
54 |
|
|
55 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
56 |
|
value (-1) for choices and bools. |
57 |
|
|
58 |
|
2007-10-21 Frank Koormann <[email protected]> |
59 |
|
|
60 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
61 |
|
descriptive tables added. |
62 |
|
(Table.getName): new |
63 |
|
|
64 |
|
2007-10-21 Frank Koormann <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
67 |
|
statements for views and roles to make updates easier. |
68 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
69 |
|
|
70 |
|
2007-10-19 Frank Koormann <[email protected]> |
71 |
|
|
72 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
73 |
|
for views. The statements are prepared for variable substitution |
74 |
|
when executing the SQL-scripts by psql. |
75 |
|
|
76 |
2007-10-18 Sascha L. Teichmann <[email protected]> |
2007-10-18 Sascha L. Teichmann <[email protected]> |
77 |
|
|
78 |
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |