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