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