1 |
|
2007-08-21 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to |
4 |
|
latin-1 |
5 |
|
|
6 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/model/data.py: Added mode parameter to |
9 |
|
walk. |
10 |
|
|
11 |
|
* tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites |
12 |
|
walk() with usage of the new mode parameter. Added a method to |
13 |
|
give children in a given mode. |
14 |
|
|
15 |
|
* tools/formed/formed/plugins/web/renderer.py: Simplified to use |
16 |
|
new Switch.childrenInMode() method. |
17 |
|
|
18 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/semantic.py: Add checks for |
21 |
|
texts and text areas. |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/renderer.py: Set accept-charset |
24 |
|
to UTF-8 in generated form. |
25 |
|
|
26 |
|
2007-08-20 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
29 |
|
tests for dates. |
30 |
|
|
31 |
|
2007-08-20 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* tools/formed/test-data/simple.xml: Tweak a bit for integer |
34 |
|
range test. |
35 |
|
|
36 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
37 |
|
to find a tree item for a given name. |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/web/semantic.py: New: Box for |
40 |
|
semantic checking. Has check for integers. |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/web/plugin.py: Use semantic |
43 |
|
check. |
44 |
|
|
45 |
|
2007-08-20 Torsten Irlaender <[email protected]> |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in |
48 |
|
selection-field generation (Removed quote) |
49 |
|
|
50 |
2007-08-18 Sascha L. Teichmann <[email protected]> |
2007-08-18 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
* tools/formed/formed/plugins/web/plugin.py, |
* tools/formed/formed/plugins/web/plugin.py, |
107 |
Heading level depending on depth of group node. |
Heading level depending on depth of group node. |
108 |
In case of radio/choice/check only list of options. |
In case of radio/choice/check only list of options. |
109 |
|
|
110 |
2007-08-1/ Torsten Irlaender <[email protected]> |
2007-08-17 Torsten Irlaender <[email protected]> |
111 |
|
|
112 |
* contrib/convert-formedtree2html.xsl: Output is now generated with |
* contrib/convert-formedtree2html.xsl: Output is now generated with |
113 |
HTML doc-string and charset information in the meta-header. |
HTML doc-string and charset information in the meta-header. |
114 |
|
|
115 |
2007-08-1/ Torsten Irlaender <[email protected]> |
2007-08-17 Torsten Irlaender <[email protected]> |
116 |
|
|
117 |
* contrib/convert-formedtree2html.xsl: Added small script for |
* contrib/convert-formedtree2html.xsl: Added small script for |
118 |
exporting the formed tree to html |
exporting the formed tree to html |