1 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/plugin.py: Set MIME type |
4 |
|
to "application/xhtml+xml" when serving help texts. |
5 |
|
|
6 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
7 |
|
|
8 |
|
* tools/formed/formed/plugins/export/diff.py: New. Exports |
9 |
|
pairwise differences between all modes. |
10 |
|
|
11 |
|
* tools/formed/formed/config.py: Use new export filter. |
12 |
|
|
13 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
14 |
|
|
15 |
|
* tools/formed/formed/plugins/web/help.py: New. Parses an |
16 |
|
XHTML document for id'ed divs and builds a help lookup. |
17 |
|
|
18 |
|
* tools/formed/formed/plugins/web/www/help.tmpl: Template for |
19 |
|
the help content frame. |
20 |
|
|
21 |
|
* tools/formed/formed/plugins/web/www/help.xhtml: Some simple |
22 |
|
help text index. |
23 |
|
|
24 |
|
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
25 |
|
texts now. |
26 |
|
|
27 |
|
2007-09-03 Torsten Irlaender <[email protected]> |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
30 |
|
elements will be rendered in the formular navigation. |
31 |
|
Formular pages in the navigation now have their own css-style |
32 |
|
attributes. |
33 |
|
|
34 |
|
2007-09-03 Torsten Irlaender <[email protected]> |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page |
37 |
|
errors in template |
38 |
|
* tools/formed/formed/plugins/web/plugin.py: Fixed undefined |
39 |
|
pageerrors variable |
40 |
|
|
41 |
|
2007-09-03 Frank Koormann <[email protected]> |
42 |
|
|
43 |
|
* tools/formed/formed/plugins/export/html.py |
44 |
|
(RecursiveExporter): Added annotation to export |
45 |
|
(fillRow()): Renamed old fillNine to this more generic name. |
46 |
|
|
47 |
|
|
48 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
49 |
|
|
50 |
|
* tools/formed/formed/plugins/web/renderer.py: Using the decorator |
51 |
|
from model.misc now. |
52 |
|
|
53 |
2007-09-03 Sascha L. Teichmann <[email protected]> |
2007-09-03 Sascha L. Teichmann <[email protected]> |
54 |
|
|
55 |
* tools/formed/formed/model/nodecomponents.py: Added an |
* tools/formed/formed/model/nodecomponents.py: Added an |