/[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 62 by teichmann, Tue Aug 21 04:56:42 2007 UTC
# Line 1  Line 1 
1    2007-08-21 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/data.py: Added mode parameter to
4              walk.
5                    
6            * tools/formed/formed/model/nodecomponents.py: SwitchNode overwrites
7              walk() with usage of the new mode parameter. Added a method to
8                    give children in a given mode.
9    
10            * tools/formed/formed/plugins/web/renderer.py: Simplified to use
11              new Switch.childrenInMode() method.
12    
13    2007-08-21 Sascha L. Teichmann <[email protected]>
14    
15            * tools/formed/formed/plugins/web/semantic.py: Add checks for
16              texts and text areas.
17    
18            * tools/formed/formed/plugins/web/renderer.py: Set accept-charset
19              to UTF-8 in generated form.
20    
21    2007-08-20 Sascha L. Teichmann <[email protected]>
22    
23            * tools/formed/formed/plugins/web/semantic.py: Added semantic
24              tests for dates.
25    
26    2007-08-20 Sascha L. Teichmann <[email protected]>        
27    
28            * tools/formed/test-data/simple.xml: Tweak a bit for integer
29              range test.
30    
31            * tools/formed/formed/model/nodecomponents.py: Added a method
32              to find a tree item for a given name.
33    
34            * tools/formed/formed/plugins/web/semantic.py: New: Box for
35              semantic checking. Has check for integers.
36    
37            * tools/formed/formed/plugins/web/plugin.py: Use semantic
38              check.
39    
40    2007-08-20      Torsten Irlaender <[email protected]>
41    
42            * tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in
43              selection-field generation (Removed quote)
44    
45    2007-08-18      Sascha L. Teichmann <[email protected]>
46    
47            * tools/formed/formed/plugins/web/plugin.py,
48              tools/formed/formed/plugins/web/renderer.py: Added a
49              simple cookie based session management to the HTML
50              renderer. This submit parameters are stored in the
51              session now. This will ease testing the constraint
52              tests which need to be written soon.
53                    
54              BEWARE: The session management is _not_ made for production!
55              Denial of service attacks are too easy, and the
56              cryptographical strength of the session id is doubtful.
57    
58  2007-08-18      Sascha L. Teichmann <[email protected]>  2007-08-18      Sascha L. Teichmann <[email protected]>
59    
60          * tools/formed/formed/plugins/web/renderer.py: Escaping text          * tools/formed/formed/plugins/web/renderer.py: Escaping text
61            coming from the document tree now when inserting it into the            coming from the document tree now when inserting it into the
62                  HTML output.            HTML output.
63    
64  2007-08-18      Sascha L. Teichmann <[email protected]>  2007-08-18      Sascha L. Teichmann <[email protected]>
65    
66          * tools/formed/formed/plugins/plugin.py: Added a new kind          * tools/formed/formed/plugins/plugin.py: Added a new kind
67            of plug-in: Filter. They have a short and a long description            of plug-in: Filter. They have a short and a long description
68                  and can be hooked automatically into the new 'Filters'            and can be hooked automatically into the new 'Filters'
69                  sub menu under 'Extra'. They got called when the user            sub menu under 'Extra'. They got called when the user
70                  selects their respective menu item.            selects their respective menu item.
71                                    
72          * tools/formed/formed/config.py: Contains the list of          * tools/formed/formed/config.py: Contains the list of
73            installed filters.            installed filters.
74    
75          * tools/formed/formed/main.py: Builds the Extra->Filters          * tools/formed/formed/main.py: Builds the Extra->Filters
76            sub menu during gui initialization. The hard wired code            sub menu during gui initialization. The hard wired code
77                  for make unique and formular name/description -> name            for make unique and formular name/description -> name
78                  is removed because they are implemented as filters now.            is removed because they are implemented as filters now.
79    
80          * tools/formed/formed/model/nodecomponents.py,          * tools/formed/formed/model/nodecomponents.py,
81            tools/formed/formed/model/data.py: Removed the make            tools/formed/formed/model/data.py: Removed the make
82                  unique and formular name/description -> name code.            unique and formular name/description -> name code.
83    
84          * tools/formed/formed/plugins/names,          * tools/formed/formed/plugins/names,
85            tools/formed/formed/plugins/names/__init__.py,            tools/formed/formed/plugins/names/__init__.py,
86                  tools/formed/formed/plugins/names/filter.py: Added. Contains            tools/formed/formed/plugins/names/filter.py: Added. Contains
87                  the make unique and formular name/description -> name code            the make unique and formular name/description -> name code
88                  in form of filters.            in form of filters.
89    
90          * tools/formed/test-data/simple.xml: Modified to be a better          * tools/formed/test-data/simple.xml: Modified to be a better
91            test for the formular name/description -> name filter.            test for the formular name/description -> name filter.
# Line 37  Line 94 
94    
95          * tools/formed/formed.py, tools/formed/formed/main.py: First          * tools/formed/formed.py, tools/formed/formed/main.py: First
96            command line argument is interpreted as filename of document            command line argument is interpreted as filename of document
97                  to be loaded at program startup.            to be loaded at program startup.
98    
99  2007-08-17      Frank Koormann <[email protected]>  2007-08-17      Frank Koormann <[email protected]>
100    
# Line 45  Line 102 
102          Heading level depending on depth of group node.          Heading level depending on depth of group node.
103          In case of radio/choice/check only list of options.          In case of radio/choice/check only list of options.
104    
105  2007-08-1/      Torsten Irlaender <[email protected]>  2007-08-17      Torsten Irlaender <[email protected]>
106    
107          * contrib/convert-formedtree2html.xsl: Output is now generated with          * contrib/convert-formedtree2html.xsl: Output is now generated with
108            HTML doc-string and charset information in the meta-header.            HTML doc-string and charset information in the meta-header.
109    
110  2007-08-1/      Torsten Irlaender <[email protected]>  2007-08-17      Torsten Irlaender <[email protected]>
111    
112          * contrib/convert-formedtree2html.xsl: Added small script for          * contrib/convert-formedtree2html.xsl: Added small script for
113            exporting the formed tree to html            exporting the formed tree to html

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26