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