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