1 |
|
2007-09-03 Torsten Irlaender <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/renderer.py, |
4 |
|
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
5 |
|
the HelpProvider and inserted help icons to the html output. |
6 |
|
Added decorator for Formelemnts, so textfields, choices etc. are now |
7 |
|
within a <div> tag. |
8 |
|
Modified the error messages. |
9 |
|
|
10 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
11 |
|
|
12 |
|
* tools/formed/formed/plugins/web/cache.py: New. Implements |
13 |
|
the server-side caching more clean. Fixes a bug with |
14 |
|
serving static content. |
15 |
|
|
16 |
|
* tools/formed/formed/plugins/web/plugin.py: Use the new cache. |
17 |
|
|
18 |
|
2007-09-04 Sascha L. Teichmann <[email protected]> |
19 |
|
|
20 |
|
* tools/formed/formed/plugins/web/plugin.py: Set MIME type |
21 |
|
to "application/xhtml+xml" when serving help texts. |
22 |
|
|
23 |
|
2007-09-03 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/export/diff.py: New. Exports |
26 |
|
pairwise differences between all modes. |
27 |
|
|
28 |
|
* tools/formed/formed/config.py: Use new export filter. |
29 |
|
|
30 |
2007-09-03 Sascha L. Teichmann <[email protected]> |
2007-09-03 Sascha L. Teichmann <[email protected]> |
31 |
|
|
32 |
* tools/formed/formed/plugins/web/help.py: New parses an |
* tools/formed/formed/plugins/web/help.py: New. Parses an |
33 |
XHTML document for id'ed divs and builds a help lookup. |
XHTML document for id'ed divs and builds a help lookup. |
34 |
|
|
35 |
* tools/formed/formed/plugins/web/www/help.tmpl: Template for |
* tools/formed/formed/plugins/web/www/help.tmpl: Template for |