/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.244  
changed lines
  Added in v.304

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26