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