1 |
2007-08-17 Frank Koormann <[email protected]> |
2007-08-22 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/main.py: Add an 'all' mode to |
4 |
|
select all modes. ;-) |
5 |
|
|
6 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/test-data/simple.xml, |
9 |
|
tools/formed/formed/model/data.py, |
10 |
|
tools/formed/formed/plugins/web/plugin.py, |
11 |
|
tools/formed/formed/plugins/web/renderer.py, |
12 |
|
tools/formed/formed/io/document.py, |
13 |
|
tools/formed/formed/main.py: Removed support for switch nodes. |
14 |
|
BEWARE: This breaks compatibility with older documents! |
15 |
|
|
16 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/web/plugin.py: Uses the |
19 |
|
getSelectedMode() from main now. |
20 |
|
|
21 |
|
* tools/formed/formed/main.py: selected mode is now hold |
22 |
|
in main. |
23 |
|
|
24 |
|
* tools/formed/formed/config.py: removed selected mode from |
25 |
|
env configuration. |
26 |
|
|
27 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/ui/controls.py: Attributes in GUI attribute |
30 |
|
table are now alphabetically sorted. |
31 |
|
|
32 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/model/nodecomponents.py: Added code to |
35 |
|
establish the new 'modes' recursively. |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/plugin.py: Pass main instead |
38 |
|
of cfg on plug-in start-up. |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/web/plugin.py: Use the new |
41 |
|
'modes' attribute for rendering. |
42 |
|
|
43 |
|
* tools/formed/formed/plugins/web/renderer.py: Use decorators |
44 |
|
to check the new modes. |
45 |
|
|
46 |
|
* tools/formed/formed/main.py: Adjusted to new infrastructure. |
47 |
|
|
48 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/model/nodecomponents.py: Added an |
51 |
|
attribute 'modes' to NodeComponents. |
52 |
|
|
53 |
|
2007-08-22 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
|
* tools/formed/formed/model/data.py: Small cosmetic cleanups |
56 |
|
|
57 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/web/renderer.py: Another fix |
60 |
|
for the hidden field. Argh! |
61 |
|
|
62 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
63 |
|
|
64 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed double |
65 |
|
generation of hidden page field. |
66 |
|
|
67 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
68 |
|
|
69 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
70 |
|
checks for radio groups. |
71 |
|
|
72 |
|
2007-08-21 Sascha L. Teichmann <[email protected]> |
73 |
|
|
74 |
|
* tools/formed/formed/plugins/web/semantic.py: Added semantic |
75 |
|
checks for choices. |
76 |
|
|
77 |
|
2007-08-21 Frank Koormann <[email protected]> |
78 |
|
|
79 |
|
* contrib/convert-formedtree2html.xsl: Display switch nodes as |
80 |
|
alternatives. |
81 |
|
|
82 |
|
2007-08-21 Frank Koormann <[email protected]> |
83 |
|
|
84 |
* contrib/convert-formedtree2html.xsl: |
* contrib/convert-formedtree2html.xsl: |
85 |
Replace technical types with readable descriptions |
Replace technical types with readable descriptions |