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