diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-09 22:35:58 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-09 22:35:58 -0400 |
| commit | a8cbf1e49e1020f9c751af8bf645683a3777ec8f (patch) | |
| tree | 1266d8f44543e0aba5240b61004b98fec1268e7a | |
| parent | 4dc4e3f33969773fb31169ba80ab5a297fd9c952 (diff) | |
| download | pyramid-a8cbf1e49e1020f9c751af8bf645683a3777ec8f.tar.gz pyramid-a8cbf1e49e1020f9c751af8bf645683a3777ec8f.tar.bz2 pyramid-a8cbf1e49e1020f9c751af8bf645683a3777ec8f.zip | |
garden
| -rw-r--r-- | TODO.txt | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -7,9 +7,6 @@ Should-Have - Deprecate pyramid.security.view_execution_permitted (it only works for traversal). -- Merge https://github.com/Pylons/pyramid/pull/242 (IPython update; requires - test fixes and additional test coverage). - - Make "localizer" a property of request (instead of requiring "get_localizer(request)" @@ -17,6 +14,8 @@ Should-Have - Create a ``current_route_path`` function and make it a method of request. +- "static_path" API (omit host and port). + - 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). @@ -38,9 +37,6 @@ Should-Have ``paste.urlparser.StaticURLParser``, ``paste.auth.auth_tkt`` (cutnpaste or reimplement both). -- Use ``pyramid.include`` to add pyramid_debugtoolbar to all scaffolds and - remove weberror. - Nice-to-Have ------------ |
