/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.289  
changed lines
  Added in v.311

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26