/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 283 by teichmann, Wed Aug 13 14:42:15 2008 UTC revision 307 by teichmann, Fri Feb 6 17:24:27 2009 UTC
# Line 1  Line 1 
1  2008-08-08      Sascha L. Teichmann <[email protected]>  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:          i18n of the plug-ins:
184          * tools/formed/formed/plugins/export/diff.py,          * tools/formed/formed/plugins/export/diff.py,

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26