summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt17
1 files changed, 14 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index 5acc923a1..745b4abe4 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,14 +11,25 @@ Must-Have (before 1.0)
- Re-make testing.setUp() and testing.tearDown() the canonical APIs for test
configuration.
-- Document ``decorator=`` and ``view_mapper`` parameters to add_view.
+- API docs for ``pyramid.views.action``.
-- Allow ``decorator=`` and ``view_mapper=`` to be passed via ZCML and the
- ``view_config`` decorator.
+- 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.
Should-Have
-----------
+- Add a session attribute to DummyRequest.
+
+- Convert paster template and tutorial HTML templates to use
+ ``request.static_url('{{package}}:static/foo.css')`` rather than
+ ``${request.application_url}/static/foo.css``.
+
- Add notes about renderer response attrs to request docs.
- Add an example of using a cascade to serve static assets from the root.