Chris McDonough
2011-05-15 2ce65257cce304bd0f14d3b1bd4fd83ab957398b
garden
2 files modified
12 ■■■■■ changed files
CHANGES.txt 2 ●●●●● patch | view | raw | blame | history
TODO.txt 10 ●●●●● patch | view | raw | blame | history
CHANGES.txt
@@ -35,6 +35,8 @@
- Added a section to the "URL Dispatch" narrative chapter regarding the new
  "static" route feature.
- Added "What's New in Pyramid 1.1" to HTML rendering of documentation.
Features
--------
TODO.txt
@@ -4,26 +4,22 @@
Should-Have
-----------
- Speed up startup time (defer _bootstrap and registerCommonDirectives()
  until needed by ZCML, as well as unfound speedups).
- Consider adding a default exception view for HTTPException and attendant
  ``redirect`` and ``abort`` functions ala Pylons (promised Mike I'd enable
  this in 1.1).
- Add narrative docs for wsgiapp and wsgiapp2.
- Review http://alexmarandon.com/articles/zodb_bfg_pyramid_notes .
Nice-to-Have
------------
- Speed up startup time (defer _bootstrap and registerCommonDirectives()
  until needed by ZCML, as well as unfound speedups).
- Nicer Mako exceptions in WebError.
- 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.