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]> |
2007-08-29 Torsten Irlaender <[email protected]> |
30 |
|
|
31 |
* tools/formed/formed/plugins/web/renderer.py: Finished implementation |
* tools/formed/formed/plugins/web/renderer.py: Finished implementation |