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