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