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