1 |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2007-09-05 Sascha L. Teichmann <[email protected]> |
2 |
|
|
3 |
|
* tools/formed/formed/plugins/web/renderer.py: escaped |
4 |
|
error message. |
5 |
|
|
6 |
|
* tools/formed/formed/plugins/web/controllers.py: Don't fetch |
7 |
|
dataset from backend each time a page is up to edit. |
8 |
|
|
9 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
10 |
|
|
11 |
|
* tools/formed/formed/plugins/web/renderer.py: SimplePageRenderer |
12 |
|
returns "Page not found" if given page is None. |
13 |
|
|
14 |
|
* tools/formed/formed/plugins/web/controllers.py: Added checks |
15 |
|
to avoid crashing when ask for a non-existent page. |
16 |
|
|
17 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
18 |
|
|
19 |
|
* tools/formed/formed/plugins/web/controllers.py: Some clean-ups. |
20 |
|
|
21 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
22 |
|
|
23 |
|
* tools/formed/formed/plugins/web/plugin.py: Remove request handlers |
24 |
|
and renderers. |
25 |
|
|
26 |
|
* tools/formed/formed/plugins/web/controllers.py: New. Contains handlers |
27 |
|
and renderers now. TODO: Move renderers to renderer.py |
28 |
|
|
29 |
|
2007-09-05 Torsten Irlaender <[email protected]> |
30 |
|
|
31 |
|
* tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template |
32 |
|
and bound in the the new added functions to create, edit, delete and |
33 |
|
show formdata. |
34 |
|
|
35 |
|
2007-09-05 Sascha L. Teichmann <[email protected]> |
36 |
|
|
37 |
* tools/formed/formed/model/memory.py: Removed bisect and use a |
* tools/formed/formed/model/memory.py: Removed bisect and use a |
38 |
simple linear scan for dataset lookup now. |
simple linear scan for dataset lookup now. |
39 |
|
|
40 |
* tools/formed/formed/plugins/web/plugin.py: Fixed various issues |
* tools/formed/formed/plugins/web/plugin.py: Fixed various issues |
41 |
of different sizes. |
of different sizes. |
42 |
|
|
43 |
2007-09-05 Torsten Irlaender <[email protected]> |
2007-09-05 Torsten Irlaender <[email protected]> |
44 |
|
|
45 |
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
* tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById |
46 |
fuction |
fuction |
74 |
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
* tools/formed/formed/plugins/web/cache.py: Report OSErrors |
75 |
and do not catch them. |
and do not catch them. |
76 |
|
|
77 |
2007-09-04 Torsten Irlaender <[email protected]> |
2007-09-04 Torsten Irlaender <[email protected]> |
78 |
|
|
79 |
* tools/formed/formed/plugins/web/renderer.py, |
* tools/formed/formed/plugins/web/renderer.py, |
80 |
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
* tools/formed/formed/plugins/web/plugin.py: Added Interface to |
117 |
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
* tools/formed/formed/plugins/web/plugin.py: Serves the help |
118 |
texts now. |
texts now. |
119 |
|
|
120 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
121 |
|
|
122 |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
* tools/formed/formed/plugins/web/plugin.py: Only visible group |
123 |
elements will be rendered in the formular navigation. |
elements will be rendered in the formular navigation. |
124 |
Formular pages in the navigation now have their own css-style |
Formular pages in the navigation now have their own css-style |
125 |
attributes. |
attributes. |
126 |
|
|
127 |
2007-09-03 Torsten Irlaender <[email protected]> |
2007-09-03 Torsten Irlaender <[email protected]> |
128 |
|
|
129 |
* 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 |
130 |
errors in template |
errors in template |