summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-11-23 03:40:59 +0000
committerChris McDonough <chrism@agendaless.com>2009-11-23 03:40:59 +0000
commitcef70018ee7f413da567cfad38182d78fc50016b (patch)
treea6986237745c0d06b47fedb502c51b9a7a380c2d /TODO.txt
parent0ed7f5c3bb714dd5f696e50a765ed0e12a4c11cb (diff)
downloadpyramid-cef70018ee7f413da567cfad38182d78fc50016b.tar.gz
pyramid-cef70018ee7f413da567cfad38182d78fc50016b.tar.bz2
pyramid-cef70018ee7f413da567cfad38182d78fc50016b.zip
Adjust.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt17
1 files changed, 7 insertions, 10 deletions
diff --git a/TODO.txt b/TODO.txt
index d614ea90a..2ecb82af6 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,15 +1,12 @@
-- Add methods to registry that do the lion's share of the various jobs
- currently performed by ZCML directives. Change existing ZCML
- directives to use these methods of the registry.
-
-- Emit a set of events at startup that calls an event listener with
- the registry before and after ZCML parsing. Or just document that
- the registry can be mutated via the run.py code.
-
- Make ZCML filename argument optional to ``make_app``. Document
configuration without ZCML.
- Replace martian with something simpler.
-- Maybe move code from within repoze.bfg.configuration.make_registry
- to repoze.bfg.registry.Registry constructor.
+- Make sure repoze.bfg.scripting.get_root makes a request with a valid
+ registry arg.
+
+- Get rid of ``declarative`` method of Configurator.
+
+- Allow policies, settings, and a root factory to be passed to
+ Configurator constructor.