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