From: Simon Green Date: Thu, 22 Aug 2013 04:20:26 +0000 (+1000) Subject: Bug 891236 - Allow Redmine See Also URLs X-Git-Tag: bugzilla-4.5.1~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91d06cd0e37b4c0a4e4d610c7c7bf69e4bfef08;p=thirdparty%2Fbugzilla.git Bug 891236 - Allow Redmine See Also URLs r=justdave, a=justdave --- diff --git a/extensions/MoreBugUrl/Extension.pm b/extensions/MoreBugUrl/Extension.pm index f2ca7150c6..aa20a45f79 100644 --- a/extensions/MoreBugUrl/Extension.pm +++ b/extensions/MoreBugUrl/Extension.pm @@ -18,6 +18,7 @@ use constant MORE_SUB_CLASSES => qw( Bugzilla::Extension::MoreBugUrl::RT Bugzilla::Extension::MoreBugUrl::GetSatisfaction Bugzilla::Extension::MoreBugUrl::PHP + Bugzilla::Extension::MoreBugUrl::Redmine ); # 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 0c62f6e5fb..65592a9735 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 @@ -12,3 +12,4 @@
  • A ticket in an RT installation.
  • A topic on getsatisfaction.com.
  • A b[% %]ug on b[% %]ugs.php.net.
  • +
  • An issue in a Redmine installation.