diff options
| -rw-r--r-- | TODO.txt | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -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:: |
