1 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/test-data/simple.xml: Added demo textarea |
4 |
|
|
5 |
|
* tools/formed/formed/model/data.py: Added TextAreaLeaf |
6 |
|
|
7 |
|
* tools/formed/formed/io/document.py: register builder |
8 |
|
for loading of textareas |
9 |
|
|
10 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
11 |
|
for textareas. |
12 |
|
|
13 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
16 |
|
|
17 |
|
* tools/formed/formed/model/data.py: Added attributes for texts |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
20 |
|
for texts |
21 |
|
|
22 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
25 |
|
|
26 |
|
* tools/formed/formed/model/data.py: Added attributes for choices. |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
29 |
|
for choices |
30 |
|
|
31 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* tools/formed/formed/model/data.py, |
34 |
|
tools/formed/formed/model/nodecomponents.py: Added new |
35 |
|
attributes. |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
38 |
|
for checkboxes and radio buttons. |
39 |
|
|
40 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
41 |
|
|
42 |
|
* tools/formed/test-data/simple.xml: Added some descriptions |
43 |
|
|
44 |
|
* tools/formed/formed/model/data.py: set attributes in constructors |
45 |
|
directly. |
46 |
|
|
47 |
|
* tools/formed/formed/model/nodecomponents.py: Added description |
48 |
|
attribute in the NodeComponent base class. |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/plugin.py: Render description |
51 |
|
as legend in fieldset for GroupNodes. |
52 |
|
|
53 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
|
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |
56 |
|
output work. |
57 |
|
|
58 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* tools/formed/formed/model/data.py: Added get/setText() method |
61 |
|
|
62 |
|
* tools/formed/formed/plugins/web/plugin.py: Added a first |
63 |
|
version of a recursive HTML renderer based on the document |
64 |
|
tree. |
65 |
|
|
66 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
67 |
|
|
68 |
|
* tools/formed/formed/plugins/*: New: plug-in infrastructure. |
69 |
|
|
70 |
|
* tools/formed/formed/plugins/web/*: new: A simple web server |
71 |
|
which is intended to serve pages of the current formular. |
72 |
|
|
73 |
|
* tools/formed/formed/main.py: start the plug-ins |
74 |
|
|
75 |
|
* tools/formed/formed/config.py: configuration class. Used |
76 |
|
for the plug-ins. |
77 |
|
|
78 |
2007-08-08 Sascha L. Teichmann <[email protected]> |
2007-08-08 Sascha L. Teichmann <[email protected]> |
79 |
|
|
80 |
* tools/formed/formed/model/nodecomponents.py: Fixed broadcasting |
* tools/formed/formed/model/nodecomponents.py: Fixed broadcasting |