/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

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

Legend:
Removed from v.107  
changed lines
  Added in v.120

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26