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