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