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