1 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-03-16 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/model/data.py: Added ConditionalNode |
4 |
|
|
5 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
6 |
|
|
7 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
10 |
|
in date sequence rules more precise. |
11 |
|
|
12 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
15 |
|
|
16 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
19 |
|
|
20 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
21 |
|
Adjusted imports. |
22 |
|
|
23 |
|
2009-03-12 Torsten Irländer <[email protected]> |
24 |
|
|
25 |
|
Introduced new order attribute for date fields |
26 |
|
|
27 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
28 |
|
ordering of datefields withing the document. Needed for automatic |
29 |
|
generation of consistency rules. |
30 |
|
|
31 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
34 |
|
|
35 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
38 |
|
description reference tables of radio groups. |
39 |
|
|
40 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
41 |
|
|
42 |
* formed/formed/plugins/export/sql.py: replace '-' in names |
* formed/formed/plugins/export/sql.py: replace '-' in names |
43 |
by '_'. |
by '_'. |
44 |
|
|
45 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
* formed/formed/plugins/export/sql.py: to figure ou which |
* formed/formed/plugins/export/sql.py: to figure ou which |
48 |
tables are equal the insert statememnts are lower cased |
tables are equal the insert statememnts are lower cased |
49 |
and sorted before they are compared. This reduces the number |
and sorted before they are compared. This reduces the number |
50 |
of generated referfence tables. |
of generated referfence tables. |
51 |
|
|
52 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
Repair SQL schema creation for radio groups. |
Repair SQL schema creation for radio groups. |
55 |
|
|
56 |
* formed/formed/plugins/export/sql.py: radio groups are handled |
* formed/formed/plugins/export/sql.py: radio groups are handled |
57 |
like choices now. |
like choices now. |
58 |
|
|
59 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
Make it startable again. |
Make it startable again. |
62 |
|
|