From 9e518c6b33f5b6aadb363ff0786a391c1fda6d7b Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 29 Jul 2015 05:38:37 -0400 Subject: Bug 399078 - Remove the 'musthavemilestoneonaccept' parameter r=gerv, a=simon --- template/en/default/admin/params/core.html.tmpl | 8 -------- template/en/default/global/header.html.tmpl | 1 - template/en/default/welcome-admin.html.tmpl | 3 --- 3 files changed, 12 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl index d7703b5b8..decd8895a 100644 --- a/template/en/default/admin/params/core.html.tmpl +++ b/template/en/default/admin/params/core.html.tmpl @@ -24,12 +24,4 @@ _ " using the sslbase parameter. Also, when this is enabled," _ " Bugzilla will send out links using sslbase in emails" _ " instead of urlbase.", - - cookiepath => "Path, relative to your web document root, to which to restrict " _ - "Bugzilla cookies. Normally this is the URI portion of your URL " _ - "base. Begin with a / (single slash mark). For instance, if " _ - "Bugzilla serves from 'http://www.somedomain.com/bugzilla/', set " _ - "this parameter to /bugzilla/. Setting it to / will allow " _ - "all sites served by this web server or virtual host to read " _ - "Bugzilla cookies.", } %] diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index b05784ebe..98cd42980 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -183,7 +183,6 @@ #%] var BUGZILLA = { param: { - cookiepath: '[% Param('cookiepath') FILTER js %]', maxusermatches: [% Param('maxusermatches') FILTER js %] }, constant: { diff --git a/template/en/default/welcome-admin.html.tmpl b/template/en/default/welcome-admin.html.tmpl index a9b30f68a..5b586a015 100644 --- a/template/en/default/welcome-admin.html.tmpl +++ b/template/en/default/welcome-admin.html.tmpl @@ -36,9 +36,6 @@ reason you see this page: as long as this parameter is not set, you will see this page again and again). -
  • cookiepath is important - for your browser to manage your cookies correctly.
  • -
  • maintainer, the person responsible for this installation if something is running wrongly.
  • -- cgit v1.2.3-24-g4f1b