From dc475bf58829bae6e377c95a0e457c491923b60f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 24 Dec 2010 18:08:56 -0500 Subject: garden --- TODO.txt | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/TODO.txt b/TODO.txt index 077e23012..f0b1e8b58 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,11 +4,16 @@ Pyramid TODOs Must-Have (before 1.0) ---------------------- +- Write a "Whats New" (delta from BFG 1.3) + - Reconcile "extending an existing application" chapter with existence of "advanced configuration" chapter. - Consider deprecations for ``model`` and ``resource`` APIs. +Should-Have +----------- + - Fix add_static_view docs to mention: static views cannot be served from the root, that "name" really means "prefix", and that a non-URL prefix can be a path with slashes in it. @@ -26,14 +31,10 @@ Must-Have (before 1.0) view=pyramid.views.static('some:asset/spec'))``, and explain that ``static`` requires ``subpath``. -Should-Have ------------ +- Static (URL-generation only) routes. - Add narrative docs for wsgiapp and wsgiapp2. -- Add docs for httpexceptions module for each webob.exc class that inherits - from WSGIHTTPException. - - translationdir ZCML directive use of ``path_spec`` should maybe die. - Change "Cleaning up After a Request" in the urldispatch chapter to @@ -42,8 +43,6 @@ Should-Have - ``decorator=`` parameter to view_config. This would replace the existing _map_view "decorator" if it existed. -- Static (URL-generation only) routes. - - Provide a response_set_cookie method on the request for rendered responses that can be used as input to response.set_cookie? -- cgit v1.2.3