From 67550b5d193488738e6d5e437cd8ac95f94c3495 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 11 Jan 2013 14:35:12 +0800 Subject: Bug 743927: BrowserID is included twice on each page --- .../auth/login-additional_methods.html.tmpl | 46 ---------------- .../auth/login-small-additional_methods.html.tmpl | 58 +------------------- .../hook/global/header-additional_header.html.tmpl | 61 ++++++++++++++++++++++ 3 files changed, 62 insertions(+), 103 deletions(-) create mode 100644 extensions/BrowserID/template/en/default/hook/global/header-additional_header.html.tmpl (limited to 'extensions/BrowserID/template') diff --git a/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl b/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl index 57f7da8ce..c79e1204e 100644 --- a/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl +++ b/extensions/BrowserID/template/en/default/hook/account/auth/login-additional_methods.html.tmpl @@ -1,51 +1,5 @@ [% IF Param('user_info_class').split(',').contains('BrowserID') && Param('browserid_includejs_url') %] - -[% USE Bugzilla %] -[% cgi = Bugzilla.cgi %] - - - - -

Or, log in with BrowserID: diff --git a/extensions/BrowserID/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl b/extensions/BrowserID/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl index b1c186493..2c2f98205 100644 --- a/extensions/BrowserID/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl +++ b/extensions/BrowserID/template/en/default/hook/account/auth/login-small-additional_methods.html.tmpl @@ -1,60 +1,4 @@ [% IF Param('user_info_class').split(',').contains('BrowserID') && Param('browserid_includejs_url') %] - - -[%# Note this code is a tiny bit different from the other copy; the name of - # the variable containing the login url is 'login_target' rather than - # 'target' #%] - - - - - or - + or [% END %] diff --git a/extensions/BrowserID/template/en/default/hook/global/header-additional_header.html.tmpl b/extensions/BrowserID/template/en/default/hook/global/header-additional_header.html.tmpl new file mode 100644 index 000000000..2292edf7f --- /dev/null +++ b/extensions/BrowserID/template/en/default/hook/global/header-additional_header.html.tmpl @@ -0,0 +1,61 @@ +[%# This Source Code Form is subject to the terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[% RETURN IF user.login + || !Param('browserid_includejs_url') + || !Param('user_info_class').split(',').contains('BrowserID') %] + +[% USE Bugzilla %] +[% cgi = Bugzilla.cgi %] + +[% login_target = cgi.url("-relative" => 1, "-query" => 1) %] +[% IF !login_target OR login_target.match("^token.cgi") %] + [% login_target = "index.cgi" %] +[% END %] + +[% login_target = urlbase _ login_target %] + + + + -- cgit v1.2.3-24-g4f1b