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