/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.52  
changed lines
  Added in v.61

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26