Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-25 | Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it ↵ | Frédéric Buclin | 1 | -10/+0 | |
is no longer available r=glob a=LpSolit | |||||
2013-01-14 | Bug 829852: Requirements.pm no longer uses Safe | Frédéric Buclin | 1 | -1/+0 | |
r=glob a=LpSolit | |||||
2013-01-06 | Bug 826678: Disable warnings about the deprecated Return::Value module when ↵ | Frédéric Buclin | 1 | -0/+7 | |
loading Email::Send r=wicked a=LpSolit | |||||
2013-01-02 | Bug 825431: List::MoreUtils older than 0.27_04 leaks memory when using part() | Frédéric Buclin | 1 | -1/+2 | |
r=glob a=LpSolit | |||||
2012-12-03 | Bug 567671: Require Test::Taint 1.06 to get rid of warnings thrown with Perl ↵ | Frédéric Buclin | 1 | -1/+2 | |
5.10 and newer r=dkl r=wurblzap a=LpSolit | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -1/+1 | |
r/a=LpSolit | |||||
2012-11-30 | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 1 | -0/+8 | |
r/a=LpSolit | |||||
2012-11-19 | Bug 812220: bug_link() is called twice per bug in bug/process/results.html.tmpl | Frédéric Buclin | 1 | -3/+2 | |
r=glob a=LpSolit | |||||
2012-11-05 | Bug 803310: Bump the minimum requirement for Email::Send to enable the Test mode | Frédéric Buclin | 1 | -1/+2 | |
r=glob a=LpSolit | |||||
2012-10-19 | Bug 803295: Bump the minimum requirement for DBI to 1.54 | Frédéric Buclin | 1 | -1/+2 | |
r=glob a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+1 | |
r=wicked a=LpSolit | |||||
2012-08-31 | Bug 655477: Bugzilla now requires Perl 5.10.1 | Frédéric Buclin | 1 | -11/+1 | |
r=mkanat a=LpSolit | |||||
2012-07-04 | Bug 760562: Integrate TypeSniffer into core codebase (auto-detect attachment ↵ | Matt Selsky | 1 | -0/+14 | |
MIME type) r/a=LpSolit | |||||
2012-05-17 | Bug 486255: Timezone is displayed incorrectly in outgoing email with SMTP ↵ | Matt Selsky | 1 | -1/+2 | |
for 1/2 & 3/4 timezones r/a=LpSolit | |||||
2012-01-24 | Bug 633061: Require Apache2::SizeLimit 0.96 for proper operation on Linux | Max Kanat-Alexander | 1 | -3/+2 | |
r=dkl a=mkanat | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 1 | -15/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-08-16 | Bug 678772: version.pm 0.92 and newer forbids negative values, making ↵ | Frédéric Buclin | 1 | -2/+3 | |
checksetup.pl to fail r/a=mkanat | |||||
2011-08-16 | Bug 466419: Add SSL support for SMTP | Frédéric Buclin | 1 | -0/+6 | |
r/a=mkanat | |||||
2011-08-09 | Bug 660691: Allow Bugzilla to parse HTML-only inbound email via email_in.pl | Max Kanat-Alexander | 1 | -0/+7 | |
r=glob, a=mkanat | |||||
2011-08-09 | Bug 437076: Allow email_in to accept multipart/alternative HTML email with | Max Kanat-Alexander | 1 | -6/+0 | |
attachments r=glob, a=mkanat | |||||
2011-08-05 | Bug 658407: Make Bugzilla not use Math::Random::Secure anymore, due to the | Max Kanat-Alexander | 1 | -14/+18 | |
difficulty of installing its dependencies. Instead move the code directly into Bugzilla itself. r=LpSolit, r=glob, a=mkanat | |||||
2011-08-03 | Bug 655910: When calling ./install-module.pl --all, install LWP before ↵ | Frédéric Buclin | 1 | -6/+6 | |
XML::Twig, else arguments passed to build XML::Twig are propagated to Net::HTTP which then fails r/a=mkanat | |||||
2011-05-23 | Bug 648096: UWinnipeg (theory PPM repo) instructions are not necessary with ↵ | Frédéric Buclin | 1 | -3/+2 | |
recent ActiveState releases r=mkanat a=LpSolit | |||||
2011-05-11 | Bug 656146: Require PatchReader 0.9.6 as it significantly improves the way ↵ | Frédéric Buclin | 1 | -1/+2 | |
to display patches r/a=mkanat | |||||
2011-03-09 | revert accidental property changes | Byron Jones | 1 | -0/+0 | |
2011-03-09 | Bug 633776: Automatic charset detection for text attachments | Byron Jones | 1 | -0/+13 | |
r=mkanat, a=mkanat | |||||
2011-02-12 | Bug 630800: Require a newer version of URI.pm to correctly parse URLs that | Max Kanat-Alexander | 1 | -1/+3 | |
have ';' as their query-string delimiter, which show up when upgrading from the old tag system to the new tag system. r=LpSolit, a=LpSolit | |||||
2011-01-24 | Bug 619594: (CVE-2010-4568) [SECURITY] Improve the randomness of | Max Kanat-Alexander | 1 | -0/+6 | |
generate_random_password, to protect against an account compromise issue and other critical vulnerabilities. r=LpSolit, a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=621591 | |||||
2011-01-21 | Bug 591165: (CVE-2010-4411) [SECURITY] Bump minimum required version of ↵ | Reed Loden | 1 | -2/+2 | |
CGI.pm to v3.51 in order to address header injection vulnerability. [r=mkanat a=mkanat] | |||||
2010-12-27 | Bug 599539: Update the mod_perl code for Apache2::SizeLimit 0.92 | Max Kanat-Alexander | 1 | -0/+18 | |
r=glob, a=mkanat | |||||
2010-12-06 | Bug 542931: Bug in SOAP::Lite prevents WebService:XMLRPC logins from persisting | Frédéric Buclin | 1 | -3/+3 | |
r/a=mkanat | |||||
2010-11-11 | Bug 591165: (CVE-2010-2761) [SECURITY] Bump minimum required version of ↵ | Reed Loden | 1 | -3/+3 | |
CGI.pm to v3.50 in order to address header injection vulnerability. [r=mkanat a=mkanat] | |||||
2010-10-14 | Bug 593887: Perl 5.14 requires HTML::Parser 3.67 and DBI 1.614 | Frédéric Buclin | 1 | -2/+3 | |
r/a=mkanat | |||||
2010-09-19 | Bug 586244: Make mod_headers and mod_expires optional | Max Kanat-Alexander | 1 | -50/+163 | |
r=glob, a=mkanat | |||||
2010-09-08 | Bug 516457: Bump the Email::MIME requirement to avoid a memory leak that | Max Kanat-Alexander | 1 | -12/+2 | |
jobqueue.pl was hitting. r=LpSolit, a=LpSolit | |||||
2010-08-11 | Bug 586210: Make every important string printed by checksetup.pl localizable, | Max Kanat-Alexander | 1 | -7/+10 | |
including the localconfig parameter descriptions r=mkanat, a=mkanat (module owner) | |||||
2010-07-01 | Bug 382398: Make checksetup.pl localized messages be output in the | Max Kanat-Alexander | 1 | -0/+4 | |
console's charset r=timello, a=mkanat | |||||
2010-06-24 | Bug 574376: Make checksetup.pl recommend JSON::XS to speed up the JSON-RPC | Max Kanat-Alexander | 1 | -0/+7 | |
WebService r=mkanat, a=mkanat (module owner) | |||||
2010-06-24 | Bug 509303: Update the CGI.pm requirement to 3.49 to make redirection | Max Kanat-Alexander | 1 | -6/+3 | |
work properly when Bugzilla is behind a proxy. r=LpSolit, a=LpSolit | |||||
2010-05-26 | There is no released stable version of List::MoreUtils higher than 0.22. | Max Kanat-Alexander | 1 | -2/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=567303 | |||||
2010-05-25 | Bug 567303: Implement a working algorithm for sorting fields based on | Max Kanat-Alexander | 1 | -1/+2 | |
VALIDATOR_DEPENDENCIES in Bugzilla::Object. (The previous code did not actually sort fields correctly.) r=timello, a=mkanat | |||||
2010-05-19 | Bug 566560: Make checksetup.pl explicitly check that List::MoreUtils | Jonathan Martens | 1 | -0/+5 | |
is installed r=mkanat, a=mkanat | |||||
2010-04-21 | Bug 560691: Make sure that install-module.pl never prompts the user while | Max Kanat-Alexander | 1 | -2/+3 | |
installing modules r=mkanat, a=mkanat (module owner) | |||||
2010-04-21 | Bug 560330: Make sure that we always have a modern version of CPAN | Max Kanat-Alexander | 1 | -0/+4 | |
installed when running install-module.pl. Otherwise, certain modules (like DateTime) weren't getting their XS compiled or their dependencies installed with Perl 5.8.8 and earlier. This also updates the urllist to remove perl.secsup.org (which was hanging when used with curl) and add a few more mirrors (including some in Europe). r=mkanat, a=mkanat (module owner) | |||||
2010-04-20 | Bug 560284: Make all errors that checksetup.pl throws be red | Max Kanat-Alexander | 1 | -5/+9 | |
r=mkanat, a=mkanat (module owner) | |||||
2010-02-23 | Bug 547336: Make installation work on Windows with Strawberry Perl Professional | Max Kanat-Alexander | 1 | -15/+4 | |
r=glob, a=mkanat | |||||
2009-11-26 | Bug 208347: The version of Chart::Base below 2.1 cannot be determined ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
accurately - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2009-11-24 | Bug 430014: Re-write the code hooks system so that it uses modules instead ↵ | mkanat%bugzilla.org | 1 | -29/+19 | |
of individual .pl files Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2009-11-18 | Fix for Bug 527505: Make t/001compile.t work even after ↵ | mkanat%bugzilla.org | 1 | -3/+67 | |
Bugzilla::Install::CPAN messes with @INC, and make Bugzilla->feature work during mod_perl.pl. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-11-09 | Bug 513593: Make the WebService taint incoming parameters | mkanat%bugzilla.org | 1 | -0/+6 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat |