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]> |
57 |
|
|
58 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
59 |
|
for views. The statements are prepared for variable substitution |
60 |
|
when executing the SQL-scripts by psql. |
61 |
|
|
62 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
63 |
|
|
64 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
65 |
|
End of result XML was truncated because of an unflushed buffer. |
66 |
|
|
67 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
68 |
|
|
69 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
70 |
|
|
71 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
72 |
|
and how to use it. |
73 |
|
|
74 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
75 |
|
and iText dependency. |
76 |
|
|
77 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
78 |
|
|
79 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
80 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
81 |
|
process web vs. db. |
82 |
|
|
83 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
84 |
|
|
85 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
86 |
|
UPDATE rules. |
87 |
|
|
88 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
89 |
|
|
90 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
91 |
|
views. TODO: Test'em and implement the rest. |
92 |
|
|
93 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
94 |
|
|
95 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
96 |
|
rules referenced none existing views. |
97 |
|
|
98 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
99 |
|
|
100 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
101 |
|
rules for views. TODO: add UPDATE rules. |
102 |
|
|
103 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
104 |
|
|
105 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
106 |
|
the legacy SQL export filters. |
107 |
|
|
108 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
109 |
|
legacy SQL export filters to old_sql. |
110 |
|
|
111 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
112 |
|
filters from old_sql. |
113 |
|
|
114 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
115 |
|
|
116 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
117 |
|
|
118 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
119 |
|
|
120 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
121 |
|
that made choices of three elements to booleans if |
122 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
123 |
|
|
124 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
125 |
|
|
126 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
127 |
|
underlaying tables in views too. |
128 |
|
|
129 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
130 |
|
|
131 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
132 |
|
Various bug fixes. |
133 |
|
|
134 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
135 |
|
|
136 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
137 |
|
to extract fields from embedded repeat groups. |
138 |
|
|
139 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
140 |
|
views per page too. Result not tested yet. |
141 |
|
|
142 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
143 |
|
|
144 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
145 |
|
in-page repeat groups while rendering pages. |
146 |
|
|
147 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
148 |
|
|
149 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
150 |
|
traversals for document trees. |
151 |
|
|
152 |
|
* tools/formed/formed/model/data.py: Rewrote the |
153 |
|
Page.allWidgets() method to use new visitor for |
154 |
|
tree traversal. |
155 |
|
|
156 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
157 |
|
|
158 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
159 |
|
in the rename by formular name algorithm |
160 |
|
|
161 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
162 |
|
|
163 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
164 |
|
TODO: rewrite Page.allWidgets(). |
165 |
|
|
166 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
167 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
168 |
|
|
169 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
170 |
|
build views and respective joins. |
171 |
|
|
172 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
173 |
|
|
174 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
175 |
|
FORMED environment variable. If set to true tidylib is used to |
176 |
|
filter HTML content to be W3C valid. To use this feature install |
177 |
|
uTidylib. |
178 |
|
|
179 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
180 |
|
text/html and filters content through tidy if requested. |
181 |
|
|
182 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
183 |
|
|
184 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
185 |
|
cleanup of the form generation code. |
186 |
|
|
187 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
188 |
|
|
189 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
190 |
|
and DROP TABLE statements to schema export. |
191 |
|
|
192 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
193 |
|
|
194 |
|
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
195 |
|
in correct topolocial order now. |
196 |
|
|
197 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
198 |
|
|
199 |
|
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |
200 |
|
a document with items that are in given mode. |
201 |
|
|
202 |
|
* tools/formed/formed/model/nodecomponents.py: Added methods to clone |
203 |
|
trees depending on selected modes. |
204 |
|
|
205 |
|
* tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py: |
206 |
|
Fixed clone issue with RuleNodes. |
207 |
|
|
208 |
|
* tools/formed/formed/config.py: Use new plug-in. |
209 |
|
|
210 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
211 |
|
|
212 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Make the |
213 |
|
view renderer a real view renderer. It takes a list of |
214 |
|
items now and not only a single page. |
215 |
|
|
216 |
|
* tools/formed/formed/plugins/web/renderer.py: Feed a list |
217 |
|
of items to the view renderer. |
218 |
|
|
219 |
|
2007-09-17 Torsten Irlaender <[email protected]> |
220 |
|
|
221 |
|
* tools/formed/formed/plugins/web/view_renderer.py: |
222 |
|
Small tweaks in rendering bools. |
223 |
|
RadioNodes (with all its children) can now be placed in a container. |
224 |
|
The radiobools will not get a surrounding <div> anymore. |
225 |
|
I am not sure if the new way results in the wanted behaivor, but the |
226 |
|
rendering results are much better now :) |
227 |
|
Maybe we need a similar approach for checkboxes? |
228 |
|
Rendering groups is still broken in some way. |
229 |
|
|
230 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
231 |
|
|
232 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
233 |
|
a few bugs: Do not render empty containers, do not |
234 |
|
generate misplaced <br class="newline"> in choices. |
235 |
|
Add a nameless container to catch the items that are |
236 |
|
nor explicitly assigned to a target. Removed FormData. |
237 |
|
|
238 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
239 |
|
a needless import |
240 |
|
|
241 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
242 |
|
|
243 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |
244 |
|
usage of 'containers' and 'target' attributes. |
245 |
|
|
246 |
|
* tools/formed/formed/plugins/web/controllers.py: Modified import. |
247 |
|
|
248 |
|
* tools/formed/formed/plugins/web/renderer.py: Use |
249 |
|
new ViewRenderer. |
250 |
|
|
251 |
2007-09-17 Sascha L. Teichmann <[email protected]> |
2007-09-17 Sascha L. Teichmann <[email protected]> |
252 |
|
|
253 |
* tools/formed/formed/model/nodecomponents.py: Added attributes |
* tools/formed/formed/model/nodecomponents.py: Added attributes |