/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 272 by torsten, Tue Jun 10 15:51:51 2008 UTC revision 307 by teichmann, Fri Feb 6 17:24:27 2009 UTC
# Line 1  Line 1 
1    2009-02-09      Sascha L. Teichmanne <[email protected]>
2    
3            Repair SQL schema creation for radio groups.
4    
5            * formed/formed/plugins/export/sql.py: radio groups are handled
6              like choices now.
7    
8    2009-02-09      Sascha L. Teichmanne <[email protected]>
9    
10            Make it startable again.
11    
12            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
13              when plug-in is called.
14    
15            * formed/formed/model/nodecomponents.py: Event routing was messed up.
16              Rewired root node with document.
17    
18            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
19              XXX: This breaks creating help by now!
20    
21            * formed/formed/io/parser.py: Replace old deprecated base class
22              by new one.
23    
24            * formed/formed/main.py: Do not crash if locale cannot be set.
25    
26            * formed/formed/ui/controls.py: Use document.getCase() instead
27              of document.case to prevent uninitialized dereferences.
28    
29    2009-01-22      Torsten Irländer <[email protected]>
30    
31            Implemented new XML-Format for formed xml files.
32    
33            * formed/formed/model/nodecomponents.py,
34              formed/formed/io/document.py,
35              formed/formed/main.py,
36              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
37              node. Under case is the definition of the formular. logbook will
38              hold the defintion of logboog entrys. For now only the part under
39              "case" can be modified.  
40    
41    2009-01-21      Torsten Irländer <[email protected]>
42    
43            Changed way how XSD-Scheme is generated
44    
45            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
46              logbookentrys. The scheme definiton is now hardcoded in the
47              exporter as it will rarely change. It logbookpart will not be
48              generated from the formedtree anymore.
49    
50    2009-01-20      Torsten Irländer <[email protected]>
51    
52            Support Logbook entrys in xsd schema export
53    
54            * formed/formed/model/data.py: Repeatnode are now handeld as
55              repeatgroups in xsd-export
56            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
57              logbookentrys. The scheme will now validate against an xmlfile from
58              the offlineclient.
59    
60    2009-01-09      Torsten Irländer <[email protected]>
61    
62            Added new repeat node
63    
64            * formed/formed/model/data.py,
65              formed/formed/io/document.py: Added repeatnode to the formedtree.
66              TODO: Remove repeatgroup handling from the groupnode.
67    
68    2009-01-08      Torsten Irländer <[email protected]>
69    
70            Add isset operator to autogenerated rules.
71    
72            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
73              autogenerated rules.
74    
75    2008-12-17      Frank Koormann <[email protected]>
76    
77            * formed/formed/plugins/export/latex.py: Export form as set of
78            latex tables to be included into a master document. The export
79            generates section marks to structure the form and placeholders for
80            help texts to be merged in by a post processing step.
81    
82    2008-12-04      Sascha L. Teichmann <[email protected]>
83    
84            * formed/formed/model/expr.py: Added 'today' which pushes the current date
85              on the stack.
86    
87    2008-12-03      Sascha L. Teichmann <[email protected]>
88    
89            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
90              storage of fields.
91    
92            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
93              fields as an accepted value. Generate schema for radio groups too.
94    
95    2008-12-01      Torsten Irländer <[email protected]>
96    
97            Added autmatic generation of required rules
98    
99            * formed/formed/model/data.py,
100              formed/formed/model/expr.py,
101              formed/formed/plugins/modify/rules.py: Default rules for required
102              fields can now be generated.
103    
104    2008-11-28      Sascha L. Teichmann <[email protected]>
105    
106            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
107              Ported WidgetCollector from Offline client.
108    
109            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
110              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
111    
112            * formed/formed/config.py: Bind new filter to FormEd
113    
114    2008-11-27      Torsten Irländer <[email protected]>
115    
116            * formed/formed/model/data.py: Added new attribute mark for rules
117    
118    2008-11-10      Torsten Irländer <[email protected]>
119    
120            Implemented radio-matrix elements. radio elelement having the same
121            options can now be rendered in table form.
122    
123            * formed/formed/model/data.py,
124              formed/formed/io/document.py: Added new radio-matrix element to the
125              model and gui
126            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
127              the radio-matrix element.
128    
129    2008-11.03      Torsten Irländer <[email protected]>
130    
131            * formed/formed/model/data.py: Fixed import error
132    
133    2008-10-29      Sascha L. Teichmann <[email protected]>
134    
135            Relative paths in external choices are now possible. Relative paths are
136            relative to path of the master document.
137    
138            * formed/model/data.py: external choice are now storing the path to the
139              master document.
140    
141            * formed/formed/io/document.py: Pass context to SAX builder.
142    
143            * formed/formed/io/factories.py: For new created nodes look if there
144              is a method 'setLoadContext' and call it.
145    
146    2008-09-04      Sascha L. Teichmann <[email protected]>
147    
148            * doc/beschreibung.txt: New. Initial description of FormEd (german).
149    
150    2008-08-22      Sascha L. Teichmann <[email protected]>
151    
152            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
153    
154    2008-08-21      Sascha L. Teichmann <[email protected]>
155    
156            * formed/formed/io/document.py: Indent tree while saving
157            * formed/formed/main.py: removed needless print
158    
159    2008-08-15      Sascha L. Teichmann <[email protected]>
160    
161            * LICENSE: New GPLv3
162            * */*.py, *.sh: Added reference to LICENSE
163    
164    2008-08-15      Sascha L. Teichmann <[email protected]>
165    
166            * tools: removed because there a no tools any more.
167    
168    2008-08-15      Sascha L. Teichmann <[email protected]>
169    
170            * tools/formed: moved one level up because its the only
171              part of this project now.
172    
173    2008-08-15      Sascha L. Teichmann <[email protected]>
174    
175            * tools/anonym/*: Removed as it belongs to mpuls WASKA
176    
177    2008-08-15      Sascha L. Teichmann <[email protected]>
178    
179            * pdf2xfa/*: removed. It belongs to mpuls
180    
181    2008-08-13 L. Teichmann <[email protected]>
182    
183            i18n of the plug-ins:
184            * tools/formed/formed/plugins/export/diff.py,
185              tools/formed/formed/plugins/export/data.py,
186              tools/formed/formed/plugins/export/old_sql.py,
187              tools/formed/formed/plugins/export/latex.py,
188              tools/formed/formed/plugins/export/xsd.py,
189              tools/formed/formed/plugins/export/sql.py,
190              tools/formed/formed/plugins/export/typemap.py,
191              tools/formed/formed/plugins/export/html.py,
192              tools/formed/formed/plugins/export/mode.py,
193              tools/formed/formed/plugins/export/html2.py,
194              tools/formed/formed/plugins/export/xls.py,
195              tools/formed/formed/plugins/names/filter.py,
196              tools/formed/formed/plugins/plugin.py,
197              tools/formed/formed/plugins/web/help.py,
198              tools/formed/formed/plugins/web/form_renderer.py,
199              tools/formed/formed/plugins/web/plugin.py,
200              tools/formed/formed/plugins/web/error_renderer.py,
201              tools/formed/formed/plugins/web/view_renderer.py,
202              tools/formed/formed/plugins/web/semantic.py,
203              tools/formed/formed/plugins/web/cache.py,
204              tools/formed/formed/plugins/web/server.py,
205              tools/formed/formed/plugins/web/controllers.py,
206              tools/formed/formed/plugins/web/renderer.py,
207              tools/formed/formed/plugins/ui/controls.py,
208              tools/formed/formed/config.py: _("")s the stuff
209              tools/formed/po/formed.pot, tools/formed/po/de_DE.po:
210              extracted and translated.
211    
212    2008-08-08      Sascha L. Teichmann <[email protected]>
213    
214            First version of FormEd i18n. After checkout go to tools/formed/po/ and
215            say 'make mo'. Afterwards you can start FormEd as usual.
216    
217            * tools/formed/resources: New. Place to places ressources like *.mo files
218            * tools/formed/formed/main.py, tools/formed/formed/ui/controls.py: Add _("")s
219              
220            * tools/formed/po,
221              tools/formed/po/Makefile,
222              tools/formed/po/formed.pot,
223              tools/formed/po/de_DE.po: i18n stuff.
224    
225    2008-08-08      Sascha L. Teichmann <[email protected]>
226    
227            * tools/anonym/xmlexport.py: Only export cases which are not
228              'schwebend geloescht'.
229    
230    2008-07-23      Sascha L. Teichmann <[email protected]>
231    
232            Fixed issue472
233    
234            * tools/anonym/xmlimport.py: Regenerate dicts from current form ed tree.
235    
236    2008-07-17      Sascha L. Teichmann <[email protected]>
237    
238            * tools/anonym/xmlimport.py: removed marking of invalid cases
239            * tools/anonym/cron.importAnonXml.sh: re-inserted here.
240    
241    2008-07.07      Torsten Irländer <[email protected]>
242    
243            * tools/formed/formed/plugins/export/latex.py
244              tools/formed/formed/config.py: Added new LaTex Export. Beware this
245              is even more ugly the HTML Export.
246            * tools/formed/formed/plugins/export/html.py: Added information on
247              anonymisation to the html export.
248    
249    2008-07-07      Sascha L. Teichmann <[email protected]>
250    
251            * tools/anonym/xmlimport.py: Mark cases if they are inconsistent.
252    
253    2008-07-07      Sascha L. Teichmann <[email protected]>
254    
255            * tools/anonym/xmlimport.py: Updated to schema 1.5. (Which is incompatible to 1.4)
256    
257    2008-07-07      Sascha L. Teichmann <[email protected]>  
258            
259            * tools/formed/formed/plugins/export/html.py: Added additional column
260            to the html export with information how each field will get
261            anonymized.
262    
263    2008-07-07      Sascha L. Teichmann <[email protected]>  
264    
265            * tools/anonym/xmlimport.py: sync with productive version.
266    
267  2008-06-10      Torsten Irländer <[email protected]>  2008-06-10      Torsten Irländer <[email protected]>
268    
269          * tools/formed/formed/plugins/export/sql.py: grant admin permission to          * tools/formed/formed/plugins/export/sql.py: grant admin permission to

Legend:
Removed from v.272  
changed lines
  Added in v.307

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26