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]> |
49 |
|
|
50 |
|
* tools/formed/formed/model/data.py, |
51 |
|
tools/formed/formed/model/nodecomponents.py: Fixed mode issues. |
52 |
|
|
53 |
|
* tools/formed/formed/plugins/web/www, |
54 |
|
tools/formed/formed/plugins/web/www/main.tmpl: New. Contains |
55 |
|
a template for the HTML output. |
56 |
|
|
57 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixes several smaller |
58 |
|
mode issues. Introduces CSS support. Simplified the action |
59 |
|
handling. |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed the |
62 |
|
nagivation code. |
63 |
|
|
64 |
|
* tools/formed/formed/plugins/web/server.py: Added missing import. |
65 |
|
|
66 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
67 |
|
|
68 |
|
* tools/formed/formed/model/data.py: Added missing broadcast |
69 |
|
parameter to setAttribute() of RuleLeaf. |
70 |
|
|
71 |
|
* tools/formed/formed/plugins/web/plugin.py: Factorize |
72 |
|
HTTP server code out to separate module. |
73 |
|
|
74 |
|
* tools/formed/formed/plugins/web/renderer.py: Removed |
75 |
|
needless -1 from pop() |
76 |
|
|
77 |
|
* tools/formed/formed/plugins/web/server.py: New. Contains |
78 |
|
the HTTP server code now. |
79 |
|
|
80 |
|
2007-08-26 Sascha L. Teichmann <[email protected]> |
81 |
|
|
82 |
|
* tools/formed/test-data/simple.xml: Modified to contain a rule. |
83 |
|
|
84 |
|
* tools/formed/formed/model/expr.py: Added. A simple RPN |
85 |
|
expression evaluator. To avoid the problem of eval()ing |
86 |
|
arbitrary python expressions I've decided to use a very |
87 |
|
basic and limited stack machine to support rule checking. |
88 |
|
|
89 |
|
* tools/formed/formed/model/data.py: Added a RuleLeaf. |
90 |
|
|
91 |
|
* tools/formed/formed/io/document.py: Added factories for rules. |
92 |
|
|
93 |
|
* tools/formed/formed/model/nodecomponents.py: Add a method |
94 |
|
to find all items of a given type in document for a given |
95 |
|
mode. Usefull to find all rules in the tree. |
96 |
|
|
97 |
|
* tools/formed/formed/ui/controls.py: Added a listener mechanism |
98 |
|
to attribute table to report exceptions when setting a value |
99 |
|
from GUI. Useful to report compilation errors when setting |
100 |
|
expr of rule leafs. |
101 |
|
|
102 |
|
* tools/formed/formed/main.py: Added a method to track exceptions |
103 |
|
from the attribute table and pop up dialogs if they occur. |
104 |
|
Added a counter of rule modifications in tree. Useful if you |
105 |
|
want build cached data structures like rule sets and you want |
106 |
|
to know if they are still valid. |
107 |
|
|
108 |
2007-08-24 Torsten Irlaender <[email protected]> |
2007-08-24 Torsten Irlaender <[email protected]> |
109 |
|
|
110 |
* tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint |
* tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint |