Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-03 | Bug 543432: [PostgreSQL] Crash when typing a string in combination with a ↵ | Frédéric Buclin | 1 | -2/+23 | |
numeric field r=dkl a=sgreen | |||||
2013-11-27 | Bug 938596 - Add hook for modifying HTTP headers. r=LpSolit. | Gervase Markham | 1 | -9/+19 | |
2013-09-28 | Bug 851267: Bugzilla times out when a user has several thousands of votes | Frédéric Buclin | 1 | -4/+4 | |
r=dkl a=justdave | |||||
2013-08-09 | Bug 569177 - Add support for eTag for WebServices | Dave Lawrence | 1 | -3/+3 | |
r/a=glob | |||||
2013-07-12 | Bug 866927 - Enhance Bugzilla WebServices to allow data access using REST | Dave Lawrence | 1 | -1/+1 | |
r=glob,a=justdave | |||||
2013-01-02 | Bug 413851 - add CSV output option to request lists. r=LpSolit. | Gervase Markham | 1 | -0/+25 | |
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/+22 | |
r/a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 1 | -0/+3 | |
r=wicked a=LpSolit | |||||
2012-08-29 | Bug 782856: Remove the obsolete BEGIN block in Bugzilla/CGI.pm | Frédéric Buclin | 1 | -9/+0 | |
r=glob a=LpSolit | |||||
2012-08-29 | Fix more bustage caused by Bug 772953 | Byron Jones | 1 | -4/+6 | |
2012-08-29 | Fix bustage caused by Bug 772953 | Byron Jones | 1 | -1/+4 | |
2012-08-28 | Bug 772953: Remove the token from buglist urls | Byron Jones | 1 | -0/+5 | |
r=dkl, a=LpSolit | |||||
2012-08-17 | Bug 783386: Removing PATH_INFO prevents Bugzilla from working correctly with IIS | Frédéric Buclin | 1 | -2/+9 | |
r=dkl a=LpSolit | |||||
2012-08-15 | Bug 771100: Unable to attach a file to a bug with perl 5.16 | Frédéric Buclin | 1 | -1/+1 | |
r=dkl a=LpSolit | |||||
2012-08-10 | Bug 779088 - Allow extensions to whitelist PATH_INFO | Dave Lawrence | 1 | -3/+9 | |
r/a=LpSolit | |||||
2012-07-24 | Fix typo in a comment | Frédéric Buclin | 1 | -1/+1 | |
2012-07-24 | Bug 243764: Remove the Path-Info information from the URL as it causes ↵ | Frédéric Buclin | 1 | -0/+5 | |
unexpected behaviors r=dkl a=LpSolit | |||||
2012-06-07 | Bug 761199: buglist.cgi enters in an infinite loop if called without ↵ | Frédéric Buclin | 1 | -0/+4 | |
arguments and the user is logged in r=timello a=LpSolit | |||||
2012-06-05 | Bug 761331: Remove our customized multipart_init() method | Frédéric Buclin | 1 | -29/+0 | |
r=glob a=LpSolit | |||||
2012-05-29 | Bug 671612: Send "X-Content-Type-Options: nosniff" with every response | Matt Selsky | 1 | -0/+4 | |
r/a=LpSolit | |||||
2012-02-27 | Bug 730670: Do not redirect in buglist.cgi to improve performance | Frédéric Buclin | 1 | -1/+9 | |
r=glob a=LpSolit | |||||
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 | -21/+5 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2011-12-26 | Bug 629326: Make it simpler to check ETags | Max Kanat-Alexander | 1 | -0/+20 | |
r/a=LpSolit | |||||
2011-11-21 | Bug 680771 - Send X-XSS-Protection header for XSS prevention/blocking | Reed Loden | 1 | -0/+4 | |
[r=mkanat a=LpSolit] | |||||
2011-05-31 | Bug 647649: Change the old "Boolean Charts" UI into the new AND/OR | Max Kanat-Alexander | 1 | -3/+12 | |
"Custom Search" UI. r=timello, a=mkanat | |||||
2011-05-29 | Bug 655847: Accessing buglist.cgi throws: Use of inherited AUTOLOAD for ↵ | Frédéric Buclin | 1 | -9/+1 | |
non-method Bugzilla::CGI::SERVER_PUSH() is deprecated at Bugzilla/CGI.pm line 233 r/a=mkanat | |||||
2013-05-04 | Bug 652625 - Empty queries still get run because the list_id parameter is ↵ | David Lawrence | 1 | -1/+3 | |
added to them r/a=mkanat | |||||
2011-03-14 | Bug 637977: Re-setup CGI.pm global variables on every request under mod_perl, | Max Kanat-Alexander | 1 | -13/+24 | |
which prevents CGI.pm from generating URLs with semicolons in them instead of ampersands. r=glob, a=mkanat | |||||
2010-12-28 | Remove unused variable, per my review comment | Frédéric Buclin | 1 | -1/+0 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=615574 | |||||
2010-12-27 | Bug 615574: Make every search done by buglist.cgi create a list_id, so that | Max Kanat-Alexander | 1 | -0/+49 | |
even Saved Searches get "last list" support. r=LpSolit, a=LpSolit | |||||
2010-12-18 | Bug 475894 - Send the 'X-Frame-Options: SAMEORIGIN' header to help protect ↵ | Reed Loden | 1 | -0/+6 | |
against clickjacking. [r=mkanat a=mkanat] | |||||
2010-12-06 | Bug 607138: Don't send the Strict-Transport-Security header for the | Max Kanat-Alexander | 1 | -2/+6 | |
attachment_base. r=LpSolit, a=LpSolit | |||||
2010-11-03 | Bug 600464: (CVE-2010-3172) [SECURITY] Content/Header injection due to ↵ | Byron Jones | 1 | -1/+2 | |
non-random multipart/x-mixed-replace boundary r=mkanat a=LpSolit | |||||
2010-10-28 | Bug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5 | Frédéric Buclin | 1 | -3/+1 | |
r=gerv a=LpSolit | |||||
2010-09-29 | Bug 600475 - Support the 'includeSubDomains' flag as an option for the ↵ | Reed Loden | 1 | -2/+6 | |
'Strict-Transport-Security' advanced option in order to protect subdomains. [r=glob a=mkanat] | |||||
2010-09-28 | Bug 594990: Make the Strict-Transport-Security HTTP header only be sent | Max Kanat-Alexander | 1 | -2/+2 | |
if a particular parameter is enabled. r=glob, a=mkanat | |||||
2010-07-16 | Bug 398308: Make Search.pm take a hashref for its "params" argument | Max Kanat-Alexander | 1 | -12/+0 | |
instead of taking a CGI object. r=mkanat, a=mkanat (module owner) | |||||
2010-07-15 | Bug 521416: Some web servers fail to set the QUERY_STRING parameter | byron jones (glob) | 1 | -0/+3 | |
r/a=mkanat | |||||
2010-06-27 | Bug 575097 - "New STS header in Bugzilla::CGI causes malformed header error ↵ | Reed Loden | 1 | -5/+6 | |
due to lack of Content-Type naming" [r=LpSolit a=LpSolit] | |||||
2010-06-26 | Bug 562475 - "Bugzilla should use strict-transport-security (STS) headers" | Reed Loden | 1 | -0/+6 | |
[r=mkanat a=mkanat] | |||||
2010-06-24 | Bug 574166: Make clean_search_url take into account the new email3 fields | Max Kanat-Alexander | 1 | -1/+1 | |
from query.cgi r=glob, a=mkanat | |||||
2010-06-16 | Bug 24896: Make the First/Last/Prev/Next navigation on bugs work with | Max Kanat-Alexander | 1 | -0/+4 | |
multiple buglists at once r=glob, a=mkanat | |||||
2010-05-14 | Bug 561296: A fix allowing updating a field value's name when it is | Max Kanat-Alexander | 1 | -0/+8 | |
the default value r=LpSolit, a=LpSolit | |||||
2010-04-22 | Bug 560009: Use firstidx from List::MoreUtils instead of lsearch | Max Kanat-Alexander | 1 | -1/+1 | |
r=timello, a=mkanat | |||||
2010-02-01 | Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵ | Frédéric Buclin | 1 | -3/+12 | |
bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2010-01-12 | Bug 509030: "Changes older than" in Advanced Search is sometimes ignored - ↵ | lpsolit%gmail.com | 1 | -1/+2 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit | |||||
2009-11-09 | Bug 525734: Allow WebService clients to authenticate using Bugzilla_login ↵ | mkanat%bugzilla.org | 1 | -0/+33 | |
and Bugzilla_password Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-10-24 | Bug 523495: Re-work attachment.cgi and the general attachment_base-checking ↵ | mkanat%bugzilla.org | 1 | -9/+27 | |
code to prevent an infinite redirect loop when ssl_redirect is on and Bugzilla has an attachment_base set. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2009-10-09 | Bug 514913: Eliminate ssl="authenticated sessions" | mkanat%bugzilla.org | 1 | -21/+22 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat |