/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 88 by teichmann, Fri Aug 24 10:12:49 2007 UTC revision 101 by torsten, Mon Aug 27 17:47:57 2007 UTC
# Line 1  Line 1 
1    2007-08-27 Torsten Irlaender <[email protected]>
2    
3            * tools/formed/plugins/web/plugin.py,
4              tools/formed/plugins/web/renderer.py: Started to  include stylesheet
5              depending tags in the html generation.
6    
7    207-08-27 Sascha L. Teichmann <[email protected]>
8    
9            * tools/formed/formed/model/data.py,
10              tools/formed/formed/io/document.py: Added a logical group.
11                    It has an attribute 'repeat' to indicate that it might
12                    be worthy an external table in DB schema.
13    
14    2007-08-27 Sascha L. Teichmann <[email protected]>
15    
16            * tools/formed/formed/plugins/web/plugin.py: Support
17              serving of static content.
18    
19            * tools/formed/formed/plugins/web/server.py: Removed
20              old send code.
21    
22    2007-08-27 Sascha L. Teichmann <[email protected]>
23    
24            * tools/formed/formed/plugins/web/plugin.py: Use new
25              Response object. Fix typo.
26    
27            * tools/formed/formed/plugins/web/server.py: support
28              response object to serve different MIME types.
29    
30    2007-08-27 Sascha L. Teichmann <[email protected]>
31    
32            * tools/formed/formed/plugins/web/plugin.py: Add web.path
33              to FORMED environment  variable to specify the
34                    root of the static content.
35    
36    2007-08-26 Sascha L. Teichmann <[email protected]>
37    
38            * tools/formed/formed/model/data.py,
39              tools/formed/formed/model/nodecomponents.py: Fixed mode issues.
40    
41            * tools/formed/formed/plugins/web/www,
42              tools/formed/formed/plugins/web/www/main.tmpl: New. Contains
43                    a template for the HTML output.
44    
45            * tools/formed/formed/plugins/web/plugin.py: Fixes several smaller
46              mode issues. Introduces CSS support. Simplified the action
47                    handling.
48    
49            * tools/formed/formed/plugins/web/renderer.py: Removed the
50              nagivation code.
51    
52            * tools/formed/formed/plugins/web/server.py: Added missing import.
53    
54    2007-08-26 Sascha L. Teichmann <[email protected]>
55    
56            * tools/formed/formed/model/data.py: Added missing broadcast
57              parameter to setAttribute() of RuleLeaf.
58    
59            * tools/formed/formed/plugins/web/plugin.py: Factorize
60              HTTP server code out to separate module.
61    
62            * tools/formed/formed/plugins/web/renderer.py: Removed
63              needless -1 from pop()
64    
65            * tools/formed/formed/plugins/web/server.py: New. Contains
66              the HTTP server code now.
67    
68    2007-08-26 Sascha L. Teichmann <[email protected]>
69    
70            * tools/formed/test-data/simple.xml: Modified to contain a rule.
71    
72            * tools/formed/formed/model/expr.py: Added. A simple RPN
73              expression evaluator. To avoid the problem of eval()ing
74                    arbitrary python expressions I've decided to use a very
75                    basic and limited stack machine to support rule checking.
76    
77            * tools/formed/formed/model/data.py: Added a RuleLeaf.
78    
79            * tools/formed/formed/io/document.py: Added factories for rules.
80    
81            * tools/formed/formed/model/nodecomponents.py: Add a method
82              to find all items of a given type in document for a given
83                    mode. Usefull to find all rules in the tree.
84    
85            * tools/formed/formed/ui/controls.py: Added a listener mechanism
86              to attribute table to report exceptions when setting a value
87                    from GUI. Useful to report compilation errors when setting
88                    expr of rule leafs.
89    
90            * tools/formed/formed/main.py: Added a method to track exceptions
91              from the attribute table and pop up dialogs if they occur.
92                    Added a counter of rule modifications in tree. Useful if you
93                    want build cached data structures like rule sets and you want
94                    to know if they are still valid.
95    
96    2007-08-24 Torsten Irlaender <[email protected]>
97    
98            * tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint
99              for checkbox values. (Syntax error).
100    
101            * tools/formed/formed/plugins/names/filter.py: Fixes in formularname
102              generation  
103    
104    2007-08-24 Torsten Irlaender <[email protected]>
105    
106            * tools/formed/formed/plugins/names/filter.py: Separated Class for
107              making the formularnames more database friendly. Added some more
108              checks.
109            * tools/formed/formed/plugins/export/sql.py: Make use of the fresh
110              separated class, and some fixes in sql generation.
111    
112    2007-08-24 Sascha L. Teichmann <[email protected]>
113    
114            * tools/formed/formed/plugins/export/html.py: Print lengths
115              of external choice list.
116    
117  2007-08-24 Sascha L. Teichmann <[email protected]>  2007-08-24 Sascha L. Teichmann <[email protected]>
118    
119          * tools/formed/formed/main.py: Little workaround for          * tools/formed/formed/main.py: Little workaround for

Legend:
Removed from v.88  
changed lines
  Added in v.101

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26