1 |
|
2007-08-12 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/nodecomponents.py: Added walk generator over all |
4 |
|
items in the document tree. Added a method to eliminated duplicated names |
5 |
|
in document tree. |
6 |
|
|
7 |
|
* tools/formed/formed/model/misc.py: Added update mechanism for id generator |
8 |
|
after names collisions are eliminated. |
9 |
|
|
10 |
|
* tools/formed/formed/main.py: Added an 'Extra' menu with item |
11 |
|
'Make names unique'. |
12 |
|
|
13 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* tools/formed/formed/model/data.py, |
16 |
|
tools/formed/formed/plugins/web/renderer.py: Removed support |
17 |
|
for 'text' attributes in bool items. They were never really |
18 |
|
used and the 'description' attributes fulfill the same |
19 |
|
purpose. |
20 |
|
|
21 |
|
* contrib/remove-bool-text.xsl: Transform to remove the |
22 |
|
'text' attributes from bool items. Apply with: |
23 |
|
'xsltproc contrib/remove-bool-text.xsl old.xml > new.xml' |
24 |
|
|
25 |
|
* tools/formed/test-data/simple.xml: Removed 'text' attributes |
26 |
|
from bool items. |
27 |
|
|
28 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* contrib/convert-choices.xsl: Simpified. |
31 |
|
|
32 |
|
2007-08-11 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/model/data.py: Removed 'options' attribute |
35 |
|
from ChoiceLeaf. Use 'value' instead, please! |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/web/renderer.py: use 'value' attribute |
38 |
|
instead of 'options' to render choices. |
39 |
|
|
40 |
|
* contrib/convert-choices.xsl: Added to convert document files |
41 |
|
which use the choice 'option' attribute to usage of 'value'. |
42 |
|
Apply with e.g. 'xsltproc convert-choices.xsl old.xml > new.xml' |
43 |
|
|
44 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/formed/plugins/web/renderer.py: radio buttons |
47 |
|
are selected by 'checked' and not by 'selected'. Fixed. |
48 |
|
|
49 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
|
* tools/formed/formed/model/data.py: ChoiceLeafs are now |
52 |
|
initialized with size = 1. |
53 |
|
|
54 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/model/data.py: TextLeafs are now |
57 |
|
initialized with size = 40, maxlength = 60 |
58 |
|
|
59 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/web/renderer.py: Fixed: choices |
62 |
|
are renderered with description now. |
63 |
|
|
64 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/web/renderer.py: Added rendering |
67 |
|
for date items. Added missing ids for texts and textareas. |
68 |
|
|
69 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
|
* tools/formed/formed/config.py: Evaluate the environment |
72 |
|
variable 'FORMED'. Snytax: FORMED='key1:value1;key2:value2' |
73 |
|
|
74 |
|
* tools/formed/formed/plugins/plugin.py: Give a reference |
75 |
|
to the config at setup time. |
76 |
|
|
77 |
|
* tools/formed/formed/plugins/web/plugin.py: To determine |
78 |
|
the port look at FORMED dictionary first. Key is 'web.port'. |
79 |
|
e.g. FORMED='web.port:8888' |
80 |
|
|
81 |
|
* tools/formed/formed/main.py: Call the plugin setup with |
82 |
|
the reference to the config. |
83 |
|
|
84 |
|
2007-08-10 Sascha L. Teichmann <[email protected]> |
85 |
|
|
86 |
|
* tools/formed/test-data/simple.xml: removed 'text' attributes from |
87 |
|
info tags. Use the 'value' attributes for same purpose now, please! |
88 |
|
|
89 |
|
* tools/formed/formed/model/data.py: removed text attributes from |
90 |
|
InfoLeaf. |
91 |
|
|
92 |
|
* tools/formed/formed/plugins/web/renderer.py: Rendering of info |
93 |
|
now uses the 'value' instead of the 'text' attributes. |
94 |
|
|
95 |
2007-08-09 Sascha L. Teichmann <[email protected]> |
2007-08-09 Sascha L. Teichmann <[email protected]> |
96 |
|
|
97 |
* tools/formed/formed/model/data.py: next/prevPage() are |
* tools/formed/formed/model/data.py: next/prevPage() are |