1 |
2007-08-21 Sascha L. Teichmann <[email protected]> |
2007-08-21 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
4 |
|
checks for radio groups. |
5 |
|
|
6 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
9 |
|
checks for choices. |
10 |
|
|
11 |
|
2007-08-21 Frank Koormann <[email protected]> |
12 |
|
|
13 |
|
* contrib/convert-formedtree2html.xsl: Display switch nodes as |
14 |
|
alternatives. |
15 |
|
|
16 |
|
2007-08-21 Frank Koormann <[email protected]> |
17 |
|
|
18 |
|
* contrib/convert-formedtree2html.xsl: |
19 |
|
Replace technical types with readable descriptions |
20 |
|
|
21 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/plugin.py: Fix a few smaller |
24 |
|
issues. 'action' looks for all widgets on a page now, goes |
25 |
|
through all passed parameters, tries to match them with the |
26 |
|
widgets of the page and put them into the semantic box. |
27 |
|
Afterwards a list of untouched page parameters are left |
28 |
|
which will be deleted from the semantic box. |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/web/semantic.py: Simplified. |
31 |
|
The NodeComponent is passed as an argument now. |
32 |
|
|
33 |
|
* tools/formed/formed/plugins/web/renderer.py: Generate a |
34 |
|
hidden field to store the name of the page. |
35 |
|
|
36 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed an encoding |
39 |
|
issue with incoming UTF-8 data. |
40 |
|
|
41 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
* tools/formed/test-data/simple.xml: Improve test for widgets |
* tools/formed/test-data/simple.xml: Improve test for widgets |
44 |
in switches. |
in switches. |
45 |
|
|