/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 60 by teichmann, Mon Aug 20 15:14:58 2007 UTC revision 66 by teichmann, Tue Aug 21 13:05:23 2007 UTC
# Line 1  Line 1 
1    2007-08-21 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/web/plugin.py: Fix a few smaller
4              issues. 'action' looks for all widgets on a page now, goes
5                    through all passed parameters, tries to match them with the
6                    widgets of the page and put them into the semantic box.
7                    Afterwards a list of untouched page parameters are left
8                    which will be deleted from the semantic box.
9    
10            * tools/formed/formed/plugins/web/semantic.py: Simplified.
11              The NodeComponent is passed as an argument now.
12    
13            * tools/formed/formed/plugins/web/renderer.py: Generate a
14              hidden field to store the name of the page.
15    
16    2007-08-21 Sascha L. Teichmann <[email protected]>
17    
18            * tools/formed/formed/plugins/web/plugin.py: Fixed an encoding
19              issue with incoming UTF-8 data.
20    
21    2007-08-21 Sascha L. Teichmann <[email protected]>
22    
23            * tools/formed/test-data/simple.xml: Improve test for widgets
24              in switches.
25    
26            * tools/formed/formed/model/data.py: Added a method to find all
27              widgets in a given page. Fixed a bug when walking in switch
28                    with a given mode.
29    
30            * tools/formed/formed/plugins/web/plugin.py: Simple test for
31              listing all widgets in page.
32    
33    2007-08-21 Torsten Irlaender <[email protected]>
34    
35            * tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to
36              latin-1
37    
38    2007-08-21 Sascha L. Teichmann <[email protected]>
39    
40            * tools/formed/formed/model/data.py: Added mode parameter to
41              walk.
42                    
43            * tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites
44              walk() with usage of the new mode parameter. Added a method to
45                    give children in a given mode.
46    
47            * tools/formed/formed/plugins/web/renderer.py: Simplified to use
48              new Switch.childrenInMode() method.
49    
50    2007-08-21 Sascha L. Teichmann <[email protected]>
51    
52            * tools/formed/formed/plugins/web/semantic.py: Add checks for
53              texts and text areas.
54    
55            * tools/formed/formed/plugins/web/renderer.py: Set accept-charset
56              to UTF-8 in generated form.
57    
58  2007-08-20 Sascha L. Teichmann <[email protected]>  2007-08-20 Sascha L. Teichmann <[email protected]>
59    
60          * tools/formed/formed/plugins/web/semantic.py: Added semantic          * tools/formed/formed/plugins/web/semantic.py: Added semantic

Legend:
Removed from v.60  
changed lines
  Added in v.66

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26