1 |
|
2007-08-27 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/plugins/web/plugin.py, |
4 |
|
tools/formed/plugins/web/renderer.py: Started to include stylesheet |
5 |
|
depending tags in the html generation. |
6 |
|
|
7 |
|
207-08-27 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/model/data.py, |
10 |
|
tools/formed/formed/io/document.py: Added a logical group. |
11 |
|
It has an attribute 'repeat' to indicate that it might |
12 |
|
be worthy an external table in DB schema. |
13 |
|
|
14 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/plugin.py: Support |
17 |
|
serving of static content. |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/server.py: Removed |
20 |
|
old send code. |
21 |
|
|
22 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/plugin.py: Use new |
25 |
|
Response object. Fix typo. |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/web/server.py: support |
28 |
|
response object to serve different MIME types. |
29 |
|
|
30 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/web/plugin.py: Add web.path |
33 |
|
to FORMED environment variable to specify the |
34 |
|
root of the static content. |
35 |
|
|
36 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/model/data.py, |
39 |
|
tools/formed/formed/model/nodecomponents.py: Fixed mode issues. |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/web/www, |
42 |
|
tools/formed/formed/plugins/web/www/main.tmpl: New. Contains |
43 |
|
a template for the HTML output. |
44 |
|
|
45 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixes several smaller |
46 |
|
mode issues. Introduces CSS support. Simplified the action |
47 |
|
handling. |
48 |
|
|
49 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed the |
50 |
|
nagivation code. |
51 |
|
|
52 |
|
* tools/formed/formed/plugins/web/server.py: Added missing import. |
53 |
|
|
54 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/model/data.py: Added missing broadcast |
57 |
|
parameter to setAttribute() of RuleLeaf. |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/web/plugin.py: Factorize |
60 |
|
HTTP server code out to separate module. |
61 |
|
|
62 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
63 |
|
needless -1 from pop() |
64 |
|
|
65 |
|
* tools/formed/formed/plugins/web/server.py: New. Contains |
66 |
|
the HTTP server code now. |
67 |
|
|
68 |
2007-08-26 Sascha L. Teichmann <[email protected]> |
2007-08-26 Sascha L. Teichmann <[email protected]> |
69 |
|
|
70 |
* tools/formed/test-data/simple.xml: Modified to contain a rule. |
* tools/formed/test-data/simple.xml: Modified to contain a rule. |