1 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed double |
4 |
|
generation of hidden page field. |
5 |
|
|
6 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
9 |
|
checks for radio groups. |
10 |
|
|
11 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
14 |
|
checks for choices. |
15 |
|
|
16 |
|
2007-08-21 Frank Koormann <[email protected]> |
17 |
|
|
18 |
|
* contrib/convert-formedtree2html.xsl: Display switch nodes as |
19 |
|
alternatives. |
20 |
|
|
21 |
|
2007-08-21 Frank Koormann <[email protected]> |
22 |
|
|
23 |
|
* contrib/convert-formedtree2html.xsl: |
24 |
|
Replace technical types with readable descriptions |
25 |
|
|
26 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/plugin.py: Fix a few smaller |
29 |
|
issues. 'action' looks for all widgets on a page now, goes |
30 |
|
through all passed parameters, tries to match them with the |
31 |
|
widgets of the page and put them into the semantic box. |
32 |
|
Afterwards a list of untouched page parameters are left |
33 |
|
which will be deleted from the semantic box. |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/web/semantic.py: Simplified. |
36 |
|
The NodeComponent is passed as an argument now. |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/renderer.py: Generate a |
39 |
|
hidden field to store the name of the page. |
40 |
|
|
41 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed an encoding |
44 |
|
issue with incoming UTF-8 data. |
45 |
|
|
46 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* tools/formed/test-data/simple.xml: Improve test for widgets |
49 |
|
in switches. |
50 |
|
|
51 |
|
* tools/formed/formed/model/data.py: Added a method to find all |
52 |
|
widgets in a given page. Fixed a bug when walking in switch |
53 |
|
with a given mode. |
54 |
|
|
55 |
|
* tools/formed/formed/plugins/web/plugin.py: Simple test for |
56 |
|
listing all widgets in page. |
57 |
|
|
58 |
|
2007-08-21 Torsten Irlaender <[email protected]> |
59 |
|
|
60 |
|
* tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to |
61 |
|
latin-1 |
62 |
|
|
63 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/formed/formed/model/data.py: Added mode parameter to |
66 |
|
walk. |
67 |
|
|
68 |
|
* tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites |
69 |
|
walk() with usage of the new mode parameter. Added a method to |
70 |
|
give children in a given mode. |
71 |
|
|
72 |
|
* tools/formed/formed/plugins/web/renderer.py: Simplified to use |
73 |
|
new Switch.childrenInMode() method. |
74 |
|
|
75 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
76 |
|
|
77 |
|
* tools/formed/formed/plugins/web/semantic.py: Add checks for |
78 |
|
texts and text areas. |
79 |
|
|
80 |
|
* tools/formed/formed/plugins/web/renderer.py: Set accept-charset |
81 |
|
to UTF-8 in generated form. |
82 |
|
|
83 |
|
2007-08-20 Sascha L. Teichmann <[email protected]> |
84 |
|
|
85 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
86 |
|
tests for dates. |
87 |
|
|
88 |
|
2007-08-20 Sascha L. Teichmann <[email protected]> |
89 |
|
|
90 |
|
* tools/formed/test-data/simple.xml: Tweak a bit for integer |
91 |
|
range test. |
92 |
|
|
93 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
94 |
|
to find a tree item for a given name. |
95 |
|
|
96 |
|
* tools/formed/formed/plugins/web/semantic.py: New: Box for |
97 |
|
semantic checking. Has check for integers. |
98 |
|
|
99 |
|
* tools/formed/formed/plugins/web/plugin.py: Use semantic |
100 |
|
check. |
101 |
|
|
102 |
2007-08-20 Torsten Irlaender <[email protected]> |
2007-08-20 Torsten Irlaender <[email protected]> |
103 |
|
|
104 |
* tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in |
* tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in |