1 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/renderer.py: escaped |
4 |
|
error message. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/web/controllers.py: Don't fetch |
7 |
|
dataset from backend each time a page is up to edit. |
8 |
|
|
9 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer |
12 |
|
returns "Page not found" if given page is None. |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/controllers.py: Added checks |
15 |
|
to avoid crashing when ask for a non-existent page. |
16 |
|
|
17 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
20 |
|
|
21 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/plugin.py: Remove request handlers |
24 |
|
and renderers. |
25 |
|
|
26 |
|
* tools/formed/formed/plugins/web/controllers.py: New. Contains handlers |
27 |
|
and renderers now. TODO: Move renderers to renderer.py |
28 |
|
|
29 |
2007-09-05 Torsten Irlaender <[email protected]> |
2007-09-05 Torsten Irlaender <[email protected]> |
30 |
|
|
31 |
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
32 |
and bound in the the new added functions to create, edit, delete and |
and bound in the the new added functions to create, edit, delete and |
33 |
show formdata. |
show formdata. |
34 |
|
|
35 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-05 Sascha L. Teichmann <[email protected]> |
36 |
|
|