/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 108 by teichmann, Wed Aug 29 11:08:01 2007 UTC revision 121 by teichmann, Sun Sep 2 10:44:53 2007 UTC
# Line 1  Line 1 
1    2007-09-02 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/plugins/export/sql.py: Removed needless import.
4    
5            * tools/formed/formed/plugins/export/html.py: HTML table exporter
6              uses new FileDialogFilter base class too.
7    
8    2007-09-02 Sascha L. Teichmann <[email protected]>
9    
10            * tools/formed/formed/plugins/ui/*: New. All file exporters
11              need a file dialog. Till now each of them pulled up its
12                    own. This was silly code replication. Now there is an abstract
13                    base class 'FileDialogFilter' which implements the common
14                    behavior. The file exporters should subclass it.
15    
16            * tools/formed/formed/plugins/export/sql.py: Subclass the SQL
17              exporters from the new base class. TODO: Subclass the HTML
18                    exporter too.
19    
20    2007-08-31 Sascha L. Teichmann <[email protected]>
21    
22            * tools/formed/formed/plugins/export/html.py: Make mode check
23              work (again).
24    
25    2007-08-31 Torsten Irlaender <[email protected]>
26    
27            * tools/formed/formed/plugins/export/html.py: Rendering of the HTML
28              exprt works now in a recursive way. This change was needed because
29              the structure of the formedtree has changed to be able to render
30              full hirachically document stuctures. (nested lists)
31              TODO: Fix modechecking
32    
33    2007-08-31 Torsten Irlaender <[email protected]>
34    
35            * tools/formed/formed/plugins/web/plugin.py: Navigation rendering works
36              now in recursive way. This change was needed because the structure
37              of the formedtree has changed to be able to render full hirachically
38              document stuctures. (nested lists)
39    
40    2007-08-31 Sascha L. Teichmann <[email protected]>
41    
42            * tools/formed/formed/model/nodecomponents.py: use discard()
43              instead of remove on sets.
44    
45            * tools/formed/formed/plugins/export/sql.py: Added an
46              exporter for table views.
47    
48            * tools/formed/formed/config.py: Added the new exporter
49              to the list of export filters.
50    
51    2007-08-30 Sascha L. Teichmann <[email protected]>
52    
53            * tools/formed/formed/model/data.py: Fixed a bug in
54              Page.allWidgets()
55    
56            * tools/formed/formed/plugins/export/sql.py: Added an exporter
57              for stored procudeures.
58    
59            * tools/formed/formed/config.py: Add the new SP exporter.
60    
61    2007-08-29 Torsten Irlaender <[email protected]>
62    
63            * tools/formed/formed/plugins/web/plugin.py,
64              tools/formed/formed/plugins/web/error_renderer.py: Added interface
65              to get the errors for a whole page in te formular. These errors can
66              now be displayed on the top of the formular.
67    
68    2007-08-29 Torsten Irlaender <[email protected]>
69    
70            * tools/formed/formed/plugins/web/renderer.py: Finished implementation
71              of the getFromData interface and prepared the rederer for generating
72              nice error messages
73    
74    2007-08-28 Frank Koormann <[email protected]>
75    
76            * tools/formed/formed/plugins/export/sql.py
77            (SchemaCreator.createSchema, SchemaCreator._createGroup):
78            Fixed typo in created DDS (PRIMRAY -> PRIMARY)
79    
80    2007-08-28 Torsten Irlaender <[email protected]>
81    
82            * tools/formed/formed/plugins/export/sql.py: Added small helper
83              function to generated valid quotes within the sql statements
84    
85    2007-08-29 Sascha L. Teichmann <[email protected]>
86    
87            * tools/formed/formed/plugins/export/sql.py: Added foreign keys
88              for repeat tables.
89              
90  2007-08-29 Sascha L. Teichmann <[email protected]>  2007-08-29 Sascha L. Teichmann <[email protected]>
91    
92          * tools/formed/formed/plugins/export/sql.py: When generating          * tools/formed/formed/plugins/export/sql.py: When generating

Legend:
Removed from v.108  
changed lines
  Added in v.121

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26