1 |
|
2008-02-25 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
* tools/anonym/cron.sendAnonXml.sh, |
4 |
|
tools/anonym/xmlexport.py, |
5 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
6 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
9 |
|
update statements. |
10 |
|
|
11 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
14 |
|
XML from cron. |
15 |
|
|
16 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
19 |
|
for a simplified HTML output |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
22 |
|
for dump schema as python dictionary. |
23 |
|
|
24 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
25 |
|
old stored procedure and view generators. |
26 |
|
|
27 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
30 |
|
as XML. |
31 |
|
|
32 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
35 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
36 |
|
|
37 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
40 |
|
data from database. |
41 |
|
|
42 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
45 |
|
erase_value with suppress_value/suppress_value2. |
46 |
|
|
47 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
48 |
|
|
49 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
50 |
|
substitute 'erase_value' with NULL value. |
51 |
|
|
52 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
55 |
|
and uuid_id in anonymiziation views too. |
56 |
|
|
57 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
60 |
|
of anonymiziation views for master table views and repeat group |
61 |
|
views. |
62 |
|
|
63 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
66 |
|
"function" |
67 |
|
|
68 |
|
* tools/formed/formed/io/document.py: Save attributes in |
69 |
|
alphabetical order. |
70 |
|
|
71 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
72 |
|
|
73 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
74 |
|
for master table and repeat groups views. Granted update right |
75 |
|
to :cm_ka_group. |
76 |
|
|
77 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
78 |
|
|
79 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
80 |
|
for master table and repeat groups. Also added unique constraints |
81 |
|
to these columns. |
82 |
|
|
83 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
84 |
|
|
85 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
86 |
|
property 'root.element' to specify the name of the XML root. |
87 |
|
|
88 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
89 |
|
|
90 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
91 |
|
|
92 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
93 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
94 |
|
|
95 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
96 |
|
|
97 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
98 |
|
|
99 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
100 |
|
Sends logging to file. |
101 |
|
|
102 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
103 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
104 |
|
to use new logging. |
105 |
|
|
106 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
107 |
|
|
108 |
|
2007-11-16 Frank Koormann <[email protected]> |
109 |
|
|
110 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
111 |
|
Append only column "bearbeiter_id", standins are modelled by a |
112 |
|
separate table. |
113 |
|
|
114 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
115 |
|
|
116 |
|
* tools/formed/formed/model/data.py, |
117 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
118 |
|
Added an invisible flag for info fields. |
119 |
|
|
120 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
121 |
|
|
122 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
123 |
|
(calling a wrong method). |
124 |
|
|
125 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
126 |
|
|
127 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
128 |
|
'alternative' to all node components. This might be of help to |
129 |
|
match PDF imports where the descriptions do not match. |
130 |
|
|
131 |
|
2007-10-23 Frank Koormann <[email protected]> |
132 |
|
|
133 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
134 |
|
|
135 |
|
2007-10-23 Frank Koormann <[email protected]> |
136 |
|
|
137 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
138 |
|
value (-1) for choices and bools. |
139 |
|
|
140 |
|
2007-10-21 Frank Koormann <[email protected]> |
141 |
|
|
142 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
143 |
|
descriptive tables added. |
144 |
|
(Table.getName): new |
145 |
|
|
146 |
|
2007-10-21 Frank Koormann <[email protected]> |
147 |
|
|
148 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
149 |
|
statements for views and roles to make updates easier. |
150 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
151 |
|
|
152 |
|
2007-10-19 Frank Koormann <[email protected]> |
153 |
|
|
154 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
155 |
|
for views. The statements are prepared for variable substitution |
156 |
|
when executing the SQL-scripts by psql. |
157 |
|
|
158 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
159 |
|
|
160 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
161 |
|
End of result XML was truncated because of an unflushed buffer. |
162 |
|
|
163 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
164 |
|
|
165 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
166 |
|
|
167 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
168 |
|
and how to use it. |
169 |
|
|
170 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
171 |
|
and iText dependency. |
172 |
|
|
173 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
174 |
|
|
175 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
176 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
177 |
|
process web vs. db. |
178 |
|
|
179 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
180 |
|
|
181 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
182 |
|
UPDATE rules. |
183 |
|
|
184 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
185 |
|
|
186 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
187 |
|
views. TODO: Test'em and implement the rest. |
188 |
|
|
189 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
190 |
|
|
191 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
192 |
|
rules referenced none existing views. |
193 |
|
|
194 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
195 |
|
|
196 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
197 |
|
rules for views. TODO: add UPDATE rules. |
198 |
|
|
199 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
200 |
|
|
201 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
202 |
|
the legacy SQL export filters. |
203 |
|
|
204 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
205 |
|
legacy SQL export filters to old_sql. |
206 |
|
|
207 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
208 |
|
filters from old_sql. |
209 |
|
|
210 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
211 |
|
|
212 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
213 |
|
|
214 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
215 |
|
|
216 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
217 |
|
that made choices of three elements to booleans if |
218 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
219 |
|
|
220 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
221 |
|
|
222 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
223 |
|
underlaying tables in views too. |
224 |
|
|
225 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
226 |
|
|
227 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
228 |
|
Various bug fixes. |
229 |
|
|
230 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
231 |
|
|
232 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
233 |
|
to extract fields from embedded repeat groups. |
234 |
|
|
235 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
236 |
|
views per page too. Result not tested yet. |
237 |
|
|
238 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
239 |
|
|
240 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
241 |
|
in-page repeat groups while rendering pages. |
242 |
|
|
243 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
244 |
|
|
245 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
246 |
|
traversals for document trees. |
247 |
|
|
248 |
|
* tools/formed/formed/model/data.py: Rewrote the |
249 |
|
Page.allWidgets() method to use new visitor for |
250 |
|
tree traversal. |
251 |
|
|
252 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
253 |
|
|
254 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
255 |
|
in the rename by formular name algorithm |
256 |
|
|
257 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
258 |
|
|
259 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
260 |
|
TODO: rewrite Page.allWidgets(). |
261 |
|
|
262 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
263 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
264 |
|
|
265 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
266 |
|
build views and respective joins. |
267 |
|
|
268 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
269 |
|
|
270 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
271 |
|
FORMED environment variable. If set to true tidylib is used to |
272 |
|
filter HTML content to be W3C valid. To use this feature install |
273 |
|
uTidylib. |
274 |
|
|
275 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
276 |
|
text/html and filters content through tidy if requested. |
277 |
|
|
278 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
279 |
|
|
280 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
281 |
|
cleanup of the form generation code. |
282 |
|
|
283 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
284 |
|
|
285 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
286 |
|
and DROP TABLE statements to schema export. |
287 |
|
|
288 |
2007-09-20 Sascha L. Teichmann <[email protected]> |
2007-09-20 Sascha L. Teichmann <[email protected]> |
289 |
|
|
290 |
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
* tools/formed/formed/plugins/export/sql.py: The tables are generated |