summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-28 17:18:26 -0400
committerChris McDonough <chrism@plope.com>2011-07-28 17:18:26 -0400
commit6aafc53c0ee74c2a568fb4d36f5eaab968126088 (patch)
treefe59c24c4f097385620a40a3996051a0541a5b54 /TODO.txt
parent6624092da587160e5d449af93eca3c0e779dfc55 (diff)
downloadpyramid-6aafc53c0ee74c2a568fb4d36f5eaab968126088.tar.gz
pyramid-6aafc53c0ee74c2a568fb4d36f5eaab968126088.tar.bz2
pyramid-6aafc53c0ee74c2a568fb4d36f5eaab968126088.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/TODO.txt b/TODO.txt
index cf5d3c76c..761abdc58 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -14,8 +14,6 @@ Should-Have
- Create a ``current_route_path`` function and make it a method of request.
-- Add narrative docs for wsgiapp and wsgiapp2.
-
- Provide a way to set the authentication policy and the authorization policy
during a config.include (they are related, so just exposing the currently
underscored-private _set_auth* methods won't cut it).
@@ -28,18 +26,14 @@ Should-Have
- Merge aodag's config.include(route_prefix=...) fork.
-- Michael's route group work.
+- Merge Michael's route group work.
- Kill off ``bfg.routes`` envvars in router.
-- Provide a ``has_view`` function.
-
- Alias the stupid long default session factory name.
- 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).
@@ -47,6 +41,12 @@ Should-Have
Nice-to-Have
------------
+- Add narrative docs for wsgiapp and wsgiapp2.
+
+- Provide a ``has_view`` function.
+
+- Debug option to print view matching decision (e.g. debug_viewlookup or so).
+
- Speed up startup time (defer _bootstrap and registerCommonDirectives()
until needed by ZCML, as well as unfound speedups).