1 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/export/sql.py: Create schema inside transaction. |
4 |
|
Various bug fixes. |
5 |
|
|
6 |
|
2007-10-04 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/model/data.py: Added GroupNode.allWidgets() |
9 |
|
to extract fields from embedded repeat groups. |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/export/sql.py: The SQL exporter exports |
12 |
|
views per page too. Result not tested yet. |
13 |
|
|
14 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
17 |
|
in-page repeat groups while rendering pages. |
18 |
|
|
19 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
22 |
|
traversals for document trees. |
23 |
|
|
24 |
|
* tools/formed/formed/model/data.py: Rewrote the |
25 |
|
Page.allWidgets() method to use new visitor for |
26 |
|
tree traversal. |
27 |
|
|
28 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
31 |
|
in the rename by formular name algorithm |
32 |
|
|
33 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
36 |
|
TODO: rewrite Page.allWidgets(). |
37 |
|
|
38 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
39 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
42 |
|
build views and respective joins. |
43 |
|
|
44 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
45 |
|
|
46 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
47 |
|
FORMED environment variable. If set to true tidylib is used to |
48 |
|
filter HTML content to be W3C valid. To use this feature install |
49 |
|
uTidylib. |
50 |
|
|
51 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
52 |
|
text/html and filters content through tidy if requested. |
53 |
|
|
54 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
57 |
|
cleanup of the form generation code. |
58 |
|
|
59 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
60 |
|
|
61 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
62 |
|
and DROP TABLE statements to schema export. |
63 |
|
|
64 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
65 |
|
|
66 |
|
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
67 |
|
in correct topolocial order now. |
68 |
|
|
69 |
2007-09-20 Sascha L. Teichmann <[email protected]> |
2007-09-20 Sascha L. Teichmann <[email protected]> |
70 |
|
|
71 |
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |