Commit 0d2cf0ac authored by Matt Selsky's avatar Matt Selsky Committed by Gervase Markham

Bug 1128119: Add 'See Also' support for Phabricator. r=gerv, a=glob.

parent abc9467f
...@@ -22,6 +22,7 @@ use constant MORE_SUB_CLASSES => qw( ...@@ -22,6 +22,7 @@ use constant MORE_SUB_CLASSES => qw(
Bugzilla::Extension::MoreBugUrl::PHP Bugzilla::Extension::MoreBugUrl::PHP
Bugzilla::Extension::MoreBugUrl::Redmine Bugzilla::Extension::MoreBugUrl::Redmine
Bugzilla::Extension::MoreBugUrl::Savane Bugzilla::Extension::MoreBugUrl::Savane
Bugzilla::Extension::MoreBugUrl::Phabricator
); );
# We need to update bug_see_also table because both # We need to update bug_see_also table because both
......
...@@ -14,3 +14,4 @@ ...@@ -14,3 +14,4 @@
<li>A b[% %]ug on b[% %]ugs.php.net.</li> <li>A b[% %]ug on b[% %]ugs.php.net.</li>
<li>An issue in a Redmine installation.</li> <li>An issue in a Redmine installation.</li>
<li>A b[% %]ug in a Savane installation.</li> <li>A b[% %]ug in a Savane installation.</li>
<li>A task in a Phabricator installation.</li>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment