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]> |
66 |
|
|
67 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
68 |
|
cleanup of the form generation code. |
69 |
|
|
70 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
71 |
|
|
72 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
73 |
|
and DROP TABLE statements to schema export. |
74 |
|
|
75 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
76 |
|
|
77 |
|
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
78 |
|
in correct topolocial order now. |
79 |
|
|
80 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |
83 |
|
a document with items that are in given mode. |
84 |
|
|
85 |
|
* tools/formed/formed/model/nodecomponents.py: Added methods to clone |
86 |
|
trees depending on selected modes. |
87 |
|
|
88 |
|
* tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py: |
89 |
|
Fixed clone issue with RuleNodes. |
90 |
|
|
91 |
|
* tools/formed/formed/config.py: Use new plug-in. |
92 |
|
|
93 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
94 |
|
|
95 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Make the |
96 |
|
view renderer a real view renderer. It takes a list of |
97 |
|
items now and not only a single page. |
98 |
|
|
99 |
|
* tools/formed/formed/plugins/web/renderer.py: Feed a list |
100 |
|
of items to the view renderer. |
101 |
|
|
102 |
2007-09-17 Torsten Irlaender <[email protected]> |
2007-09-17 Torsten Irlaender <[email protected]> |
103 |
|
|
104 |
* tools/formed/formed/plugins/web/view_renderer.py: |
* tools/formed/formed/plugins/web/view_renderer.py: |
105 |
Small tweaks in rendering bools. |
Small tweaks in rendering bools. |
106 |
RadioNodes (with all its children) can now be placed in a container. |
RadioNodes (with all its children) can now be placed in a container. |
114 |
|
|
115 |
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
116 |
a few bugs: Do not render empty containers, do not |
a few bugs: Do not render empty containers, do not |
117 |
generate misplaced <br class="newline"> in choices. |
generate misplaced <br class="newline"> in choices. |
118 |
Add a nameless container to catch the items that are |
Add a nameless container to catch the items that are |
119 |
nor explicitly assigned to a target. Removed FormData. |
nor explicitly assigned to a target. Removed FormData. |
120 |
|
|
121 |
* tools/formed/formed/plugins/web/renderer.py: Removed |
* tools/formed/formed/plugins/web/renderer.py: Removed |
122 |
a needless import |
a needless import |