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