1 |
2007-08-12 Sascha L. Teichmann <[email protected]> |
2007-08-12 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py, |
4 |
|
tools/formed/formed/plugins/web/renderer.py, |
5 |
|
tools/formed/formed/io/document.py: Changed the structure |
6 |
|
of choice constructs. The idea to hold the different items |
7 |
|
of a particular choice in a semicolon separated list was bad. |
8 |
|
Now choices are groups and the option items are modelled as |
9 |
|
embedded bools. (mainly Torsten Irländer's idea). |
10 |
|
|
11 |
|
WARNING: this makes old document files containing choices incompatible!!! |
12 |
|
Use the following XSLT to reestablish compatibility. |
13 |
|
|
14 |
|
* contrib/itemize-choices.xsl: New converts old to new structure. |
15 |
|
Needs exslt.org's string extensions (which xsltproc includes) |
16 |
|
|
17 |
|
* tools/formed/test-data/simple.xml: Ajusted to new structure |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/plugin.py: remove debug output |
20 |
|
|
21 |
|
* tools/formed/formed/model/nodecomponents.py: fixed a small bug in |
22 |
|
node finding code. It now uses the walk() generator, too. |
23 |
|
|
24 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
25 |
|
|
26 |
* tools/formed/formed/main.py: Added a clone item on the toolbar which |
* tools/formed/formed/main.py: Added a clone item on the toolbar which |
27 |
copies the currently selected item and appends it after the selection. |
copies the currently selected item and appends it after the selection. |
28 |
|
|