1 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
4 |
|
tree structure functions in database. |
5 |
|
|
6 |
|
* formed/formed/config.py: load plug-in. |
7 |
|
|
8 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
9 |
|
|
10 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
11 |
|
RepeatNode. Removed needless methods |
12 |
|
|
13 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
16 |
|
more readable with '=' and '<>'. |
17 |
|
|
18 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
21 |
|
of uuid on anonymization of case. |
22 |
|
|
23 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
26 |
|
case_anonymize(). |
27 |
|
|
28 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
31 |
|
the trees infix. |
32 |
|
|
33 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
34 |
|
readable rules. |
35 |
|
|
36 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
37 |
|
|
38 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
39 |
|
|
40 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
41 |
|
|
42 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
43 |
|
exceptions if there is less or more than one element on stack |
44 |
|
after compilation of expression. |
45 |
|
|
46 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* formed/formed/model/data.py: Removed debug output |
49 |
|
|
50 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
51 |
|
Generate past and future rules. |
52 |
|
|
53 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
56 |
|
|
57 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
58 |
|
|
59 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
60 |
|
|
61 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
62 |
|
|
63 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
64 |
|
|
65 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
66 |
|
|
67 |
|
* formed/formed/model/data.py: Added ConditionalNode |
68 |
|
|
69 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
70 |
|
|
71 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
72 |
|
|
73 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
74 |
|
in date sequence rules more precise. |
75 |
|
|
76 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
77 |
|
|
78 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
79 |
|
|
80 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
83 |
|
|
84 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
85 |
|
Adjusted imports. |
86 |
|
|
87 |
|
2009-03-12 Torsten Irländer <[email protected]> |
88 |
|
|
89 |
|
Introduced new order attribute for date fields |
90 |
|
|
91 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
92 |
|
ordering of datefields withing the document. Needed for automatic |
93 |
|
generation of consistency rules. |
94 |
|
|
95 |
2009-02-09 Sascha L. Teichmann <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
96 |
|
|
97 |
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
* formed/formed/model/data.py: Allow pages to be 'invisible'. |