1 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/model/nodecomponents.py: Added a |
4 |
|
method to document to find index of page. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/web/semantic.py: Added getValue() |
7 |
|
to fetch data from semantic box. |
8 |
|
|
9 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new |
10 |
|
FormData implementation to support DB and semantic box. |
11 |
|
|
12 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/renderer.py: escaped |
15 |
|
error message. |
16 |
|
|
17 |
|
* tools/formed/formed/plugins/web/controllers.py: Don't fetch |
18 |
|
dataset from backend each time a page is up to edit. |
19 |
|
|
20 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
21 |
|
|
22 |
|
* tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer |
23 |
|
returns "Page not found" if given page is None. |
24 |
|
|
25 |
|
* tools/formed/formed/plugins/web/controllers.py: Added checks |
26 |
|
to avoid crashing when ask for a non-existent page. |
27 |
|
|
28 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
29 |
|
|
30 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
31 |
|
|
32 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
33 |
|
|
34 |
|
* tools/formed/formed/plugins/web/plugin.py: Remove request handlers |
35 |
|
and renderers. |
36 |
|
|
37 |
|
* tools/formed/formed/plugins/web/controllers.py: New. Contains handlers |
38 |
|
and renderers now. TODO: Move renderers to renderer.py |
39 |
|
|
40 |
2007-09-05 Torsten Irlaender <[email protected]> |
2007-09-05 Torsten Irlaender <[email protected]> |
41 |
|
|
42 |
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
43 |
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 |
44 |
show formdata. |
show formdata. |
45 |
|
|
46 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-05 Sascha L. Teichmann <[email protected]> |
47 |
|
|