1 |
|
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 |
44 |
|
in switches. |
45 |
|
|
46 |
|
* tools/formed/formed/model/data.py: Added a method to find all |
47 |
|
widgets in a given page. Fixed a bug when walking in switch |
48 |
|
with a given mode. |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/plugin.py: Simple test for |
51 |
|
listing all widgets in page. |
52 |
|
|
53 |
|
2007-08-21 Torsten Irlaender <[email protected]> |
54 |
|
|
55 |
|
* tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to |
56 |
|
latin-1 |
57 |
|
|
58 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* tools/formed/formed/model/data.py: Added mode parameter to |
61 |
|
walk. |
62 |
|
|
63 |
|
* tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites |
64 |
|
walk() with usage of the new mode parameter. Added a method to |
65 |
|
give children in a given mode. |
66 |
|
|
67 |
|
* tools/formed/formed/plugins/web/renderer.py: Simplified to use |
68 |
|
new Switch.childrenInMode() method. |
69 |
|
|
70 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
71 |
|
|
72 |
|
* tools/formed/formed/plugins/web/semantic.py: Add checks for |
73 |
|
texts and text areas. |
74 |
|
|
75 |
|
* tools/formed/formed/plugins/web/renderer.py: Set accept-charset |
76 |
|
to UTF-8 in generated form. |
77 |
|
|
78 |
|
2007-08-20 Sascha L. Teichmann <[email protected]> |
79 |
|
|
80 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
81 |
|
tests for dates. |
82 |
|
|
83 |
2007-08-20 Sascha L. Teichmann <[email protected]> |
2007-08-20 Sascha L. Teichmann <[email protected]> |
84 |
|
|
85 |
* tools/formed/test-data/simple.xml: Tweak a bit for integer |
* tools/formed/test-data/simple.xml: Tweak a bit for integer |