From 623b526e76afa0cac2b878c3b3801dc071cc5f78 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 18 Apr 2011 02:14:18 -0400 Subject: garden --- TODO.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index cb4d5dad4..d5d676d21 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). -- cgit v1.2.3 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 From d2d8a7453beb8fed69bb412dcf21cbb8158941d2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 22 Apr 2011 00:10:18 -0400 Subject: garden --- TODO.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index eccfb34ed..ac915955c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -89,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``. -- cgit v1.2.3