summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/TODO.txt b/TODO.txt
index 258528039..ffd95a426 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,16 +1,16 @@
Pyramid TODOs
=============
-Before Release
---------------
+Should-Have
+-----------
-- Consider per-form_id CSRF instead of per-session global CSRF token.
+- Move newrequest send event into inner try block in router so exceptions
+ generated by newrequest subscribers can serve as exception view gotos.
- https://github.com/Pylons/pyramid/issues#issue/67 (fixing would make it
possible to render a static site from a static dir).
-Should-Have
------------
+- Consider per-form_id CSRF instead of per-session global CSRF token.
- I18N support for pyramid_jinja2. See also -
http://groups.google.com/group/pylons-devel/msg/ab58353594b135c9 and
@@ -59,9 +59,6 @@ Should-Have
- translationdir ZCML directive use of ``path_spec`` should maybe die.
-- Change "Cleaning up After a Request" in the urldispatch chapter to
- use ``request.add_response_callback``.
-
- Provide a response_set_cookie method on the request for rendered responses
that can be used as input to response.set_cookie?