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]> |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Small fix and |
29 |
|
cleanup of the form generation code. |
30 |
|
|
31 |
|
2007-09-21 Sascha L. Teichmann <[email protected]> |
32 |
|
|
33 |
|
* tools/formed/formed/plugins/export/sql.py: Added generation time |
34 |
|
and DROP TABLE statements to schema export. |
35 |
|
|
36 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/export/sql.py: The tables are generated |
39 |
|
in correct topolocial order now. |
40 |
|
|
41 |
|
2007-09-20 Sascha L. Teichmann <[email protected]> |
42 |
|
|
43 |
|
* tools/formed/formed/plugins/export/mode.py: New. Filter to export |
44 |
|
a document with items that are in given mode. |
45 |
|
|
46 |
|
* tools/formed/formed/model/nodecomponents.py: Added methods to clone |
47 |
|
trees depending on selected modes. |
48 |
|
|
49 |
|
* tools/formed/formed/model/data.py, tools/formed/formed/model/expr.py: |
50 |
|
Fixed clone issue with RuleNodes. |
51 |
|
|
52 |
|
* tools/formed/formed/config.py: Use new plug-in. |
53 |
|
|
54 |
|
2007-09-17 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/web/view_renderer.py: Make the |
57 |
|
view renderer a real view renderer. It takes a list of |
58 |
|
items now and not only a single page. |
59 |
|
|
60 |
|
* tools/formed/formed/plugins/web/renderer.py: Feed a list |
61 |
|
of items to the view renderer. |
62 |
|
|
63 |
2007-09-17 Torsten Irlaender <[email protected]> |
2007-09-17 Torsten Irlaender <[email protected]> |
64 |
|
|
65 |
* tools/formed/formed/plugins/web/view_renderer.py: |
* tools/formed/formed/plugins/web/view_renderer.py: |
66 |
Small tweaks in rendering bools. |
Small tweaks in rendering bools. |
67 |
RadioNodes (with all its children) can now be placed in a container. |
RadioNodes (with all its children) can now be placed in a container. |
75 |
|
|
76 |
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
* tools/formed/formed/plugins/web/view_renderer.py: Fixed |
77 |
a few bugs: Do not render empty containers, do not |
a few bugs: Do not render empty containers, do not |
78 |
generate misplaced <br class="newline"> in choices. |
generate misplaced <br class="newline"> in choices. |
79 |
Add a nameless container to catch the items that are |
Add a nameless container to catch the items that are |
80 |
nor explicitly assigned to a target. Removed FormData. |
nor explicitly assigned to a target. Removed FormData. |
81 |
|
|
82 |
* tools/formed/formed/plugins/web/renderer.py: Removed |
* tools/formed/formed/plugins/web/renderer.py: Removed |
83 |
a needless import |
a needless import |