From 6f0805ec33252d391338972eaadea25262b6d71c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 18 Apr 2011 13:28:52 -0400 Subject: garden --- TODO.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index d5d676d21..dd2947477 100644 --- a/TODO.txt +++ b/TODO.txt @@ -27,7 +27,8 @@ Should-Have - 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(...)``. + ``request.response.set_cookie(...)``. See also + https://github.com/Pylons/pyramid/issues/175 - Fix message catalog extraction / compilation documentation. -- cgit v1.2.3 From c3709de99988b7f9ca2ef2e86c3617ce1de5f4ed Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Apr 2011 00:17:57 -0400 Subject: garden --- TODO.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index dd2947477..63f0414aa 100644 --- a/TODO.txt +++ b/TODO.txt @@ -37,6 +37,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. -- cgit v1.2.3 From f06b2d255e67ee6a78a6420bde521d99b021d336 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 19 Apr 2011 00:59:12 -0400 Subject: garden --- TODO.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 63f0414aa..eccfb34ed 100644 --- a/TODO.txt +++ b/TODO.txt @@ -24,12 +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(...)``. See also - https://github.com/Pylons/pyramid/issues/175 - - Fix message catalog extraction / compilation documentation. - Review http://alexmarandon.com/articles/zodb_bfg_pyramid_notes . -- cgit v1.2.3