1 |
2007-08-26 Sascha L. Teichmann <[email protected]> |
2007-08-26 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py, |
4 |
|
tools/formed/formed/model/nodecomponents.py: Fixed mode issues. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/web/www, |
7 |
|
tools/formed/formed/plugins/web/www/main.tmpl: New. Contains |
8 |
|
a template for the HTML output. |
9 |
|
|
10 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixes several smaller |
11 |
|
mode issues. Introduces CSS support. Simplified the action |
12 |
|
handling. |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed the |
15 |
|
nagivation code. |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/web/server.py: Added missing import. |
18 |
|
|
19 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/model/data.py: Added missing broadcast |
22 |
|
parameter to setAttribute() of RuleLeaf. |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/plugin.py: Factorize |
25 |
|
HTTP server code out to separate module. |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
28 |
|
needless -1 from pop() |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/web/server.py: New. Contains |
31 |
|
the HTTP server code now. |
32 |
|
|
33 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
* tools/formed/test-data/simple.xml: Modified to contain a rule. |
* tools/formed/test-data/simple.xml: Modified to contain a rule. |
36 |
|
|
37 |
* tools/formed/formed/model/expr.py: Added. A simple RPN |
* tools/formed/formed/model/expr.py: Added. A simple RPN |