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]> |
2008-12-17 Frank Koormann <[email protected]> |
83 |
|
|
84 |
* formed/formed/plugins/export/latex.py: Export form as set of |
* formed/formed/plugins/export/latex.py: Export form as set of |