1 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* contrib/convert-choices.xsl: Simpified. |
4 |
|
|
5 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
6 |
|
|
7 |
|
* tools/formed/formed/model/data.py: Removed 'options' attribute |
8 |
|
from ChoiceLeaf. Use 'value' instead, please! |
9 |
|
|
10 |
|
* tools/formed/formed/plugins/web/renderer.py: use 'value' attribute |
11 |
|
instead of 'options' to render choices. |
12 |
|
|
13 |
|
* contrib/convert-choices.xsl: Added to convert document files |
14 |
|
which use the choice 'option' attribute to usage of 'value'. |
15 |
|
Apply with e.g. 'xsltproc convert-choices.xsl old.xml > new.xml' |
16 |
|
|
17 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/renderer.py: radio buttons |
20 |
|
are selected by 'checked' and not by 'selected'. Fixed. |
21 |
|
|
22 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/model/data.py: ChoiceLeafs are now |
25 |
|
initialized with size = 1. |
26 |
|
|
27 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/model/data.py: TextLeafs are now |
30 |
|
initialized with size = 40, maxlength = 60 |
31 |
|
|
32 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed: choices |
35 |
|
are renderered with description now. |
36 |
|
|
37 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/web/renderer.py: Added rendering |
40 |
|
for date items. Added missing ids for texts and textareas. |
41 |
|
|
42 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/config.py: Evaluate the environment |
45 |
|
variable 'FORMED'. Snytax: FORMED='key1:value1;key2:value2' |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/plugin.py: Give a reference |
48 |
|
to the config at setup time. |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/plugin.py: To determine |
51 |
|
the port look at FORMED dictionary first. Key is 'web.port'. |
52 |
|
e.g. FORMED='web.port:8888' |
53 |
|
|
54 |
|
* tools/formed/formed/main.py: Call the plugin setup with |
55 |
|
the reference to the config. |
56 |
|
|
57 |
2007-08-10 Sascha L. Teichmann <[email protected]> |
2007-08-10 Sascha L. Teichmann <[email protected]> |
58 |
|
|
59 |
* tools/formed/test-data/simple.xml: removed 'text' attributes from |
* tools/formed/test-data/simple.xml: removed 'text' attributes from |