1 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py: ChoiceLeafs are now |
4 |
|
initialized with size = 1. |
5 |
|
|
6 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/model/data.py: TextLeafs are now |
9 |
|
initialized with size = 40, maxlength = 60 |
10 |
|
|
11 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed: choices |
14 |
|
are renderered with description now. |
15 |
|
|
16 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/web/renderer.py: Added rendering |
19 |
|
for date items. Added missing ids for texts and textareas. |
20 |
|
|
21 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/config.py: Evaluate the environment |
24 |
|
variable 'FORMED'. Snytax: FORMED='key1:value1;key2:value2' |
25 |
|
|
26 |
|
* tools/formed/formed/plugins/plugin.py: Give a reference |
27 |
|
to the config at setup time. |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/web/plugin.py: To determine |
30 |
|
the port look at FORMED dictionary first. Key is 'web.port'. |
31 |
|
e.g. FORMED='web.port:8888' |
32 |
|
|
33 |
|
* tools/formed/formed/main.py: Call the plugin setup with |
34 |
|
the reference to the config. |
35 |
|
|
36 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/test-data/simple.xml: removed 'text' attributes from |
39 |
|
info tags. Use the 'value' attributes for same purpose now, please! |
40 |
|
|
41 |
|
* tools/formed/formed/model/data.py: removed text attributes from |
42 |
|
InfoLeaf. |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/web/renderer.py: Rendering of info |
45 |
|
now uses the 'value' instead of the 'text' attributes. |
46 |
|
|
47 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
48 |
|
|
49 |
|
* tools/formed/formed/model/data.py: next/prevPage() are |
50 |
|
methods of PageNode now. |
51 |
|
|
52 |
|
* tools/formed/formed/model/nodecomponents.py: findByClassAndName() |
53 |
|
is method of Document now. |
54 |
|
|
55 |
|
* tools/formed/formed/plugins/web/plugin.py: Factored out |
56 |
|
the HTML renderer. |
57 |
|
|
58 |
|
* tools/formed/formed/plugins/web/renderer.py: New: contains |
59 |
|
the HTML renderer now. |
60 |
|
|
61 |
|
* tools/formed/test-data/simple.xml: Fixed typo |
62 |
|
|
63 |
|
2007-08-09 Sascha L. Teichmann <[email protected]> |
64 |
|
|
65 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed a bug |
66 |
|
in calculation of width of bounded int fields. |
67 |
|
|
68 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
2007-08-09 Sascha L. Teichmann <[email protected]> |
69 |
|
|
70 |
* tools/formed/test-data/simple.xml: Make demo Int fancier. |
* tools/formed/test-data/simple.xml: Make demo Int fancier. |