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