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