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