1 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py, |
4 |
|
tools/formed/formed/plugins/web/renderer.py: Removed support |
5 |
|
for 'text' attributes in bool items. They were never really |
6 |
|
used and the 'description' attributes fulfill the same |
7 |
|
purpose. |
8 |
|
|
9 |
|
* contrib/remove-bool-text.xsl: Transform to remove the |
10 |
|
'text' attributes from bool items. Apply with: |
11 |
|
'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml' |
12 |
|
|
13 |
|
* tools/formed/test-data/simple.xml: Removed 'text' attributes |
14 |
|
from bool items. |
15 |
|
|
16 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* contrib/convert-choices.xsl: Simpified. |
19 |
|
|
20 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* tools/formed/formed/model/data.py: Removed 'options' attribute |
23 |
|
from ChoiceLeaf. Use 'value' instead, please! |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/web/renderer.py: use 'value' attribute |
26 |
|
instead of 'options' to render choices. |
27 |
|
|
28 |
|
* contrib/convert-choices.xsl: Added to convert document files |
29 |
|
which use the choice 'option' attribute to usage of 'value'. |
30 |
|
Apply with e.g. 'xsltproc convert-choices.xsl old.xml > new.xml' |
31 |
|
|
32 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/plugins/web/renderer.py: radio buttons |
35 |
|
are selected by 'checked' and not by 'selected'. Fixed. |
36 |
|
|
37 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed/model/data.py: ChoiceLeafs are now |
40 |
|
initialized with size = 1. |
41 |
|
|
42 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/model/data.py: TextLeafs are now |
45 |
|
initialized with size = 40, maxlength = 60 |
46 |
|
|
47 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
48 |
|
|
49 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed: choices |
50 |
|
are renderered with description now. |
51 |
|
|
52 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* tools/formed/formed/plugins/web/renderer.py: Added rendering |
55 |
|
for date items. Added missing ids for texts and textareas. |
56 |
|
|
57 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
58 |
|
|
59 |
|
* tools/formed/formed/config.py: Evaluate the environment |
60 |
|
variable 'FORMED'. Snytax: FORMED='key1:value1;key2:value2' |
61 |
|
|
62 |
|
* tools/formed/formed/plugins/plugin.py: Give a reference |
63 |
|
to the config at setup time. |
64 |
|
|
65 |
|
* tools/formed/formed/plugins/web/plugin.py: To determine |
66 |
|
the port look at FORMED dictionary first. Key is 'web.port'. |
67 |
|
e.g. FORMED='web.port:8888' |
68 |
|
|
69 |
|
* tools/formed/formed/main.py: Call the plugin setup with |
70 |
|
the reference to the config. |
71 |
|
|
72 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
73 |
|
|
74 |
|
* tools/formed/test-data/simple.xml: removed 'text' attributes from |
75 |
|
info tags. Use the 'value' attributes for same purpose now, please! |
76 |
|
|
77 |
|
* tools/formed/formed/model/data.py: removed text attributes from |
78 |
|
InfoLeaf. |
79 |
|
|
80 |
|
* tools/formed/formed/plugins/web/renderer.py: Rendering of info |
81 |
|
now uses the 'value' instead of the 'text' attributes. |
82 |
|
|
83 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
2007-08-09 Sascha L. Teichmann <[email protected]> |
84 |
|
|
85 |
* tools/formed/formed/model/data.py: next/prevPage() are |
* tools/formed/formed/model/data.py: next/prevPage() are |