1 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
4 |
|
for master table and repeat groups views. Granted update right |
5 |
|
to :cm_ka_group. |
6 |
|
|
7 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
10 |
|
for master table and repeat groups. Also added unique constraints |
11 |
|
to these columns. |
12 |
|
|
13 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
16 |
|
property 'root.element' to specify the name of the XML root. |
17 |
|
|
18 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
19 |
|
|
20 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
23 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
24 |
|
|
25 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
26 |
|
|
27 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
30 |
|
Sends logging to file. |
31 |
|
|
32 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
33 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
34 |
|
to use new logging. |
35 |
|
|
36 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
37 |
|
|
38 |
|
2007-11-16 Frank Koormann <[email protected]> |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
41 |
|
Append only column "bearbeiter_id", standins are modelled by a |
42 |
|
separate table. |
43 |
|
|
44 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/formed/model/data.py, |
47 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
48 |
|
Added an invisible flag for info fields. |
49 |
|
|
50 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
53 |
|
(calling a wrong method). |
54 |
|
|
55 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
58 |
|
'alternative' to all node components. This might be of help to |
59 |
|
match PDF imports where the descriptions do not match. |
60 |
|
|
61 |
|
2007-10-23 Frank Koormann <[email protected]> |
62 |
|
|
63 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
64 |
|
|
65 |
|
2007-10-23 Frank Koormann <[email protected]> |
66 |
|
|
67 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
68 |
|
value (-1) for choices and bools. |
69 |
|
|
70 |
|
2007-10-21 Frank Koormann <[email protected]> |
71 |
|
|
72 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
73 |
|
descriptive tables added. |
74 |
|
(Table.getName): new |
75 |
|
|
76 |
|
2007-10-21 Frank Koormann <[email protected]> |
77 |
|
|
78 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
79 |
|
statements for views and roles to make updates easier. |
80 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
81 |
|
|
82 |
|
2007-10-19 Frank Koormann <[email protected]> |
83 |
|
|
84 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
85 |
|
for views. The statements are prepared for variable substitution |
86 |
|
when executing the SQL-scripts by psql. |
87 |
|
|
88 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
89 |
|
|
90 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
91 |
|
End of result XML was truncated because of an unflushed buffer. |
92 |
|
|
93 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
94 |
|
|
95 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
96 |
|
|
97 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
98 |
|
and how to use it. |
99 |
|
|
100 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
101 |
|
and iText dependency. |
102 |
|
|
103 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
104 |
|
|
105 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
106 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
107 |
|
process web vs. db. |
108 |
|
|
109 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
110 |
|
|
111 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
112 |
|
UPDATE rules. |
113 |
|
|
114 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
115 |
|
|
116 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
117 |
|
views. TODO: Test'em and implement the rest. |
118 |
|
|
119 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
120 |
|
|
121 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
122 |
|
rules referenced none existing views. |
123 |
|
|
124 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
125 |
|
|
126 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
127 |
|
rules for views. TODO: add UPDATE rules. |
128 |
|
|
129 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
130 |
|
|
131 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
132 |
|
the legacy SQL export filters. |
133 |
|
|
134 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
135 |
|
legacy SQL export filters to old_sql. |
136 |
|
|
137 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
138 |
|
filters from old_sql. |
139 |
|
|
140 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
141 |
|
|
142 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
143 |
|
|
144 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
145 |
|
|
146 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
147 |
|
that made choices of three elements to booleans if |
148 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
149 |
|
|
150 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
151 |
|
|
152 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
153 |
|
underlaying tables in views too. |
154 |
|
|
155 |
2007-10-04 Sascha L. Teichmann <[email protected]> |
2007-10-04 Sascha L. Teichmann <[email protected]> |
156 |
|
|
157 |
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |