1 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
2007-08-08 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py, |
4 |
|
tools/formed/formed/model/nodecomponents.py: Added new |
5 |
|
attributes. |
6 |
|
|
7 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
8 |
|
for checkboxes and radio buttons. |
9 |
|
|
10 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
11 |
|
|
12 |
|
* tools/formed/test-data/simple.xml: Added some descriptions |
13 |
|
|
14 |
|
* tools/formed/formed/model/data.py: set attributes in constructors |
15 |
|
directly. |
16 |
|
|
17 |
|
* tools/formed/formed/model/nodecomponents.py: Added description |
18 |
|
attribute in the NodeComponent base class. |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/plugin.py: Render description |
21 |
|
as legend in fieldset for GroupNodes. |
22 |
|
|
23 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |
26 |
|
output work. |
27 |
|
|
28 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* tools/formed/formed/model/data.py: Added get/setText() method |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/web/plugin.py: Added a first |
33 |
|
version of a recursive HTML renderer based on the document |
34 |
|
tree. |
35 |
|
|
36 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
* tools/formed/formed/plugins/*: New: plug-in infrastructure. |
* tools/formed/formed/plugins/*: New: plug-in infrastructure. |
39 |
|
|
40 |
* tools/formed/formed/plugins/web/*: new: A simple web server |
* tools/formed/formed/plugins/web/*: new: A simple web server |