1 |
|
2007-09-06 Torsten Irlaender <[email protected]> |
2 |
|
* tools/formed/formed/plugins/web/renderer.py, |
3 |
|
tools/formed/formed/plugins/web/controller.py: |
4 |
|
Renderes now get an instance of the formdata object to provide |
5 |
|
access the data needed to render various infoboxes etc. Handler |
6 |
|
instanciate the formdata. |
7 |
|
|
8 |
|
2007-09-06 Torsten Irlaender <[email protected]> |
9 |
|
* tools/formed/formed/plugins/web/renderer.py: Mainly tried to get the |
10 |
|
getFormData interface to work. Added two small semantic fixes, but |
11 |
|
did not manage to get it up. Need to exime this a little bit more |
12 |
|
* tools/formed/formed/plugins/web/controllers.py: Put <div> tags |
13 |
|
around the menus on the right side to be able to assign different |
14 |
|
styles. Added dataset actions while editing a dataset. |
15 |
|
|
16 |
2007-09-05 Torsten Irlaender <[email protected]> |
2007-09-05 Torsten Irlaender <[email protected]> |
17 |
|
* tools/formed/formed/model/memory.py: Fixed deleting datasets by |
18 |
|
removing unwanted del method |
19 |
|
* tools/formed/formed/plugins/web/controllers.py: Implemented |
20 |
|
confiration dialogs for create, delete, and select aof datasets. Started to use |
21 |
|
templates as well for larger information units like the dataset summary. |
22 |
|
|
23 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
24 |
|
|
25 |
|
* tools/formed/formed/model/nodecomponents.py: Added a |
26 |
|
method to document to find index of page. |
27 |
|
|
28 |
|
* tools/formed/formed/plugins/web/semantic.py: Added getValue() |
29 |
|
to fetch data from semantic box. |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/controllers.py: Added new |
32 |
|
FormData implementation to support DB and semantic box. |
33 |
|
|
34 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
35 |
|
|
36 |
|
* tools/formed/formed/plugins/web/renderer.py: escaped |
37 |
|
error message. |
38 |
|
|
39 |
|
* tools/formed/formed/plugins/web/controllers.py: Don't fetch |
40 |
|
dataset from backend each time a page is up to edit. |
41 |
|
|
42 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
43 |
|
|
44 |
|
* tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer |
45 |
|
returns "Page not found" if given page is None. |
46 |
|
|
47 |
|
* tools/formed/formed/plugins/web/controllers.py: Added checks |
48 |
|
to avoid crashing when ask for a non-existent page. |
49 |
|
|
50 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
51 |
|
|
52 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
53 |
|
|
54 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
55 |
|
|
56 |
|
* tools/formed/formed/plugins/web/plugin.py: Remove request handlers |
57 |
|
and renderers. |
58 |
|
|
59 |
|
* tools/formed/formed/plugins/web/controllers.py: New. Contains handlers |
60 |
|
and renderers now. TODO: Move renderers to renderer.py |
61 |
|
|
62 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
63 |
|
|
64 |
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
65 |
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 |
66 |
show formdata. |
show formdata. |
67 |
|
|
68 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-05 Sascha L. Teichmann <[email protected]> |
69 |
|
|