1 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
4 |
|
to extract fields from embedded repeat groups. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
7 |
|
views per page too. Result not tested yet. |
8 |
|
|
9 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
12 |
|
in-page repeat groups while rendering pages. |
13 |
|
|
14 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
17 |
|
traversals for document trees. |
18 |
|
|
19 |
|
* tools/formed/formed/model/data.py: Rewrote the |
20 |
|
Page.allWidgets() method to use new visitor for |
21 |
|
tree traversal. |
22 |
|
|
23 |
2007-09-27 Torsten Irlaender <[email protected]> |
2007-09-27 Torsten Irlaender <[email protected]> |
24 |
|
|
25 |
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
26 |
in the rename by formular name algorithm |
in the rename by formular name algorithm |
27 |
|
|