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