1 |
2007-08-31 Sascha L. Teichmann <[email protected]> |
2007-08-31 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/html.py: Make mode check |
4 |
|
work (again). |
5 |
|
|
6 |
|
2007-08-31 Torsten Irlaender <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/html.py: Rendering of the HTML |
9 |
|
exprt works now in a recursive way. This change was needed because |
10 |
|
the structure of the formedtree has changed to be able to render |
11 |
|
full hirachically document stuctures. (nested lists) |
12 |
|
TODO: Fix modechecking |
13 |
|
|
14 |
|
2007-08-31 Torsten Irlaender <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/plugin.py: Navigation rendering works |
17 |
|
now in recursive way. This change was needed because the structure |
18 |
|
of the formedtree has changed to be able to render full hirachically |
19 |
|
document stuctures. (nested lists) |
20 |
|
|
21 |
|
2007-08-31 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
* tools/formed/formed/model/nodecomponents.py: use discard() |
* tools/formed/formed/model/nodecomponents.py: use discard() |
24 |
instead of remove on sets. |
instead of remove on sets. |
25 |
|
|