From c8e78c2037806f3e5dab57de635bf80865b7061d Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 22 Oct 2010 13:55:44 +0000 Subject: add todo items from Vegas meeting --- TODO.txt | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index e640308ea..069af7b05 100644 --- a/TODO.txt +++ b/TODO.txt @@ -5,8 +5,6 @@ - Basic WSGI documentation (pipeline / app / server). -- Provide a webob.Response class facade for forward compat. - - Fix message catalog extraction / compilation documentation. - Change docs about creating a venusian decorator to not use ZCA. @@ -63,3 +61,24 @@ use ``request.add_response_callback``. - Update App engine chapter. + +- P2 + +- Add SessionFactory interface + +- Create session interface (flash() is part of it, figure out granularity) + +- Add CacheFactory interface + +- Browser id + +- Handler stuff from Pylons2 + +- HTTPExceptions facade + +- Signed_signature method of the request and response from pylons2. + +- Provide a webob.Response class facade for forward compat. + +- CRSF token machinery + -- cgit v1.2.3