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]> |
2009-03-31 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |
* formed/formed/plugins/export/sql.py: Set uuid_id to NULL in |