/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.57  
changed lines
  Added in v.69

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26