1 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-03-12 Torsten Irländer <[email protected]> |
2 |
|
|
3 |
|
Introduced new order attribute for date fields |
4 |
|
|
5 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
6 |
|
ordering of datefields withing the document. Needed for automatic |
7 |
|
generation of consistency rules. |
8 |
|
|
9 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
12 |
|
|
13 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
16 |
|
description reference tables of radio groups. |
17 |
|
|
18 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
21 |
|
by '_'. |
22 |
|
|
23 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/plugins/export/sql.py: to figure ou which |
26 |
|
tables are equal the insert statememnts are lower cased |
27 |
|
and sorted before they are compared. This reduces the number |
28 |
|
of generated referfence tables. |
29 |
|
|
30 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
31 |
|
|
32 |
Repair SQL schema creation for radio groups. |
Repair SQL schema creation for radio groups. |
33 |
|
|
34 |
* formed/formed/plugins/export/sql.py: radio groups are handled |
* formed/formed/plugins/export/sql.py: radio groups are handled |
35 |
like choices now. |
like choices now. |
36 |
|
|
37 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
Make it startable again. |
Make it startable again. |
40 |
|
|