1 |
|
2007-08-29 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/renderer.py: Finished implementation |
4 |
|
of the getFromData interface and prepared the rederer for generating |
5 |
|
nice error messages |
6 |
|
|
7 |
|
2007-08-28 Frank Koormann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/export/sql.py |
10 |
|
(SchemaCreator.createSchema, SchemaCreator._createGroup): |
11 |
|
Fixed typo in created DDS (PRIMRAY -> PRIMARY) |
12 |
|
|
13 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
14 |
|
|
15 |
|
* tools/formed/formed/plugins/export/sql.py: Added small helper |
16 |
|
function to generated valid quotes within the sql statements |
17 |
|
|
18 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/export/sql.py: Added foreign keys |
21 |
|
for repeat tables. |
22 |
|
|
23 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/export/sql.py: When generating |
26 |
|
an extra table check in a table of same content exists. In |
27 |
|
this case reference the existing table. |
28 |
|
|
29 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/export/sql.py: Rewritten to produce |
32 |
|
_real_ SQL and respect repeat groups. |
33 |
|
|
34 |
|
* tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat() |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/web/renderer.py: Use "".join([]) |
37 |
|
instead of expensive += string concat in some places. |
38 |
|
|
39 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
40 |
|
|
41 |
|
* tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat() |
42 |
|
to .isRepeat and return a bool. Fixed a bug in Page.allWidgets(). |
43 |
|
|
44 |
|
2007-08-28 Torsten Irlaender <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/plugins/web/renderer.py: Added Formdata interface. |
47 |
|
* tools/formed/model/data.py: Implements Formadata interface to |
48 |
|
textfields. Fieldset generated depends now on the "invisible" |
49 |
|
attribute of the groupnode. Field-label generation slightly changed. |
50 |
|
Added error indication to textfields |
51 |
|
|
52 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
53 |
|
|
54 |
|
* tools/formed/formed/model/data.py, |
55 |
|
tools/formed/formed/io/document.py: Removed support |
56 |
|
of logical groups. |
57 |
|
|
58 |
|
2007-08-28 Sascha L. Teichmann <[email protected]> |
59 |
|
|
60 |
|
* tools/formed/formed/io/document.py: Avoid saving empty |
61 |
|
attributes. |
62 |
|
|
63 |
|
* tools/formed/test-data/simple.xml: Applied. |
64 |
|
|
65 |
2007-08-28 Sascha L. Teichmann <[email protected]> |
2007-08-28 Sascha L. Teichmann <[email protected]> |
66 |
|
|
67 |
* tools/formed/formed/model/data.py: Added 'repeat' and |
* tools/formed/formed/model/data.py: Added 'repeat' and |