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