diff options
| author | Chris McDonough <chrism@plope.com> | 2011-04-10 16:48:16 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-04-10 16:48:16 -0400 |
| commit | af71c25e5130add0d4148b94f3a0fbffe4a424da (patch) | |
| tree | 0bd998818ddeedf3e560ebc0a611601c51ca2426 | |
| parent | b3255290e96d2b9551516c8f8306ee787adf8fb6 (diff) | |
| download | pyramid-af71c25e5130add0d4148b94f3a0fbffe4a424da.tar.gz pyramid-af71c25e5130add0d4148b94f3a0fbffe4a424da.tar.bz2 pyramid-af71c25e5130add0d4148b94f3a0fbffe4a424da.zip | |
gardening
| -rw-r--r-- | CHANGES.txt | 8 | ||||
| -rw-r--r-- | 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. @@ -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 |
