diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-28 16:48:47 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-28 16:48:47 -0400 |
| commit | d8d14a474ac84a58d3545768fecd3fe1c78219c0 (patch) | |
| tree | 87ed039969d109ac2c3a6392e0504b7373050aa9 /TODO.txt | |
| parent | 9e5f538a1d73f99b047502670228b862d42c2c59 (diff) | |
| download | pyramid-d8d14a474ac84a58d3545768fecd3fe1c78219c0.tar.gz pyramid-d8d14a474ac84a58d3545768fecd3fe1c78219c0.tar.bz2 pyramid-d8d14a474ac84a58d3545768fecd3fe1c78219c0.zip | |
garden
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -34,11 +34,15 @@ Should-Have - Fix indirect circular import between router and config. +- Debug option to print view matching decision (e.g. debug_viewlookup or so). + +- Eliminate non-deployment-non-scaffold-related Paste dependencies: + ``paste.urlparser.StaticURLParser``, ``paste.auth.auth_tkt`` (cutnpaste or + reimplement both). + Nice-to-Have ------------ -- Maybe add ``add_renderer_globals`` method to Configurator. - - Speed up startup time (defer _bootstrap and registerCommonDirectives() until needed by ZCML, as well as unfound speedups). @@ -76,13 +80,16 @@ Nice-to-Have - Create a function which performs a recursive request. -- Debug option to print view matching decision. - - Update App engine chapter with less creaky directions. +Probably Bad Ideas +------------------ + - Add functionality that mocks the behavior of ``repoze.browserid``. - Consider implementing the API outlined in http://plope.com/pyramid_auth_design_api_postmortem, phasing out the current auth-n-auth abstractions in a backwards compatible way. +- Maybe add ``add_renderer_globals`` method to Configurator. + |
