1 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/nodecomponents.py: Added walk generator over all |
4 |
|
items in the document tree. Added a method to eliminated duplicated names |
5 |
|
in document tree. |
6 |
|
|
7 |
|
* tools/formed/formed/model/misc.py: Added update mechanism for id generator |
8 |
|
after names collisions are eliminated. |
9 |
|
|
10 |
|
* tools/formed/formed/main.py: Added an 'Extra' menu with item |
11 |
|
'Make names unique'. |
12 |
|
|
13 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* tools/formed/formed/model/data.py, |
16 |
|
tools/formed/formed/plugins/web/renderer.py: Removed support |
17 |
|
for 'text' attributes in bool items. They were never really |
18 |
|
used and the 'description' attributes fulfill the same |
19 |
|
purpose. |
20 |
|
|
21 |
|
* contrib/remove-bool-text.xsl: Transform to remove the |
22 |
|
'text' attributes from bool items. Apply with: |
23 |
|
'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml' |
24 |
|
|
25 |
|
* tools/formed/test-data/simple.xml: Removed 'text' attributes |
26 |
|
from bool items. |
27 |
|
|
28 |
2007-08-11 Sascha L. Teichmann <[email protected]> |
2007-08-11 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
* contrib/convert-choices.xsl: Simpified. |
* contrib/convert-choices.xsl: Simpified. |