1 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/data.py: Removed old {next|prev}Page() |
4 |
|
TODO: rewrite Page.allWidgets(). |
5 |
|
|
6 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
7 |
|
Node.firstLevel(criterion) to walk a defined line in the tree. |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/export/sql.py: Extract data suitable to |
10 |
|
build views and respective joins. |
11 |
|
|
12 |
|
2007-09-26 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/plugin.py: add 'web.tidy:' flag to |
15 |
|
FORMED environment variable. If set to true tidylib is used to |
16 |
|
filter HTML content to be W3C valid. To use this feature install |
17 |
|
uTidylib. |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/server.py: Check if MIME type is |
20 |
|
text/html and filters content through tidy if requested. |
21 |
|
|
22 |
2007-09-25 Torsten Irlaender <[email protected]> |
2007-09-25 Torsten Irlaender <[email protected]> |
23 |
|
|
24 |
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
25 |
cleanup of the form generation code. |
cleanup of the form generation code. |
26 |
|
|