1 |
|
2009-06-17 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/new_sql.py: s/-/_/ in relation names. |
4 |
|
|
5 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
6 |
|
|
7 |
|
* formed/formed/plugins/names/filter.py: small optimization. |
8 |
|
|
9 |
|
2009-05-26 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
|
* formed/formed/plugins/names/filter.py: Repaired unique filter for |
12 |
|
nodecomponent names. |
13 |
|
|
14 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
17 |
|
repeat groups if no uuid is given. If a uuid is given then |
18 |
|
the creation is triggered by an xml import. |
19 |
|
|
20 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
23 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
24 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
25 |
|
|
26 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
27 |
|
The old one is deactivated. |
28 |
|
|
29 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
30 |
|
|
31 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
34 |
|
TODO: Adjust execution rights. |
35 |
|
|
36 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
39 |
|
Add functions to create dataset. |
40 |
|
|
41 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
44 |
|
tree structure functions in database. |
45 |
|
|
46 |
|
* formed/formed/config.py: load plug-in. |
47 |
|
|
48 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
51 |
|
RepeatNode. Removed needless methods |
52 |
|
|
53 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
56 |
|
more readable with '=' and '<>'. |
57 |
|
|
58 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
61 |
|
of uuid on anonymization of case. |
62 |
|
|
63 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
66 |
|
case_anonymize(). |
67 |
|
|
68 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
69 |
|
|
70 |
|
* formed/formed/model/exprtree.py: Add some code to pretty print |
71 |
|
the trees infix. |
72 |
|
|
73 |
|
* formed/formed/plugins/export/rules.py: New. Exporter for human |
74 |
|
readable rules. |
75 |
|
|
76 |
|
* formed/formed/plugins/export/html.py: Fixed HTML generation. |
77 |
|
|
78 |
|
* formed/formed/config.py: Added new new Rule export plug-in. |
79 |
|
|
80 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* formed/formed/model/exprtree.py: Fixes from server. Raise |
83 |
|
exceptions if there is less or more than one element on stack |
84 |
|
after compilation of expression. |
85 |
|
|
86 |
|
2009-03-20 Sascha L. Teichmann <[email protected]> |
87 |
|
|
88 |
|
* formed/formed/model/data.py: Removed debug output |
89 |
|
|
90 |
|
* formed/formed/plugins/modify/rules.py: Fixed error message. |
91 |
|
Generate past and future rules. |
92 |
|
|
93 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
94 |
|
|
95 |
|
* formed/formed/model/exprtree.py: Forget to call today with context. |
96 |
|
|
97 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
98 |
|
|
99 |
|
* formed/formed/io/document.py: Fixed syntax typo. |
100 |
|
|
101 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
102 |
|
|
103 |
|
* formed/formed/model/data.py: ConditionalNode inherits from Node directly. |
104 |
|
|
105 |
|
2009-03-16 Sascha L. Teichmann <[email protected]> |
106 |
|
|
107 |
|
* formed/formed/model/data.py: Added ConditionalNode |
108 |
|
|
109 |
|
* formed/formed/io/document.py: Make ConditionalNode loadable. |
110 |
|
|
111 |
|
2009-03-13 Sascha L. Teichmann <[email protected]> |
112 |
|
|
113 |
|
* formed/formed/plugins/modify/rules.py: Make the error descriptions |
114 |
|
in date sequence rules more precise. |
115 |
|
|
116 |
2009-03-13 Sascha L. Teichmann <[email protected]> |
2009-03-13 Sascha L. Teichmann <[email protected]> |
117 |
|
|
118 |
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |
* formed/formed/plugins/modify/rules.py: generate date sequence rules. |