1 |
2007-08-21 Sascha L. Teichmann <[email protected]> |
2007-08-21 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/plugin.py: Fix a few smaller |
4 |
|
issues. 'action' looks for all widgets on a page now, goes |
5 |
|
through all passed parameters, tries to match them with the |
6 |
|
widgets of the page and put them into the semantic box. |
7 |
|
Afterwards a list of untouched page parameters are left |
8 |
|
which will be deleted from the semantic box. |
9 |
|
|
10 |
|
* tools/formed/formed/plugins/web/semantic.py: Simplified. |
11 |
|
The NodeComponent is passed as an argument now. |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/renderer.py: Generate a |
14 |
|
hidden field to store the name of the page. |
15 |
|
|
16 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
* tools/formed/formed/plugins/web/plugin.py: Fixed an encoding |
* tools/formed/formed/plugins/web/plugin.py: Fixed an encoding |
19 |
issue with incoming UTF-8 data. |
issue with incoming UTF-8 data. |
20 |
|
|