/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 258 by teichmann, Tue Apr 1 13:01:15 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]>  2008-04-01      Sascha L. Teichmann <[email protected]>
304    
305          * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"          * tools/anonym/xmlexport.py: Removed "WHERE einverstaendniserklaerung = 1"

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26