1 |
2007-08-10 Sascha L. Teichmann <[email protected]> |
2007-08-10 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed: choices |
4 |
|
are renderered with description now. |
5 |
|
|
6 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/web/renderer.py: Added rendering |
9 |
|
for date items. Added missing ids for texts and textareas. |
10 |
|
|
11 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/config.py: Evaluate the environment |
14 |
|
variable 'FORMED'. Snytax: FORMED='key1:value1;key2:value2' |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/plugin.py: Give a reference |
17 |
|
to the config at setup time. |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/plugin.py: To determine |
20 |
|
the port look at FORMED dictionary first. Key is 'web.port'. |
21 |
|
e.g. FORMED='web.port:8888' |
22 |
|
|
23 |
|
* tools/formed/formed/main.py: Call the plugin setup with |
24 |
|
the reference to the config. |
25 |
|
|
26 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
* tools/formed/test-data/simple.xml: removed 'text' attributes from |
* tools/formed/test-data/simple.xml: removed 'text' attributes from |
29 |
info tags. Use the 'value' attributes for same purpose now, please! |
info tags. Use the 'value' attributes for same purpose now, please! |
30 |
|
|