1 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
2007-08-08 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/test-data/simple.xml: Added some descriptions |
4 |
|
|
5 |
|
* tools/formed/formed/model/data.py: set attributes in constructors |
6 |
|
directly. |
7 |
|
|
8 |
|
* tools/formed/formed/model/nodecomponents.py: Added description |
9 |
|
attribute in the NodeComponent base class. |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/web/plugin.py: Render description |
12 |
|
as legend in fieldset for GroupNodes. |
13 |
|
|
14 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |
17 |
|
output work. |
18 |
|
|
19 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/model/data.py: Added get/setText() method |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/plugin.py: Added a first |
24 |
|
version of a recursive HTML renderer based on the document |
25 |
|
tree. |
26 |
|
|
27 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/*: New: plug-in infrastructure. |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/*: new: A simple web server |
32 |
|
which is intended to serve pages of the current formular. |
33 |
|
|
34 |
|
* tools/formed/formed/main.py: start the plug-ins |
35 |
|
|
36 |
|
* tools/formed/formed/config.py: configuration class. Used |
37 |
|
for the plug-ins. |
38 |
|
|
39 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
* tools/formed/formed/model/nodecomponents.py: Fixed broadcasting |
* tools/formed/formed/model/nodecomponents.py: Fixed broadcasting |
42 |
issue with zero length tree paths. |
issue with zero length tree paths. |
43 |
|
|