1 |
2007-10-04 Sascha L. Teichmann <[email protected]> |
2008-02-25 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
4 |
|
|
5 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
6 |
|
|
7 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
8 |
|
exportted cases. It will read all files from a directory and import |
9 |
|
the files into the DB. After that the script will cleanup the |
10 |
|
directory. |
11 |
|
|
12 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
15 |
|
|
16 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
19 |
|
|
20 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
21 |
|
|
22 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
25 |
|
update statements. |
26 |
|
|
27 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
30 |
|
XML from cron. |
31 |
|
|
32 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
35 |
|
for a simplified HTML output |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
38 |
|
for dump schema as python dictionary. |
39 |
|
|
40 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
41 |
|
old stored procedure and view generators. |
42 |
|
|
43 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
46 |
|
as XML. |
47 |
|
|
48 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
51 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
52 |
|
|
53 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
56 |
|
data from database. |
57 |
|
|
58 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
61 |
|
erase_value with suppress_value/suppress_value2. |
62 |
|
|
63 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
66 |
|
substitute 'erase_value' with NULL value. |
67 |
|
|
68 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
69 |
|
|
70 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
71 |
|
and uuid_id in anonymiziation views too. |
72 |
|
|
73 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
74 |
|
|
75 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation |
76 |
|
of anonymiziation views for master table views and repeat group |
77 |
|
views. |
78 |
|
|
79 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
80 |
|
|
81 |
|
* tools/formed/formed/model/nodecomponents.py: Added attribute |
82 |
|
"function" |
83 |
|
|
84 |
|
* tools/formed/formed/io/document.py: Save attributes in |
85 |
|
alphabetical order. |
86 |
|
|
87 |
|
2008-02-02 Sascha L. Teichmann <[email protected]> |
88 |
|
|
89 |
|
* tools/formed/formed/plugins/export/sql.py: Added update rule |
90 |
|
for master table and repeat groups views. Granted update right |
91 |
|
to :cm_ka_group. |
92 |
|
|
93 |
|
2008-02-01 Sascha L. Teichmann <[email protected]> |
94 |
|
|
95 |
|
* tools/formed/formed/plugins/export/sql.py: Added a column 'uuid_id' |
96 |
|
for master table and repeat groups. Also added unique constraints |
97 |
|
to these columns. |
98 |
|
|
99 |
|
2007-12-10 Sascha L. Teichmann <[email protected]> |
100 |
|
|
101 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Added a system |
102 |
|
property 'root.element' to specify the name of the XML root. |
103 |
|
|
104 |
|
* pdf2xfa/startup/pdf2xfa.sh, pdf2xfa/README.TXT: Adjusted. |
105 |
|
|
106 |
|
2007-11-22 Sascha L. Teichmann <[email protected]> |
107 |
|
|
108 |
|
* pdf2xfa/startup, */pdf2xfa.sh, */pdf2xfa.init: boot scripts |
109 |
|
for GNU/Linux (tested Debian 'Etch' 4.0) by Sascha Wilde. |
110 |
|
|
111 |
|
* pdf2xfa/README.TXT: Add a remark to new boot scripts. |
112 |
|
|
113 |
|
2007-11-21 Sascha L. Teichmann <[email protected]> |
114 |
|
|
115 |
|
* pdf2xfa/src/de/intevation/pdfimport/Log.java: New. |
116 |
|
Sends logging to file. |
117 |
|
|
118 |
|
* pdf2xfa/src/de/intevation/pdfimport/Server.java, |
119 |
|
pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Adjusted |
120 |
|
to use new logging. |
121 |
|
|
122 |
|
* pdf2xfa/README.TXT: Added remark how to use logging. |
123 |
|
|
124 |
|
2007-11-16 Frank Koormann <[email protected]> |
125 |
|
|
126 |
|
* tools/formed/formed/plugins/export/sql.py (createSchema): |
127 |
|
Append only column "bearbeiter_id", standins are modelled by a |
128 |
|
separate table. |
129 |
|
|
130 |
|
2007-11-16 Sascha L. Teichmann <[email protected]> |
131 |
|
|
132 |
|
* tools/formed/formed/model/data.py, |
133 |
|
tools/formed/formed/plugins/web/view_renderer.py: |
134 |
|
Added an invisible flag for info fields. |
135 |
|
|
136 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
137 |
|
|
138 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed a few small bugs |
139 |
|
(calling a wrong method). |
140 |
|
|
141 |
|
2007-11-07 Sascha L. Teichmann <[email protected]> |
142 |
|
|
143 |
|
* tools/formed/formed/model/nodecomponents.py: Added a field |
144 |
|
'alternative' to all node components. This might be of help to |
145 |
|
match PDF imports where the descriptions do not match. |
146 |
|
|
147 |
|
2007-10-23 Frank Koormann <[email protected]> |
148 |
|
|
149 |
|
* tools/formed/formed/plugins/export/sql.py: New WHERE-Clause for views |
150 |
|
|
151 |
|
2007-10-23 Frank Koormann <[email protected]> |
152 |
|
|
153 |
|
* tools/formed/formed/plugins/export/sql.py: Set default |
154 |
|
value (-1) for choices and bools. |
155 |
|
|
156 |
|
2007-10-21 Frank Koormann <[email protected]> |
157 |
|
|
158 |
|
* tools/formed/formed/plugins/export/sql.py: Grant statements for |
159 |
|
descriptive tables added. |
160 |
|
(Table.getName): new |
161 |
|
|
162 |
|
2007-10-21 Frank Koormann <[email protected]> |
163 |
|
|
164 |
|
* tools/formed/formed/plugins/export/sql.py: "CREATE OR REPLACE" |
165 |
|
statements for views and roles to make updates easier. |
166 |
|
Add "admin_ka" membership as third option to VIEW_WHERE_CLAUSE. |
167 |
|
|
168 |
|
2007-10-19 Frank Koormann <[email protected]> |
169 |
|
|
170 |
|
* tools/formed/formed/plugins/export/sql.py: Added GRANT statements |
171 |
|
for views. The statements are prepared for variable substitution |
172 |
|
when executing the SQL-scripts by psql. |
173 |
|
|
174 |
|
2007-10-18 Sascha L. Teichmann <[email protected]> |
175 |
|
|
176 |
|
* pdf2xfa/src/de/intevation/pdfimport/ClientHandler.java: Fixed: |
177 |
|
End of result XML was truncated because of an unflushed buffer. |
178 |
|
|
179 |
|
2007-10-17 Sascha L. Teichmann <[email protected]> |
180 |
|
|
181 |
|
* pdf2xfa/bin/build-jar.sh: New. Build production jar file. |
182 |
|
|
183 |
|
* pdf2xfa/README.TXT: Adjusted how to build production jar file |
184 |
|
and how to use it. |
185 |
|
|
186 |
|
* pdf2xfa/etc, pdf2xfa/etc/manifest.txt: New. Defines main class |
187 |
|
and iText dependency. |
188 |
|
|
189 |
|
2007-10-16 Sascha L. Teichmann <[email protected]> |
190 |
|
|
191 |
|
* tools/formed/formed/plugins/export/sql.py: Model 'Ja, Nein, Keine Angabe' |
192 |
|
are not modeled as BOOLEANs any more. That simpifies the conversion |
193 |
|
process web vs. db. |
194 |
|
|
195 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
196 |
|
|
197 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
198 |
|
UPDATE rules. |
199 |
|
|
200 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
201 |
|
|
202 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
203 |
|
views. TODO: Test'em and implement the rest. |
204 |
|
|
205 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
206 |
|
|
207 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
208 |
|
rules referenced none existing views. |
209 |
|
|
210 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
211 |
|
|
212 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
213 |
|
rules for views. TODO: add UPDATE rules. |
214 |
|
|
215 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
216 |
|
|
217 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
218 |
|
the legacy SQL export filters. |
219 |
|
|
220 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
221 |
|
legacy SQL export filters to old_sql. |
222 |
|
|
223 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
224 |
|
filters from old_sql. |
225 |
|
|
226 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
227 |
|
|
228 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
229 |
|
|
230 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
231 |
|
|
232 |
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
233 |
that made choices of three elements to booleans if |
that made choices of three elements to booleans if |
234 |
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
235 |
|
|
236 |
2007-10-04 Sascha L. Teichmann <[email protected]> |
2007-10-05 Sascha L. Teichmann <[email protected]> |
237 |
|
|
238 |
* tools/formed/formed/plugins/export/sql.py: Select ids of |
* tools/formed/formed/plugins/export/sql.py: Select ids of |
239 |
underlaying tables in views too. |
underlaying tables in views too. |