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