summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-01-12 02:58:26 -0500
committerChris McDonough <chrism@plope.com>2011-01-12 02:58:26 -0500
commit5f3fc07d44a02d26231208d7bbb9cf2f6d57e244 (patch)
tree75671c68c0f5248e7d487e12fabed69fbd2ce01d /TODO.txt
parent6a790b32db3ff52e568222fd2cbf1437dcfa09b6 (diff)
downloadpyramid-5f3fc07d44a02d26231208d7bbb9cf2f6d57e244.tar.gz
pyramid-5f3fc07d44a02d26231208d7bbb9cf2f6d57e244.tar.bz2
pyramid-5f3fc07d44a02d26231208d7bbb9cf2f6d57e244.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index ecc37708a..dd0f8cff8 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -15,9 +15,6 @@ Must-Have (before 1.0)
- Use a commit veto when configuring repoze.tm2 in paster templates for
non-1X, 2X, or 3X responses.
-- Consider passing two callables to CallbackAuthenticationPolicy: one for
- validating/obtaining the userid, the other for returning groups.
-
- Add docs for ``__action_decorator__`` attr of handler.
- Figure out how to slim the herd of paster templates.
@@ -29,6 +26,8 @@ Must-Have (before 1.0)
- Consider adding a default exception view for HTTPException and attendant
``redirect`` and ``abort`` functions ala Pylons.
+- Fix too-long template lines in tutorials for PDF renderings.
+
Should-Have
-----------
@@ -121,3 +120,7 @@ Nice-to-Have
- Add functionality that mocks the behavior of ``repoze.browserid``.
+- Consider implementing the API outlined in
+ http://plope.com/pyramid_auth_design_api_postmortem, phasing out the
+ current auth-n-auth abstractions in a backwards compatible way.
+