/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 64 by teichmann, Tue Aug 21 09:11:58 2007 UTC revision 79 by teichmann, Thu Aug 23 08:33:28 2007 UTC
# Line 1  Line 1 
1    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:
85            Replace technical types with readable descriptions
86    
87    2007-08-21 Sascha L. Teichmann <[email protected]>
88    
89            * tools/formed/formed/plugins/web/plugin.py: Fix a few smaller
90              issues. 'action' looks for all widgets on a page now, goes
91                    through all passed parameters, tries to match them with the
92                    widgets of the page and put them into the semantic box.
93                    Afterwards a list of untouched page parameters are left
94                    which will be deleted from the semantic box.
95    
96            * tools/formed/formed/plugins/web/semantic.py: Simplified.
97              The NodeComponent is passed as an argument now.
98    
99            * tools/formed/formed/plugins/web/renderer.py: Generate a
100              hidden field to store the name of the page.
101    
102    2007-08-21 Sascha L. Teichmann <[email protected]>
103    
104            * tools/formed/formed/plugins/web/plugin.py: Fixed an encoding
105              issue with incoming UTF-8 data.
106    
107  2007-08-21 Sascha L. Teichmann <[email protected]>  2007-08-21 Sascha L. Teichmann <[email protected]>
108    
109          * tools/formed/test-data/simple.xml: Improve test for widgets          * tools/formed/test-data/simple.xml: Improve test for widgets

Legend:
Removed from v.64  
changed lines
  Added in v.79

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26