Closed Bug 898920 Opened 11 years ago Closed 10 years ago

Allow Savane (e.g. Savannah) See Also URLs

Categories

(Bugzilla :: Extensions, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 5.0

People

(Reporter: mail, Assigned: mail)

References

Details

Attachments

(1 file, 1 obsolete file)

Attached patch savane-v1.patch (obsolete) — Splinter Review
You should be able to add a Savane URL in the See Also field. Savane powers Savannah, among other sites.
Attachment #782335 - Flags: review?(justdave)
Comment on attachment 782335 [details] [diff] [review]
savane-v1.patch

>=== added file 'extensions/MoreBugUrl/lib/Savane.pm'

>+package Bugzilla::Extension::MoreBugUrl::Savane;
>+use strict;
>+use base qw(Bugzilla::BugUrl);

It doesn't pass tests. |use 5.10.1| is missing. Also use |use parent| instead of |use base|.
Attachment #782335 - Flags: review?(justdave) → review-
Severity: normal → enhancement
Comment on attachment 782335 [details] [diff] [review]
savane-v1.patch

Review of attachment 782335 [details] [diff] [review]:
-----------------------------------------------------------------

::: extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl
@@ +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 bug in a Savane installation.</li>

Nit: "A bug"
Attached patch v2 patchSplinter Review
Make changes as suggested by LpSolit. Have filed bug 951426 about warnings that generate from runtests.pl unrelated to this change.
Attachment #782335 - Attachment is obsolete: true
Attachment #8349071 - Flags: review?(justdave)
Attachment #8349071 - Flags: review?(justdave) → review+
Flags: approval+
Target Milestone: --- → Bugzilla 5.0
Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/                       
modified extensions/MoreBugUrl/Extension.pm
modified extensions/MoreBugUrl/template/en/default/hook/global/user-error-bug_url_invalid_tracker.html.tmpl
Committed revision 8903.                                                       

Committing to: bzr+ssh://bzr.mozilla.org/bugzilla/trunk/                       
added extensions/MoreBugUrl/lib/Savane.pm
Committed revision 8904.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: