summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/TODO.txt b/TODO.txt
index 4e24e1097..761abdc58 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -14,31 +14,26 @@ 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).
-- Rename all config file values with a ``pyramid.`` prefix.
+- Rename all config file values with a ``pyramid.`` prefix. Preserve bw
+ compat, though, for older config files.
- Try to figure out a way to keep "settings" as the original dictionary
passed to the Configurator instead of copying it.
- 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).
@@ -46,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).