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