diff options
| author | Chris McDonough <chrism@plope.com> | 2011-01-20 22:12:58 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-01-20 22:12:58 -0500 |
| commit | 019ece12d8f9ddf99eef548295a702e32c8fc64e (patch) | |
| tree | ff08644626e4010a5d7da8fa6639fcc214ac934f /TODO.txt | |
| parent | ef9f2994b9713e99cea19ae47877d1480e720dab (diff) | |
| download | pyramid-019ece12d8f9ddf99eef548295a702e32c8fc64e.tar.gz pyramid-019ece12d8f9ddf99eef548295a702e32c8fc64e.tar.bz2 pyramid-019ece12d8f9ddf99eef548295a702e32c8fc64e.zip | |
garden
Diffstat (limited to 'TODO.txt')
| -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:: |
