/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 50 by torsten, Fri Aug 17 13:09:11 2007 UTC revision 72 by teichmann, Tue Aug 21 19:09:35 2007 UTC
# Line 1  Line 1 
1  2007-08-1/      Torsten Irlaender <[email protected]>  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]>        
94    
95            * tools/formed/test-data/simple.xml: Tweak a bit for integer
96              range test.
97    
98            * tools/formed/formed/model/nodecomponents.py: Added a method
99              to find a tree item for a given name.
100    
101            * tools/formed/formed/plugins/web/semantic.py: New: Box for
102              semantic checking. Has check for integers.
103    
104            * tools/formed/formed/plugins/web/plugin.py: Use semantic
105              check.
106    
107    2007-08-20      Torsten Irlaender <[email protected]>
108    
109            * tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in
110              selection-field generation (Removed quote)
111    
112    2007-08-18      Sascha L. Teichmann <[email protected]>
113    
114            * tools/formed/formed/plugins/web/plugin.py,
115              tools/formed/formed/plugins/web/renderer.py: Added a
116              simple cookie based session management to the HTML
117              renderer. This submit parameters are stored in the
118              session now. This will ease testing the constraint
119              tests which need to be written soon.
120                    
121              BEWARE: The session management is _not_ made for production!
122              Denial of service attacks are too easy, and the
123              cryptographical strength of the session id is doubtful.
124    
125    2007-08-18      Sascha L. Teichmann <[email protected]>
126    
127            * tools/formed/formed/plugins/web/renderer.py: Escaping text
128              coming from the document tree now when inserting it into the
129              HTML output.
130    
131    2007-08-18      Sascha L. Teichmann <[email protected]>
132    
133            * tools/formed/formed/plugins/plugin.py: Added a new kind
134              of plug-in: Filter. They have a short and a long description
135              and can be hooked automatically into the new 'Filters'
136              sub menu under 'Extra'. They got called when the user
137              selects their respective menu item.
138                    
139            * tools/formed/formed/config.py: Contains the list of
140              installed filters.
141    
142            * tools/formed/formed/main.py: Builds the Extra->Filters
143              sub menu during gui initialization. The hard wired code
144              for make unique and formular name/description -> name
145              is removed because they are implemented as filters now.
146    
147            * tools/formed/formed/model/nodecomponents.py,
148              tools/formed/formed/model/data.py: Removed the make
149              unique and formular name/description -> name code.
150    
151            * tools/formed/formed/plugins/names,
152              tools/formed/formed/plugins/names/__init__.py,
153              tools/formed/formed/plugins/names/filter.py: Added. Contains
154              the make unique and formular name/description -> name code
155              in form of filters.
156    
157            * tools/formed/test-data/simple.xml: Modified to be a better
158              test for the formular name/description -> name filter.
159    
160    2007-08-18      Sascha L. Teichmann <[email protected]>
161    
162            * tools/formed/formed.py, tools/formed/formed/main.py: First
163              command line argument is interpreted as filename of document
164              to be loaded at program startup.
165    
166    2007-08-17      Frank Koormann <[email protected]>
167    
168            * contrib/convert-formedtree2html.xsl:
169            Heading level depending on depth of group node.
170            In case of radio/choice/check only list of options.
171    
172    2007-08-17      Torsten Irlaender <[email protected]>
173    
174            * contrib/convert-formedtree2html.xsl: Output is now generated with
175              HTML doc-string and charset information in the meta-header.
176    
177    2007-08-17      Torsten Irlaender <[email protected]>
178    
179          * contrib/convert-formedtree2html.xsl: Added small script for          * contrib/convert-formedtree2html.xsl: Added small script for
180            exporting the formed tree to html            exporting the formed tree to html

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26