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