/[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 117 by torsten, Fri Aug 31 15:15:14 2007 UTC
# Line 1  Line 1 
1    2007-08-31 Torsten Irlaender <[email protected]>
2    
3            * tools/formed/formed/plugins/web/plugin.py: Navigation rendering works
4              now in recursive way. This change was needed because the structure
5              of the formedtree has changed to be able to render full hirachically
6              document stuctures. (nested lists)
7    
8    2007-08-31 Sascha L. Teichmann <[email protected]>
9    
10            * tools/formed/formed/model/nodecomponents.py: use discard()
11              instead of remove on sets.
12    
13            * tools/formed/formed/plugins/export/sql.py: Added an
14              exporter for table views.
15    
16            * tools/formed/formed/config.py: Added the new exporter
17              to the list of export filters.
18    
19    2007-08-30 Sascha L. Teichmann <[email protected]>
20    
21            * tools/formed/formed/model/data.py: Fixed a bug in
22              Page.allWidgets()
23    
24            * tools/formed/formed/plugins/export/sql.py: Added an exporter
25              for stored procudeures.
26    
27            * tools/formed/formed/config.py: Add the new SP exporter.
28    
29    2007-08-29 Torsten Irlaender <[email protected]>
30    
31            * tools/formed/formed/plugins/web/plugin.py,
32              tools/formed/formed/plugins/web/error_renderer.py: Added interface
33              to get the errors for a whole page in te formular. These errors can
34              now be displayed on the top of the formular.
35    
36    2007-08-29 Torsten Irlaender <[email protected]>
37    
38            * tools/formed/formed/plugins/web/renderer.py: Finished implementation
39              of the getFromData interface and prepared the rederer for generating
40              nice error messages
41    
42    2007-08-28 Frank Koormann <[email protected]>
43    
44            * tools/formed/formed/plugins/export/sql.py
45            (SchemaCreator.createSchema, SchemaCreator._createGroup):
46            Fixed typo in created DDS (PRIMRAY -> PRIMARY)
47    
48    2007-08-28 Torsten Irlaender <[email protected]>
49    
50            * tools/formed/formed/plugins/export/sql.py: Added small helper
51              function to generated valid quotes within the sql statements
52    
53    2007-08-29 Sascha L. Teichmann <[email protected]>
54    
55            * tools/formed/formed/plugins/export/sql.py: Added foreign keys
56              for repeat tables.
57              
58    2007-08-29 Sascha L. Teichmann <[email protected]>
59    
60            * tools/formed/formed/plugins/export/sql.py: When generating
61              an extra table check in a table of same content exists. In
62                    this case reference the existing table.
63    
64    2007-08-29 Sascha L. Teichmann <[email protected]>
65    
66            * tools/formed/formed/plugins/export/sql.py: Rewritten to produce
67              _real_ SQL and respect repeat groups.
68    
69            * tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat()
70    
71            * tools/formed/formed/plugins/web/renderer.py: Use "".join([])
72              instead of expensive += string concat in some places.
73    
74    2007-08-29 Sascha L. Teichmann <[email protected]>
75    
76            * tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat()
77              to .isRepeat and return a bool. Fixed a bug in Page.allWidgets().
78    
79    2007-08-28 Torsten Irlaender <[email protected]>
80    
81            * tools/formed/plugins/web/renderer.py: Added Formdata interface.
82            * tools/formed/model/data.py: Implements Formadata interface to
83              textfields. Fieldset generated depends now on the "invisible"
84              attribute of the groupnode. Field-label generation slightly changed.
85              Added error indication to textfields
86    
87    2007-08-28 Sascha L. Teichmann <[email protected]>
88    
89            * tools/formed/formed/model/data.py,
90              tools/formed/formed/io/document.py: Removed support
91                    of logical groups.
92    
93    2007-08-28 Sascha L. Teichmann <[email protected]>
94    
95            * tools/formed/formed/io/document.py: Avoid saving empty
96              attributes.
97    
98            * tools/formed/test-data/simple.xml: Applied.
99    
100    2007-08-28 Sascha L. Teichmann <[email protected]>
101    
102            * tools/formed/formed/model/data.py: Added 'repeat' and
103              'invisible' attributes to group. TODO: remove logical group.
104    
105    2007-08-27 Torsten Irlaender <[email protected]>
106    
107            * tools/formed/plugins/web/plugin.py,
108              tools/formed/plugins/web/renderer.py: Started to  include stylesheet
109              depending tags in the html generation.
110    
111    2007-08-27 Sascha L. Teichmann <[email protected]>
112    
113            * tools/formed/formed/model/data.py,
114              tools/formed/formed/io/document.py: Added a logical group.
115                    It has an attribute 'repeat' to indicate that it might
116                    be worthy an external table in DB schema.
117    
118    2007-08-27 Sascha L. Teichmann <[email protected]>
119    
120            * tools/formed/formed/plugins/web/plugin.py: Support
121              serving of static content.
122    
123            * tools/formed/formed/plugins/web/server.py: Removed
124              old send code.
125    
126    2007-08-27 Sascha L. Teichmann <[email protected]>
127    
128            * tools/formed/formed/plugins/web/plugin.py: Use new
129              Response object. Fix typo.
130    
131            * tools/formed/formed/plugins/web/server.py: support
132              response object to serve different MIME types.
133    
134    2007-08-27 Sascha L. Teichmann <[email protected]>
135    
136            * tools/formed/formed/plugins/web/plugin.py: Add web.path
137              to FORMED environment  variable to specify the
138                    root of the static content.
139    
140    2007-08-26 Sascha L. Teichmann <[email protected]>
141    
142            * tools/formed/formed/model/data.py,
143              tools/formed/formed/model/nodecomponents.py: Fixed mode issues.
144    
145            * tools/formed/formed/plugins/web/www,
146              tools/formed/formed/plugins/web/www/main.tmpl: New. Contains
147                    a template for the HTML output.
148    
149            * tools/formed/formed/plugins/web/plugin.py: Fixes several smaller
150              mode issues. Introduces CSS support. Simplified the action
151                    handling.
152    
153            * tools/formed/formed/plugins/web/renderer.py: Removed the
154              nagivation code.
155    
156            * tools/formed/formed/plugins/web/server.py: Added missing import.
157    
158    2007-08-26 Sascha L. Teichmann <[email protected]>
159    
160            * tools/formed/formed/model/data.py: Added missing broadcast
161              parameter to setAttribute() of RuleLeaf.
162    
163            * tools/formed/formed/plugins/web/plugin.py: Factorize
164              HTTP server code out to separate module.
165    
166            * tools/formed/formed/plugins/web/renderer.py: Removed
167              needless -1 from pop()
168    
169            * tools/formed/formed/plugins/web/server.py: New. Contains
170              the HTTP server code now.
171    
172    2007-08-26 Sascha L. Teichmann <[email protected]>
173    
174            * tools/formed/test-data/simple.xml: Modified to contain a rule.
175    
176            * tools/formed/formed/model/expr.py: Added. A simple RPN
177              expression evaluator. To avoid the problem of eval()ing
178                    arbitrary python expressions I've decided to use a very
179                    basic and limited stack machine to support rule checking.
180    
181            * tools/formed/formed/model/data.py: Added a RuleLeaf.
182    
183            * tools/formed/formed/io/document.py: Added factories for rules.
184    
185            * tools/formed/formed/model/nodecomponents.py: Add a method
186              to find all items of a given type in document for a given
187                    mode. Usefull to find all rules in the tree.
188    
189            * tools/formed/formed/ui/controls.py: Added a listener mechanism
190              to attribute table to report exceptions when setting a value
191                    from GUI. Useful to report compilation errors when setting
192                    expr of rule leafs.
193    
194            * tools/formed/formed/main.py: Added a method to track exceptions
195              from the attribute table and pop up dialogs if they occur.
196                    Added a counter of rule modifications in tree. Useful if you
197                    want build cached data structures like rule sets and you want
198                    to know if they are still valid.
199    
200    2007-08-24 Torsten Irlaender <[email protected]>
201    
202            * tools/formed/formed/plugins/export/sql.py: Fixed CHECK-constraint
203              for checkbox values. (Syntax error).
204    
205            * tools/formed/formed/plugins/names/filter.py: Fixes in formularname
206              generation  
207    
208    2007-08-24 Torsten Irlaender <[email protected]>
209    
210            * tools/formed/formed/plugins/names/filter.py: Separated Class for
211              making the formularnames more database friendly. Added some more
212              checks.
213            * tools/formed/formed/plugins/export/sql.py: Make use of the fresh
214              separated class, and some fixes in sql generation.
215    
216  2007-08-24 Sascha L. Teichmann <[email protected]>  2007-08-24 Sascha L. Teichmann <[email protected]>
217    
218          * 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.117

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26