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