From 14dc81633acc60ae1e80bdbe7fb8bf8af6d479bb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 02:54:17 -0400 Subject: pylons paster templates --- TODO.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index ccb046faa..fa497396d 100644 --- a/TODO.txt +++ b/TODO.txt @@ -62,13 +62,9 @@ - Update App engine chapter. -- Add SessionFactory interface +- Browser id? -- Create session interface (flash() is part of it, figure out granularity) - -- Add CacheFactory interface - -- Browser id +- .flash API on session. - Signed_signature method of the request and response from pylons2. -- cgit v1.2.3 From 197f0cb39d0a865476405dda21ad0d3e20ee0789 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 13:23:31 -0400 Subject: bfg_view -> view_config --- TODO.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index fa497396d..aa7ba2a46 100644 --- a/TODO.txt +++ b/TODO.txt @@ -80,8 +80,6 @@ - ``handler`` ZCML directive. -- ``bfg_view`` alias. - - ``repoze.bfg.message`` alias. - Try to get rid of Mako Beaker dependency. -- cgit v1.2.3 From 5c15105e1bfa818e9dc1c19fa1bf699a830f62ef Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 13:35:31 -0400 Subject: repoze.bfg -> pyramid --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index aa7ba2a46..26539df60 100644 --- a/TODO.txt +++ b/TODO.txt @@ -85,3 +85,5 @@ - Try to get rid of Mako Beaker dependency. - Maybe make renderer globals lookup send an event? + +- bfgshell -- cgit v1.2.3 From 49f5c4f6f3f1ee55bce5626cabfc271f9d20593e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 29 Oct 2010 13:49:59 -0400 Subject: gardening --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 26539df60..463b0e1d5 100644 --- a/TODO.txt +++ b/TODO.txt @@ -87,3 +87,5 @@ - Maybe make renderer globals lookup send an event? - bfgshell + +- ``docs`` directory for each paster template. -- cgit v1.2.3