1 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat() |
4 |
|
to .isRepeat and return a bool. Fixed a bug in Page.allWidgets(). |
5 |
|
|
6 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/plugins/web/renderer.py: Added Formdata interface. |
9 |
|
* tools/formed/model/data.py: Implements Formadata interface to |
10 |
|
textfields. Fieldset generated depends now on the "invisible" |
11 |
|
attribute of the groupnode. Field-label generation slightly changed. |
12 |
|
Added error indication to textfields |
13 |
|
|
14 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/model/data.py, |
17 |
|
tools/formed/formed/io/document.py: Removed support |
18 |
|
of logical groups. |
19 |
|
|
20 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* tools/formed/formed/io/document.py: Avoid saving empty |
23 |
|
attributes. |
24 |
|
|
25 |
|
* tools/formed/test-data/simple.xml: Applied. |
26 |
|
|
27 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/model/data.py: Added 'repeat' and |
30 |
|
'invisible' attributes to group. TODO: remove logical group. |
31 |
|
|
32 |
|
2007-08-27 Torsten Irlaender <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/plugins/web/plugin.py, |
35 |
|
tools/formed/plugins/web/renderer.py: Started to include stylesheet |
36 |
|
depending tags in the html generation. |
37 |
|
|
38 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
39 |
|
|
40 |
|
* tools/formed/formed/model/data.py, |
41 |
|
tools/formed/formed/io/document.py: Added a logical group. |
42 |
|
It has an attribute 'repeat' to indicate that it might |
43 |
|
be worthy an external table in DB schema. |
44 |
|
|
45 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/web/plugin.py: Support |
48 |
|
serving of static content. |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/server.py: Removed |
51 |
|
old send code. |
52 |
|
|
53 |
2007-08-27 Sascha L. Teichmann <[email protected]> |
2007-08-27 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
* tools/formed/formed/plugins/web/plugin.py: Use new |
* tools/formed/formed/plugins/web/plugin.py: Use new |