diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-28 17:18:26 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-28 17:18:26 -0400 |
| commit | 6aafc53c0ee74c2a568fb4d36f5eaab968126088 (patch) | |
| tree | fe59c24c4f097385620a40a3996051a0541a5b54 /TODO.txt | |
| parent | 6624092da587160e5d449af93eca3c0e779dfc55 (diff) | |
| download | pyramid-6aafc53c0ee74c2a568fb4d36f5eaab968126088.tar.gz pyramid-6aafc53c0ee74c2a568fb4d36f5eaab968126088.tar.bz2 pyramid-6aafc53c0ee74c2a568fb4d36f5eaab968126088.zip | |
garden
Diffstat (limited to 'TODO.txt')
| -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). |
