From 2ce65257cce304bd0f14d3b1bd4fd83ab957398b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 15 May 2011 14:43:54 -0400 Subject: garden --- CHANGES.txt | 2 ++ TODO.txt | 10 +++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index adf926ea2..0992af9ef 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -35,6 +35,8 @@ Documentation - 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 -------- diff --git a/TODO.txt b/TODO.txt index 0be9f9861..0f7d6342c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,27 +4,23 @@ Pyramid TODOs 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. - Try to make test suite pass on IronPython. -- cgit v1.2.3