summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-28 16:48:47 -0400
committerChris McDonough <chrism@plope.com>2011-07-28 16:48:47 -0400
commitd8d14a474ac84a58d3545768fecd3fe1c78219c0 (patch)
tree87ed039969d109ac2c3a6392e0504b7373050aa9 /TODO.txt
parent9e5f538a1d73f99b047502670228b862d42c2c59 (diff)
downloadpyramid-d8d14a474ac84a58d3545768fecd3fe1c78219c0.tar.gz
pyramid-d8d14a474ac84a58d3545768fecd3fe1c78219c0.tar.bz2
pyramid-d8d14a474ac84a58d3545768fecd3fe1c78219c0.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt15
1 files changed, 11 insertions, 4 deletions
diff --git a/TODO.txt b/TODO.txt
index 8cfac8ceb..7e2abf2bf 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -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.
+