1 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Fixed bug |
4 |
|
that made choices of three elements to booleans if |
5 |
|
they have other meanings than 'Ja', 'Nein', 'keine Angabe'. |
6 |
|
|
7 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
10 |
|
underlaying tables in views too. |
11 |
|
|
12 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
15 |
|
Various bug fixes. |
16 |
|
|
17 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
20 |
|
to extract fields from embedded repeat groups. |
21 |
|
|
22 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
23 |
|
views per page too. Result not tested yet. |
24 |
|
|
25 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
28 |
|
in-page repeat groups while rendering pages. |
29 |
|
|
30 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
31 |
|
|
32 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
33 |
|
traversals for document trees. |
34 |
|
|
35 |
|
* tools/formed/formed/model/data.py: Rewrote the |
36 |
|
Page.allWidgets() method to use new visitor for |
37 |
|
tree traversal. |
38 |
|
|
39 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
42 |
|
in the rename by formular name algorithm |
43 |
|
|
44 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
47 |
|
TODO: rewrite Page.allWidgets(). |
48 |
|
|
49 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
50 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
51 |
|
|
52 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
53 |
|
build views and respective joins. |
54 |
|
|
55 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
58 |
|
FORMED environment variable. If set to true tidylib is used to |
59 |
|
filter HTML content to be W3C valid. To use this feature install |
60 |
|
uTidylib. |
61 |
|
|
62 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
63 |
|
text/html and filters content through tidy if requested. |
64 |
|
|
65 |
2007-09-25 Torsten Irlaender <[email protected]> |
2007-09-25 Torsten Irlaender <[email protected]> |
66 |
|
|
67 |
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
68 |
cleanup of the form generation code. |
cleanup of the form generation code. |
69 |
|
|