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]> |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/export/sql.py: When generating |
33 |
|
an extra table check in a table of same content exists. In |
34 |
|
this case reference the existing table. |
35 |
|
|
36 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/export/sql.py: Rewritten to produce |
39 |
|
_real_ SQL and respect repeat groups. |
40 |
|
|
41 |
|
* tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat() |
42 |
|
|
43 |
|
* tools/formed/formed/plugins/web/renderer.py: Use "".join([]) |
44 |
|
instead of expensive += string concat in some places. |
45 |
|
|
46 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
|
* tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat() |
49 |
|
to .isRepeat and return a bool. Fixed a bug in Page.allWidgets(). |
50 |
|
|
51 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
52 |
|
|
53 |
|
* tools/formed/plugins/web/renderer.py: Added Formdata interface. |
54 |
|
* tools/formed/model/data.py: Implements Formadata interface to |
55 |
|
textfields. Fieldset generated depends now on the "invisible" |
56 |
|
attribute of the groupnode. Field-label generation slightly changed. |
57 |
|
Added error indication to textfields |
58 |
|
|
59 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/model/data.py, |
62 |
|
tools/formed/formed/io/document.py: Removed support |
63 |
|
of logical groups. |
64 |
|
|
65 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
66 |
|
|
67 |
|
* tools/formed/formed/io/document.py: Avoid saving empty |
68 |
|
attributes. |
69 |
|
|
70 |
|
* tools/formed/test-data/simple.xml: Applied. |
71 |
|
|
72 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
73 |
|
|
74 |
|
* tools/formed/formed/model/data.py: Added 'repeat' and |
75 |
|
'invisible' attributes to group. TODO: remove logical group. |
76 |
|
|
77 |
|
2007-08-27 Torsten Irlaender <[email protected]> |
78 |
|
|
79 |
|
* tools/formed/plugins/web/plugin.py, |
80 |
|
tools/formed/plugins/web/renderer.py: Started to include stylesheet |
81 |
|
depending tags in the html generation. |
82 |
|
|
83 |
|
2007-08-27 Sascha L. Teichmann <[email protected]> |
84 |
|
|
85 |
|
* tools/formed/formed/model/data.py, |
86 |
|
tools/formed/formed/io/document.py: Added a logical group. |
87 |
|
It has an attribute 'repeat' to indicate that it might |
88 |
|
be worthy an external table in DB schema. |
89 |
|
|
90 |
2007-08-27 Sascha L. Teichmann <[email protected]> |
2007-08-27 Sascha L. Teichmann <[email protected]> |
91 |
|
|
92 |
* tools/formed/formed/plugins/web/plugin.py: Support |
* tools/formed/formed/plugins/web/plugin.py: Support |