From: Simon Green Date: Wed, 29 Jan 2014 12:02:28 +0000 (+1000) Subject: Bug 898920 - Allow Savane (e.g. Savannah) See Also URLs X-Git-Tag: bugzilla-4.5.3~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=533b9c69b3f2214b708180527f69738cba0f80a8;p=thirdparty%2Fbugzilla.git Bug 898920 - Allow Savane (e.g. Savannah) See Also URLs r=justdave, a=justdave --- diff --git a/extensions/MoreBugUrl/Extension.pm b/extensions/MoreBugUrl/Extension.pm index aa20a45f79..ed0fe7b1f7 100644 --- a/extensions/MoreBugUrl/Extension.pm +++ b/extensions/MoreBugUrl/Extension.pm @@ -19,6 +19,7 @@ use constant MORE_SUB_CLASSES => qw( Bugzilla::Extension::MoreBugUrl::GetSatisfaction Bugzilla::Extension::MoreBugUrl::PHP Bugzilla::Extension::MoreBugUrl::Redmine + Bugzilla::Extension::MoreBugUrl::Savane ); # We need to update bug_see_also table because both diff --git a/extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl b/extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl index 65592a9735..7e544ef210 100644 --- a/extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl +++ b/extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl @@ -13,3 +13,4 @@
  • A topic on getsatisfaction.com.
  • A b[% %]ug on b[% %]ugs.php.net.
  • An issue in a Redmine installation.
  • +
  • A b[% %]ug in a Savane installation.