/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 89 by teichmann, Fri Aug 24 13:18:07 2007 UTC revision 96 by teichmann, Mon Aug 27 12:31:39 2007 UTC
# Line 1  Line 1 
1    2007-08-27 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/web/plugin.py: Add web.path
4              to FORMED environment  variable to specify the
5                    root of the static content.
6    
7    2007-08-26 Sascha L. Teichmann <[email protected]>
8    
9            * tools/formed/formed/model/data.py,
10              tools/formed/formed/model/nodecomponents.py: Fixed mode issues.
11    
12            * tools/formed/formed/plugins/web/www,
13              tools/formed/formed/plugins/web/www/main.tmpl: New. Contains
14                    a template for the HTML output.
15    
16            * tools/formed/formed/plugins/web/plugin.py: Fixes several smaller
17              mode issues. Introduces CSS support. Simplified the action
18                    handling.
19    
20            * tools/formed/formed/plugins/web/renderer.py: Removed the
21              nagivation code.
22    
23            * tools/formed/formed/plugins/web/server.py: Added missing import.
24    
25    2007-08-26 Sascha L. Teichmann <[email protected]>
26    
27            * tools/formed/formed/model/data.py: Added missing broadcast
28              parameter to setAttribute() of RuleLeaf.
29    
30            * tools/formed/formed/plugins/web/plugin.py: Factorize
31              HTTP server code out to separate module.
32    
33            * tools/formed/formed/plugins/web/renderer.py: Removed
34              needless -1 from pop()
35    
36            * tools/formed/formed/plugins/web/server.py: New. Contains
37              the HTTP server code now.
38    
39    2007-08-26 Sascha L. Teichmann <[email protected]>
40    
41            * tools/formed/test-data/simple.xml: Modified to contain a rule.
42    
43            * tools/formed/formed/model/expr.py: Added. A simple RPN
44              expression evaluator. To avoid the problem of eval()ing
45                    arbitrary python expressions I've decided to use a very
46                    basic and limited stack machine to support rule checking.
47    
48            * tools/formed/formed/model/data.py: Added a RuleLeaf.
49    
50            * tools/formed/formed/io/document.py: Added factories for rules.
51    
52            * tools/formed/formed/model/nodecomponents.py: Add a method
53              to find all items of a given type in document for a given
54                    mode. Usefull to find all rules in the tree.
55    
56            * tools/formed/formed/ui/controls.py: Added a listener mechanism
57              to attribute table to report exceptions when setting a value
58                    from GUI. Useful to report compilation errors when setting
59                    expr of rule leafs.
60    
61            * tools/formed/formed/main.py: Added a method to track exceptions
62              from the attribute table and pop up dialogs if they occur.
63                    Added a counter of rule modifications in tree. Useful if you
64                    want build cached data structures like rule sets and you want
65                    to know if they are still valid.
66    
67    2007-08-24 Torsten Irlaender <[email protected]>
68    
69            * tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint
70              for checkbox values. (Syntax error).
71    
72            * tools/formed/formed/plugins/names/filter.py: Fixes in formularname
73              generation  
74    
75    2007-08-24 Torsten Irlaender <[email protected]>
76    
77            * tools/formed/formed/plugins/names/filter.py: Separated Class for
78              making the formularnames more database friendly. Added some more
79              checks.
80            * tools/formed/formed/plugins/export/sql.py: Make use of the fresh
81              separated class, and some fixes in sql generation.
82    
83  2007-08-24 Sascha L. Teichmann <[email protected]>  2007-08-24 Sascha L. Teichmann <[email protected]>
84    
85          * tools/formed/formed/plugins/export/html.py: Print lengths          * tools/formed/formed/plugins/export/html.py: Print lengths

Legend:
Removed from v.89  
changed lines
  Added in v.96

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26