/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.92  
changed lines
  Added in v.106

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26