1 |
|
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 |
23 |
|
of plug-in: Filter. They have a short and a long description |
24 |
|
and can be hooked automatically into the new 'Filters' |
25 |
|
sub menu under 'Extra'. They got called when the user |
26 |
|
selects their respective menu item. |
27 |
|
|
28 |
|
* tools/formed/formed/config.py: Contains the list of |
29 |
|
installed filters. |
30 |
|
|
31 |
|
* tools/formed/formed/main.py: Builds the Extra->Filters |
32 |
|
sub menu during gui initialization. The hard wired code |
33 |
|
for make unique and formular name/description -> name |
34 |
|
is removed because they are implemented as filters now. |
35 |
|
|
36 |
|
* tools/formed/formed/model/nodecomponents.py, |
37 |
|
tools/formed/formed/model/data.py: Removed the make |
38 |
|
unique and formular name/description -> name code. |
39 |
|
|
40 |
|
* tools/formed/formed/plugins/names, |
41 |
|
tools/formed/formed/plugins/names/__init__.py, |
42 |
|
tools/formed/formed/plugins/names/filter.py: Added. Contains |
43 |
|
the make unique and formular name/description -> name code |
44 |
|
in form of filters. |
45 |
|
|
46 |
|
* tools/formed/test-data/simple.xml: Modified to be a better |
47 |
|
test for the formular name/description -> name filter. |
48 |
|
|
49 |
|
2007-08-18 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
|
* tools/formed/formed.py, tools/formed/formed/main.py: First |
52 |
|
command line argument is interpreted as filename of document |
53 |
|
to be loaded at program startup. |
54 |
|
|
55 |
|
2007-08-17 Frank Koormann <[email protected]> |
56 |
|
|
57 |
|
* contrib/convert-formedtree2html.xsl: |
58 |
|
Heading level depending on depth of group node. |
59 |
|
In case of radio/choice/check only list of options. |
60 |
|
|
61 |
|
2007-08-1/ Torsten Irlaender <[email protected]> |
62 |
|
|
63 |
|
* contrib/convert-formedtree2html.xsl: Output is now generated with |
64 |
|
HTML doc-string and charset information in the meta-header. |
65 |
|
|
66 |
2007-08-1/ Torsten Irlaender <[email protected]> |
2007-08-1/ Torsten Irlaender <[email protected]> |
67 |
|
|
68 |
* contrib/convert-formedtree2html.xsl: Added small script for |
* contrib/convert-formedtree2html.xsl: Added small script for |