1 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/test-data/simple.xml: removed 'text' attributes from |
4 |
|
info tags. Use the 'value' attributes for same purpose now, please! |
5 |
|
|
6 |
|
* tools/formed/formed/model/data.py: removed text attributes from |
7 |
|
InfoLeaf. |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/web/renderer.py: Rendering of info |
10 |
|
now uses the 'value' instead of the 'text' attributes. |
11 |
|
|
12 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/model/data.py: next/prevPage() are |
15 |
|
methods of PageNode now. |
16 |
|
|
17 |
|
* tools/formed/formed/model/nodecomponents.py: findByClassAndName() |
18 |
|
is method of Document now. |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/plugin.py: Factored out |
21 |
|
the HTML renderer. |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/renderer.py: New: contains |
24 |
|
the HTML renderer now. |
25 |
|
|
26 |
|
* tools/formed/test-data/simple.xml: Fixed typo |
27 |
|
|
28 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed a bug |
31 |
|
in calculation of width of bounded int fields. |
32 |
|
|
33 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/test-data/simple.xml: Make demo Int fancier. |
36 |
|
|
37 |
|
* tools/formed/formed/model/data.py: Added attributes to IntLeaf |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering for |
40 |
|
Ints |
41 |
|
|
42 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/test-data/simple.xml: Added demo textarea |
45 |
|
|
46 |
|
* tools/formed/formed/model/data.py: Added TextAreaLeaf |
47 |
|
|
48 |
|
* tools/formed/formed/io/document.py: register builder |
49 |
|
for loading of textareas |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
52 |
|
for textareas. |
53 |
|
|
54 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
57 |
|
|
58 |
|
* tools/formed/formed/model/data.py: Added attributes for texts |
59 |
|
|
60 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
61 |
|
for texts |
62 |
|
|
63 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/formed/test-data/simple.xml: Make demo choice fancier. |
66 |
|
|
67 |
|
* tools/formed/formed/model/data.py: Added attributes for choices. |
68 |
|
|
69 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
70 |
|
for choices |
71 |
|
|
72 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
73 |
|
|
74 |
|
* tools/formed/formed/model/data.py, |
75 |
|
tools/formed/formed/model/nodecomponents.py: Added new |
76 |
|
attributes. |
77 |
|
|
78 |
|
* tools/formed/formed/plugins/web/plugin.py: Added rendering |
79 |
|
for checkboxes and radio buttons. |
80 |
|
|
81 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
82 |
|
|
83 |
|
* tools/formed/test-data/simple.xml: Added some descriptions |
84 |
|
|
85 |
|
* tools/formed/formed/model/data.py: set attributes in constructors |
86 |
|
directly. |
87 |
|
|
88 |
|
* tools/formed/formed/model/nodecomponents.py: Added description |
89 |
|
attribute in the NodeComponent base class. |
90 |
|
|
91 |
|
* tools/formed/formed/plugins/web/plugin.py: Render description |
92 |
|
as legend in fieldset for GroupNodes. |
93 |
|
|
94 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
95 |
|
|
96 |
|
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |
97 |
|
output work. |
98 |
|
|
99 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
100 |
|
|
101 |
|
* tools/formed/formed/model/data.py: Added get/setText() method |
102 |
|
|
103 |
|
* tools/formed/formed/plugins/web/plugin.py: Added a first |
104 |
|
version of a recursive HTML renderer based on the document |
105 |
|
tree. |
106 |
|
|
107 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
108 |
|
|
109 |
|
* tools/formed/formed/plugins/*: New: plug-in infrastructure. |
110 |
|
|
111 |
|
* tools/formed/formed/plugins/web/*: new: A simple web server |
112 |
|
which is intended to serve pages of the current formular. |
113 |
|
|
114 |
|
* tools/formed/formed/main.py: start the plug-ins |
115 |
|
|
116 |
|
* tools/formed/formed/config.py: configuration class. Used |
117 |
|
for the plug-ins. |
118 |
|
|
119 |
|
2007-08-08 Sascha L. Teichmann <[email protected]> |
120 |
|
|
121 |
|
* tools/formed/formed/model/nodecomponents.py: Fixed broadcasting |
122 |
|
issue with zero length tree paths. |
123 |
|
|
124 |
|
* tools/formed/formed/model/misc.py: New: contains a class |
125 |
|
for generating unique ids. |
126 |
|
|
127 |
|
* tools/formed/formed/main.py: Added an instance of an |
128 |
|
unique id generator for naming of new made tree items. |
129 |
|
|
130 |
2007-08-07 Sascha L. Teichmann <[email protected]> |
2007-08-07 Sascha L. Teichmann <[email protected]> |
131 |
|
|
132 |
* tools/formed/formed/main.py: Added event route document -> |
* tools/formed/formed/main.py: Added event route document -> |