1 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Added the remaining |
4 |
|
UPDATE rules. |
5 |
|
|
6 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: Added UPDATE rules for some |
9 |
|
views. TODO: Test'em and implement the rest. |
10 |
|
|
11 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
14 |
|
rules referenced none existing views. |
15 |
|
|
16 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
19 |
|
rules for views. TODO: add UPDATE rules. |
20 |
|
|
21 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
24 |
|
the legacy SQL export filters. |
25 |
|
|
26 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
27 |
|
legacy SQL export filters to old_sql. |
28 |
|
|
29 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
30 |
|
filters from old_sql. |
31 |
|
|
32 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
35 |
|
|
36 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
39 |
|
that made choices of three elements to booleans if |
40 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
41 |
|
|
42 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
45 |
|
underlaying tables in views too. |
46 |
|
|
47 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
48 |
|
|
49 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
50 |
|
Various bug fixes. |
51 |
|
|
52 |
2007-10-04 Sascha L. Teichmann <[email protected]> |
2007-10-04 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |