]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 898920 - Allow Savane (e.g. Savannah) See Also URLs
authorSimon Green <sgreen@redhat.com>
Wed, 29 Jan 2014 12:02:28 +0000 (22:02 +1000)
committerSimon Green <sgreen@redhat.com>
Wed, 29 Jan 2014 12:02:28 +0000 (22:02 +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 aa20a45f794ee9966afe8f8fd718ac5a2f26ffd5..ed0fe7b1f7cae3e3d9ef596979f1431ec2ddb140 100644 (file)
@@ -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
index 65592a973542ed5d81e3a38e5ce5aa95114e6223..7e544ef2105d0c91904ec620c53f4dfdc30dcd66 100644 (file)
@@ -13,3 +13,4 @@
 <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>
+<li>A b[% %]ug in a Savane installation.</li>