1 |
|
2007-08-17 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
* contrib/convert-formedtree2html.xsl: Display switch nodes as |
4 |
|
alternatives. |
5 |
|
|
6 |
|
2007-08-17 Frank Koormann <[email protected]> |
7 |
|
|
8 |
|
* contrib/convert-formedtree2html.xsl: |
9 |
|
Replace technical types with readable descriptions |
10 |
|
|
11 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/plugin.py: Fix a few smaller |
14 |
|
issues. 'action' looks for all widgets on a page now, goes |
15 |
|
through all passed parameters, tries to match them with the |
16 |
|
widgets of the page and put them into the semantic box. |
17 |
|
Afterwards a list of untouched page parameters are left |
18 |
|
which will be deleted from the semantic box. |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/semantic.py: Simplified. |
21 |
|
The NodeComponent is passed as an argument now. |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/renderer.py: Generate a |
24 |
|
hidden field to store the name of the page. |
25 |
|
|
26 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed an encoding |
29 |
|
issue with incoming UTF-8 data. |
30 |
|
|
31 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* tools/formed/test-data/simple.xml: Improve test for widgets |
34 |
|
in switches. |
35 |
|
|
36 |
|
* tools/formed/formed/model/data.py: Added a method to find all |
37 |
|
widgets in a given page. Fixed a bug when walking in switch |
38 |
|
with a given mode. |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/web/plugin.py: Simple test for |
41 |
|
listing all widgets in page. |
42 |
|
|
43 |
|
2007-08-21 Torsten Irlaender <[email protected]> |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to |
46 |
|
latin-1 |
47 |
|
|
48 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/model/data.py: Added mode parameter to |
51 |
|
walk. |
52 |
|
|
53 |
|
* tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites |
54 |
|
walk() with usage of the new mode parameter. Added a method to |
55 |
|
give children in a given mode. |
56 |
|
|
57 |
|
* tools/formed/formed/plugins/web/renderer.py: Simplified to use |
58 |
|
new Switch.childrenInMode() method. |
59 |
|
|
60 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
61 |
|
|
62 |
|
* tools/formed/formed/plugins/web/semantic.py: Add checks for |
63 |
|
texts and text areas. |
64 |
|
|
65 |
|
* tools/formed/formed/plugins/web/renderer.py: Set accept-charset |
66 |
|
to UTF-8 in generated form. |
67 |
|
|
68 |
2007-08-20 Sascha L. Teichmann <[email protected]> |
2007-08-20 Sascha L. Teichmann <[email protected]> |
69 |
|
|
70 |
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
* tools/formed/formed/plugins/web/semantic.py: Added semantic |