diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-14 01:19:40 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-14 01:19:40 -0400 |
| commit | b5ffe38cec2ac4bf8aa222204f32be9cca881dec (patch) | |
| tree | 9fb8b02b3fef99ed5dd8cb276a7314c45042ad2b /TODO.txt | |
| parent | 5c52daef7004a1e43a7c2fc25613e3d92c4b6b8e (diff) | |
| download | pyramid-b5ffe38cec2ac4bf8aa222204f32be9cca881dec.tar.gz pyramid-b5ffe38cec2ac4bf8aa222204f32be9cca881dec.tar.bz2 pyramid-b5ffe38cec2ac4bf8aa222204f32be9cca881dec.zip | |
- The ``settings`` dictionary now raises a deprecation warning when you
attempt to access its values via ``__getattr__`` instead of
via ``__getitem__``.
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 30 |
1 files changed, 14 insertions, 16 deletions
@@ -4,15 +4,18 @@ Pyramid TODOs Should-Have ----------- -- Debugging setting for detecting why authenticated_userid(request) might - return None. - - Make it possible to use tween aliases in explicit tween config? If not, the tween factories of all add-ons must be APIs. +- 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). + - Come up with an analogue of repoze.zodbconn that doesn't require a closer in the pipeline and use it in the ZODB scaffold and tutorial. +- Merge Michael's route group work. + - Deprecate pyramid.security.view_execution_permitted (it only works for traversal). @@ -25,27 +28,22 @@ Should-Have - "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). - -- Try to figure out a way to keep "settings" as the original dictionary - passed to the Configurator instead of copying it. - -- Merge Michael's route group work. - - Kill off ``bfg.routes`` envvars in router. -- Alias the stupid long default session factory name. +- Debugging setting for detecting why authenticated_userid(request) might + return None. -- Fix indirect circular import between router and config. + +Nice-to-Have +------------ - Eliminate non-deployment-non-scaffold-related Paste dependencies: ``paste.urlparser.StaticURLParser``, ``paste.auth.auth_tkt`` (cutnpaste or reimplement both). -Nice-to-Have ------------- +- Alias the stupid long default session factory name. + +- Fix indirect circular import between router and config. - Add narrative docs for wsgiapp and wsgiapp2. |
