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