1 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-04-24 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
4 |
|
Add functions to create dataset. |
5 |
|
|
6 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
9 |
|
tree structure functions in database. |
10 |
|
|
11 |
|
* formed/formed/config.py: load plug-in. |
12 |
|
|
13 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
16 |
|
RepeatNode. Removed needless methods |
17 |
|
|
18 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
21 |
|
more readable with '=' and '<>'. |
22 |
|
|
23 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
26 |
|
of uuid on anonymization of case. |
27 |
|
|
28 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
31 |
|
case_anonymize(). |
32 |
|
|
33 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
36 |
|
the trees infix. |
37 |
|
|
38 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
39 |
|
readable rules. |
40 |
|
|
41 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
42 |
|
|
43 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
44 |
|
|
45 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
48 |
|
exceptions if there is less or more than one element on stack |
49 |
|
after compilation of expression. |
50 |
|
|
51 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
52 |
|
|
53 |
|
* formed/formed/model/data.py: Removed debug output |
54 |
|
|
55 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
56 |
|
Generate past and future rules. |
57 |
|
|
58 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
61 |
|
|
62 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
63 |
|
|
64 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
65 |
|
|
66 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
67 |
|
|
68 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
69 |
|
|
70 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
71 |
|
|
72 |
|
* formed/formed/model/data.py: Added ConditionalNode |
73 |
|
|
74 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
75 |
|
|
76 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
77 |
|
|
78 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
79 |
|
in date sequence rules more precise. |
80 |
|
|
81 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
82 |
|
|
83 |
|
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
84 |
|
|
85 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
86 |
|
|
87 |
|
* formed/formed/model/exprtree.py: New tree based expression engine. |
88 |
|
|
89 |
|
* formed/formed/model/__init__.py, formed/formed/model/data.py: |
90 |
|
Adjusted imports. |
91 |
|
|
92 |
|
2009-03-12 Torsten Irländer <[email protected]> |
93 |
|
|
94 |
|
Introduced new order attribute for date fields |
95 |
|
|
96 |
|
* formed/formed/model/data.py: Order fields can be used to define to |
97 |
|
ordering of datefields withing the document. Needed for automatic |
98 |
|
generation of consistency rules. |
99 |
|
|
100 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
101 |
|
|
102 |
|
* formed/formed/model/data.py: Allow pages to be 'invisible'. |
103 |
|
|
104 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
105 |
|
|
106 |
|
* formed/formed/plugins/export/sql.py: Fixed problem with |
107 |
|
description reference tables of radio groups. |
108 |
|
|
109 |
|
2009-02-09 Sascha L. Teichmann <[email protected]> |
110 |
|
|
111 |
* formed/formed/plugins/export/sql.py: replace '-' in names |
* formed/formed/plugins/export/sql.py: replace '-' in names |
112 |
by '_'. |
by '_'. |
113 |
|
|
114 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
115 |
|
|
116 |
* formed/formed/plugins/export/sql.py: to figure ou which |
* formed/formed/plugins/export/sql.py: to figure ou which |
117 |
tables are equal the insert statememnts are lower cased |
tables are equal the insert statememnts are lower cased |
118 |
and sorted before they are compared. This reduces the number |
and sorted before they are compared. This reduces the number |
119 |
of generated referfence tables. |
of generated referfence tables. |
120 |
|
|
121 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
122 |
|
|
123 |
Repair SQL schema creation for radio groups. |
Repair SQL schema creation for radio groups. |
124 |
|
|
125 |
* formed/formed/plugins/export/sql.py: radio groups are handled |
* formed/formed/plugins/export/sql.py: radio groups are handled |
126 |
like choices now. |
like choices now. |
127 |
|
|
128 |
2009-02-09 Sascha L. Teichmanne <[email protected]> |
2009-02-09 Sascha L. Teichmann <[email protected]> |
129 |
|
|
130 |
Make it startable again. |
Make it startable again. |
131 |
|
|