1 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |
4 |
|
a document with items that are in given mode. |
5 |
|
|
6 |
|
* tools/formed/formed/model/nodecomponents.py: Added methods to clone |
7 |
|
trees depending on selected modes. |
8 |
|
|
9 |
|
* tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py: |
10 |
|
Fixed clone issue with RuleNodes. |
11 |
|
|
12 |
|
* tools/formed/formed/config.py: Use new plug-in. |
13 |
|
|
14 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Make the |
17 |
|
view renderer a real view renderer. It takes a list of |
18 |
|
items now and not only a single page. |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/renderer.py: Feed a list |
21 |
|
of items to the view renderer. |
22 |
|
|
23 |
|
2007-09-17 Torsten Irlaender <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/web/view_renderer.py: |
26 |
|
Small tweaks in rendering bools. |
27 |
|
RadioNodes (with all its children) can now be placed in a container. |
28 |
|
The radiobools will not get a surrounding <div> anymore. |
29 |
|
I am not sure if the new way results in the wanted behaivor, but the |
30 |
|
rendering results are much better now :) |
31 |
|
Maybe we need a similar approach for checkboxes? |
32 |
|
Rendering groups is still broken in some way. |
33 |
|
|
34 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
37 |
|
a few bugs: Do not render empty containers, do not |
38 |
|
generate misplaced <br class="newline"> in choices. |
39 |
|
Add a nameless container to catch the items that are |
40 |
|
nor explicitly assigned to a target. Removed FormData. |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
43 |
|
a needless import |
44 |
|
|
45 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Implemented |
48 |
|
usage of 'containers' and 'target' attributes. |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/controllers.py: Modified import. |
51 |
|
|
52 |
|
* tools/formed/formed/plugins/web/renderer.py: Use |
53 |
|
new ViewRenderer. |
54 |
|
|
55 |
2007-09-17 Sascha L. Teichmann <[email protected]> |
2007-09-17 Sascha L. Teichmann <[email protected]> |
56 |
|
|
57 |
* tools/formed/formed/model/nodecomponents.py: Added attributes |
* tools/formed/formed/model/nodecomponents.py: Added attributes |