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