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