1 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/io/document.py: Avoid saving empty |
4 |
|
attributes. |
5 |
|
|
6 |
|
* tools/formed/test-data/simple.xml: Applied. |
7 |
|
|
8 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
9 |
|
|
10 |
|
* tools/formed/formed/model/data.py: Added 'repeat' and |
11 |
|
'invisible' attributes to group. TODO: remove logical group. |
12 |
|
|
13 |
|
2007-08-27 Torsten Irlaender <[email protected]> |
14 |
|
|
15 |
|
* tools/formed/plugins/web/plugin.py, |
16 |
|
tools/formed/plugins/web/renderer.py: Started to include stylesheet |
17 |
|
depending tags in the html generation. |
18 |
|
|
19 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/model/data.py, |
22 |
|
tools/formed/formed/io/document.py: Added a logical group. |
23 |
|
It has an attribute 'repeat' to indicate that it might |
24 |
|
be worthy an external table in DB schema. |
25 |
|
|
26 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/plugin.py: Support |
29 |
|
serving of static content. |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/server.py: Removed |
32 |
|
old send code. |
33 |
|
|
34 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/web/plugin.py: Use new |
37 |
|
Response object. Fix typo. |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/web/server.py: support |
40 |
|
response object to serve different MIME types. |
41 |
|
|
42 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/web/plugin.py: Add web.path |
45 |
|
to FORMED environment variable to specify the |
46 |
|
root of the static content. |
47 |
|
|
48 |
2007-08-26 Sascha L. Teichmann <[email protected]> |
2007-08-26 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
* tools/formed/formed/model/data.py, |
* tools/formed/formed/model/data.py, |