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