]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 891236 - Allow Redmine See Also URLs
authorSimon Green <sgreen@redhat.com>
Thu, 22 Aug 2013 04:20:26 +0000 (14:20 +1000)
committerSimon Green <sgreen@redhat.com>
Thu, 22 Aug 2013 04:20:26 +0000 (14:20 +1000)
r=justdave, a=justdave

extensions/MoreBugUrl/Extension.pm
extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl

index f2ca7150c620af2304811470d123da0a3f150c83..aa20a45f794ee9966afe8f8fd718ac5a2f26ffd5 100644 (file)
@@ -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
index 0c62f6e5fb200a39b36ec472434caa9e4913376f..65592a973542ed5d81e3a38e5ce5aa95114e6223 100644 (file)
@@ -12,3 +12,4 @@
 <li>A ticket in an RT installation.</li>
 <li>A topic on getsatisfaction.com.</li>
 <li>A b[% %]ug on b[% %]ugs.php.net.</li>
+<li>An issue in a Redmine installation.</li>