1 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/main.py: Added a 'New' item in file menu which creates |
4 |
|
a new document when triggered. |
5 |
|
|
6 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/model/nodecomponents.py: Added walk generator over all |
9 |
|
items in the document tree. Added a method to eliminated duplicated names |
10 |
|
in document tree. |
11 |
|
|
12 |
|
* tools/formed/formed/model/misc.py: Added update mechanism for id generator |
13 |
|
after names collisions are eliminated. |
14 |
|
|
15 |
|
* tools/formed/formed/main.py: Added an 'Extra' menu with item |
16 |
|
'Make names unique'. |
17 |
|
|
18 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/model/data.py, |
21 |
|
tools/formed/formed/plugins/web/renderer.py: Removed support |
22 |
|
for 'text' attributes in bool items. They were never really |
23 |
|
used and the 'description' attributes fulfill the same |
24 |
|
purpose. |
25 |
|
|
26 |
|
* contrib/remove-bool-text.xsl: Transform to remove the |
27 |
|
'text' attributes from bool items. Apply with: |
28 |
|
'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml' |
29 |
|
|
30 |
|
* tools/formed/test-data/simple.xml: Removed 'text' attributes |
31 |
|
from bool items. |
32 |
|
|
33 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* contrib/convert-choices.xsl: Simpified. |
36 |
|
|
37 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
38 |
|
|
39 |
|
* tools/formed/formed/model/data.py: Removed 'options' attribute |
40 |
|
from ChoiceLeaf. Use 'value' instead, please! |
41 |
|
|
42 |
|
* tools/formed/formed/plugins/web/renderer.py: use 'value' attribute |
43 |
|
instead of 'options' to render choices. |
44 |
|
|
45 |
|
* contrib/convert-choices.xsl: Added to convert document files |
46 |
|
which use the choice 'option' attribute to usage of 'value'. |
47 |
|
Apply with e.g. 'xsltproc convert-choices.xsl old.xml > new.xml' |
48 |
|
|
49 |
2007-08-10 Sascha L. Teichmann <[email protected]> |
2007-08-10 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
* tools/formed/formed/plugins/web/renderer.py: radio buttons |
* tools/formed/formed/plugins/web/renderer.py: radio buttons |