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