]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1128119: Add 'See Also' support for Phabricator. r=gerv, a=glob.
authorMatt Selsky <selsky@columbia.edu>
Tue, 17 Feb 2015 17:23:31 +0000 (17:23 +0000)
committerGervase Markham <gerv@gerv.net>
Tue, 17 Feb 2015 17:23:31 +0000 (17:23 +0000)
extensions/MoreBugUrl/Extension.pm
extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl

index 18507f8d1e5ca369f73291595bfd4087f18da321..0a4223e198527acab111b4d5fdb6c2752de5ad00 100644 (file)
@@ -22,6 +22,7 @@ use constant MORE_SUB_CLASSES => qw(
     Bugzilla::Extension::MoreBugUrl::PHP
     Bugzilla::Extension::MoreBugUrl::Redmine
     Bugzilla::Extension::MoreBugUrl::Savane
+    Bugzilla::Extension::MoreBugUrl::Phabricator
 );
 
 # We need to update bug_see_also table because both
index 7e544ef2105d0c91904ec620c53f4dfdc30dcd66..2ac6f89a575b0203ef37af81344aafca96c4dba6 100644 (file)
@@ -14,3 +14,4 @@
 <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>
+<li>A task in a Phabricator installation.</li>