summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-01-05Bug 1045782: Existing URLs in the See Also field should not throw an error ↵Frédéric Buclin1-2/+3
when the bug is displayed r=dkl
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2014-02-15Bug 970283: Bump URI version to 1.55 to correctly escape single quotes in URLsFrédéric Buclin1-0/+1
r=dkl a=justdave
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+14
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+3
r=wicked a=LpSolit
2012-05-07Bug 571740: Add support for getsatisfaction for the See Also fieldMatt Selsky1-2/+1
r=timello, a=LpSolit
2012-04-18Bug 704999: Add support for GitHub for the 'See Also' fieldMatt Selsky1-0/+1
r=timello a=LpSolit
2012-02-19Bug 722580: Move 'ReviewBoard' and 'Rietveld' BugUrl sub-classesTiago Mello1-3/+6
to a new 'MoreBugUrl' extension. r/a=LpSolit
2012-01-25Bug 617802: Add see also support for Rietveld installations on appspot.comMatt Selsky1-0/+1
r=timello, a=LpSolit
2012-01-12Bug 715902: Do not log personal common activities in audit_logFrédéric Buclin1-0/+4
r=dkl 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 Buclin1-18/+5
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/+1
r=timello a=LpSolit
2011-02-16Bug 624522: Add support for SourceForge URLs in "see also"Tiago Mello1-0/+1
r/a=mkanat
2011-02-14Bug 621122: Add support for MantisBT URLs in "see also".Reed Loden1-0/+1
[r=timello a=mkanat]
2011-02-14Bug 543667: Add support for Trac URLs in "see also".Matt Selsky1-0/+1
2011-02-14Bug 558784: Add support for JIRA URLs in "see also".Matt Selsky1-0/+1
2011-02-11Bug 620827: Refactor remove see also to use remove_from_db instead.Tiago Mello1-0/+27
r/a=mkanat
2010-12-20Bug 593539: Refactor See Also to use separate modules for each type of URLTiago Mello1-0/+173
r/a=mkanat