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