1 |
2009-03-13 Torsten Irländer <[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. |
* formed/formed/model/exprtree.py: New tree based expression engine. |
56 |
|
|