/[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 58 by torsten, Mon Aug 20 13:03:22 2007 UTC
# Line 1  Line 1 
1    2007-08-20      Torsten Irlaender <[email protected]>
2    
3            * tools/formed/formed/plugins/web/renderer.py: Fixed Syntax in
4              selection-field generation (Removed quote)
5    
6    2007-08-18      Sascha L. Teichmann <[email protected]>
7    
8            * tools/formed/formed/plugins/web/plugin.py,
9              tools/formed/formed/plugins/web/renderer.py: Added a
10              simple cookie based session management to the HTML
11              renderer. This submit parameters are stored in the
12              session now. This will ease testing the constraint
13              tests which need to be written soon.
14                    
15              BEWARE: The session management is _not_ made for production!
16              Denial of service attacks are too easy, and the
17              cryptographical strength of the session id is doubtful.
18    
19  2007-08-18      Sascha L. Teichmann <[email protected]>  2007-08-18      Sascha L. Teichmann <[email protected]>
20    
21          * tools/formed/formed/plugins/web/renderer.py: Escaping text          * tools/formed/formed/plugins/web/renderer.py: Escaping text
22            coming from the document tree now when inserting it into the            coming from the document tree now when inserting it into the
23                  HTML output.            HTML output.
24    
25  2007-08-18      Sascha L. Teichmann <[email protected]>  2007-08-18      Sascha L. Teichmann <[email protected]>
26    
27          * tools/formed/formed/plugins/plugin.py: Added a new kind          * tools/formed/formed/plugins/plugin.py: Added a new kind
28            of plug-in: Filter. They have a short and a long description            of plug-in: Filter. They have a short and a long description
29                  and can be hooked automatically into the new 'Filters'            and can be hooked automatically into the new 'Filters'
30                  sub menu under 'Extra'. They got called when the user            sub menu under 'Extra'. They got called when the user
31                  selects their respective menu item.            selects their respective menu item.
32                                    
33          * tools/formed/formed/config.py: Contains the list of          * tools/formed/formed/config.py: Contains the list of
34            installed filters.            installed filters.
35    
36          * tools/formed/formed/main.py: Builds the Extra->Filters          * tools/formed/formed/main.py: Builds the Extra->Filters
37            sub menu during gui initialization. The hard wired code            sub menu during gui initialization. The hard wired code
38                  for make unique and formular name/description -> name            for make unique and formular name/description -> name
39                  is removed because they are implemented as filters now.            is removed because they are implemented as filters now.
40    
41          * tools/formed/formed/model/nodecomponents.py,          * tools/formed/formed/model/nodecomponents.py,
42            tools/formed/formed/model/data.py: Removed the make            tools/formed/formed/model/data.py: Removed the make
43                  unique and formular name/description -> name code.            unique and formular name/description -> name code.
44    
45          * tools/formed/formed/plugins/names,          * tools/formed/formed/plugins/names,
46            tools/formed/formed/plugins/names/__init__.py,            tools/formed/formed/plugins/names/__init__.py,
47                  tools/formed/formed/plugins/names/filter.py: Added. Contains            tools/formed/formed/plugins/names/filter.py: Added. Contains
48                  the make unique and formular name/description -> name code            the make unique and formular name/description -> name code
49                  in form of filters.            in form of filters.
50    
51          * tools/formed/test-data/simple.xml: Modified to be a better          * tools/formed/test-data/simple.xml: Modified to be a better
52            test for the formular name/description -> name filter.            test for the formular name/description -> name filter.
# Line 37  Line 55 
55    
56          * tools/formed/formed.py, tools/formed/formed/main.py: First          * tools/formed/formed.py, tools/formed/formed/main.py: First
57            command line argument is interpreted as filename of document            command line argument is interpreted as filename of document
58                  to be loaded at program startup.            to be loaded at program startup.
59    
60  2007-08-17      Frank Koormann <[email protected]>  2007-08-17      Frank Koormann <[email protected]>
61    
# Line 45  Line 63 
63          Heading level depending on depth of group node.          Heading level depending on depth of group node.
64          In case of radio/choice/check only list of options.          In case of radio/choice/check only list of options.
65    
66  2007-08-1/      Torsten Irlaender <[email protected]>  2007-08-17      Torsten Irlaender <[email protected]>
67    
68          * contrib/convert-formedtree2html.xsl: Output is now generated with          * contrib/convert-formedtree2html.xsl: Output is now generated with
69            HTML doc-string and charset information in the meta-header.            HTML doc-string and charset information in the meta-header.
70    
71  2007-08-1/      Torsten Irlaender <[email protected]>  2007-08-17      Torsten Irlaender <[email protected]>
72    
73          * contrib/convert-formedtree2html.xsl: Added small script for          * contrib/convert-formedtree2html.xsl: Added small script for
74            exporting the formed tree to html            exporting the formed tree to html

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26