diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-19 17:43:33 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-19 17:43:33 -0400 |
| commit | 51add887470badc98e0ef0cef34710a752b9baef (patch) | |
| tree | f2ad231dcd929144f5cccac3fa2208ff95a5473c | |
| parent | adfc236ef6b448de6970d5c9db53bf40eab6e056 (diff) | |
| download | pyramid-51add887470badc98e0ef0cef34710a752b9baef.tar.gz pyramid-51add887470badc98e0ef0cef34710a752b9baef.tar.bz2 pyramid-51add887470badc98e0ef0cef34710a752b9baef.zip | |
garden
| -rw-r--r-- | TODO.txt | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -11,15 +11,6 @@ Should-Have - Make it possible to use tween aliases in explicit tween config? If not, the tween factories of all add-ons must be APIs. -- Deprecate pyramid.security.view_execution_permitted (it only works for - traversal). - -- Debugging setting for detecting why authenticated_userid(request) might - return None. - -- Make "localizer" a property of request (instead of requiring - "get_localizer(request)"? - - Create a ``current_route_path`` function and make it a method of request? - "static_path" API (omit host and port)? @@ -27,6 +18,15 @@ Should-Have Nice-to-Have ------------ +- Make "localizer" a property of request (instead of requiring + "get_localizer(request)"? + +- Debugging setting for detecting why authenticated_userid(request) might + return None. + +- Deprecate pyramid.security.view_execution_permitted (it only works for + traversal). + - Merge Michael's route group work (maybe a 1.3 thing). - Kill off ``bfg.routes`` envvars in router. |
