summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-19 17:43:33 -0400
committerChris McDonough <chrism@plope.com>2011-08-19 17:43:33 -0400
commit51add887470badc98e0ef0cef34710a752b9baef (patch)
treef2ad231dcd929144f5cccac3fa2208ff95a5473c
parentadfc236ef6b448de6970d5c9db53bf40eab6e056 (diff)
downloadpyramid-51add887470badc98e0ef0cef34710a752b9baef.tar.gz
pyramid-51add887470badc98e0ef0cef34710a752b9baef.tar.bz2
pyramid-51add887470badc98e0ef0cef34710a752b9baef.zip
garden
-rw-r--r--TODO.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/TODO.txt b/TODO.txt
index 2cf0d5fbb..2c474f289 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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.