/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 301 by torsten, Thu Jan 8 11:57:14 2009 UTC revision 310 by teichmann, Tue Feb 10 09:58:34 2009 UTC
# Line 1  Line 1 
1    2009-02-09      Sascha L. Teichmanne <[email protected]>
2    
3            * formed/formed/plugins/export/sql.py: Fixed problem with
4              description reference tables of radio groups.
5    
6    2009-02-09      Sascha L. Teichmanne <[email protected]>
7    
8            * formed/formed/plugins/export/sql.py: replace '-' in names
9              by '_'.
10              
11    2009-02-09      Sascha L. Teichmanne <[email protected]>
12    
13            * formed/formed/plugins/export/sql.py: to figure ou which
14              tables are equal the insert statememnts are lower cased
15              and sorted before they are compared. This reduces the number
16              of generated referfence tables.
17    
18    2009-02-09      Sascha L. Teichmanne <[email protected]>
19    
20            Repair SQL schema creation for radio groups.
21    
22            * formed/formed/plugins/export/sql.py: radio groups are handled
23              like choices now.
24    
25    2009-02-09      Sascha L. Teichmanne <[email protected]>
26    
27            Make it startable again.
28    
29            * formed/formed/plugins/export/xls.py: Import pyExcelerator only
30              when plug-in is called.
31    
32            * formed/formed/model/nodecomponents.py: Event routing was messed up.
33              Rewired root node with document.
34    
35            * formed/formed/plugins/web/help.py: Removed old xml.ext import.
36              XXX: This breaks creating help by now!
37    
38            * formed/formed/io/parser.py: Replace old deprecated base class
39              by new one.
40    
41            * formed/formed/main.py: Do not crash if locale cannot be set.
42    
43            * formed/formed/ui/controls.py: Use document.getCase() instead
44              of document.case to prevent uninitialized dereferences.
45    
46    2009-01-22      Torsten Irländer <[email protected]>
47    
48            Implemented new XML-Format for formed xml files.
49    
50            * formed/formed/model/nodecomponents.py,
51              formed/formed/io/document.py,
52              formed/formed/main.py,
53              formed/formed/ui/controls.py: Introduced new "case" and "logbook"
54              node. Under case is the definition of the formular. logbook will
55              hold the defintion of logboog entrys. For now only the part under
56              "case" can be modified.  
57    
58    2009-01-21      Torsten Irländer <[email protected]>
59    
60            Changed way how XSD-Scheme is generated
61    
62            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
63              logbookentrys. The scheme definiton is now hardcoded in the
64              exporter as it will rarely change. It logbookpart will not be
65              generated from the formedtree anymore.
66    
67    2009-01-20      Torsten Irländer <[email protected]>
68    
69            Support Logbook entrys in xsd schema export
70    
71            * formed/formed/model/data.py: Repeatnode are now handeld as
72              repeatgroups in xsd-export
73            * formed/formed/plugins/export/xsd.py: Enhanced xsd schema to support
74              logbookentrys. The scheme will now validate against an xmlfile from
75              the offlineclient.
76    
77    2009-01-09      Torsten Irländer <[email protected]>
78    
79            Added new repeat node
80    
81            * formed/formed/model/data.py,
82              formed/formed/io/document.py: Added repeatnode to the formedtree.
83              TODO: Remove repeatgroup handling from the groupnode.
84    
85  2009-01-08      Torsten Irländer <[email protected]>  2009-01-08      Torsten Irländer <[email protected]>
86    
87          Add isset operator to autogenerated rules.          Add isset operator to autogenerated rules.

Legend:
Removed from v.301  
changed lines
  Added in v.310

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26