1 |
|
2007-08-24 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/names/filter.py: Separated Class for |
4 |
|
making the formularnames more database friendly. Added some more |
5 |
|
checks. |
6 |
|
* tools/formed/formed/plugins/export/sql.py: Make use of the fresh |
7 |
|
separated class, and some fixes in sql generation. |
8 |
|
|
9 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/export/html.py: Print lengths |
12 |
|
of external choice list. |
13 |
|
|
14 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/main.py: Little workaround for |
17 |
|
mode selection if someone adds an removes a mode. |
18 |
|
|
19 |
|
2007-08-24 Sascha L. Teichmann <[email protected]> |
20 |
|
|
21 |
|
* tools/formed/test-data/simple.xml: Better test case for |
22 |
|
mode depended leaf items. |
23 |
|
|
24 |
|
* tools/formed/formed/model/nodecomponents.py: Added a method |
25 |
|
to calculate the effective mode of an item. |
26 |
|
|
27 |
|
* tools/formed/formed/plugins/export/html.py: Use effective |
28 |
|
mode. TODO: the 'all' modus return false results sometimes. |
29 |
|
Cause: The modes are only cumulated over time. Removal is |
30 |
|
not done. |
31 |
|
|
32 |
2007-08-24 Sascha L. Teichmann <[email protected]> |
2007-08-24 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
* tools/formed/formed/plugins/export/html.py: Dump the items |
* tools/formed/formed/plugins/export/html.py: Dump the items |