1 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/cache.py: New. Implements |
4 |
|
the server-side caching more clean. Fixes a bug with |
5 |
|
serving static content. |
6 |
|
|
7 |
|
* tools/formed/formed/plugins/web/plugin.py: Use the new cache. |
8 |
|
|
9 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/web/plugin.py: Set MIME type |
12 |
|
to "application/xhtml+xml" when serving help texts. |
13 |
|
|
14 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/export/diff.py: New. Exports |
17 |
|
pairwise differences between all modes. |
18 |
|
|
19 |
|
* tools/formed/formed/config.py: Use new export filter. |
20 |
|
|
21 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/help.py: New. Parses an |
24 |
|
XHTML document for id'ed divs and builds a help lookup. |
25 |
|
|
26 |
|
* tools/formed/formed/plugins/web/www/help.tmpl: Template for |
27 |
|
the help content frame. |
28 |
|
|
29 |
|
* tools/formed/formed/plugins/web/www/help.xhtml: Some simple |
30 |
|
help text index. |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
33 |
|
texts now. |
34 |
|
|
35 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
36 |
|
|
37 |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
38 |
elements will be rendered in the formular navigation. |
elements will be rendered in the formular navigation. |
39 |
Formular pages in the navigation now have their own css-style |
Formular pages in the navigation now have their own css-style |
40 |
attributes. |
attributes. |
41 |
|
|
42 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
43 |
|
|
44 |
* tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page |
* tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page |
45 |
errors in template |
errors in template |
46 |
* tools/formed/formed/plugins/web/plugin.py: Fixed undefined |
* tools/formed/formed/plugins/web/plugin.py: Fixed undefined |