1 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
4 |
|
the legacy SQL export filters. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
7 |
|
legacy SQL export filters to old_sql. |
8 |
|
|
9 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
10 |
|
filters from old_sql. |
11 |
|
|
12 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
15 |
|
|
16 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
19 |
|
that made choices of three elements to booleans if |
20 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
21 |
|
|
22 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
25 |
|
underlaying tables in views too. |
26 |
|
|
27 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
30 |
|
Various bug fixes. |
31 |
|
|
32 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
35 |
|
to extract fields from embedded repeat groups. |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
38 |
|
views per page too. Result not tested yet. |
39 |
|
|
40 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
43 |
|
in-page repeat groups while rendering pages. |
44 |
|
|
45 |
2007-10-01 Sascha L. Teichmann <[email protected]> |
2007-10-01 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
* tools/formed/formed/model/nodecomponents.py: Added visitor |
* tools/formed/formed/model/nodecomponents.py: Added visitor |