Dzahn has submitted this change and it was merged. Change subject: Remove useless [% PROCESS global/variables.none.tmpl %] ......................................................................
Remove useless [% PROCESS global/variables.none.tmpl %] It's PRE_PROCESS'ed now, as per https://bugzilla.mozilla.org/show_bug.cgi?id=696256 Bug: 61499 Change-Id: I896bd7d8b233a1e495ec3320e4e9711d8f692b7f --- M extensions/WeeklyReport/template/en/default/weeklyreport/component-report.html.tmpl M extensions/WeeklyReport/template/en/default/weeklyreport/weekly-bug-summary.html.tmpl M template/en/custom/account/auth/login-small.html.tmpl M template/en/custom/account/auth/login.html.tmpl M template/en/custom/bug/create/create-guided.html.tmpl M template/en/custom/bug/create/user-message.html.tmpl M template/en/custom/global/footer.html.tmpl M template/en/custom/index.html.tmpl 8 files changed, 0 insertions(+), 16 deletions(-) Approvals: Aklapper: Looks good to me, but someone else must approve Dzahn: Verified; Looks good to me, approved diff --git a/extensions/WeeklyReport/template/en/default/weeklyreport/component-report.html.tmpl b/extensions/WeeklyReport/template/en/default/weeklyreport/component-report.html.tmpl index 7c7c0ee..f855dc6 100644 --- a/extensions/WeeklyReport/template/en/default/weeklyreport/component-report.html.tmpl +++ b/extensions/WeeklyReport/template/en/default/weeklyreport/component-report.html.tmpl @@ -1,7 +1,5 @@ [%# KDE component report template #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = "Component Report" h1 = "Report Count by Component and Severity" diff --git a/extensions/WeeklyReport/template/en/default/weeklyreport/weekly-bug-summary.html.tmpl b/extensions/WeeklyReport/template/en/default/weeklyreport/weekly-bug-summary.html.tmpl index a2d7f68..19825c4 100644 --- a/extensions/WeeklyReport/template/en/default/weeklyreport/weekly-bug-summary.html.tmpl +++ b/extensions/WeeklyReport/template/en/default/weeklyreport/weekly-bug-summary.html.tmpl @@ -1,7 +1,5 @@ [%# Wikimedia weekly bug summary template #%] -[% PROCESS global/variables.none.tmpl %] - [% PROCESS global/header.html.tmpl title = "Wikimedia Weekly Bug Summary" %] diff --git a/template/en/custom/account/auth/login-small.html.tmpl b/template/en/custom/account/auth/login-small.html.tmpl index a4cb14e..3878c0d 100644 --- a/template/en/custom/account/auth/login-small.html.tmpl +++ b/template/en/custom/account/auth/login-small.html.tmpl @@ -18,8 +18,6 @@ # Contributor(s): Jacob Steenhagen <[email protected]> #%] -[% PROCESS global/variables.none.tmpl %] - [%# Use the current script name. If an empty name is returned, # then we are accessing the home page. %] diff --git a/template/en/custom/account/auth/login.html.tmpl b/template/en/custom/account/auth/login.html.tmpl index bd100cc..12bb611 100644 --- a/template/en/custom/account/auth/login.html.tmpl +++ b/template/en/custom/account/auth/login.html.tmpl @@ -26,8 +26,6 @@ [% IF !target %] [% target = "index.cgi" %] [% END %] - -[% PROCESS global/variables.none.tmpl %] [% PROCESS global/header.html.tmpl title = "Log in to $terms.Bugzilla", diff --git a/template/en/custom/bug/create/create-guided.html.tmpl b/template/en/custom/bug/create/create-guided.html.tmpl index f371acf..35ec6aa 100644 --- a/template/en/custom/bug/create/create-guided.html.tmpl +++ b/template/en/custom/bug/create/create-guided.html.tmpl @@ -23,8 +23,6 @@ # This template has the same interface as create.html.tmpl #%] -[% PROCESS global/variables.none.tmpl %] - [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] diff --git a/template/en/custom/bug/create/user-message.html.tmpl b/template/en/custom/bug/create/user-message.html.tmpl index d5898b8..9ad47d7 100644 --- a/template/en/custom/bug/create/user-message.html.tmpl +++ b/template/en/custom/bug/create/user-message.html.tmpl @@ -27,6 +27,4 @@ # the 'product' variable. #%] -[% PROCESS global/variables.none.tmpl %] - Before reporting [% terms.abug %], please read the <a target="_blank" href="https://www.mediawiki.org/wiki/How_to_report_a_bug">guidelines</a> and <a href="query.cgi">search</a> for existing [% terms.bug %] reports. If you prefer a simpler way to create a [% terms.bug %] report, try the <a href="enter_bug.cgi?format=guided&product=[% product.name %]">guided bug entry form</a>. diff --git a/template/en/custom/global/footer.html.tmpl b/template/en/custom/global/footer.html.tmpl index 1dd43eb..e92e492 100644 --- a/template/en/custom/global/footer.html.tmpl +++ b/template/en/custom/global/footer.html.tmpl @@ -1,4 +1,3 @@ -[% PROCESS global/variables.none.tmpl %] <div class="visualClear"></div> [% Hook.process('main-end') %] </div> diff --git a/template/en/custom/index.html.tmpl b/template/en/custom/index.html.tmpl index baab02f..a40fb20 100644 --- a/template/en/custom/index.html.tmpl +++ b/template/en/custom/index.html.tmpl @@ -26,9 +26,6 @@ # release: a hash containing data about new releases, if any. #%] -[% PROCESS global/variables.none.tmpl %] - - [% PROCESS global/header.html.tmpl title = "Wikimedia $terms.Bugzilla Main Page" header = "Main Page" -- To view, visit https://gerrit.wikimedia.org/r/118958 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I896bd7d8b233a1e495ec3320e4e9711d8f692b7f Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/bugzilla/modifications Gerrit-Branch: master Gerrit-Owner: 01tonythomas <[email protected]> Gerrit-Reviewer: 01tonythomas <[email protected]> Gerrit-Reviewer: Aklapper <[email protected]> Gerrit-Reviewer: Dzahn <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
