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]> |
53 |
|
|
54 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
55 |
|
to extract fields from embedded repeat groups. |
56 |
|
|
57 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
58 |
|
views per page too. Result not tested yet. |
59 |
|
|
60 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
63 |
|
in-page repeat groups while rendering pages. |
64 |
|
|
65 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
66 |
|
|
67 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
68 |
|
traversals for document trees. |
69 |
|
|
70 |
|
* tools/formed/formed/model/data.py: Rewrote the |
71 |
|
Page.allWidgets() method to use new visitor for |
72 |
|
tree traversal. |
73 |
|
|
74 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
75 |
|
|
76 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
77 |
|
in the rename by formular name algorithm |
78 |
|
|
79 |
2007-09-26 Sascha L. Teichmann <[email protected]> |
2007-09-26 Sascha L. Teichmann <[email protected]> |
80 |
|
|
81 |
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |