1 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
4 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
5 |
|
|
6 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
7 |
|
|
8 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
9 |
|
|
10 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
11 |
|
Sends logging to file. |
12 |
|
|
13 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
14 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
15 |
|
to use new logging. |
16 |
|
|
17 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
18 |
|
|
19 |
|
2007-11-16 Frank Koormann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
22 |
|
Append only column "bearbeiter_id", standins are modelled by a |
23 |
|
separate table. |
24 |
|
|
25 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/model/data.py, |
28 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
29 |
|
Added an invisible flag for info fields. |
30 |
|
|
31 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
34 |
|
(calling a wrong method). |
35 |
|
|
36 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
39 |
|
'alternative' to all node components. This might be of help to |
40 |
|
match PDF imports where the descriptions do not match. |
41 |
|
|
42 |
|
2007-10-23 Frank Koormann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
45 |
|
|
46 |
|
2007-10-23 Frank Koormann <[email protected]> |
47 |
|
|
48 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
49 |
|
value (-1) for choices and bools. |
50 |
|
|
51 |
|
2007-10-21 Frank Koormann <[email protected]> |
52 |
|
|
53 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
54 |
|
descriptive tables added. |
55 |
|
(Table.getName): new |
56 |
|
|
57 |
|
2007-10-21 Frank Koormann <[email protected]> |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
60 |
|
statements for views and roles to make updates easier. |
61 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
62 |
|
|
63 |
|
2007-10-19 Frank Koormann <[email protected]> |
64 |
|
|
65 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
66 |
|
for views. The statements are prepared for variable substitution |
67 |
|
when executing the SQL-scripts by psql. |
68 |
|
|
69 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
72 |
|
End of result XML was truncated because of an unflushed buffer. |
73 |
|
|
74 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
77 |
|
|
78 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
79 |
|
and how to use it. |
80 |
|
|
81 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
82 |
|
and iText dependency. |
83 |
|
|
84 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
87 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
88 |
|
process web vs. db. |
89 |
|
|
90 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
91 |
|
|
92 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
93 |
|
UPDATE rules. |
94 |
|
|
95 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
96 |
|
|
97 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
98 |
|
views. TODO: Test'em and implement the rest. |
99 |
|
|
100 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
101 |
|
|
102 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
103 |
|
rules referenced none existing views. |
104 |
|
|
105 |
2007-10-07 Sascha L. Teichmann <[email protected]> |
2007-10-07 Sascha L. Teichmann <[email protected]> |
106 |
|
|
107 |
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |