1 |
|
2008-11-27 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/model/data.py: Added new attribute mark for rules |
4 |
|
|
5 |
|
2008-11-10 Torsten Irländer <[email protected]> |
6 |
|
|
7 |
|
Implemented radio-matrix elements. radio elelement having the same |
8 |
|
options can now be rendered in table form. |
9 |
|
|
10 |
|
* formed/formed/model/data.py, |
11 |
|
formed/formed/io/document.py: Added new radio-matrix element to the |
12 |
|
model and gui |
13 |
|
* formed/formed/plugins/web/view_renderer.py: Write html-renderer for |
14 |
|
the radio-matrix element. |
15 |
|
|
16 |
|
2008-11.03 Torsten Irländer <[email protected]> |
17 |
|
|
18 |
|
* formed/formed/model/data.py: Fixed import error |
19 |
|
|
20 |
|
2008-10-29 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
Relative paths in external choices are now possible. Relative paths are |
23 |
|
relative to path of the master document. |
24 |
|
|
25 |
|
* formed/model/data.py: external choice are now storing the path to the |
26 |
|
master document. |
27 |
|
|
28 |
|
* formed/formed/io/document.py: Pass context to SAX builder. |
29 |
|
|
30 |
|
* formed/formed/io/factories.py: For new created nodes look if there |
31 |
|
is a method 'setLoadContext' and call it. |
32 |
|
|
33 |
|
2008-09-04 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* doc/beschreibung.txt: New. Initial description of FormEd (german). |
36 |
|
|
37 |
|
2008-08-22 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* formed/formed/model/nodecomponents.py: Added attribute 'flags'. |
40 |
|
|
41 |
|
2008-08-21 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* formed/formed/io/document.py: Indent tree while saving |
44 |
|
* formed/formed/main.py: removed needless print |
45 |
|
|
46 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* LICENSE: New GPLv3 |
49 |
|
* */*.py, *.sh: Added reference to LICENSE |
50 |
|
|
51 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
52 |
|
|
53 |
|
* tools: removed because there a no tools any more. |
54 |
|
|
55 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
|
* tools/formed: moved one level up because its the only |
58 |
|
part of this project now. |
59 |
|
|
60 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
|
* tools/anonym/*: Removed as it belongs to mpuls WASKA |
63 |
|
|
64 |
|
2008-08-15 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* pdf2xfa/*: removed. It belongs to mpuls |
67 |
|
|
68 |
|
2008-08-13 L. Teichmann <[email protected]> |
69 |
|
|
70 |
|
i18n of the plug-ins: |
71 |
|
* tools/formed/formed/plugins/export/diff.py, |
72 |
|
tools/formed/formed/plugins/export/data.py, |
73 |
|
tools/formed/formed/plugins/export/old_sql.py, |
74 |
|
tools/formed/formed/plugins/export/latex.py, |
75 |
|
tools/formed/formed/plugins/export/xsd.py, |
76 |
|
tools/formed/formed/plugins/export/sql.py, |
77 |
|
tools/formed/formed/plugins/export/typemap.py, |
78 |
|
tools/formed/formed/plugins/export/html.py, |
79 |
|
tools/formed/formed/plugins/export/mode.py, |
80 |
|
tools/formed/formed/plugins/export/html2.py, |
81 |
|
tools/formed/formed/plugins/export/xls.py, |
82 |
|
tools/formed/formed/plugins/names/filter.py, |
83 |
|
tools/formed/formed/plugins/plugin.py, |
84 |
|
tools/formed/formed/plugins/web/help.py, |
85 |
|
tools/formed/formed/plugins/web/form_renderer.py, |
86 |
|
tools/formed/formed/plugins/web/plugin.py, |
87 |
|
tools/formed/formed/plugins/web/error_renderer.py, |
88 |
|
tools/formed/formed/plugins/web/view_renderer.py, |
89 |
|
tools/formed/formed/plugins/web/semantic.py, |
90 |
|
tools/formed/formed/plugins/web/cache.py, |
91 |
|
tools/formed/formed/plugins/web/server.py, |
92 |
|
tools/formed/formed/plugins/web/controllers.py, |
93 |
|
tools/formed/formed/plugins/web/renderer.py, |
94 |
|
tools/formed/formed/plugins/ui/controls.py, |
95 |
|
tools/formed/formed/config.py: _("")s the stuff |
96 |
|
tools/formed/po/formed.pot, tools/formed/po/de_DE.po: |
97 |
|
extracted and translated. |
98 |
|
|
99 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
100 |
|
|
101 |
|
First version of FormEd i18n. After checkout go to tools/formed/po/ and |
102 |
|
say 'make mo'. Afterwards you can start FormEd as usual. |
103 |
|
|
104 |
|
* tools/formed/resources: New. Place to places ressources like *.mo files |
105 |
|
* tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s |
106 |
|
|
107 |
|
* tools/formed/po, |
108 |
|
tools/formed/po/Makefile, |
109 |
|
tools/formed/po/formed.pot, |
110 |
|
tools/formed/po/de_DE.po: i18n stuff. |
111 |
|
|
112 |
|
2008-08-08 Sascha L. Teichmann <[email protected]> |
113 |
|
|
114 |
|
* tools/anonym/xmlexport.py: Only export cases which are not |
115 |
|
'schwebend geloescht'. |
116 |
|
|
117 |
|
2008-07-23 Sascha L. Teichmann <[email protected]> |
118 |
|
|
119 |
|
Fixed issue472 |
120 |
|
|
121 |
|
* tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree. |
122 |
|
|
123 |
|
2008-07-17 Sascha L. Teichmann <[email protected]> |
124 |
|
|
125 |
|
* tools/anonym/xmlimport.py: removed marking of invalid cases |
126 |
|
* tools/anonym/cron.importAnonXml.sh: re-inserted here. |
127 |
|
|
128 |
|
2008-07.07 Torsten Irländer <[email protected]> |
129 |
|
|
130 |
|
* tools/formed/formed/plugins/export/latex.py |
131 |
|
tools/formed/formed/config.py: Added new LaTex Export. Beware this |
132 |
|
is even more ugly the HTML Export. |
133 |
|
* tools/formed/formed/plugins/export/html.py: Added information on |
134 |
|
anonymisation to the html export. |
135 |
|
|
136 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
137 |
|
|
138 |
|
* tools/anonym/xmlimport.py: Mark cases if they are inconsistent. |
139 |
|
|
140 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
141 |
|
|
142 |
|
* tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4) |
143 |
|
|
144 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
145 |
|
|
146 |
|
* tools/formed/formed/plugins/export/html.py: Added additional column |
147 |
|
to the html export with information how each field will get |
148 |
|
anonymized. |
149 |
|
|
150 |
|
2008-07-07 Sascha L. Teichmann <[email protected]> |
151 |
|
|
152 |
|
* tools/anonym/xmlimport.py: sync with productive version. |
153 |
|
|
154 |
|
2008-06-10 Torsten Irländer <[email protected]> |
155 |
|
|
156 |
|
* tools/formed/formed/plugins/export/sql.py: grant admin permission to |
157 |
|
call anonymize function |
158 |
|
|
159 |
|
2008-05-21 Sascha L. Teichmann <[email protected]> |
160 |
|
|
161 |
|
* tools/formed/formed/plugins/export/xsd.py: Brought encoding |
162 |
|
back to UTF-8. |
163 |
|
|
164 |
|
2008-05-21 Frank Koormann <[email protected]> |
165 |
|
|
166 |
|
* tools/formed/formed/plugins/export/xls.py: New, export key value |
167 |
|
tables as excel workbook with one sheet per table. |
168 |
|
|
169 |
|
* tools/formed/formed/config.py: ExportKeyValueTableAsXLS added. |
170 |
|
|
171 |
|
2008-05-21 Frank Koormann <[email protected]> |
172 |
|
|
173 |
|
* tools/formed/formed/plugins/export/xsd.py |
174 |
|
(SchemaCreator._createChoice): Fix use of choices name. |
175 |
|
|
176 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
177 |
|
|
178 |
|
* tools/formed/formed/plugins/export/xsd.py: Use substitution group |
179 |
|
to allow arbitrary order of repeat groups. |
180 |
|
|
181 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
182 |
|
|
183 |
|
* tools/formed/formed/plugins/export/xsd.py: Removed a needless |
184 |
|
character. |
185 |
|
|
186 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
187 |
|
|
188 |
|
* tools/formed/formed/plugins/export/xsd.py: Added annotations |
189 |
|
to fields. |
190 |
|
|
191 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
192 |
|
|
193 |
|
* tools/formed/formed/plugins/export/xsd.py: Added for |
194 |
|
choice fields. |
195 |
|
|
196 |
|
2008-04-29 Sascha L. Teichmann <[email protected]> |
197 |
|
|
198 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
199 |
|
boolean fields based on enumerations. |
200 |
|
|
201 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
202 |
|
|
203 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
204 |
|
date, text and textarea fields. |
205 |
|
|
206 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
207 |
|
|
208 |
|
* tools/formed/formed/plugins/export/xsd.py: Added support for |
209 |
|
repeat groups and integer fields. |
210 |
|
|
211 |
|
2008-04-28 Sascha L. Teichmann <[email protected]> |
212 |
|
|
213 |
|
* tools/formed/formed/plugins/export/xsd.py: New. plug-in for |
214 |
|
exporting as XML schema. not ready, yet. |
215 |
|
|
216 |
|
* tools/formed/formed/config.py: Use new plug-in. |
217 |
|
|
218 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed wrong GUI text. |
219 |
|
|
220 |
|
2008-04-17 Torsten Irländer <[email protected]> |
221 |
|
|
222 |
|
* tools/formed/formed/plugins/export/sql.py: Changed WHERE clause in |
223 |
|
for the views because of the new group permissions. |
224 |
|
|
225 |
|
2008-04-09 Sascha L. Teichmann <[email protected]> |
226 |
|
|
227 |
|
* tools/anonym/cron.deleteOldAnonymized.sh: New. cron job to delete |
228 |
|
old anonymized cases. |
229 |
|
|
230 |
|
2008-04-01 Sascha L. Teichmann <[email protected]> |
231 |
|
|
232 |
|
* tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1" |
233 |
|
from clause to select datasets. |
234 |
|
Replace ']]>' in CDATA sections with correct splitted replacement. |
235 |
|
|
236 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
237 |
|
|
238 |
|
* tools/anonym/cron.importAnonXml.sh: Added absolut path to xmlimport |
239 |
|
script. |
240 |
|
|
241 |
|
* tools/anonym/xmlimport.py: commented out database port from |
242 |
|
connectionstring. |
243 |
|
|
244 |
|
2008-03-12 Sascha L. Teichmann <[email protected]> |
245 |
|
|
246 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug in generation |
247 |
|
of anonymization of repeat groups (wrong id was given). |
248 |
|
|
249 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
250 |
|
|
251 |
|
* tools/formed/formed/plugins/export/sql.py: Generate no update |
252 |
|
statements for relations which have no anonym functions applied. |
253 |
|
|
254 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
255 |
|
|
256 |
|
* tools/formed/formed/plugins/export/sql.py: Added a newline after |
257 |
|
'COMMIT;' in the last line. |
258 |
|
|
259 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
260 |
|
|
261 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed syntax of |
262 |
|
generated anonymize_case() function. |
263 |
|
|
264 |
|
2008-03-11 Sascha L. Teichmann <[email protected]> |
265 |
|
|
266 |
|
* tools/formed/formed/plugins/export/sql.py: Added code to |
267 |
|
generate a plpgsql function anonymize_case() that anonymized |
268 |
|
a given case and all of its depending repeat groups. |
269 |
|
|
270 |
|
2008-03-06 Sascha L. Teichmann <[email protected]> |
271 |
|
|
272 |
|
* tools/anonym/xmlimport.py: remove print of insert statement. |
273 |
|
|
274 |
|
* tools/formed/formed/plugins/export/sql.py: Print generation date in ISO. |
275 |
|
|
276 |
|
2008-03-03 Torsten Irländer <[email protected]> |
277 |
|
|
278 |
|
* anonym/cron.sendAnonXml.sh, |
279 |
|
anonym/getDbList.sh: Modified script to be used directly in the |
280 |
|
production environment (Copied running scripts from production |
281 |
|
server) |
282 |
|
|
283 |
|
* cron.importAnonXml.sh: Added deleting of ols cases. Modified script |
284 |
|
to be used in a production environment (Cpoied running script from |
285 |
|
production server) |
286 |
|
|
287 |
|
* tools/anonym/xmlexport.py: Added "WHERE" clause to SQL-Statement to |
288 |
|
ensure that only valid cases get exported |
289 |
|
|
290 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
291 |
|
|
292 |
|
* tools/anonym/xmlimport.py: Fixed bug in date converter. |
293 |
|
|
294 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
295 |
|
|
296 |
|
* tools/anonym/xmlimport.py: Simpilied version |
297 |
|
|
298 |
|
2008-02-27 Sascha L. Teichmann <[email protected]> |
299 |
|
|
300 |
|
* tools/anonym/cron.importAnonXml.sh: Add sudo call for |
301 |
|
xmlimport.py and parameters. |
302 |
|
|
303 |
|
* tools/anonym/xmlimport.py: Various bug fixes. Not working yet. :-/ |
304 |
|
|
305 |
|
* tools/anonym/xmlexport.py: Use python interpreter without env |
306 |
|
because of sudo context. |
307 |
|
|
308 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
309 |
|
|
310 |
|
* tools/anonym/xmlimport.py: added support for getopt. add |
311 |
|
support to force in fkz in import of case. |
312 |
|
|
313 |
|
2008-02-26 Sascha L. Teichmann <[email protected]> |
314 |
|
|
315 |
|
* tools/anonym/xmlimport.py: Implemented logic to create/update cases. |
316 |
|
|
317 |
|
* tools/anonym/html.awk: produces valid HTML. |
318 |
|
|
319 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
320 |
|
|
321 |
|
* tools/anonym/joincsv.py: Fix a logic bug. |
322 |
|
|
323 |
|
2008-02-25 Torsten Irlaender <[email protected]> |
324 |
|
|
325 |
|
* tools/anonym/cron.importAnonXml.sh: Added shellscript for importing |
326 |
|
exportted cases. It will read all files from a directory and import |
327 |
|
the files into the DB. After that the script will cleanup the |
328 |
|
directory. |
329 |
|
|
330 |
|
2008-02-25 Torsten Irländer <[email protected]> |
331 |
|
|
332 |
|
* tools/anonym/cron.sendAnonXml.sh, |
333 |
|
tools/anonym/xmlexport.py, |
334 |
|
tools/anonym/getDbList.sh: Added shell-scripts for exporting cases |
335 |
|
|
336 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
337 |
|
|
338 |
|
* tools/anonym/joincsv.py: Fixed typo which generated wrong number of cols. |
339 |
|
|
340 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
341 |
|
|
342 |
|
* tools/anonym/joincsv.py: New. Joins CSV files. |
343 |
|
|
344 |
|
* tools/anonym/html.awk: New. Converts CSV to HTML |
345 |
|
|
346 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
347 |
|
|
348 |
|
* tools/anonym/xmlimport.py: New. Added generation of |
349 |
|
update statements. |
350 |
|
|
351 |
|
2008-02-25 Sascha L. Teichmann <[email protected]> |
352 |
|
|
353 |
|
* tools/anonym/xmlimport.py: New. Base for importing |
354 |
|
XML from cron. |
355 |
|
|
356 |
|
2008-02-24 Sascha L. Teichmann <[email protected]> |
357 |
|
|
358 |
|
* tools/formed/formed/plugins/export/html2.py: New. plug-in |
359 |
|
for a simplified HTML output |
360 |
|
|
361 |
|
* tools/formed/formed/plugins/export/typemap.py: New. plug-in |
362 |
|
for dump schema as python dictionary. |
363 |
|
|
364 |
|
* tools/formed/formed/config.py: Enable new plug-ins. Out comment |
365 |
|
old stored procedure and view generators. |
366 |
|
|
367 |
|
2008-02-19 Sascha L. Teichmann <[email protected]> |
368 |
|
|
369 |
|
* tools/anonym/xmlexport.py: New. Export all cases in database |
370 |
|
as XML. |
371 |
|
|
372 |
|
2008-02-18 Sascha L. Teichmann <[email protected]> |
373 |
|
|
374 |
|
* tools/anonym/anoymncsv.py: separate field with '\t' now. |
375 |
|
all '\t's are replaced by ' ' before. '\r\n' are removed too. |
376 |
|
|
377 |
|
2008-02-15 Sascha L. Teichmann <[email protected]> |
378 |
|
|
379 |
|
* tools/anonym/anoymncsv.py: simple script to fetch anonymous |
380 |
|
data from database. |
381 |
|
|
382 |
|
2008-02-14 Sascha L. Teichmann <[email protected]> |
383 |
|
|
384 |
|
* tools/formed/formed/plugins/export/sql.py: Exchanged name |
385 |
|
erase_value with suppress_value/suppress_value2. |
386 |
|
|
387 |
|
2008-02-13 Sascha L. Teichmann <[email protected]> |
388 |
|
|
389 |
|
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
390 |
|
substitute 'erase_value' with NULL value. |
391 |
|
|
392 |
2008-02-13 Sascha L. Teichmann <[email protected]> |
2008-02-13 Sascha L. Teichmann <[email protected]> |
393 |
|
|
394 |
* tools/formed/formed/plugins/export/sql.py: output id, master_id |
* tools/formed/formed/plugins/export/sql.py: output id, master_id |