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]> |
77 |
|
|
78 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
79 |
|
End of result XML was truncated because of an unflushed buffer. |
80 |
|
|
81 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
82 |
|
|
83 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
84 |
|
|
85 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
86 |
|
and how to use it. |
87 |
|
|
88 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
89 |
|
and iText dependency. |
90 |
|
|
91 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
92 |
|
|
93 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
94 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
95 |
|
process web vs. db. |
96 |
|
|
97 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
98 |
|
|
99 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
100 |
|
UPDATE rules. |
101 |
|
|
102 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
103 |
|
|
104 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
105 |
|
views. TODO: Test'em and implement the rest. |
106 |
|
|
107 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
108 |
|
|
109 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
110 |
|
rules referenced none existing views. |
111 |
|
|
112 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
113 |
|
|
114 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
115 |
|
rules for views. TODO: add UPDATE rules. |
116 |
|
|
117 |
2007-10-07 Sascha L. Teichmann <[email protected]> |
2007-10-07 Sascha L. Teichmann <[email protected]> |
118 |
|
|
119 |
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |