summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/params/core.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-06-13 02:13:34 +0200
committerlpsolit%gmail.com <>2006-06-13 02:13:34 +0200
commit3e81855fc65b49d05bf0dc0d1a1cf1b1b044f8f4 (patch)
treeae6ebca77c751c1ac29bede5340fa8ba308494ca /template/en/default/admin/params/core.html.tmpl
parente36503867847944db6ef44491f0e8343b5faa591 (diff)
downloadbugzilla-3e81855fc65b49d05bf0dc0d1a1cf1b1b044f8f4.tar.gz
bugzilla-3e81855fc65b49d05bf0dc0d1a1cf1b1b044f8f4.tar.xz
Bug 330487: Automatic Update Notification for Bugzilla - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
Diffstat (limited to 'template/en/default/admin/params/core.html.tmpl')
-rw-r--r--template/en/default/admin/params/core.html.tmpl17
1 files changed, 16 insertions, 1 deletions
diff --git a/template/en/default/admin/params/core.html.tmpl b/template/en/default/admin/params/core.html.tmpl
index bc2dca564..397d1c702 100644
--- a/template/en/default/admin/params/core.html.tmpl
+++ b/template/en/default/admin/params/core.html.tmpl
@@ -70,5 +70,20 @@
shutdownhtml => "If this field is non-empty, then $terms.Bugzilla will be completely " _
"disabled and this text will be displayed instead of all the " _
- "$terms.Bugzilla pages." }
+ "$terms.Bugzilla pages.",
+
+ upgrade_notification => "<p>$terms.Bugzilla can inform you when a new release is available. " _
+ "The notification will appear on the $terms.Bugzilla homepage, " _
+ "for administrators only.</p>" _
+ "<ul><li>'development_snapshot' notifies you about the latest " _
+ "release on the trunk, i.e. development snapshots.</li>" _
+ "<li>'latest_stable_release' notifies you about the most recent release " _
+ "available on the most recent stable branch. This branch may be " _
+ "different from the branch your installation is based on.</li>" _
+ "<li>'stable_branch_release' notifies you only about new releases " _
+ "corresponding to the branch your installation is based on. " _
+ "If you are running a release candidate, you will get " _
+ "a notification for newer release candidates too.</li>" _
+ "<li>'disabled' will never notify you about new releases and no " _
+ "connection will be established to a remote server.</li></ul>" }
%]