1 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/plugin.py: Remove request handlers |
4 |
|
and renderers. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/web/controllers.py: New. Contains handlers |
7 |
|
and renderers now. TODO: Move renderers to renderer.py |
8 |
|
|
9 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
12 |
|
and bound in the the new added functions to create, edit, delete and |
13 |
|
show formdata. |
14 |
|
|
15 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
16 |
|
|
17 |
* tools/formed/formed/model/memory.py: Removed bisect and use a |
* tools/formed/formed/model/memory.py: Removed bisect and use a |
18 |
simple linear scan for dataset lookup now. |
simple linear scan for dataset lookup now. |
19 |
|
|
20 |
* tools/formed/formed/plugins/web/plugin.py: Fixed various issues |
* tools/formed/formed/plugins/web/plugin.py: Fixed various issues |
21 |
of different sizes. |
of different sizes. |
22 |
|
|
23 |
2007-09-05 Torsten Irlaender <[email protected]> |
2007-09-05 Torsten Irlaender <[email protected]> |
24 |
|
|
25 |
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
26 |
fuction |
fuction |
54 |
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
55 |
and do not catch them. |
and do not catch them. |
56 |
|
|
57 |
2007-09-04 Torsten Irlaender <[email protected]> |
2007-09-04 Torsten Irlaender <[email protected]> |
58 |
|
|
59 |
* tools/formed/formed/plugins/web/renderer.py, |
* tools/formed/formed/plugins/web/renderer.py, |
60 |
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
97 |
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
98 |
texts now. |
texts now. |
99 |
|
|
100 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
101 |
|
|
102 |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
103 |
elements will be rendered in the formular navigation. |
elements will be rendered in the formular navigation. |
104 |
Formular pages in the navigation now have their own css-style |
Formular pages in the navigation now have their own css-style |
105 |
attributes. |
attributes. |
106 |
|
|
107 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
108 |
|
|
109 |
* tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page |
* tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page |
110 |
errors in template |
errors in template |