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]> |
2009-01-21 Torsten Irländer <[email protected]> |
42 |
|
|
43 |
Changed way how XSD-Scheme is generated |
Changed way how XSD-Scheme is generated |