1 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Bug fix. DELETE and INSERT |
4 |
|
rules referenced none existing views. |
5 |
|
|
6 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: Added DELETE and INSERT |
9 |
|
rules for views. TODO: add UPDATE rules. |
10 |
|
|
11 |
|
2007-10-07 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/old_sql.py: New. Contains |
14 |
|
the legacy SQL export filters. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/export/sql.py: Factored out the |
17 |
|
legacy SQL export filters to old_sql. |
18 |
|
|
19 |
|
* tools/formed/formed/config.py: Adjusted to fetch legacy |
20 |
|
filters from old_sql. |
21 |
|
|
22 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* pdf2xfa/**: Initial import of the PDF to XFA server. |
25 |
|
|
26 |
|
2007-10-06 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
29 |
|
that made choices of three elements to booleans if |
30 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
31 |
|
|
32 |
|
2007-10-05 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
35 |
|
underlaying tables in views too. |
36 |
|
|
37 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
40 |
|
Various bug fixes. |
41 |
|
|
42 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
45 |
|
to extract fields from embedded repeat groups. |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
48 |
|
views per page too. Result not tested yet. |
49 |
|
|
50 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
53 |
|
in-page repeat groups while rendering pages. |
54 |
|
|
55 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
58 |
|
traversals for document trees. |
59 |
|
|
60 |
|
* tools/formed/formed/model/data.py: Rewrote the |
61 |
|
Page.allWidgets() method to use new visitor for |
62 |
|
tree traversal. |
63 |
|
|
64 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
67 |
|
in the rename by formular name algorithm |
68 |
|
|
69 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
72 |
|
TODO: rewrite Page.allWidgets(). |
73 |
|
|
74 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
75 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
76 |
|
|
77 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
78 |
|
build views and respective joins. |
79 |
|
|
80 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
83 |
|
FORMED environment variable. If set to true tidylib is used to |
84 |
|
filter HTML content to be W3C valid. To use this feature install |
85 |
|
uTidylib. |
86 |
|
|
87 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
88 |
|
text/html and filters content through tidy if requested. |
89 |
|
|
90 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
91 |
|
|
92 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
93 |
|
cleanup of the form generation code. |
94 |
|
|
95 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
96 |
|
|
97 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
98 |
|
and DROP TABLE statements to schema export. |
99 |
|
|
100 |
2007-09-20 Sascha L. Teichmann <[email protected]> |
2007-09-20 Sascha L. Teichmann <[email protected]> |
101 |
|
|
102 |
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
* tools/formed/formed/plugins/export/sql.py: The tables are generated |