diff options
author | Simon Green <sgreen@redhat.com> | 2014-01-29 13:02:28 +0100 |
---|---|---|
committer | Simon Green <sgreen@redhat.com> | 2014-01-29 13:02:28 +0100 |
commit | 533b9c69b3f2214b708180527f69738cba0f80a8 (patch) | |
tree | 2b058a753c734e15b08353d3f665e02c87ec1586 | |
parent | ad80278d40e175ce4d9f9dfffffc0d4b3de46d7a (diff) | |
download | bugzilla-533b9c69b3f2214b708180527f69738cba0f80a8.tar.gz bugzilla-533b9c69b3f2214b708180527f69738cba0f80a8.tar.xz |
Bug 898920 - Allow Savane (e.g. Savannah) See Also URLs
r=justdave, a=justdave
-rw-r--r-- | extensions/MoreBugUrl/Extension.pm | 1 | ||||
-rw-r--r-- | extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/extensions/MoreBugUrl/Extension.pm b/extensions/MoreBugUrl/Extension.pm index aa20a45f7..ed0fe7b1f 100644 --- a/extensions/MoreBugUrl/Extension.pm +++ b/extensions/MoreBugUrl/Extension.pm @@ -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 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 65592a973..7e544ef21 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 @@ -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> |