From d08bb9f5d36b5dffda0af13ebb45f1c253e85df8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 18 Aug 2011 22:17:48 -0400 Subject: garden --- TODO.txt | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/TODO.txt b/TODO.txt index 8ded30fea..e06616acf 100644 --- a/TODO.txt +++ b/TODO.txt @@ -4,19 +4,6 @@ Pyramid TODOs Should-Have ----------- -- Consider moving the call to _set_security_policies (and like params) after - the initial commit, so that authn and authz policies specified by the user - (and like settings) in the constructor override included ones. Rationale: - I want the configurator to behave like someone did:: - - config = Configurator() - config.set_foo(...) - config.set_bar(..) - - when they do:: - - config = Config(foo=... bar=...) - - Name WSGI app "main" instead of pipeline in scaffold configs? - Mention debug toolbar in tutorials. @@ -24,7 +11,7 @@ Should-Have - Make it possible to use tween aliases in explicit tween config? If not, the tween factories of all add-ons must be APIs. -- Merge Michael's route group work. +- Merge Michael's route group work (maybe a 1.3 thing). - Deprecate pyramid.security.view_execution_permitted (it only works for traversal). @@ -42,8 +29,6 @@ Should-Have Nice-to-Have ------------ -- Turn "config" into a package. - - Kill off ``bfg.routes`` envvars in router. - Some sort of API for rendering a view callable object to a response from -- cgit v1.2.3