/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 56 by teichmann, Sun Aug 19 12:28:42 2007 UTC revision 67 by frank, Tue Aug 21 13:15:51 2007 UTC
# Line 1  Line 1 
1    2007-08-17      Frank Koormann <[email protected]>
2    
3            * contrib/convert-formedtree2html.xsl:
4            Replace technical types with readable descriptions
5    
6    2007-08-21 Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/plugins/web/plugin.py: Fix a few smaller
9              issues. 'action' looks for all widgets on a page now, goes
10                    through all passed parameters, tries to match them with the
11                    widgets of the page and put them into the semantic box.
12                    Afterwards a list of untouched page parameters are left
13                    which will be deleted from the semantic box.
14    
15            * tools/formed/formed/plugins/web/semantic.py: Simplified.
16              The NodeComponent is passed as an argument now.
17    
18            * tools/formed/formed/plugins/web/renderer.py: Generate a
19              hidden field to store the name of the page.
20    
21    2007-08-21 Sascha L. Teichmann <[email protected]>
22    
23            * tools/formed/formed/plugins/web/plugin.py: Fixed an encoding
24              issue with incoming UTF-8 data.
25    
26    2007-08-21 Sascha L. Teichmann <[email protected]>
27    
28            * tools/formed/test-data/simple.xml: Improve test for widgets
29              in switches.
30    
31            * tools/formed/formed/model/data.py: Added a method to find all
32              widgets in a given page. Fixed a bug when walking in switch
33                    with a given mode.
34    
35            * tools/formed/formed/plugins/web/plugin.py: Simple test for
36              listing all widgets in page.
37    
38    2007-08-21 Torsten Irlaender <[email protected]>
39    
40            * tools/formed/formed/plugins/names/filter.py: Fixed file-encoding to
41              latin-1
42    
43    2007-08-21 Sascha L. Teichmann <[email protected]>
44    
45            * tools/formed/formed/model/data.py: Added mode parameter to
46              walk.
47                    
48            * tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites
49              walk() with usage of the new mode parameter. Added a method to
50                    give children in a given mode.
51    
52            * tools/formed/formed/plugins/web/renderer.py: Simplified to use
53              new Switch.childrenInMode() method.
54    
55    2007-08-21 Sascha L. Teichmann <[email protected]>
56    
57            * tools/formed/formed/plugins/web/semantic.py: Add checks for
58              texts and text areas.
59    
60            * tools/formed/formed/plugins/web/renderer.py: Set accept-charset
61              to UTF-8 in generated form.
62    
63    2007-08-20 Sascha L. Teichmann <[email protected]>
64    
65            * tools/formed/formed/plugins/web/semantic.py: Added semantic
66              tests for dates.
67    
68    2007-08-20 Sascha L. Teichmann <[email protected]>        
69    
70            * tools/formed/test-data/simple.xml: Tweak a bit for integer
71              range test.
72    
73            * tools/formed/formed/model/nodecomponents.py: Added a method
74              to find a tree item for a given name.
75    
76            * tools/formed/formed/plugins/web/semantic.py: New: Box for
77              semantic checking. Has check for integers.
78    
79            * tools/formed/formed/plugins/web/plugin.py: Use semantic
80              check.
81    
82    2007-08-20      Torsten Irlaender <[email protected]>
83    
84            * tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in
85              selection-field generation (Removed quote)
86    
87    2007-08-18      Sascha L. Teichmann <[email protected]>
88    
89            * tools/formed/formed/plugins/web/plugin.py,
90              tools/formed/formed/plugins/web/renderer.py: Added a
91              simple cookie based session management to the HTML
92              renderer. This submit parameters are stored in the
93              session now. This will ease testing the constraint
94              tests which need to be written soon.
95                    
96              BEWARE: The session management is _not_ made for production!
97              Denial of service attacks are too easy, and the
98              cryptographical strength of the session id is doubtful.
99    
100  2007-08-18      Sascha L. Teichmann <[email protected]>  2007-08-18      Sascha L. Teichmann <[email protected]>
101    
102          * tools/formed/formed/plugins/web/renderer.py: Escaping text          * tools/formed/formed/plugins/web/renderer.py: Escaping text
103            coming from the document tree now when inserting it into the            coming from the document tree now when inserting it into the
104                  HTML output.            HTML output.
105    
106  2007-08-18      Sascha L. Teichmann <[email protected]>  2007-08-18      Sascha L. Teichmann <[email protected]>
107    
108          * tools/formed/formed/plugins/plugin.py: Added a new kind          * tools/formed/formed/plugins/plugin.py: Added a new kind
109            of plug-in: Filter. They have a short and a long description            of plug-in: Filter. They have a short and a long description
110                  and can be hooked automatically into the new 'Filters'            and can be hooked automatically into the new 'Filters'
111                  sub menu under 'Extra'. They got called when the user            sub menu under 'Extra'. They got called when the user
112                  selects their respective menu item.            selects their respective menu item.
113                                    
114          * tools/formed/formed/config.py: Contains the list of          * tools/formed/formed/config.py: Contains the list of
115            installed filters.            installed filters.
116    
117          * tools/formed/formed/main.py: Builds the Extra->Filters          * tools/formed/formed/main.py: Builds the Extra->Filters
118            sub menu during gui initialization. The hard wired code            sub menu during gui initialization. The hard wired code
119                  for make unique and formular name/description -> name            for make unique and formular name/description -> name
120                  is removed because they are implemented as filters now.            is removed because they are implemented as filters now.
121    
122          * tools/formed/formed/model/nodecomponents.py,          * tools/formed/formed/model/nodecomponents.py,
123            tools/formed/formed/model/data.py: Removed the make            tools/formed/formed/model/data.py: Removed the make
124                  unique and formular name/description -> name code.            unique and formular name/description -> name code.
125    
126          * tools/formed/formed/plugins/names,          * tools/formed/formed/plugins/names,
127            tools/formed/formed/plugins/names/__init__.py,            tools/formed/formed/plugins/names/__init__.py,
128                  tools/formed/formed/plugins/names/filter.py: Added. Contains            tools/formed/formed/plugins/names/filter.py: Added. Contains
129                  the make unique and formular name/description -> name code            the make unique and formular name/description -> name code
130                  in form of filters.            in form of filters.
131    
132          * tools/formed/test-data/simple.xml: Modified to be a better          * tools/formed/test-data/simple.xml: Modified to be a better
133            test for the formular name/description -> name filter.            test for the formular name/description -> name filter.
# Line 37  Line 136 
136    
137          * tools/formed/formed.py, tools/formed/formed/main.py: First          * tools/formed/formed.py, tools/formed/formed/main.py: First
138            command line argument is interpreted as filename of document            command line argument is interpreted as filename of document
139                  to be loaded at program startup.            to be loaded at program startup.
140    
141  2007-08-17      Frank Koormann <[email protected]>  2007-08-17      Frank Koormann <[email protected]>
142    
# Line 45  Line 144 
144          Heading level depending on depth of group node.          Heading level depending on depth of group node.
145          In case of radio/choice/check only list of options.          In case of radio/choice/check only list of options.
146    
147  2007-08-1/      Torsten Irlaender <[email protected]>  2007-08-17      Torsten Irlaender <[email protected]>
148    
149          * contrib/convert-formedtree2html.xsl: Output is now generated with          * contrib/convert-formedtree2html.xsl: Output is now generated with
150            HTML doc-string and charset information in the meta-header.            HTML doc-string and charset information in the meta-header.
151    
152  2007-08-1/      Torsten Irlaender <[email protected]>  2007-08-17      Torsten Irlaender <[email protected]>
153    
154          * contrib/convert-formedtree2html.xsl: Added small script for          * contrib/convert-formedtree2html.xsl: Added small script for
155            exporting the formed tree to html            exporting the formed tree to html

Legend:
Removed from v.56  
changed lines
  Added in v.67

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26