1 |
|
2007-08-29 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/plugin.py, |
4 |
|
tools/formed/formed/plugins/web/error_renderer.py: Added interface |
5 |
|
to get the errors for a whole page in te formular. These errors can |
6 |
|
now be displayed on the top of the formular. |
7 |
|
|
8 |
|
2007-08-29 Torsten Irlaender <[email protected]> |
9 |
|
|
10 |
|
* tools/formed/formed/plugins/web/renderer.py: Finished implementation |
11 |
|
of the getFromData interface and prepared the rederer for generating |
12 |
|
nice error messages |
13 |
|
|
14 |
|
2007-08-28 Frank Koormann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/export/sql.py |
17 |
|
(SchemaCreator.createSchema, SchemaCreator._createGroup): |
18 |
|
Fixed typo in created DDS (PRIMRAY -> PRIMARY) |
19 |
|
|
20 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
21 |
|
|
22 |
|
* tools/formed/formed/plugins/export/sql.py: Added small helper |
23 |
|
function to generated valid quotes within the sql statements |
24 |
|
|
25 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/export/sql.py: Added foreign keys |
28 |
|
for repeat tables. |
29 |
|
|
30 |
2007-08-29 Sascha L. Teichmann <[email protected]> |
2007-08-29 Sascha L. Teichmann <[email protected]> |
31 |
|
|
32 |
* tools/formed/formed/plugins/export/sql.py: When generating |
* tools/formed/formed/plugins/export/sql.py: When generating |