From f077653f208f6f7c89c78c87c2abb0ea7031dbc0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 28 Jul 2010 03:00:58 +0000 Subject: - 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. --- TODO.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'TODO.txt') 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 -- cgit v1.2.3