summaryrefslogtreecommitdiffstats
path: root/Bugzilla/CGI.pm
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-24Bug 523495: Re-work attachment.cgi and the general attachment_base-checking c...mkanat%bugzilla.org1-9/+27
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-21/+22
2009-09-04Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org1-8/+7
2009-07-07Bug 502641: Fix various problems that would occur when you would log in from ...mkanat%bugzilla.org1-1/+15
2009-07-06Bug 502498: Use of uninitialized value in string eq at Bugzilla/CGI.pm line 2...lpsolit%gmail.com1-1/+3
2009-07-04Bug 501538: Make $cgi->param() also check GET variables during a POST, so tha...mkanat%bugzilla.org1-6/+17
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-2/+2
2009-02-02Bug 38862: [SECURITY] attachments should be at a different hostname - Patch b...lpsolit%gmail.com1-0/+24
2009-01-20Bug 431744: "Change Columns" URL contained more than 3x the characters in the...mkanat%bugzilla.org1-0/+4
2008-09-17Bug 454892: Improve Bugzilla::CGI::clean_search_url to remove all the normal ...mkanat%bugzilla.org1-2/+41
2008-08-18Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com1-22/+19
2008-07-29Backing out these patches as they cause a regression. More informationdkl%redhat.com1-19/+15
2008-07-24Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perlmkanat%bugzilla.org1-1/+5
2008-07-10Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com1-15/+15
2008-01-30Bug 414002: Temporary files for uploaded attachments are not deleted on Windo...lpsolit%gmail.com1-1/+4
2008-01-06Bug 407420: CGI::Carp fatalsToBrowser should happen as early as possiblemkanat%bugzilla.org1-7/+0
2007-11-23Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org1-0/+21
2007-07-25Bug 345970 Avoid using the string 'the web'timeless%mozdev.org1-1/+1
2007-06-22Bug 383745: Incorrect charset specification in "please wait" screen when serv...wurblzap%gmail.com1-3/+3
2006-11-13Bug 360028: Bugzilla::Search::Saved should have create() and update(), and bu...mkanat%bugzilla.org1-0/+25
2006-11-01Bug 357526: buglist.cgi doesn't specify encoding as UTF-8 when the rest of Bu...mkanat%bugzilla.org1-1/+13
2006-09-06Bug 349764: Errors print out a whole HTML page, even when we're not in USAGE_...mkanat%bugzilla.org1-4/+7
2006-07-28Bug 173897: Fix |XXX - mod_perl| commentsmkanat%bugzilla.org1-7/+0
2006-07-26Bug 300978: bad output when a non-cgi script diesmkanat%bugzilla.org1-1/+5