From ec31a4263745ee7973ca80853afdd1c988509d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= Date: Fri, 18 Apr 2014 18:08:13 +0200 Subject: [PATCH 1/2] CMS: debug toolbar should be displayed on dev stack. In Studio, the debug tool bar did not appear as in LMS. --- cms/envs/devstack.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cms/envs/devstack.py b/cms/envs/devstack.py index 046fc9bfee..6118eb3018 100644 --- a/cms/envs/devstack.py +++ b/cms/envs/devstack.py @@ -59,7 +59,8 @@ DEBUG_TOOLBAR_PANELS = ( ) DEBUG_TOOLBAR_CONFIG = { - 'INTERCEPT_REDIRECTS': False + 'INTERCEPT_REDIRECTS': False, + 'SHOW_TOOLBAR_CALLBACK': lambda _: True, } # To see stacktraces for MongoDB queries, set this to True. From 7c078e04d3e6817b4c8fa39587c76a34da15d3ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= Date: Fri, 18 Apr 2014 18:15:10 +0200 Subject: [PATCH 2/2] Add myself to AUTHORS. --- AUTHORS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 4ef52016f2..aa74e4be65 100644 --- a/AUTHORS +++ b/AUTHORS @@ -144,3 +144,5 @@ Christine Lytwynec John Cox Ben Weeks David Bodor +Sébastien Hinderer +