1 |
2007-08-29 Sascha L. Teichmann <[email protected]> |
2007-08-29 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: When generating |
4 |
|
an extra table check in a table of same content exists. In |
5 |
|
this case reference the existing table. |
6 |
|
|
7 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/export/sql.py: Rewritten to produce |
10 |
|
_real_ SQL and respect repeat groups. |
11 |
|
|
12 |
|
* tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat() |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/renderer.py: Use "".join([]) |
15 |
|
instead of expensive += string concat in some places. |
16 |
|
|
17 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
* tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat() |
* tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat() |
20 |
to .isRepeat and return a bool. Fixed a bug in Page.allWidgets(). |
to .isRepeat and return a bool. Fixed a bug in Page.allWidgets(). |
21 |
|
|