/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 298 by teichmann, Wed Dec 3 11:43:43 2008 UTC revision 313 by teichmann, Fri Mar 13 09:50:05 2009 UTC
# Line 1  Line 1 
1    2009-03-13      Torsten Irländer <[email protected]>
2    
3            * formed/formed/model/exprtree.py: New tree based expression engine.
4    
5            * formed/formed/model/__init__.py, formed/formed/model/data.py:
6              Adjusted imports.
7    
8    2009-03-12      Torsten Irländer <[email protected]>
9    
10            Introduced new order attribute for date fields
11    
12            * formed/formed/model/data.py: Order fields can be used to define to
13            ordering of datefields withing the document. Needed for automatic
14            generation of consistency rules.
15    
16    2009-02-09      Sascha L. Teichmann <[email protected]>
17    
18            * formed/formed/model/data.py: Allow pages to be 'invisible'.
19    
20    2009-02-09      Sascha L. Teichmann <[email protected]>
21    
22            * formed/formed/plugins/export/sql.py: Fixed problem with
23              description reference tables of radio groups.
24    
25    2009-02-09      Sascha L. Teichmann <[email protected]>
26    
27            * formed/formed/plugins/export/sql.py: replace '-' in names
28              by '_'.
29              
30    2009-02-09      Sascha L. Teichmann <[email protected]>
31    
32            * formed/formed/plugins/export/sql.py: to figure ou which
33              tables are equal the insert statememnts are lower cased
34              and sorted before they are compared. This reduces the number
35              of generated referfence tables.
36    
37    2009-02-09      Sascha L. Teichmann <[email protected]>
38    
39            Repair SQL schema creation for radio groups.
40    
41            * formed/formed/plugins/export/sql.py: radio groups are handled
42              like choices now.
43    
44    2009-02-09      Sascha L. Teichmann <[email protected]>
45    
46            Make it startable again.
47    
48            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
49              when plug-in is called.
50    
51            * formed/formed/model/nodecomponents.py: Event routing was messed up.
52              Rewired root node with document.
53    
54            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
55              XXX: This breaks creating help by now!
56    
57            * formed/formed/io/parser.py: Replace old deprecated base class
58              by new one.
59    
60            * formed/formed/main.py: Do not crash if locale cannot be set.
61    
62            * formed/formed/ui/controls.py: Use document.getCase() instead
63              of document.case to prevent uninitialized dereferences.
64    
65    2009-01-22      Torsten Irländer <[email protected]>
66    
67            Implemented new XML-Format for formed xml files.
68    
69            * formed/formed/model/nodecomponents.py,
70              formed/formed/io/document.py,
71              formed/formed/main.py,
72              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
73              node. Under case is the definition of the formular. logbook will
74              hold the defintion of logboog entrys. For now only the part under
75              "case" can be modified.  
76    
77    2009-01-21      Torsten Irländer <[email protected]>
78    
79            Changed way how XSD-Scheme is generated
80    
81            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
82              logbookentrys. The scheme definiton is now hardcoded in the
83              exporter as it will rarely change. It logbookpart will not be
84              generated from the formedtree anymore.
85    
86    2009-01-20      Torsten Irländer <[email protected]>
87    
88            Support Logbook entrys in xsd schema export
89    
90            * formed/formed/model/data.py: Repeatnode are now handeld as
91              repeatgroups in xsd-export
92            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
93              logbookentrys. The scheme will now validate against an xmlfile from
94              the offlineclient.
95    
96    2009-01-09      Torsten Irländer <[email protected]>
97    
98            Added new repeat node
99    
100            * formed/formed/model/data.py,
101              formed/formed/io/document.py: Added repeatnode to the formedtree.
102              TODO: Remove repeatgroup handling from the groupnode.
103    
104    2009-01-08      Torsten Irländer <[email protected]>
105    
106            Add isset operator to autogenerated rules.
107    
108            * formed/formed/plugins/modify/rules.py: Add issed operator to standard
109              autogenerated rules.
110    
111    2008-12-17      Frank Koormann <[email protected]>
112    
113            * formed/formed/plugins/export/latex.py: Export form as set of
114            latex tables to be included into a master document. The export
115            generates section marks to structure the form and placeholders for
116            help texts to be merged in by a post processing step.
117    
118    2008-12-04      Sascha L. Teichmann <[email protected]>
119    
120            * formed/formed/model/expr.py: Added 'today' which pushes the current date
121              on the stack.
122    
123  2008-12-03      Sascha L. Teichmann <[email protected]>  2008-12-03      Sascha L. Teichmann <[email protected]>
124    
125          * formed/formed/plugins/web/controllers.py: compute changeset more correctly in          * formed/formed/plugins/web/controllers.py: compute changeset more correctly in

Legend:
Removed from v.298  
changed lines
  Added in v.313

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26