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]> |
54 |
|
|
55 |
|
* tools/formed/formed/plugins/web/plugin.py: Use new |
56 |
|
Response object. Fix typo. |
57 |
|
|
58 |
|
* tools/formed/formed/plugins/web/server.py: support |
59 |
|
response object to serve different MIME types. |
60 |
|
|
61 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
62 |
|
|
63 |
|
* tools/formed/formed/plugins/web/plugin.py: Add web.path |
64 |
|
to FORMED environment variable to specify the |
65 |
|
root of the static content. |
66 |
|
|
67 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
68 |
|
|
69 |
|
* tools/formed/formed/model/data.py, |
70 |
|
tools/formed/formed/model/nodecomponents.py: Fixed mode issues. |
71 |
|
|
72 |
|
* tools/formed/formed/plugins/web/www, |
73 |
|
tools/formed/formed/plugins/web/www/main.tmpl: New. Contains |
74 |
|
a template for the HTML output. |
75 |
|
|
76 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixes several smaller |
77 |
|
mode issues. Introduces CSS support. Simplified the action |
78 |
|
handling. |
79 |
|
|
80 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed the |
81 |
|
nagivation code. |
82 |
|
|
83 |
|
* tools/formed/formed/plugins/web/server.py: Added missing import. |
84 |
|
|
85 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
86 |
|
|
87 |
|
* tools/formed/formed/model/data.py: Added missing broadcast |
88 |
|
parameter to setAttribute() of RuleLeaf. |
89 |
|
|
90 |
|
* tools/formed/formed/plugins/web/plugin.py: Factorize |
91 |
|
HTTP server code out to separate module. |
92 |
|
|
93 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
94 |
|
needless -1 from pop() |
95 |
|
|
96 |
|
* tools/formed/formed/plugins/web/server.py: New. Contains |
97 |
|
the HTTP server code now. |
98 |
|
|
99 |
2007-08-26 Sascha L. Teichmann <[email protected]> |
2007-08-26 Sascha L. Teichmann <[email protected]> |
100 |
|
|
101 |
* tools/formed/test-data/simple.xml: Modified to contain a rule. |
* tools/formed/test-data/simple.xml: Modified to contain a rule. |