/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 285 by teichmann, Fri Aug 15 13:44:39 2008 UTC revision 309 by teichmann, Fri Feb 6 18:34:38 2009 UTC
# Line 1  Line 1 
1    2009-02-09      Sascha L. Teichmanne <[email protected]>
2    
3            * formed/formed/plugins/export/sql.py: replace '-' in names
4              by '_'.
5              
6    2009-02-09      Sascha L. Teichmanne <[email protected]>
7    
8            * formed/formed/plugins/export/sql.py: to figure ou which
9              tables are equal the insert statememnts are lower cased
10              and sorted before they are compared. This reduces the number
11              of generated referfence tables.
12    
13    2009-02-09      Sascha L. Teichmanne <[email protected]>
14    
15            Repair SQL schema creation for radio groups.
16    
17            * formed/formed/plugins/export/sql.py: radio groups are handled
18              like choices now.
19    
20    2009-02-09      Sascha L. Teichmanne <[email protected]>
21    
22            Make it startable again.
23    
24            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
25              when plug-in is called.
26    
27            * formed/formed/model/nodecomponents.py: Event routing was messed up.
28              Rewired root node with document.
29    
30            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
31              XXX: This breaks creating help by now!
32    
33            * formed/formed/io/parser.py: Replace old deprecated base class
34              by new one.
35    
36            * formed/formed/main.py: Do not crash if locale cannot be set.
37    
38            * formed/formed/ui/controls.py: Use document.getCase() instead
39              of document.case to prevent uninitialized dereferences.
40    
41    2009-01-22      Torsten Irländer <[email protected]>
42    
43            Implemented new XML-Format for formed xml files.
44    
45            * formed/formed/model/nodecomponents.py,
46              formed/formed/io/document.py,
47              formed/formed/main.py,
48              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
49              node. Under case is the definition of the formular. logbook will
50              hold the defintion of logboog entrys. For now only the part under
51              "case" can be modified.  
52    
53    2009-01-21      Torsten Irländer <[email protected]>
54    
55            Changed way how XSD-Scheme is generated
56    
57            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
58              logbookentrys. The scheme definiton is now hardcoded in the
59              exporter as it will rarely change. It logbookpart will not be
60              generated from the formedtree anymore.
61    
62    2009-01-20      Torsten Irländer <[email protected]>
63    
64            Support Logbook entrys in xsd schema export
65    
66            * formed/formed/model/data.py: Repeatnode are now handeld as
67              repeatgroups in xsd-export
68            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
69              logbookentrys. The scheme will now validate against an xmlfile from
70              the offlineclient.
71    
72    2009-01-09      Torsten Irländer <[email protected]>
73    
74            Added new repeat node
75    
76            * formed/formed/model/data.py,
77              formed/formed/io/document.py: Added repeatnode to the formedtree.
78              TODO: Remove repeatgroup handling from the groupnode.
79    
80    2009-01-08      Torsten Irländer <[email protected]>
81    
82            Add isset operator to autogenerated rules.
83    
84            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
85              autogenerated rules.
86    
87    2008-12-17      Frank Koormann <[email protected]>
88    
89            * formed/formed/plugins/export/latex.py: Export form as set of
90            latex tables to be included into a master document. The export
91            generates section marks to structure the form and placeholders for
92            help texts to be merged in by a post processing step.
93    
94    2008-12-04      Sascha L. Teichmann <[email protected]>
95    
96            * formed/formed/model/expr.py: Added 'today' which pushes the current date
97              on the stack.
98    
99    2008-12-03      Sascha L. Teichmann <[email protected]>
100    
101            * formed/formed/plugins/web/controllers.py: compute changeset more correctly in
102              storage of fields.
103    
104            * formed/formed/plugins/export/xsd.py: Added unknown int -999999 to integer
105              fields as an accepted value. Generate schema for radio groups too.
106    
107    2008-12-01      Torsten Irländer <[email protected]>
108    
109            Added autmatic generation of required rules
110    
111            * formed/formed/model/data.py,
112              formed/formed/model/expr.py,
113              formed/formed/plugins/modify/rules.py: Default rules for required
114              fields can now be generated.
115    
116    2008-11-28      Sascha L. Teichmann <[email protected]>
117    
118            * formed/formed/model/data.py, formed/formed/model/nodecomponents.py:
119              Ported WidgetCollector from Offline client.
120    
121            * formed/formed/plugins/modify/__init__.py, formed/formed/plugins/modify,
122              formed/formed/plugins/modify/rules.py: Stub for required rules generator.
123    
124            * formed/formed/config.py: Bind new filter to FormEd
125    
126    2008-11-27      Torsten Irländer <[email protected]>
127    
128            * formed/formed/model/data.py: Added new attribute mark for rules
129    
130    2008-11-10      Torsten Irländer <[email protected]>
131    
132            Implemented radio-matrix elements. radio elelement having the same
133            options can now be rendered in table form.
134    
135            * formed/formed/model/data.py,
136              formed/formed/io/document.py: Added new radio-matrix element to the
137              model and gui
138            * formed/formed/plugins/web/view_renderer.py: Write html-renderer for
139              the radio-matrix element.
140    
141    2008-11.03      Torsten Irländer <[email protected]>
142    
143            * formed/formed/model/data.py: Fixed import error
144    
145    2008-10-29      Sascha L. Teichmann <[email protected]>
146    
147            Relative paths in external choices are now possible. Relative paths are
148            relative to path of the master document.
149    
150            * formed/model/data.py: external choice are now storing the path to the
151              master document.
152    
153            * formed/formed/io/document.py: Pass context to SAX builder.
154    
155            * formed/formed/io/factories.py: For new created nodes look if there
156              is a method 'setLoadContext' and call it.
157    
158    2008-09-04      Sascha L. Teichmann <[email protected]>
159    
160            * doc/beschreibung.txt: New. Initial description of FormEd (german).
161    
162    2008-08-22      Sascha L. Teichmann <[email protected]>
163    
164            * formed/formed/model/nodecomponents.py: Added attribute 'flags'.
165    
166    2008-08-21      Sascha L. Teichmann <[email protected]>
167    
168            * formed/formed/io/document.py: Indent tree while saving
169            * formed/formed/main.py: removed needless print
170    
171    2008-08-15      Sascha L. Teichmann <[email protected]>
172    
173            * LICENSE: New GPLv3
174            * */*.py, *.sh: Added reference to LICENSE
175    
176    2008-08-15      Sascha L. Teichmann <[email protected]>
177    
178            * tools: removed because there a no tools any more.
179    
180    2008-08-15      Sascha L. Teichmann <[email protected]>
181    
182            * tools/formed: moved one level up because its the only
183              part of this project now.
184    
185  2008-08-15      Sascha L. Teichmann <[email protected]>  2008-08-15      Sascha L. Teichmann <[email protected]>
186    
187          * tools/anonym/*: Removed as it belongs to mpuls WASKA          * tools/anonym/*: Removed as it belongs to mpuls WASKA

Legend:
Removed from v.285  
changed lines
  Added in v.309

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26