1 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Ignore |
4 |
|
in-page repeat groups while rendering pages. |
5 |
|
|
6 |
|
2007-10-01 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/model/nodecomponents.py: Added visitor |
9 |
|
traversals for document trees. |
10 |
|
|
11 |
|
* tools/formed/formed/model/data.py: Rewrote the |
12 |
|
Page.allWidgets() method to use new visitor for |
13 |
|
tree traversal. |
14 |
|
|
15 |
|
2007-09-27 Torsten Irlaender <[email protected]> |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/names/filter.py: Pages are now included |
18 |
|
in the rename by formular name algorithm |
19 |
|
|
20 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
23 |
|
TODO: rewrite Page.allWidgets(). |
24 |
|
|
25 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
26 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
29 |
|
build views and respective joins. |
30 |
|
|
31 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
34 |
|
FORMED environment variable. If set to true tidylib is used to |
35 |
|
filter HTML content to be W3C valid. To use this feature install |
36 |
|
uTidylib. |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
39 |
|
text/html and filters content through tidy if requested. |
40 |
|
|
41 |
|
2007-09-25 Torsten Irlaender <[email protected]> |
42 |
|
|
43 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
44 |
|
cleanup of the form generation code. |
45 |
|
|
46 |
2007-09-21 Sascha L. Teichmann <[email protected]> |
2007-09-21 Sascha L. Teichmann <[email protected]> |
47 |
|
|
48 |
* tools/formed/formed/plugins/export/sql.py: Added generation time |
* tools/formed/formed/plugins/export/sql.py: Added generation time |