1 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
4 |
|
of uuid on anonymization of case. |
5 |
|
|
6 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
9 |
|
case_anonymize(). |
10 |
|
|
11 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
14 |
|
the trees infix. |
15 |
|
|
16 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
17 |
|
readable rules. |
18 |
|
|
19 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
20 |
|
|
21 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
22 |
|
|
23 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
26 |
|
exceptions if there is less or more than one element on stack |
27 |
|
after compilation of expression. |
28 |
|
|
29 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
30 |
|
|
31 |
|
* formed/formed/model/data.py: Removed debug output |
32 |
|
|
33 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
34 |
|
Generate past and future rules. |
35 |
|
|
36 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
39 |
|
|
40 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
41 |
|
|
42 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
43 |
|
|
44 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
47 |
|
|
48 |
2009-03-16 Sascha L. Teichmann <[email protected]> |
2009-03-16 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
* formed/formed/model/data.py: Added ConditionalNode |
* formed/formed/model/data.py: Added ConditionalNode |