diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -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? |
