1 |
2007-09-03 Torsten Irlaender <[email protected]> |
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]> |
31 |
|
|
32 |
|
* tools/formed/formed/plugins/web/help.py: New. Parses an |
33 |
|
XHTML document for id'ed divs and builds a help lookup. |
34 |
|
|
35 |
|
* tools/formed/formed/plugins/web/www/help.tmpl: Template for |
36 |
|
the help content frame. |
37 |
|
|
38 |
|
* tools/formed/formed/plugins/web/www/help.xhtml: Some simple |
39 |
|
help text index. |
40 |
|
|
41 |
|
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
42 |
|
texts now. |
43 |
|
|
44 |
|
2007-09-03 Torsten Irlaender <[email protected]> |
45 |
|
|
46 |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
47 |
elements will be rendered in the formular navigation. |
elements will be rendered in the formular navigation. |
48 |
Formular pages in the navigation now have their own css-style |
Formular pages in the navigation now have their own css-style |
49 |
attributes. |
attributes. |
50 |
|
|
51 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
52 |
|
|
53 |
* 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 |
54 |
errors in template |
errors in template |
55 |
* tools/formed/formed/plugins/web/plugin.py: Fixed undefined |
* tools/formed/formed/plugins/web/plugin.py: Fixed undefined |