From 7c1549608daf2e3a6965320b1ef8362d8b4dd618 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 2 Sep 2011 00:23:23 -0400 Subject: remove; too complex to document here --- TODO.txt | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 7fcd7ff1c..f39e640fc 100644 --- a/TODO.txt +++ b/TODO.txt @@ -9,9 +9,6 @@ Nice-to-Have - Flesh out "paste" chapter. -- Move config-related stuff from "renderers" to config/rendering, and - possibly mako/chameleon rendering stuff to config/rendering. - - _fix_registry should dictify the registry being fixed. - Make "localizer" a property of request (instead of requiring @@ -20,9 +17,6 @@ Nice-to-Have - Deprecate pyramid.security.view_execution_permitted (it only works for traversal). -- Some sort of API for rendering a view callable object to a response from - within another view callable. - - Eliminate non-deployment-non-scaffold-related Paste dependencies: ``paste.urlparser.StaticURLParser``, ``paste.auth.auth_tkt`` (cutnpaste or reimplement both). @@ -31,13 +25,8 @@ Nice-to-Have - Add narrative docs for wsgiapp and wsgiapp2. -- Provide a ``has_view`` function. - - Debug option to print view matching decision (e.g. debug_viewlookup or so). -- Speed up startup time (defer _bootstrap and registerCommonDirectives() - until needed by ZCML, as well as unfound speedups). - - Better "Extending" chapter. - Try to make test suite pass on IronPython. @@ -70,6 +59,11 @@ Nice-to-Have - Create a function which performs a recursive request. +- Some sort of API for rendering a view callable object to a response from + within another view callable. + +- Provide a ``has_view`` function. + - Update App engine chapter with less creaky directions. Future @@ -86,7 +80,8 @@ Future - 1.3/1.4: use zope.registry rather than zope.component. -- 1.3/1.4: get rid of zope.configuration dependency. +- 1.3/1.4: get rid of zope.configuration dependency. This will also speed up + startup time (defer _bootstrap and registerCommonDirectives() until needed). - 1.3: Michael's route group work -- cgit v1.2.3