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