summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2010-07-28 03:00:58 +0000
committerChris McDonough <chrism@agendaless.com>2010-07-28 03:00:58 +0000
commitf077653f208f6f7c89c78c87c2abb0ea7031dbc0 (patch)
treeae5be691f2f19ccd98afa513738a2d424ecfe4e2 /TODO.txt
parentbe6f3b9ae06b31920d90744b20ccb7a8b4d9a278 (diff)
downloadpyramid-f077653f208f6f7c89c78c87c2abb0ea7031dbc0.tar.gz
pyramid-f077653f208f6f7c89c78c87c2abb0ea7031dbc0.tar.bz2
pyramid-f077653f208f6f7c89c78c87c2abb0ea7031dbc0.zip
- A ``repoze.bfg.events.subscriber`` decorator was added. This
decorator decorates module-scope functions, which are then treated as event listeners after a scan() is performed. See the Events narrative documentation chapter and the ``repoze.bfg.events`` module documentation for more information.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 8ac5d522f..9c8941c77 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -11,8 +11,6 @@
- Change docs about creating a venusian decorator to not use ZCA.
-- Add a ``susbcriber`` decorator and docs.
-
- ``decorator=`` parameter to bfg_view.
- Try to better explain the relationship between a renderer and a
@@ -20,6 +18,11 @@
documentation for reference to a renderer as *only* view
configuration (it's a larger concept now).
+- Create a ``render_view`` that works by using config.derive_view
+ against an existing view instead of querying the registry.
+
+- Create a function which performs a recursive request.
+
- Subscriber decorator.
- These methods of Configurator should allow the arguments it receives