diff options
| -rw-r--r-- | TODO.txt | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -14,8 +14,6 @@ Should-Have - Create a ``current_route_path`` function and make it a method of request. -- Add narrative docs for wsgiapp and wsgiapp2. - - Provide a way to set the authentication policy and the authorization policy during a config.include (they are related, so just exposing the currently underscored-private _set_auth* methods won't cut it). @@ -28,18 +26,14 @@ Should-Have - Merge aodag's config.include(route_prefix=...) fork. -- Michael's route group work. +- Merge Michael's route group work. - Kill off ``bfg.routes`` envvars in router. -- Provide a ``has_view`` function. - - Alias the stupid long default session factory name. - Fix indirect circular import between router and config. -- Debug option to print view matching decision (e.g. debug_viewlookup or so). - - Eliminate non-deployment-non-scaffold-related Paste dependencies: ``paste.urlparser.StaticURLParser``, ``paste.auth.auth_tkt`` (cutnpaste or reimplement both). @@ -47,6 +41,12 @@ Should-Have 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). |
