--- trunk/ChangeLog 2007/09/17 05:33:06 183 +++ trunk/ChangeLog 2007/09/17 19:25:05 186 @@ -1,3 +1,34 @@ +2007-09-17 Torsten Irlaender + * tools/formed/formed/plugins/web/view_renderer.py: + Small tweaks in rendering bools. + RadioNodes (with all its children) can now be placed in a container. + The radiobools will not get a surrounding
anymore. + I am not sure if the new way results in the wanted behaivor, but the + rendering results are much better now :) + Maybe we need a similar approach for checkboxes? + Rendering groups is still broken in some way. + +2007-09-17 Sascha L. Teichmann + + * tools/formed/formed/plugins/web/view_renderer.py: Fixed + a few bugs: Do not render empty containers, do not + generate misplaced
in choices. + Add a nameless container to catch the items that are + nor explicitly assigned to a target. Removed FormData. + + * tools/formed/formed/plugins/web/renderer.py: Removed + a needless import + +2007-09-17 Sascha L. Teichmann + + * tools/formed/formed/plugins/web/view_renderer.py: Implemented + usage of 'containers' and 'target' attributes. + + * tools/formed/formed/plugins/web/controllers.py: Modified import. + + * tools/formed/formed/plugins/web/renderer.py: Use + new ViewRenderer. + 2007-09-17 Sascha L. Teichmann * tools/formed/formed/model/nodecomponents.py: Added attributes