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