/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 55 by teichmann, Sat Aug 18 18:56:50 2007 UTC revision 57 by teichmann, Sun Aug 19 19:39:44 2007 UTC
# Line 1  Line 1 
1  2007-08-18      Sascha L. Teichmann <[email protected]>  2007-08-18      Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/web/plugin.py,
4              tools/formed/formed/plugins/web/renderer.py: Added a
5              simple cookie based session management to the HTML
6              renderer. This submit parameters are stored in the
7              session now. This will ease testing the constraint
8              tests which need to be written soon.
9                    
10              BEWARE: The session management is _not_ made for production!
11              Denial of service attacks are too easy, and the
12              cryptographical strength of the session id is doubtful.
13    
14    2007-08-18      Sascha L. Teichmann <[email protected]>
15    
16            * tools/formed/formed/plugins/web/renderer.py: Escaping text
17              coming from the document tree now when inserting it into the
18              HTML output.
19    
20    2007-08-18      Sascha L. Teichmann <[email protected]>
21    
22          * tools/formed/formed/plugins/plugin.py: Added a new kind          * tools/formed/formed/plugins/plugin.py: Added a new kind
23            of plug-in: Filter. They have a short and a long description            of plug-in: Filter. They have a short and a long description
24                  and can be hooked automatically into the new 'Filters'            and can be hooked automatically into the new 'Filters'
25                  sub menu under 'Extra'. They got called when the user            sub menu under 'Extra'. They got called when the user
26                  selects their respective menu item.            selects their respective menu item.
27                                    
28          * tools/formed/formed/config.py: Contains the list of          * tools/formed/formed/config.py: Contains the list of
29            installed filters.            installed filters.
30    
31          * tools/formed/formed/main.py: Builds the Extra->Filters          * tools/formed/formed/main.py: Builds the Extra->Filters
32            sub menu during gui initialization. The hard wired code            sub menu during gui initialization. The hard wired code
33                  for make unique and formular name/description -> name            for make unique and formular name/description -> name
34                  is removed because they are implemented as filters now.            is removed because they are implemented as filters now.
35    
36          * tools/formed/formed/model/nodecomponents.py,          * tools/formed/formed/model/nodecomponents.py,
37            tools/formed/formed/model/data.py: Removed the make            tools/formed/formed/model/data.py: Removed the make
38                  unique and formular name/description -> name code.            unique and formular name/description -> name code.
39    
40          * tools/formed/formed/plugins/names,          * tools/formed/formed/plugins/names,
41            tools/formed/formed/plugins/names/__init__.py,            tools/formed/formed/plugins/names/__init__.py,
42                  tools/formed/formed/plugins/names/filter.py: Added. Contains            tools/formed/formed/plugins/names/filter.py: Added. Contains
43                  the make unique and formular name/description -> name code            the make unique and formular name/description -> name code
44                  in form of filters.            in form of filters.
45    
46          * tools/formed/test-data/simple.xml: Modified to be a better          * tools/formed/test-data/simple.xml: Modified to be a better
47            test for the formular name/description -> name filter.            test for the formular name/description -> name filter.
# Line 31  Line 50 
50    
51          * tools/formed/formed.py, tools/formed/formed/main.py: First          * tools/formed/formed.py, tools/formed/formed/main.py: First
52            command line argument is interpreted as filename of document            command line argument is interpreted as filename of document
53                  to be loaded at program startup.            to be loaded at program startup.
54    
55  2007-08-17      Frank Koormann <[email protected]>  2007-08-17      Frank Koormann <[email protected]>
56    

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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26