1 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
4 |
|
underlaying tables in views too. |
5 |
|
|
6 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
9 |
|
Various bug fixes. |
10 |
|
|
11 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
14 |
|
to extract fields from embedded repeat groups. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
17 |
|
views per page too. Result not tested yet. |
18 |
|
|
19 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
22 |
|
in-page repeat groups while rendering pages. |
23 |
|
|
24 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
25 |
|
|
26 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
27 |
|
traversals for document trees. |
28 |
|
|
29 |
|
* tools/formed/formed/model/data.py: Rewrote the |
30 |
|
Page.allWidgets() method to use new visitor for |
31 |
|
tree traversal. |
32 |
|
|
33 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
36 |
|
in the rename by formular name algorithm |
37 |
|
|
38 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
39 |
|
|
40 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
41 |
|
TODO: rewrite Page.allWidgets(). |
42 |
|
|
43 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
44 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
45 |
|
|
46 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
47 |
|
build views and respective joins. |
48 |
|
|
49 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
52 |
|
FORMED environment variable. If set to true tidylib is used to |
53 |
|
filter HTML content to be W3C valid. To use this feature install |
54 |
|
uTidylib. |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
57 |
|
text/html and filters content through tidy if requested. |
58 |
|
|
59 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
62 |
|
cleanup of the form generation code. |
63 |
|
|
64 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
67 |
|
and DROP TABLE statements to schema export. |
68 |
|
|
69 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
72 |
|
in correct topolocial order now. |
73 |
|
|
74 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |
77 |
|
a document with items that are in given mode. |
78 |
|
|
79 |
|
* tools/formed/formed/model/nodecomponents.py: Added methods to clone |
80 |
|
trees depending on selected modes. |
81 |
|
|
82 |
|
* tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py: |
83 |
|
Fixed clone issue with RuleNodes. |
84 |
|
|
85 |
|
* tools/formed/formed/config.py: Use new plug-in. |
86 |
|
|
87 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
88 |
|
|
89 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Make the |
90 |
|
view renderer a real view renderer. It takes a list of |
91 |
|
items now and not only a single page. |
92 |
|
|
93 |
|
* tools/formed/formed/plugins/web/renderer.py: Feed a list |
94 |
|
of items to the view renderer. |
95 |
|
|
96 |
|
2007-09-17 Torsten Irlaender <[email protected]> |
97 |
|
|
98 |
|
* tools/formed/formed/plugins/web/view_renderer.py: |
99 |
|
Small tweaks in rendering bools. |
100 |
|
RadioNodes (with all its children) can now be placed in a container. |
101 |
|
The radiobools will not get a surrounding <div> anymore. |
102 |
|
I am not sure if the new way results in the wanted behaivor, but the |
103 |
|
rendering results are much better now :) |
104 |
|
Maybe we need a similar approach for checkboxes? |
105 |
|
Rendering groups is still broken in some way. |
106 |
|
|
107 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
108 |
|
|
109 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
110 |
|
a few bugs: Do not render empty containers, do not |
111 |
|
generate misplaced <br class="newline"> in choices. |
112 |
|
Add a nameless container to catch the items that are |
113 |
|
nor explicitly assigned to a target. Removed FormData. |
114 |
|
|
115 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
116 |
|
a needless import |
117 |
|
|
118 |
2007-09-17 Sascha L. Teichmann <[email protected]> |
2007-09-17 Sascha L. Teichmann <[email protected]> |
119 |
|
|
120 |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |