/[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 73 by teichmann, Wed Aug 22 05:33:46 2007 UTC
# Line 1  Line 1 
1    2007-08-22 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/data.py: Small cosmetic cleanups
4    
5    2007-08-21 Sascha L. Teichmann <[email protected]>
6    
7            * tools/formed/formed/plugins/web/renderer.py: Another fix
8              for the hidden field. Argh!
9    
10    2007-08-21 Sascha L. Teichmann <[email protected]>
11    
12            * tools/formed/formed/plugins/web/renderer.py: Fixed double
13              generation of hidden page field.
14    
15    2007-08-21 Sascha L. Teichmann <[email protected]>
16    
17            * tools/formed/formed/plugins/web/semantic.py: Added semantic
18              checks for radio groups.
19    
20    2007-08-21 Sascha L. Teichmann <[email protected]>
21    
22            * tools/formed/formed/plugins/web/semantic.py: Added semantic
23              checks for choices.
24    
25    2007-08-21      Frank Koormann <[email protected]>
26    
27            * contrib/convert-formedtree2html.xsl: Display switch nodes as
28            alternatives.
29            
30    2007-08-21      Frank Koormann <[email protected]>
31    
32            * contrib/convert-formedtree2html.xsl:
33            Replace technical types with readable descriptions
34    
35    2007-08-21 Sascha L. Teichmann <[email protected]>
36    
37            * tools/formed/formed/plugins/web/plugin.py: Fix a few smaller
38              issues. 'action' looks for all widgets on a page now, goes
39                    through all passed parameters, tries to match them with the
40                    widgets of the page and put them into the semantic box.
41                    Afterwards a list of untouched page parameters are left
42                    which will be deleted from the semantic box.
43    
44            * tools/formed/formed/plugins/web/semantic.py: Simplified.
45              The NodeComponent is passed as an argument now.
46    
47            * tools/formed/formed/plugins/web/renderer.py: Generate a
48              hidden field to store the name of the page.
49    
50    2007-08-21 Sascha L. Teichmann <[email protected]>
51    
52            * tools/formed/formed/plugins/web/plugin.py: Fixed an encoding
53              issue with incoming UTF-8 data.
54    
55    2007-08-21 Sascha L. Teichmann <[email protected]>
56    
57            * tools/formed/test-data/simple.xml: Improve test for widgets
58              in switches.
59    
60            * tools/formed/formed/model/data.py: Added a method to find all
61              widgets in a given page. Fixed a bug when walking in switch
62                    with a given mode.
63    
64            * tools/formed/formed/plugins/web/plugin.py: Simple test for
65              listing all widgets in page.
66    
67    2007-08-21 Torsten Irlaender <[email protected]>
68    
69            * tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to
70              latin-1
71    
72    2007-08-21 Sascha L. Teichmann <[email protected]>
73    
74            * tools/formed/formed/model/data.py: Added mode parameter to
75              walk.
76                    
77            * tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites
78              walk() with usage of the new mode parameter. Added a method to
79                    give children in a given mode.
80    
81            * tools/formed/formed/plugins/web/renderer.py: Simplified to use
82              new Switch.childrenInMode() method.
83    
84    2007-08-21 Sascha L. Teichmann <[email protected]>
85    
86            * tools/formed/formed/plugins/web/semantic.py: Add checks for
87              texts and text areas.
88    
89            * tools/formed/formed/plugins/web/renderer.py: Set accept-charset
90              to UTF-8 in generated form.
91    
92  2007-08-20 Sascha L. Teichmann <[email protected]>  2007-08-20 Sascha L. Teichmann <[email protected]>
93    
94          * 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.73

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26