/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 90 by torsten, Fri Aug 24 13:25:30 2007 UTC revision 94 by teichmann, Sun Aug 26 16:39:32 2007 UTC
# Line 1  Line 1 
1    2007-08-26 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/data.py: Added missing broadcast
4              parameter to setAttribute() of RuleLeaf.
5    
6            * tools/formed/formed/plugins/web/plugin.py: Factorize
7              HTTP server code out to separate module.
8    
9            * tools/formed/formed/plugins/web/renderer.py: Removed
10              needless -1 from pop()
11    
12            * tools/formed/formed/plugins/web/server.py: New. Contains
13              the HTTP server code now.
14    
15    2007-08-26 Sascha L. Teichmann <[email protected]>
16    
17            * tools/formed/test-data/simple.xml: Modified to contain a rule.
18    
19            * tools/formed/formed/model/expr.py: Added. A simple RPN
20              expression evaluator. To avoid the problem of eval()ing
21                    arbitrary python expressions I've decided to use a very
22                    basic and limited stack machine to support rule checking.
23    
24            * tools/formed/formed/model/data.py: Added a RuleLeaf.
25    
26            * tools/formed/formed/io/document.py: Added factories for rules.
27    
28            * tools/formed/formed/model/nodecomponents.py: Add a method
29              to find all items of a given type in document for a given
30                    mode. Usefull to find all rules in the tree.
31    
32            * tools/formed/formed/ui/controls.py: Added a listener mechanism
33              to attribute table to report exceptions when setting a value
34                    from GUI. Useful to report compilation errors when setting
35                    expr of rule leafs.
36    
37            * tools/formed/formed/main.py: Added a method to track exceptions
38              from the attribute table and pop up dialogs if they occur.
39                    Added a counter of rule modifications in tree. Useful if you
40                    want build cached data structures like rule sets and you want
41                    to know if they are still valid.
42    
43    2007-08-24 Torsten Irlaender <[email protected]>
44    
45            * tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint
46              for checkbox values. (Syntax error).
47    
48            * tools/formed/formed/plugins/names/filter.py: Fixes in formularname
49              generation  
50    
51  2007-08-24 Torsten Irlaender <[email protected]>  2007-08-24 Torsten Irlaender <[email protected]>
52    
53          * tools/formed/formed/plugins/names/filter.py: Separated Class for          * tools/formed/formed/plugins/names/filter.py: Separated Class for

Legend:
Removed from v.90  
changed lines
  Added in v.94

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26