/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.59  
changed lines
  Added in v.72

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26