summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt14
1 files changed, 3 insertions, 11 deletions
diff --git a/TODO.txt b/TODO.txt
index cb4d5dad4..ac915955c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -6,9 +6,6 @@ Should-Have
- MultiDict documentation.
-- https://github.com/Pylons/pyramid/issues#issue/67 (fixing would make it
- possible to render a static site from a static dir).
-
- Speed up startup time (defer _bootstrap and registerCommonDirectives()
until needed by ZCML, as well as unfound speedups).
@@ -27,11 +24,6 @@ Should-Have
- translationdir ZCML directive use of ``path_spec`` should maybe die.
-- Provide a response_set_cookie method on the request for rendered responses
- that can be used as input to response.set_cookie? Or maybe accessing
- ``request.response`` creates a Response, and you do
- ``request.response.set_cookie(...)``.
-
- Fix message catalog extraction / compilation documentation.
- Review http://alexmarandon.com/articles/zodb_bfg_pyramid_notes .
@@ -39,6 +31,9 @@ Should-Have
Nice-to-Have
------------
+- Response.RequestClass should probably be pyramid.request.Request but this
+ may imply actually subclassing webob.Response
+
- Consider per-form_id CSRF instead of per-session global CSRF token.
- Better "Extending" chapter.
@@ -94,9 +89,6 @@ Nice-to-Have
action = '^foo$'
mypackage.views.MyView.foo_GET
-- Raise an exception when a value in response_headerlist is not a
- string or decide to encode.
-
- Update App engine chapter with less creaky directions.
- Add functionality that mocks the behavior of ``repoze.browserid``.