/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.296  
changed lines
  Added in v.308

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26