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