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