1 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py: Removed 'options' attribute |
4 |
|
from ChoiceLeaf. Use 'value' instead, please! |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/web/renderer.py: use 'value' attribute |
7 |
|
instead of 'options' to render choices. |
8 |
|
|
9 |
|
* contrib/convert-choices.xsl: Added to convert document files |
10 |
|
which use the choice 'option' attribute to usage of 'value'. |
11 |
|
Apply with e.g. 'xsltproc convert-choices.xsl old.xml > new.xml' |
12 |
|
|
13 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* tools/formed/formed/plugins/web/renderer.py: radio buttons |
16 |
|
are selected by 'checked' and not by 'selected'. Fixed. |
17 |
|
|
18 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/model/data.py: ChoiceLeafs are now |
21 |
|
initialized with size = 1. |
22 |
|
|
23 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/formed/model/data.py: TextLeafs are now |
26 |
|
initialized with size = 40, maxlength = 60 |
27 |
|
|
28 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed: choices |
31 |
|
are renderered with description now. |
32 |
|
|
33 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/web/renderer.py: Added rendering |
36 |
|
for date items. Added missing ids for texts and textareas. |
37 |
|
|
38 |
2007-08-10 Sascha L. Teichmann <[email protected]> |
2007-08-10 Sascha L. Teichmann <[email protected]> |
39 |
|
|
40 |
* tools/formed/formed/config.py: Evaluate the environment |
* tools/formed/formed/config.py: Evaluate the environment |