/[formed]/trunk/ChangeLog
ViewVC logotype

Diff of /trunk/ChangeLog

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

revision 97 by teichmann, Mon Aug 27 13:29:32 2007 UTC revision 116 by teichmann, Fri Aug 31 13:54:12 2007 UTC
# Line 1  Line 1 
1    2007-08-31 Sascha L. Teichmann <[email protected]>
2    
3            * tools/formed/formed/model/nodecomponents.py: use discard()
4              instead of remove on sets.
5    
6            * tools/formed/formed/plugins/export/sql.py: Added an
7              exporter for table views.
8    
9            * tools/formed/formed/config.py: Added the new exporter
10              to the list of export filters.
11    
12    2007-08-30 Sascha L. Teichmann <[email protected]>
13    
14            * tools/formed/formed/model/data.py: Fixed a bug in
15              Page.allWidgets()
16    
17            * tools/formed/formed/plugins/export/sql.py: Added an exporter
18              for stored procudeures.
19    
20            * tools/formed/formed/config.py: Add the new SP exporter.
21    
22    2007-08-29 Torsten Irlaender <[email protected]>
23    
24            * tools/formed/formed/plugins/web/plugin.py,
25              tools/formed/formed/plugins/web/error_renderer.py: Added interface
26              to get the errors for a whole page in te formular. These errors can
27              now be displayed on the top of the formular.
28    
29    2007-08-29 Torsten Irlaender <[email protected]>
30    
31            * tools/formed/formed/plugins/web/renderer.py: Finished implementation
32              of the getFromData interface and prepared the rederer for generating
33              nice error messages
34    
35    2007-08-28 Frank Koormann <[email protected]>
36    
37            * tools/formed/formed/plugins/export/sql.py
38            (SchemaCreator.createSchema, SchemaCreator._createGroup):
39            Fixed typo in created DDS (PRIMRAY -> PRIMARY)
40    
41    2007-08-28 Torsten Irlaender <[email protected]>
42    
43            * tools/formed/formed/plugins/export/sql.py: Added small helper
44              function to generated valid quotes within the sql statements
45    
46    2007-08-29 Sascha L. Teichmann <[email protected]>
47    
48            * tools/formed/formed/plugins/export/sql.py: Added foreign keys
49              for repeat tables.
50              
51    2007-08-29 Sascha L. Teichmann <[email protected]>
52    
53            * tools/formed/formed/plugins/export/sql.py: When generating
54              an extra table check in a table of same content exists. In
55                    this case reference the existing table.
56    
57    2007-08-29 Sascha L. Teichmann <[email protected]>
58    
59            * tools/formed/formed/plugins/export/sql.py: Rewritten to produce
60              _real_ SQL and respect repeat groups.
61    
62            * tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat()
63    
64            * tools/formed/formed/plugins/web/renderer.py: Use "".join([])
65              instead of expensive += string concat in some places.
66    
67    2007-08-29 Sascha L. Teichmann <[email protected]>
68    
69            * tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat()
70              to .isRepeat and return a bool. Fixed a bug in Page.allWidgets().
71    
72    2007-08-28 Torsten Irlaender <[email protected]>
73    
74            * tools/formed/plugins/web/renderer.py: Added Formdata interface.
75            * tools/formed/model/data.py: Implements Formadata interface to
76              textfields. Fieldset generated depends now on the "invisible"
77              attribute of the groupnode. Field-label generation slightly changed.
78              Added error indication to textfields
79    
80    2007-08-28 Sascha L. Teichmann <[email protected]>
81    
82            * tools/formed/formed/model/data.py,
83              tools/formed/formed/io/document.py: Removed support
84                    of logical groups.
85    
86    2007-08-28 Sascha L. Teichmann <[email protected]>
87    
88            * tools/formed/formed/io/document.py: Avoid saving empty
89              attributes.
90    
91            * tools/formed/test-data/simple.xml: Applied.
92    
93    2007-08-28 Sascha L. Teichmann <[email protected]>
94    
95            * tools/formed/formed/model/data.py: Added 'repeat' and
96              'invisible' attributes to group. TODO: remove logical group.
97    
98    2007-08-27 Torsten Irlaender <[email protected]>
99    
100            * tools/formed/plugins/web/plugin.py,
101              tools/formed/plugins/web/renderer.py: Started to  include stylesheet
102              depending tags in the html generation.
103    
104    2007-08-27 Sascha L. Teichmann <[email protected]>
105    
106            * tools/formed/formed/model/data.py,
107              tools/formed/formed/io/document.py: Added a logical group.
108                    It has an attribute 'repeat' to indicate that it might
109                    be worthy an external table in DB schema.
110    
111    2007-08-27 Sascha L. Teichmann <[email protected]>
112    
113            * tools/formed/formed/plugins/web/plugin.py: Support
114              serving of static content.
115    
116            * tools/formed/formed/plugins/web/server.py: Removed
117              old send code.
118    
119  2007-08-27 Sascha L. Teichmann <[email protected]>  2007-08-27 Sascha L. Teichmann <[email protected]>
120    
121          * tools/formed/formed/plugins/web/plugin.py: Use new          * tools/formed/formed/plugins/web/plugin.py: Use new

Legend:
Removed from v.97  
changed lines
  Added in v.116

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26