diff --git a/mozilla/webtools/bugzilla/docs/xml/administration.xml b/mozilla/webtools/bugzilla/docs/xml/administration.xml
index 1fe8b9d7247..9c85248a5cc 100644
--- a/mozilla/webtools/bugzilla/docs/xml/administration.xml
+++ b/mozilla/webtools/bugzilla/docs/xml/administration.xml
@@ -1850,9 +1850,12 @@ Support: ENTRY, DEFAULT/MANDATORY, CANEDIT
disabled
.
+ page, i.e. generally when logging in. Bugzilla will check once per
+ day for new releases, unless the parameter is set to
+ disabled
. If you are behind a proxy, you may have to set
+ the http://user:pass@proxy_url/ syntax.",
upgrade_notification => "
$terms.Bugzilla can inform you when a new release is available. " _ "The notification will appear on the $terms.Bugzilla homepage, " _ diff --git a/mozilla/webtools/bugzilla/template/en/default/index.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/index.html.tmpl index 132b77c745b..c8448398f96 100644 --- a/mozilla/webtools/bugzilla/template/en/default/index.html.tmpl +++ b/mozilla/webtools/bugzilla/template/en/default/index.html.tmpl @@ -80,7 +80,9 @@ function addSidebar() { notify you about new releases.
[% ELSIF release.error == "cannot_download" %]The local XML file '[% release.xml_file FILTER html %]' cannot be created. - Please make sure the web server can write in this directory.
+ Please make sure the web server can write in this directory and that you can access + the web. If you are behind a proxy, set the + proxy_url parameter correctly. [% ELSIF release.error == "no_update" %]The local XML file '[% release.xml_file FILTER html %]' cannot be updated. Please make sure the web server can edit this file.