From af71c25e5130add0d4148b94f3a0fbffe4a424da Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 10 Apr 2011 16:48:16 -0400 Subject: gardening --- CHANGES.txt | 8 ++++---- TODO.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index d0cda2f39..7f12b4d08 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,10 +4,10 @@ Next release Documentation ------------- -- The term 'template' used to refer to both 'paster templates' and 'rendered - templates'(templates created by a rendering engine. i.e. Mako, Chameleon, - Jinja, etc.). 'Paster templates' will now be refered to as 'scaffolds,' - whereas the name for 'rendered templates' will remain as 'templates.' +- The term "template" used to refer to both "paster templates" and "rendered + templates" (templates created by a rendering engine. i.e. Mako, Chameleon, + Jinja, etc.). "Paster templates" will now be refered to as "scaffolds", + whereas the name for "rendered templates" will remain as "templates." - The ``wiki`` (ZODB+Traversal) tutorial was updated slightly. diff --git a/TODO.txt b/TODO.txt index d8e6dcdac..aa109c93a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -9,8 +9,6 @@ Should-Have - https://github.com/Pylons/pyramid/issues#issue/67 (fixing would make it possible to render a static site from a static dir). -- Consider per-form_id CSRF instead of per-session global CSRF token. - - Speed up startup time (defer _bootstrap and registerCommonDirectives() until needed by ZCML, as well as unfound speedups). @@ -32,9 +30,13 @@ Should-Have - Provide a response_set_cookie method on the request for rendered responses that can be used as input to response.set_cookie? +- Fix message catalog extraction / compilation documentation. + Nice-to-Have ------------ +- Consider per-form_id CSRF instead of per-session global CSRF token. + - Better "Extending" chapter. - Try to make test suite pass on IronPython. @@ -55,8 +57,6 @@ Nice-to-Have - Basic WSGI documentation (pipeline / app / server). -- Fix message catalog extraction / compilation documentation. - - Change docs about creating a venusian decorator to not use ZCA. - Try to better explain the relationship between a renderer and a -- cgit v1.2.3