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