diff options
| author | Chris McDonough <chrism@plope.com> | 2011-09-02 00:23:23 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-09-02 00:23:23 -0400 |
| commit | 7c1549608daf2e3a6965320b1ef8362d8b4dd618 (patch) | |
| tree | 43ca8627665fe503c87937f1a1552df8bdb93bb3 /TODO.txt | |
| parent | 09387f5cb04eb08b18c24a41248af0a13648286e (diff) | |
| download | pyramid-7c1549608daf2e3a6965320b1ef8362d8b4dd618.tar.gz pyramid-7c1549608daf2e3a6965320b1ef8362d8b4dd618.tar.bz2 pyramid-7c1549608daf2e3a6965320b1ef8362d8b4dd618.zip | |
remove; too complex to document here
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 19 |
1 files changed, 7 insertions, 12 deletions
@@ -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 |
