1 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
4 |
|
case_anonymize(). |
5 |
|
|
6 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
9 |
|
the trees infix. |
10 |
|
|
11 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
12 |
|
readable rules. |
13 |
|
|
14 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
15 |
|
|
16 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
17 |
|
|
18 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
21 |
|
exceptions if there is less or more than one element on stack |
22 |
|
after compilation of expression. |
23 |
|
|
24 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
25 |
|
|
26 |
|
* formed/formed/model/data.py: Removed debug output |
27 |
|
|
28 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
29 |
|
Generate past and future rules. |
30 |
|
|
31 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
34 |
|
|
35 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
38 |
|
|
39 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
42 |
|
|
43 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* formed/formed/model/data.py: Added ConditionalNode |
46 |
|
|
47 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
48 |
|
|
49 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
52 |
|
in date sequence rules more precise. |
53 |
|
|
54 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
57 |
|
|
58 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
61 |
|
|
62 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
63 |
|
Adjusted imports. |
64 |
|
|
65 |
2009-03-12 Torsten Irländer <[email protected]> |
2009-03-12 Torsten Irländer <[email protected]> |
66 |
|
|
67 |
Introduced new order attribute for date fields |
Introduced new order attribute for date fields |