1 |
|
2009-05-06 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* formed/formed/plugins/export/rg_sql.py: Only create depending |
4 |
|
repeat groups if no uuid is given. If a uuid is given then |
5 |
|
the creation is triggered by an xml import. |
6 |
|
|
7 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* formed/formed/plugins/export/new_sql.py: New SQL schema generator to |
10 |
|
replace the old one. The new one faciliates the new RepeatNode instead |
11 |
|
of the Group.isRepeat() method to tell if something is to be repeated. |
12 |
|
|
13 |
|
* formed/formed/config.py: Use new SQL schema generator plug-in by default. |
14 |
|
The old one is deactivated. |
15 |
|
|
16 |
|
* formed/formed/plugins/export/rg_sql.py: Fix 'rg_' naming of repeat groups. |
17 |
|
|
18 |
|
2009-04-28 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* formed/formed/plugins/export/rg_sql.py: Added delete functions. |
21 |
|
TODO: Adjust execution rights. |
22 |
|
|
23 |
|
2009-04-27 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* formed/formed/plugins/export/rg_sql.py: Fixed $$$$ -> $$ template problems. |
26 |
|
Add functions to create dataset. |
27 |
|
|
28 |
|
2009-04-24 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* formed/formed/plugins/export/rg_sql.py: new plug-in to generate |
31 |
|
tree structure functions in database. |
32 |
|
|
33 |
|
* formed/formed/config.py: load plug-in. |
34 |
|
|
35 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* formed/formed/model/data.py: Added 'digest' attribute to |
38 |
|
RepeatNode. Removed needless methods |
39 |
|
|
40 |
|
2009-04-16 Sascha L. Teichmann <[email protected]> |
41 |
|
|
42 |
|
* formed/formed/model/exprtree.py: make 'equal' and 'not equal' |
43 |
|
more readable with '=' and '<>'. |
44 |
|
|
45 |
|
2009-04-02 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
|
* formed/formed/plugins/export/sql.py: call anonymization |
48 |
|
of uuid on anonymization of case. |
49 |
|
|
50 |
|
2009-03-31 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
|
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
53 |
|
case_anonymize(). |
54 |
|
|
55 |
2009-03-31 Sascha L. Teichmann <[email protected]> |
2009-03-31 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
* formed/formed/model/exprtree.py: Add some code to pretty print |
* formed/formed/model/exprtree.py: Add some code to pretty print |