1 |
2007-08-11 Sascha L. Teichmann <[email protected]> |
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 |
* tools/formed/formed/model/data.py: Removed 'options' attribute |
23 |
from ChoiceLeaf. Use 'value' instead, please! |
from ChoiceLeaf. Use 'value' instead, please! |
24 |
|
|