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]> |
2007-09-05 Sascha L. Teichmann <[email protected]> |
34 |
|
|
35 |
* tools/formed/formed/model/nodecomponents.py: Added a |
* tools/formed/formed/model/nodecomponents.py: Added a |