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