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]> |
118 |
|
|
119 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
120 |
|
the legacy SQL export filters. |
121 |
|
|
122 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
123 |
|
legacy SQL export filters to old_sql. |
124 |
|
|
125 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
126 |
|
filters from old_sql. |
127 |
|
|
128 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
129 |
|
|
130 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
131 |
|
|
132 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
133 |
|
|
134 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
135 |
|
that made choices of three elements to booleans if |
136 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
137 |
|
|
138 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
139 |
|
|
140 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
141 |
|
underlaying tables in views too. |
142 |
|
|
143 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
144 |
|
|
145 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
146 |
|
Various bug fixes. |
147 |
|
|
148 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
149 |
|
|
150 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
151 |
|
to extract fields from embedded repeat groups. |
152 |
|
|
153 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
154 |
|
views per page too. Result not tested yet. |
155 |
|
|
156 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
157 |
|
|
158 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
159 |
|
in-page repeat groups while rendering pages. |
160 |
|
|
161 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
162 |
|
|
163 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
164 |
|
traversals for document trees. |
165 |
|
|
166 |
|
* tools/formed/formed/model/data.py: Rewrote the |
167 |
|
Page.allWidgets() method to use new visitor for |
168 |
|
tree traversal. |
169 |
|
|
170 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
171 |
|
|
172 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
173 |
|
in the rename by formular name algorithm |
174 |
|
|
175 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
176 |
|
|
177 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
178 |
|
TODO: rewrite Page.allWidgets(). |
179 |
|
|
180 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
181 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
182 |
|
|
183 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
184 |
|
build views and respective joins. |
185 |
|
|
186 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
187 |
|
|
188 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
189 |
|
FORMED environment variable. If set to true tidylib is used to |
190 |
|
filter HTML content to be W3C valid. To use this feature install |
191 |
|
uTidylib. |
192 |
|
|
193 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
194 |
|
text/html and filters content through tidy if requested. |
195 |
|
|
196 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
197 |
|
|
198 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
199 |
|
cleanup of the form generation code. |
200 |
|
|
201 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
202 |
|
|
203 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
204 |
|
and DROP TABLE statements to schema export. |
205 |
|
|
206 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
207 |
|
|
208 |
|
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
209 |
|
in correct topolocial order now. |
210 |
|
|
211 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
212 |
|
|
213 |
|
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |
214 |
|
a document with items that are in given mode. |
215 |
|
|
216 |
|
* tools/formed/formed/model/nodecomponents.py: Added methods to clone |
217 |
|
trees depending on selected modes. |
218 |
|
|
219 |
|
* tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py: |
220 |
|
Fixed clone issue with RuleNodes. |
221 |
|
|
222 |
|
* tools/formed/formed/config.py: Use new plug-in. |
223 |
|
|
224 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
225 |
|
|
226 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Make the |
227 |
|
view renderer a real view renderer. It takes a list of |
228 |
|
items now and not only a single page. |
229 |
|
|
230 |
|
* tools/formed/formed/plugins/web/renderer.py: Feed a list |
231 |
|
of items to the view renderer. |
232 |
|
|
233 |
|
2007-09-17 Torsten Irlaender <[email protected]> |
234 |
|
|
235 |
|
* tools/formed/formed/plugins/web/view_renderer.py: |
236 |
|
Small tweaks in rendering bools. |
237 |
|
RadioNodes (with all its children) can now be placed in a container. |
238 |
|
The radiobools will not get a surrounding <div> anymore. |
239 |
|
I am not sure if the new way results in the wanted behaivor, but the |
240 |
|
rendering results are much better now :) |
241 |
|
Maybe we need a similar approach for checkboxes? |
242 |
|
Rendering groups is still broken in some way. |
243 |
|
|
244 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
245 |
|
|
246 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
247 |
|
a few bugs: Do not render empty containers, do not |
248 |
|
generate misplaced <br class="newline"> in choices. |
249 |
|
Add a nameless container to catch the items that are |
250 |
|
nor explicitly assigned to a target. Removed FormData. |
251 |
|
|
252 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
253 |
|
a needless import |
254 |
|
|
255 |
2007-09-17 Sascha L. Teichmann <[email protected]> |
2007-09-17 Sascha L. Teichmann <[email protected]> |
256 |
|
|
257 |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |