summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-14 21:12:23 -0400
committerChris McDonough <chrism@plope.com>2011-08-14 21:12:23 -0400
commit27443561a9b837684af726b1aec2b5a98b22d494 (patch)
tree5fed50635ceb7c04b0e129b15fecc47c90b31c3a /TODO.txt
parent42d31c1c6355a7d6c72393ca668d7d200a994da3 (diff)
downloadpyramid-27443561a9b837684af726b1aec2b5a98b22d494.tar.gz
pyramid-27443561a9b837684af726b1aec2b5a98b22d494.tar.bz2
pyramid-27443561a9b837684af726b1aec2b5a98b22d494.zip
- ``pyramid.testing.DummyRequest`` now implements the
``add_finished_callback`` and ``add_response_callback`` methods.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt22
1 files changed, 6 insertions, 16 deletions
diff --git a/TODO.txt b/TODO.txt
index eb450b4b4..60709615f 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,32 +11,22 @@ Should-Have
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).
-- Make "localizer" a property of request (instead of requiring
- "get_localizer(request)"
-
-- Fix tutorials that use ``route_url``, ``route_path``, ``resource_url``,
- ``static_url``, and ``current_route_url`` functions to use methods of the
- request instead.
-
-- Make ``current_route_url`` a method of request.
-
-- Create a ``current_route_path`` function and make it a method of request.
-
-- "static_path" API (omit host and port).
-
- Kill off ``bfg.routes`` envvars in router.
- 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)?
Nice-to-Have
------------