1 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/test-data/simple.xml, |
4 |
|
tools/formed/formed/model/data.py, |
5 |
|
tools/formed/formed/plugins/web/plugin.py, |
6 |
|
tools/formed/formed/plugins/web/renderer.py, |
7 |
|
tools/formed/formed/io/document.py, |
8 |
|
tools/formed/formed/main.py: Removed support for switch nodes. |
9 |
|
BEWARE: This breaks compatibility with older documents! |
10 |
|
|
11 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the |
14 |
|
getSelectedMode() from main now. |
15 |
|
|
16 |
|
* tools/formed/formed/main.py: selected mode is now hold |
17 |
|
in main. |
18 |
|
|
19 |
|
* tools/formed/formed/config.py: removed selected mode from |
20 |
|
env configuration. |
21 |
|
|
22 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/ui/controls.py: Attributes in GUI attribute |
25 |
|
table are now alphabetically sorted. |
26 |
|
|
27 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/model/nodecomponents.py: Added code to |
30 |
|
establish the new 'modes' recursively. |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/plugin.py: Pass main instead |
33 |
|
of cfg on plug-in start-up. |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/web/plugin.py: Use the new |
36 |
|
'modes' attribute for rendering. |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/renderer.py: Use decorators |
39 |
|
to check the new modes. |
40 |
|
|
41 |
|
* tools/formed/formed/main.py: Adjusted to new infrastructure. |
42 |
|
|
43 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
44 |
|
|
45 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
46 |
|
attribute 'modes' to NodeComponents. |
47 |
|
|
48 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/model/data.py: Small cosmetic cleanups |
51 |
|
|
52 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* tools/formed/formed/plugins/web/renderer.py: Another fix |
55 |
|
for the hidden field. Argh! |
56 |
|
|
57 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed double |
60 |
|
generation of hidden page field. |
61 |
|
|
62 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
63 |
|
|
64 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
65 |
|
checks for radio groups. |
66 |
|
|
67 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
68 |
|
|
69 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
70 |
|
checks for choices. |
71 |
|
|
72 |
|
2007-08-21 Frank Koormann <[email protected]> |
73 |
|
|
74 |
|
* contrib/convert-formedtree2html.xsl: Display switch nodes as |
75 |
|
alternatives. |
76 |
|
|
77 |
|
2007-08-21 Frank Koormann <[email protected]> |
78 |
|
|
79 |
|
* contrib/convert-formedtree2html.xsl: |
80 |
|
Replace technical types with readable descriptions |
81 |
|
|
82 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
83 |
|
|
84 |
|
* tools/formed/formed/plugins/web/plugin.py: Fix a few smaller |
85 |
|
issues. 'action' looks for all widgets on a page now, goes |
86 |
|
through all passed parameters, tries to match them with the |
87 |
|
widgets of the page and put them into the semantic box. |
88 |
|
Afterwards a list of untouched page parameters are left |
89 |
|
which will be deleted from the semantic box. |
90 |
|
|
91 |
|
* tools/formed/formed/plugins/web/semantic.py: Simplified. |
92 |
|
The NodeComponent is passed as an argument now. |
93 |
|
|
94 |
|
* tools/formed/formed/plugins/web/renderer.py: Generate a |
95 |
|
hidden field to store the name of the page. |
96 |
|
|
97 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
98 |
|
|
99 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed an encoding |
100 |
|
issue with incoming UTF-8 data. |
101 |
|
|
102 |
2007-08-21 Sascha L. Teichmann <[email protected]> |
2007-08-21 Sascha L. Teichmann <[email protected]> |
103 |
|
|
104 |
* tools/formed/test-data/simple.xml: Improve test for widgets |
* tools/formed/test-data/simple.xml: Improve test for widgets |