1 |
|
2007-08-31 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/plugin.py: Navigation rendering works |
4 |
|
now in recursive way. This change was needed because the structure |
5 |
|
of the formedtree has changed to be able to render full hirachically |
6 |
|
document stuctures. (nested lists) |
7 |
|
|
8 |
|
2007-08-31 Sascha L. Teichmann <[email protected]> |
9 |
|
|
10 |
|
* tools/formed/formed/model/nodecomponents.py: use discard() |
11 |
|
instead of remove on sets. |
12 |
|
|
13 |
|
* tools/formed/formed/plugins/export/sql.py: Added an |
14 |
|
exporter for table views. |
15 |
|
|
16 |
|
* tools/formed/formed/config.py: Added the new exporter |
17 |
|
to the list of export filters. |
18 |
|
|
19 |
|
2007-08-30 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/model/data.py: Fixed a bug in |
22 |
|
Page.allWidgets() |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/export/sql.py: Added an exporter |
25 |
|
for stored procudeures. |
26 |
|
|
27 |
|
* tools/formed/formed/config.py: Add the new SP exporter. |
28 |
|
|
29 |
|
2007-08-29 Torsten Irlaender <[email protected]> |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/plugin.py, |
32 |
|
tools/formed/formed/plugins/web/error_renderer.py: Added interface |
33 |
|
to get the errors for a whole page in te formular. These errors can |
34 |
|
now be displayed on the top of the formular. |
35 |
|
|
36 |
|
2007-08-29 Torsten Irlaender <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/renderer.py: Finished implementation |
39 |
|
of the getFromData interface and prepared the rederer for generating |
40 |
|
nice error messages |
41 |
|
|
42 |
|
2007-08-28 Frank Koormann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/export/sql.py |
45 |
|
(SchemaCreator.createSchema, SchemaCreator._createGroup): |
46 |
|
Fixed typo in created DDS (PRIMRAY -> PRIMARY) |
47 |
|
|
48 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/export/sql.py: Added small helper |
51 |
|
function to generated valid quotes within the sql statements |
52 |
|
|
53 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
|
* tools/formed/formed/plugins/export/sql.py: Added foreign keys |
56 |
|
for repeat tables. |
57 |
|
|
58 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* tools/formed/formed/plugins/export/sql.py: When generating |
61 |
|
an extra table check in a table of same content exists. In |
62 |
|
this case reference the existing table. |
63 |
|
|
64 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/export/sql.py: Rewritten to produce |
67 |
|
_real_ SQL and respect repeat groups. |
68 |
|
|
69 |
|
* tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat() |
70 |
|
|
71 |
|
* tools/formed/formed/plugins/web/renderer.py: Use "".join([]) |
72 |
|
instead of expensive += string concat in some places. |
73 |
|
|
74 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
75 |
|
|
76 |
|
* tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat() |
77 |
|
to .isRepeat and return a bool. Fixed a bug in Page.allWidgets(). |
78 |
|
|
79 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
80 |
|
|
81 |
|
* tools/formed/plugins/web/renderer.py: Added Formdata interface. |
82 |
|
* tools/formed/model/data.py: Implements Formadata interface to |
83 |
|
textfields. Fieldset generated depends now on the "invisible" |
84 |
|
attribute of the groupnode. Field-label generation slightly changed. |
85 |
|
Added error indication to textfields |
86 |
|
|
87 |
2007-08-28 Sascha L. Teichmann <[email protected]> |
2007-08-28 Sascha L. Teichmann <[email protected]> |
88 |
|
|
89 |
* tools/formed/formed/model/data.py, |
* tools/formed/formed/model/data.py, |