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