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: Rewritten to produce |
4 |
|
_real_ SQL and respect repeat groups. |
5 |
|
|
6 |
|
* tools/formed/formed/model/data.py: Fixed bug with Group.isRepeat() |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/web/renderer.py: Use "".join([]) |
9 |
|
instead of expensive += string concat in some places. |
10 |
|
|
11 |
|
2007-08-29 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
* tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat() |
* tools/formed/formed/model/data.py: Renamed GroupNode.getRepeat() |
14 |
to .isRepeat and return a bool. Fixed a bug in Page.allWidgets(). |
to .isRepeat and return a bool. Fixed a bug in Page.allWidgets(). |
15 |
|
|