1 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
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]> |
49 |
|
|
50 |
|
* formed/formed/model/data.py: Added ConditionalNode |
51 |
|
|
52 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
53 |
|
|
54 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
57 |
|
in date sequence rules more precise. |
58 |
|
|
59 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
62 |
|
|
63 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
66 |
|
|
67 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
68 |
|
Adjusted imports. |
69 |
|
|
70 |
|
2009-03-12 Torsten Irländer <[email protected]> |
71 |
|
|
72 |
|
Introduced new order attribute for date fields |
73 |
|
|
74 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
75 |
|
ordering of datefields withing the document. Needed for automatic |
76 |
|
generation of consistency rules. |
77 |
|
|
78 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
79 |
|
|
80 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
81 |
|
|
82 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
83 |
|
|
84 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
85 |
|
description reference tables of radio groups. |
86 |
|
|
87 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
88 |
|
|
89 |
|
* formed/formed/plugins/export/sql.py: replace '-' in names |
90 |
|
by '_'. |
91 |
|
|
92 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
93 |
|
|
94 |
* formed/formed/plugins/export/sql.py: to figure ou which |
* formed/formed/plugins/export/sql.py: to figure ou which |
95 |
tables are equal the insert statememnts are lower cased |
tables are equal the insert statememnts are lower cased |
96 |
and sorted before they are compared. This reduces the number |
and sorted before they are compared. This reduces the number |
97 |
of generated referfence tables. |
of generated referfence tables. |
98 |
|
|
99 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
100 |
|
|
101 |
Repair SQL schema creation for radio groups. |
Repair SQL schema creation for radio groups. |
102 |
|
|
103 |
* formed/formed/plugins/export/sql.py: radio groups are handled |
* formed/formed/plugins/export/sql.py: radio groups are handled |
104 |
like choices now. |
like choices now. |
105 |
|
|
106 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
107 |
|
|
108 |
Make it startable again. |
Make it startable again. |
109 |
|
|