diff options
author | Simon Green <mail@simon.green> | 2015-07-29 11:38:37 +0200 |
---|---|---|
committer | Simon Green <mail@simon.green> | 2015-07-29 11:38:37 +0200 |
commit | 9e518c6b33f5b6aadb363ff0786a391c1fda6d7b (patch) | |
tree | c709e29a87a3eb95ce0b0251b803ab40e796191c /template/en | |
parent | f578f79698f5779f20ee8354a3af132fafaf66da (diff) | |
download | bugzilla-9e518c6b33f5b6aadb363ff0786a391c1fda6d7b.tar.gz bugzilla-9e518c6b33f5b6aadb363ff0786a391c1fda6d7b.tar.xz |
Bug 399078 - Remove the 'musthavemilestoneonaccept' parameter
r=gerv, a=simon
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/admin/params/core.html.tmpl | 8 | ||||
-rw-r--r-- | template/en/default/global/header.html.tmpl | 1 | ||||
-rw-r--r-- | template/en/default/welcome-admin.html.tmpl | 3 |
3 files changed, 0 insertions, 12 deletions
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 <var>sslbase</var> parameter. Also, when this is enabled," _ " Bugzilla will send out links using <var>sslbase</var> in emails" _ " instead of <var>urlbase</var>.", - - 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).</li> - <li><a href="editparams.cgi?section=core#cookiepath_desc">cookiepath</a> is important - for your browser to manage your cookies correctly.</li> - <li><a href="editparams.cgi?section=general#maintainer_desc">maintainer</a>, the person responsible for this installation if something is running wrongly.</li> |