summaryrefslogtreecommitdiffstats
path: root/Bugzilla/CGI.pm
AgeCommit message (Expand)AuthorFilesLines
2014-07-10Bug 1032323: canonicalise_query() should omit parameters with empty values so...Ed Morley1-2/+5
2014-04-17Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin1-1/+14
2014-01-03Bug 543432: [PostgreSQL] Crash when typing a string in combination with a num...Frédéric Buclin1-2/+23
2013-11-27Bug 938596 - Add hook for modifying HTTP headers. r=LpSolit.Gervase Markham1-9/+19
2013-09-28Bug 851267: Bugzilla times out when a user has several thousands of votesFrédéric Buclin1-4/+4
2013-08-09Bug 569177 - Add support for eTag for WebServicesDave Lawrence1-3/+3
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-1/+1
2013-01-02Bug 413851 - add CSV output option to request lists. r=LpSolit.Gervase Markham1-0/+25
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+22
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+3
2012-08-29Bug 782856: Remove the obsolete BEGIN block in Bugzilla/CGI.pmFrédéric Buclin1-9/+0
2012-08-29Fix more bustage caused by Bug 772953Byron Jones1-4/+6
2012-08-29Fix bustage caused by Bug 772953Byron Jones1-1/+4
2012-08-28Bug 772953: Remove the token from buglist urlsByron Jones1-0/+5
2012-08-17Bug 783386: Removing PATH_INFO prevents Bugzilla from working correctly with IISFrédéric Buclin1-2/+9
2012-08-15Bug 771100: Unable to attach a file to a bug with perl 5.16Frédéric Buclin1-1/+1
2012-08-10Bug 779088 - Allow extensions to whitelist PATH_INFODave Lawrence1-3/+9
2012-07-24Fix typo in a commentFrédéric Buclin1-1/+1
2012-07-24Bug 243764: Remove the Path-Info information from the URL as it causes unexpe...Frédéric Buclin1-0/+5
2012-06-07Bug 761199: buglist.cgi enters in an infinite loop if called without argument...Frédéric Buclin1-0/+4
2012-06-05Bug 761331: Remove our customized multipart_init() methodFrédéric Buclin1-29/+0
2012-05-29Bug 671612: Send "X-Content-Type-Options: nosniff" with every responseMatt Selsky1-0/+4
2012-02-27Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin1-1/+9
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-21/+5
2011-12-26Bug 629326: Make it simpler to check ETagsMax Kanat-Alexander1-0/+20
2011-11-21Bug 680771 - Send X-XSS-Protection header for XSS prevention/blockingReed Loden1-0/+4
2011-05-31Bug 647649: Change the old "Boolean Charts" UI into the new AND/ORMax Kanat-Alexander1-3/+12
2011-05-29Bug 655847: Accessing buglist.cgi throws: Use of inherited AUTOLOAD for non-m...Frédéric Buclin1-9/+1
2013-05-04Bug 652625 - Empty queries still get run because the list_id parameter is add...David Lawrence1-1/+3
2011-03-14Bug 637977: Re-setup CGI.pm global variables on every request under mod_perl,Max Kanat-Alexander1-13/+24
2010-12-28Remove unused variable, per my review commentFrédéric Buclin1-1/+0
2010-12-27Bug 615574: Make every search done by buglist.cgi create a list_id, so thatMax Kanat-Alexander1-0/+49
2010-12-18Bug 475894 - Send the 'X-Frame-Options: SAMEORIGIN' header to help protect ag...Reed Loden1-0/+6
2010-12-06Bug 607138: Don't send the Strict-Transport-Security header for theMax Kanat-Alexander1-2/+6
2010-11-03Bug 600464: (CVE-2010-3172) [SECURITY] Content/Header injection due to non-ra...Byron Jones1-1/+2
2010-10-28Bug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5Frédéric Buclin1-3/+1
2010-09-29Bug 600475 - Support the 'includeSubDomains' flag as an option for the 'Stric...Reed Loden1-2/+6
2010-09-28Bug 594990: Make the Strict-Transport-Security HTTP header only be sentMax Kanat-Alexander1-2/+2
2010-07-16Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander1-12/+0
2010-07-15Bug 521416: Some web servers fail to set the QUERY_STRING parameterbyron jones (glob)1-0/+3
2010-06-27Bug 575097 - "New STS header in Bugzilla::CGI causes malformed header error d...Reed Loden1-5/+6
2010-06-26Bug 562475 - "Bugzilla should use strict-transport-security (STS) headers"Reed Loden1-0/+6
2010-06-24Bug 574166: Make clean_search_url take into account the new email3 fieldsMax Kanat-Alexander1-1/+1
2010-06-16Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander1-0/+4
2010-05-14Bug 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander1-0/+8
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-1/+1
2010-02-01Bug 537746: Search criteria headers on buglist duplicate unnecessarily when b...Frédéric Buclin1-3/+12
2010-01-12Bug 509030: "Changes older than" in Advanced Search is sometimes ignored - Pa...lpsolit%gmail.com1-1/+2
2009-11-09Bug 525734: Allow WebService clients to authenticate using Bugzilla_login and...mkanat%bugzilla.org1-0/+33