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]> |
2007-08-08 Sascha L. Teichmann <[email protected]> |
95 |
|
|
96 |
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |
* tools/formed/formed/plugins/web/plugin.py: make UTF-8 |