From 5f3fc07d44a02d26231208d7bbb9cf2f6d57e244 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 12 Jan 2011 02:58:26 -0500 Subject: garden --- TODO.txt | 9 ++++++--- 1 file 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. + -- cgit v1.2.3