[%# 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. #%] [%# INTERFACE: # release: a hash containing data about new releases, if any. #%] [% PROCESS global/header.html.tmpl title = "$terms.Bugzilla Main Page" header = "Main Page" header_addl_info = "version $constants.BUGZILLA_VERSION" style_urls = [ 'skins/standard/index.css' ] %] [% IF release %]
[% terms.Bugzilla %] [%+ release.deprecated FILTER html %] is no longer supported. You are highly encouraged to upgrade in order to keep your system secure.
[% END %]A new [% terms.Bugzilla %] version ([% release.data.latest_ver FILTER html %])
is available at
[% release.data.url FILTER html %].
Release date: [% release.data.date FILTER html %]
This message is only shown to logged in users with admin privs. You can configure this notification from the Parameters page.
[% ELSIF release.error == "cannot_download" %]The remote file
[%~ constants.REMOTE_FILE FILTER html %] cannot be downloaded
(reason: [% release.reason FILTER html %]).
Either the remote server is temporarily unavailable, or your web server cannot access
the web. If you are behind a proxy, set the
proxy_url parameter correctly.
The local XML file '[% constants.LOCAL_FILE FILTER html %]' cannot be created
(reason: [% release.reason FILTER html %]).
Please make sure the web server can write into this directory.
[% ELSIF release.error == "no_update" %]
The local XML file '[% constants.LOCAL_FILE FILTER html %]' cannot be updated. Please make sure the web server can edit this file.
[% ELSIF release.error == "no_access" %]The local XML file '[% constants.LOCAL_FILE FILTER html %]' cannot be read. Please make sure this file has the correct rights set on it.
[% ELSIF release.error == "corrupted" %]The local XML file '[% constants.LOCAL_FILE FILTER html %]' has an invalid XML format. Please delete it and try accessing this page again.
[% ELSIF release.error == "unknown_parameter" %]'[% Param("upgrade_notification") FILTER html %]' is not a valid notification parameter. Please check this parameter in the Parameters page.
[% END %]
Welcome to [% terms.Bugzilla %][% Hook.process('intro') %]
[% Hook.process('outro') %]
|