1 |
|
2007-08-31 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/html.py: Make mode check |
4 |
|
work (again). |
5 |
|
|
6 |
|
2007-08-31 Torsten Irlaender <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/html.py: Rendering of the HTML |
9 |
|
exprt works now in a recursive way. This change was needed because |
10 |
|
the structure of the formedtree has changed to be able to render |
11 |
|
full hirachically document stuctures. (nested lists) |
12 |
|
TODO: Fix modechecking |
13 |
|
|
14 |
|
2007-08-31 Torsten Irlaender <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/plugin.py: Navigation rendering works |
17 |
|
now in recursive way. This change was needed because the structure |
18 |
|
of the formedtree has changed to be able to render full hirachically |
19 |
|
document stuctures. (nested lists) |
20 |
|
|
21 |
|
2007-08-31 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/model/nodecomponents.py: use discard() |
24 |
|
instead of remove on sets. |
25 |
|
|
26 |
|
* tools/formed/formed/plugins/export/sql.py: Added an |
27 |
|
exporter for table views. |
28 |
|
|
29 |
|
* tools/formed/formed/config.py: Added the new exporter |
30 |
|
to the list of export filters. |
31 |
|
|
32 |
|
2007-08-30 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/model/data.py: Fixed a bug in |
35 |
|
Page.allWidgets() |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/export/sql.py: Added an exporter |
38 |
|
for stored procudeures. |
39 |
|
|
40 |
|
* tools/formed/formed/config.py: Add the new SP exporter. |
41 |
|
|
42 |
|
2007-08-29 Torsten Irlaender <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/web/plugin.py, |
45 |
|
tools/formed/formed/plugins/web/error_renderer.py: Added interface |
46 |
|
to get the errors for a whole page in te formular. These errors can |
47 |
|
now be displayed on the top of the formular. |
48 |
|
|
49 |
|
2007-08-29 Torsten Irlaender <[email protected]> |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/web/renderer.py: Finished implementation |
52 |
|
of the getFromData interface and prepared the rederer for generating |
53 |
|
nice error messages |
54 |
|
|
55 |
|
2007-08-28 Frank Koormann <[email protected]> |
56 |
|
|
57 |
|
* tools/formed/formed/plugins/export/sql.py |
58 |
|
(SchemaCreator.createSchema, SchemaCreator._createGroup): |
59 |
|
Fixed typo in created DDS (PRIMRAY -> PRIMARY) |
60 |
|
|
61 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
62 |
|
|
63 |
|
* tools/formed/formed/plugins/export/sql.py: Added small helper |
64 |
|
function to generated valid quotes within the sql statements |
65 |
|
|
66 |
2007-08-29 Sascha L. Teichmann <[email protected]> |
2007-08-29 Sascha L. Teichmann <[email protected]> |
67 |
|
|
68 |
* tools/formed/formed/plugins/export/sql.py: Added foreign keys |
* tools/formed/formed/plugins/export/sql.py: Added foreign keys |