aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/CGI.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+3
* Bug 782856: Remove the obsolete BEGIN block in Bugzilla/CGI.pmFrédéric Buclin2012-08-291-9/+0
* Fix more bustage caused by Bug 772953Byron Jones2012-08-291-4/+6
* Fix bustage caused by Bug 772953Byron Jones2012-08-291-1/+4
* Bug 772953: Remove the token from buglist urlsByron Jones2012-08-281-0/+5
* Bug 783386: Removing PATH_INFO prevents Bugzilla from working correctly with IISFrédéric Buclin2012-08-171-2/+9
* Bug 771100: Unable to attach a file to a bug with perl 5.16Frédéric Buclin2012-08-151-1/+1
* Bug 779088 - Allow extensions to whitelist PATH_INFODave Lawrence2012-08-101-3/+9
* Fix typo in a commentFrédéric Buclin2012-07-241-1/+1
* Bug 243764: Remove the Path-Info information from the URL as it causes unexpe...Frédéric Buclin2012-07-241-0/+5
* Bug 761199: buglist.cgi enters in an infinite loop if called without argument...Frédéric Buclin2012-06-071-0/+4
* Bug 761331: Remove our customized multipart_init() methodFrédéric Buclin2012-06-051-29/+0
* Bug 671612: Send "X-Content-Type-Options: nosniff" with every responseMatt Selsky2012-05-291-0/+4
* Bug 730670: Do not redirect in buglist.cgi to improve performanceFrédéric Buclin2012-02-271-1/+9
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-21/+5
* Bug 629326: Make it simpler to check ETagsMax Kanat-Alexander2011-12-261-0/+20
* Bug 680771 - Send X-XSS-Protection header for XSS prevention/blockingReed Loden2011-11-211-0/+4
* Bug 647649: Change the old "Boolean Charts" UI into the new AND/ORMax Kanat-Alexander2011-05-311-3/+12
* Bug 655847: Accessing buglist.cgi throws: Use of inherited AUTOLOAD for non-m...Frédéric Buclin2011-05-291-9/+1
* Bug 652625 - Empty queries still get run because the list_id parameter is add...David Lawrence2013-05-031-1/+3
* Bug 637977: Re-setup CGI.pm global variables on every request under mod_perl,Max Kanat-Alexander2011-03-131-13/+24
* Remove unused variable, per my review commentFrédéric Buclin2010-12-281-1/+0
* Bug 615574: Make every search done by buglist.cgi create a list_id, so thatMax Kanat-Alexander2010-12-271-0/+49
* Bug 475894 - Send the 'X-Frame-Options: SAMEORIGIN' header to help protect ag...Reed Loden2010-12-181-0/+6
* Bug 607138: Don't send the Strict-Transport-Security header for theMax Kanat-Alexander2010-12-061-2/+6
* Bug 600464: (CVE-2010-3172) [SECURITY] Content/Header injection due to non-ra...Byron Jones2010-11-031-1/+2
* Bug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5Frédéric Buclin2010-10-281-3/+1
* Bug 600475 - Support the 'includeSubDomains' flag as an option for the 'Stric...Reed Loden2010-09-291-2/+6
* Bug 594990: Make the Strict-Transport-Security HTTP header only be sentMax Kanat-Alexander2010-09-271-2/+2
* Bug 398308: Make Search.pm take a hashref for its "params" argumentMax Kanat-Alexander2010-07-151-12/+0
* Bug 521416: Some web servers fail to set the QUERY_STRING parameterbyron jones (glob)2010-07-151-0/+3
* Bug 575097 - "New STS header in Bugzilla::CGI causes malformed header error d...Reed Loden2010-06-271-5/+6
* Bug 562475 - "Bugzilla should use strict-transport-security (STS) headers"Reed Loden2010-06-251-0/+6
* Bug 574166: Make clean_search_url take into account the new email3 fieldsMax Kanat-Alexander2010-06-241-1/+1
* Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander2010-06-151-0/+4
* Bug 561296: A fix allowing updating a field value's name when it isMax Kanat-Alexander2010-05-141-0/+8
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-1/+1
* Bug 537746: Search criteria headers on buglist duplicate unnecessarily when b...Frédéric Buclin2010-02-011-3/+12
* Bug 509030: "Changes older than" in Advanced Search is sometimes ignored - Pa...lpsolit%gmail.com2010-01-121-1/+2
* Bug 525734: Allow WebService clients to authenticate using Bugzilla_login and...mkanat%bugzilla.org2009-11-091-0/+33
* Bug 523495: Re-work attachment.cgi and the general attachment_base-checking c...mkanat%bugzilla.org2009-10-241-9/+27
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-21/+22
* Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org2009-09-041-8/+7
* Bug 502641: Fix various problems that would occur when you would log in from ...mkanat%bugzilla.org2009-07-071-1/+15
* Bug 502498: Use of uninitialized value in string eq at Bugzilla/CGI.pm line 2...lpsolit%gmail.com2009-07-051-1/+3
* Bug 501538: Make $cgi->param() also check GET variables during a POST, so tha...mkanat%bugzilla.org2009-07-041-6/+17
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-2/+2
* Bug 38862: [SECURITY] attachments should be at a different hostname - Patch b...lpsolit%gmail.com2009-02-021-0/+24
* Bug 431744: "Change Columns" URL contained more than 3x the characters in the...mkanat%bugzilla.org2009-01-201-0/+4
* Bug 454892: Improve Bugzilla::CGI::clean_search_url to remove all the normal ...mkanat%bugzilla.org2008-09-171-2/+41