1 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Select ids of |
4 |
|
underlaying tables in views too. |
5 |
|
|
6 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
9 |
|
Various bug fixes. |
10 |
|
|
11 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
12 |
|
|
13 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
14 |
|
to extract fields from embedded repeat groups. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
17 |
|
views per page too. Result not tested yet. |
18 |
|
|
19 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
22 |
|
in-page repeat groups while rendering pages. |
23 |
|
|
24 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
25 |
|
|
26 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
27 |
|
traversals for document trees. |
28 |
|
|
29 |
|
* tools/formed/formed/model/data.py: Rewrote the |
30 |
|
Page.allWidgets() method to use new visitor for |
31 |
|
tree traversal. |
32 |
|
|
33 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
36 |
|
in the rename by formular name algorithm |
37 |
|
|
38 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
39 |
|
|
40 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
41 |
|
TODO: rewrite Page.allWidgets(). |
42 |
|
|
43 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
44 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
45 |
|
|
46 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
47 |
|
build views and respective joins. |
48 |
|
|
49 |
2007-09-26 Sascha L. Teichmann <[email protected]> |
2007-09-26 Sascha L. Teichmann <[email protected]> |
50 |
|
|
51 |
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |