From 019ece12d8f9ddf99eef548295a702e32c8fc64e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 20 Jan 2011 22:12:58 -0500 Subject: garden --- TODO.txt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/TODO.txt b/TODO.txt index c06fa573f..96786dd5a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -6,10 +6,12 @@ Must-Have (before 1.0) - Write a "Whats New" (delta from BFG 1.3) -- Figure out how to slim the herd of paster templates. Related: - https://github.com/Pylons/pyramid/issues#issue/40, - https://github.com/Pylons/pyramid/issues#issue/42, - https://github.com/Pylons/pyramid/issues#issue/95 +- Figure out how/if to slim the herd of paster templates. + +- Document paster template platform compatibility: + https://github.com/Pylons/pyramid/issues#issue/41 + +- MANIFEST.in? https://github.com/Pylons/pyramid/issues#issue/95 - Explain how to use i18n localization in Mako and Jinja2. See also - http://groups.google.com/group/pylons-devel/msg/ab58353594b135c9 and @@ -22,9 +24,15 @@ Must-Have (before 1.0) - Figure out what to do with "Forms" chapter in narr docs. +- Fix tutorials and project section to deal with inclusion of production.ini + and logging changes to development.ini. + Should-Have ----------- +- Speed up startup time (defer _bootstrap and registerCommonDirectives() + until needed by ZCML, as well as unfound speedups). + - Reversing (context, request) in function view callable arglist produces incomprehensible traceback:: -- cgit v1.2.3