--- trunk/ChangeLog 2007/09/05 20:05:33 139 +++ trunk/ChangeLog 2007/09/06 05:47:42 141 @@ -1,12 +1,26 @@ 2007-09-05 Sascha L. Teichmann + * tools/formed/formed/plugins/web/plugin.py: Remove request handlers + and renderers. + + * tools/formed/formed/plugins/web/controllers.py: New. Contains handlers + and renderers now. TODO: Move renderers to renderer.py + +2007-09-05 Torsten Irlaender + + * tools/formed/formed/plugins/web/www/main.tmpl: Adopted web template + and bound in the the new added functions to create, edit, delete and + show formdata. + +2007-09-05 Sascha L. Teichmann + * tools/formed/formed/model/memory.py: Removed bisect and use a simple linear scan for dataset lookup now. * tools/formed/formed/plugins/web/plugin.py: Fixed various issues of different sizes. -2007-09-05 Torsten Irlaender +2007-09-05 Torsten Irlaender * tools/formed/formed/plugins/web/memory.py: Fixed getDataSetById fuction @@ -40,7 +54,7 @@ * tools/formed/formed/plugins/web/cache.py: Report OSErrors and do not catch them. -2007-09-04 Torsten Irlaender +2007-09-04 Torsten Irlaender * tools/formed/formed/plugins/web/renderer.py, * tools/formed/formed/plugins/web/plugin.py: Added Interface to @@ -83,14 +97,14 @@ * tools/formed/formed/plugins/web/plugin.py: Serves the help texts now. -2007-09-03 Torsten Irlaender +2007-09-03 Torsten Irlaender * tools/formed/formed/plugins/web/plugin.py: Only visible group elements will be rendered in the formular navigation. Formular pages in the navigation now have their own css-style attributes. -2007-09-03 Torsten Irlaender +2007-09-03 Torsten Irlaender * tools/formed/formed/plugins/web/www/main.tmpl: Added div area for page errors in template