summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin10-0/+10
r=dkl a=sgreen
2013-02-16Bug 825758: Most Bugzilla::BugUrl::* modules incorrectly validate the domain ↵Hugo Seabrook5-5/+5
name r/a=LpSolit
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky10-10/+10
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin10-0/+30
r=wicked a=LpSolit
2012-06-17Bug 759030: Clean up Bugzilla::BugUrl modulesMatt Selsky7-96/+58
r=timello a=LpSolit
2012-04-18Bug 704999: Add support for GitHub for the 'See Also' fieldMatt Selsky1-0/+36
r=timello a=LpSolit
2012-02-19Bug 722580: Move 'ReviewBoard' and 'Rietveld' BugUrl sub-classesTiago Mello2-87/+0
to a new 'MoreBugUrl' extension. r/a=LpSolit
2012-01-25Bug 617802: Add see also support for Rietveld installations on appspot.comMatt Selsky1-0/+45
r=timello, a=LpSolit
2012-01-25Bug 717217: The regexp in Bugzilla::BugUrl::JIRA::should_handle() isn'tSimon Green1-1/+1
restrictive enough (min two letters required) r=timello, a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin10-184/+50
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2012-01-06Bug 661533: The See Also field should support Review Board URLsMatt Selsky1-0/+55
r=timello a=LpSolit
2011-11-28Bug 687725: Adding a local bug ID in the See Also field isn't logged in the ↵Tiago Mello1-44/+3
bug history of that bug r/a=LpSolit
2011-09-20Bug 686967: Fix incoherent code in ↵Tiago Mello1-4/+11
Bugzilla::BugUrl::Bugzilla::Local->should_handle() r/a=LpSolit
2011-09-01Bug 683025 - Add a check_for_edit to Bugzilla::Bug to return the bug objectRobert Webb1-7/+1
if the user can edit the bug r=mkanat, a=mkanat
2011-02-23Bug 609968 - Allow local See Also links to show status/summary when mouseover David Lawrence1-0/+5
r=timello,a=mkanat
2011-02-16Bug 624522: Add support for SourceForge URLs in "see also"Tiago Mello1-0/+58
r/a=mkanat
2011-02-14Bug 621122: Add support for MantisBT URLs in "see also".Reed Loden1-0/+51
[r=timello a=mkanat]
2011-02-14Bug 543667: Add support for Trac URLs in "see also".Matt Selsky1-0/+54
2011-02-14Bug 558784: Add support for JIRA URLs in "see also".Matt Selsky1-0/+54
2011-02-11Bug 620827: Refactor remove see also to use remove_from_db instead.Tiago Mello1-7/+47
r/a=mkanat
2010-12-23Add contributor lines for mkanat and myself for the new BugUrl modules.Reed Loden5-5/+9
Add missing period in original developer line in license block. [a=mkanat]
2010-12-20Bug 593539: Refactor See Also to use separate modules for each type of URLTiago Mello5-0/+350
r/a=mkanat