1 |
|
2007-08-16 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/main.py: Swaped order of |
4 |
|
'Make names unique' and 'Selected mode...' in Extra |
5 |
|
menu and put a separator between them. |
6 |
|
|
7 |
|
2007-08-15 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/model/data.py: SwitchNodes can add |
10 |
|
their modes to a given set now. |
11 |
|
|
12 |
|
* tools/formed/formed/plugins/plugin.py: Simplified |
13 |
|
the plug-in interface. Only the reference to the |
14 |
|
global configuration is passed at setup time. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/plugin.py: Adjusted |
17 |
|
to new plug-in setup. The traveral mode is now taken |
18 |
|
from the global configuration each time a rendering |
19 |
|
is triggered. The FORMED parameter is now named |
20 |
|
'doc.mode' instead of 'web.mode'. The parameter |
21 |
|
is not needed any more because it can be configured |
22 |
|
at runtime. |
23 |
|
|
24 |
|
* tools/formed/formed/main.py: Adjusted to new plugin |
25 |
|
setup. Added a new menu item Extra->Select Mode... |
26 |
|
to select the traversal mode. It is stored in the |
27 |
|
global config. |
28 |
|
|
29 |
|
* tools/formed/formed/config.py: Simplified. Only uses |
30 |
|
one env dictionary to store global configuration parameters. |
31 |
|
|
32 |
|
* tools/formed/formed/ui/controls.py: Add a control to |
33 |
|
select one item from a list of given strings. |
34 |
|
|
35 |
|
2007-08-15 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/web/plugin.py, |
38 |
|
tools/formed/formed/plugins/web/renderer.py: Added parameter |
39 |
|
print out in web plugin. |
40 |
|
|
41 |
|
2007-08-15 Torsten Irlaender <[email protected]> |
42 |
|
|
43 |
|
* contrib/convert-formedtree2csv.xsl: Added small script for |
44 |
|
exporting the formed tree to csv |
45 |
|
|
46 |
2007-08-14 Sascha L. Teichmann <[email protected]> |
2007-08-14 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
* tools/formed/formed/model/data.py, |
* tools/formed/formed/model/data.py, |