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]> |
2009-01-22 Torsten Irländer <[email protected]> |
30 |
|
|
31 |
Implemented new XML-Format for formed xml files. |
Implemented new XML-Format for formed xml files. |