1 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed an encoding |
4 |
|
issue with incoming UTF-8 data. |
5 |
|
|
6 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/test-data/simple.xml: Improve test for widgets |
9 |
|
in switches. |
10 |
|
|
11 |
|
* tools/formed/formed/model/data.py: Added a method to find all |
12 |
|
widgets in a given page. Fixed a bug when walking in switch |
13 |
|
with a given mode. |
14 |
|
|
15 |
|
* tools/formed/formed/plugins/web/plugin.py: Simple test for |
16 |
|
listing all widgets in page. |
17 |
|
|
18 |
|
2007-08-21 Torsten Irlaender <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to |
21 |
|
latin-1 |
22 |
|
|
23 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/formed/model/data.py: Added mode parameter to |
26 |
|
walk. |
27 |
|
|
28 |
|
* tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites |
29 |
|
walk() with usage of the new mode parameter. Added a method to |
30 |
|
give children in a given mode. |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/web/renderer.py: Simplified to use |
33 |
|
new Switch.childrenInMode() method. |
34 |
|
|
35 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/web/semantic.py: Add checks for |
38 |
|
texts and text areas. |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/web/renderer.py: Set accept-charset |
41 |
|
to UTF-8 in generated form. |
42 |
|
|
43 |
|
2007-08-20 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
46 |
|
tests for dates. |
47 |
|
|
48 |
|
2007-08-20 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/test-data/simple.xml: Tweak a bit for integer |
51 |
|
range test. |
52 |
|
|
53 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
54 |
|
to find a tree item for a given name. |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/web/semantic.py: New: Box for |
57 |
|
semantic checking. Has check for integers. |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/web/plugin.py: Use semantic |
60 |
|
check. |
61 |
|
|
62 |
|
2007-08-20 Torsten Irlaender <[email protected]> |
63 |
|
|
64 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in |
65 |
|
selection-field generation (Removed quote) |
66 |
|
|
67 |
2007-08-18 Sascha L. Teichmann <[email protected]> |
2007-08-18 Sascha L. Teichmann <[email protected]> |
68 |
|
|
69 |
* tools/formed/formed/plugins/web/plugin.py, |
* tools/formed/formed/plugins/web/plugin.py, |
124 |
Heading level depending on depth of group node. |
Heading level depending on depth of group node. |
125 |
In case of radio/choice/check only list of options. |
In case of radio/choice/check only list of options. |
126 |
|
|
127 |
2007-08-1/ Torsten Irlaender <[email protected]> |
2007-08-17 Torsten Irlaender <[email protected]> |
128 |
|
|
129 |
* contrib/convert-formedtree2html.xsl: Output is now generated with |
* contrib/convert-formedtree2html.xsl: Output is now generated with |
130 |
HTML doc-string and charset information in the meta-header. |
HTML doc-string and charset information in the meta-header. |
131 |
|
|
132 |
2007-08-1/ Torsten Irlaender <[email protected]> |
2007-08-17 Torsten Irlaender <[email protected]> |
133 |
|
|
134 |
* contrib/convert-formedtree2html.xsl: Added small script for |
* contrib/convert-formedtree2html.xsl: Added small script for |
135 |
exporting the formed tree to html |
exporting the formed tree to html |