aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/CGI.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 537746: Search criteria headers on buglist duplicate unnecessarily when ↵Frédéric Buclin2010-02-011-3/+12
| | | | | | bugidtype is in use Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 509030: "Changes older than" in Advanced Search is sometimes ignored - ↵lpsolit%gmail.com2010-01-121-1/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
* Bug 525734: Allow WebService clients to authenticate using Bugzilla_login ↵mkanat%bugzilla.org2009-11-091-0/+33
| | | | | | and Bugzilla_password Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 523495: Re-work attachment.cgi and the general attachment_base-checking ↵mkanat%bugzilla.org2009-10-241-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
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-21/+22
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 224588: Unify ($^O =~ /MSWin/) checks (always use ON_WINDOWS)mkanat%bugzilla.org2009-09-041-8/+7
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 502641: Fix various problems that would occur when you would log in from ↵mkanat%bugzilla.org2009-07-071-1/+15
| | | | | | buglist.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 502498: Use of uninitialized value in string eq at Bugzilla/CGI.pm line ↵lpsolit%gmail.com2009-07-051-1/+3
| | | | 289 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 501538: Make $cgi->param() also check GET variables during a POST, so ↵mkanat%bugzilla.org2009-07-041-6/+17
| | | | | | that POST forms with query-string variables in the target (like the login form) work correctly. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-2/+2
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 38862: [SECURITY] attachments should be at a different hostname - Patch ↵lpsolit%gmail.com2009-02-021-0/+24
| | | | by Byron Jones <bugzilla@glob.com.au> and Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 431744: "Change Columns" URL contained more than 3x the characters in ↵mkanat%bugzilla.org2009-01-201-0/+4
| | | | | | the base buglist.cgi URL Patch By Michael J Tosh <michael.j.tosh@lmco.com> r=mkanat, a=mkanat
* Bug 454892: Improve Bugzilla::CGI::clean_search_url to remove all the normal ↵mkanat%bugzilla.org2008-09-171-2/+41
| | | | | | "default" fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com2008-08-181-22/+19
| | | | | | | protects logins and param doesn't protect WebService calls at all Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit/mkanat
* Backing out these patches as they cause a regression. More informationdkl%redhat.com2008-07-291-19/+15
| | | | | | | | | | | in the respective bug reports. Bug 428659 – Setting SSL param to 'authenticated sessions' only protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perl Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perlmkanat%bugzilla.org2008-07-241-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com2008-07-101-15/+15
| | | | | | protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 414002: Temporary files for uploaded attachments are not deleted on ↵lpsolit%gmail.com2008-01-301-1/+4
| | | | Windows - Patch by Steve Hay <SteveHay@planit.com> r/a=LpSolit
* Bug 407420: CGI::Carp fatalsToBrowser should happen as early as possiblemkanat%bugzilla.org2008-01-061-7/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
* Bug 363153: Turn on the utf8 bit on all strings in Bugzilla that containmkanat%bugzilla.org2007-11-231-0/+21
| | | | | | non-ASCII data, if the utf8 parameter is on. This means that string functions like substr() work properly on multi-byte languages, now. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=mkanat
* Bug 345970 Avoid using the string 'the web'timeless%mozdev.org2007-07-241-1/+1
| | | | | patch by jhulten@tragicallyleet.com r=timeless I've updated it to trunk r=lpsolit a=lpsolit
* Bug 383745: Incorrect charset specification in "please wait" screen when ↵wurblzap%gmail.com2007-06-221-3/+3
| | | | | | | server push is in use. Patch by Marc Schumann <wurblzap@gmail.com>, r=mkanat, a=mkanat
* Bug 360028: Bugzilla::Search::Saved should have create() and update(), and ↵mkanat%bugzilla.org2006-11-131-0/+25
| | | | | | buglist.cgi should use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 357526: buglist.cgi doesn't specify encoding as UTF-8 when the rest of ↵mkanat%bugzilla.org2006-11-011-1/+13
| | | | | | Bugzilla does Patch By John Beranek <john@redux.org.uk> r=mkanat, a=justdave
* Bug 349764: Errors print out a whole HTML page, even when we're not in ↵mkanat%bugzilla.org2006-09-061-4/+7
| | | | | | USAGE_MODE_BROWSER Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=kevin.benton, a=myk
* Bug 173897: Fix |XXX - mod_perl| commentsmkanat%bugzilla.org2006-07-281-7/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 300978: bad output when a non-cgi script diesmkanat%bugzilla.org2006-07-261-1/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
* Bug 342757: searching results in "YOUR BROWSER DOESN'T SUPPORT THIS ↵mkanat%bugzilla.org2006-07-121-10/+16
| | | | | | SERVER-PUSH TECHNOLOGY" warning on brower under mod_perl Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
* Bug 343361: die_with_dignity is useless inside of Bugzilla::CGImkanat%bugzilla.org2006-07-061-12/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=colin, a=myk
* Bug 304601: Bugzilla::Config's :locations exports need to be in their own ↵lpsolit%gmail.com2006-06-201-6/+9
| | | | | | | | module - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat for the main patch, r=myk for the patch about CGI.pm a=justdave Bug 328637: Remove all legal_* versioncache arrays - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave Bug 110503 - Eliminate versioncache
* Spelling in code comments patch: 'behavour' -> 'behaviour'; patch by Vlad ↵vladd%bugzilla.org2006-06-191-1/+1
| | | | Dascalu <vladd@bugzilla.org>.
* Bug 313255: Move $::ENV{foo} and $::SIG{foo} out of globals.pl - Patch by ↵lpsolit%gmail.com2006-06-141-0/+18
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 306695: Boolean charts forgets "0" values.wurblzap%gmail.com2006-03-311-1/+1
| | | | | Patch by Marc Schumann <wurblzap@gmail.com>, r=LpSolit, bugreport, a=justdave
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2005-11-261-1/+1
| | | | patch by unknown@simplemachines.org r=timeless rs=brendan
* Bug 308876: Iff ssl is "always", whining (and other non-interactive ↵lpsolit%gmail.com2005-09-221-1/+1
| | | | scripts?) get a 302-moved error - Patch by A. Karl Kornel <karl@kornel.name> r=joel a=justdave
* Bug 126266: Use UTF-8 (Unicode) charset encoding for pages and email for NEW ↵lpsolit%gmail.com2005-08-041-2/+2
| | | | installations - Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
* Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGImkanat%kerio.com2005-07-141-0/+9
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
* Bug 268146: mod_security complain: Invalid cookie format: Cookie value is ↵lpsolit%gmail.com2005-07-071-17/+50
| | | | missing #2 - Patch by Marc Schumann <wurblzap@gmail.com> r=kiko a=justdave
* Patch for bug 254351: Patch to add a cookiedomain parameter; patch by Eric ↵jocuri%softhome.net2005-01-171-0/+4
| | | | Haszlakiewicz <erh+mozilla@nimenees.com>, r=kiko, a=myk.
* Patch for bug 260682: Support redirecting to HTTPS always or for ↵jocuri%softhome.net2005-01-161-0/+28
| | | | authenticated sessions only; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=myk.
* Bug 275108 : Content-disposition header is incorrect, violates RFCtravis%sedsystems.ca2005-01-131-33/+29
| | | | Patch by byron jones (glob) <bugzilla@glob.com.au> r=mkanat a=justdave
* Bug 265731: multipart_start in the server-push handling code wasn't honoring ↵justdave%bugzilla.org2004-10-231-0/+3
| | | | | | the $cgi->charset setting. r=myk, a=justdave
* Bug 252388: Fix undef warning when Bugzilla->cgi->header() is called twicebugreport%peshkin.net2004-07-221-1/+1
| | | | | r=jouni a=justdave
* Patch for bug 238683: fix for usage of uninitialized value in concatenation ↵jocuri%softhome.net2004-03-261-1/+1
| | | | in Bugzilla/CGI.pm: remove extra $ char; patch by corporate_gadfly@hotmail.com; r=vlad; a=justdave.
* Tree bustage fix: eliminates the tabs that have been introduced while ↵jocuri%softhome.net2004-02-251-3/+3
| | | | checking in the patch for bug 226251.
* Patch for bug 226251 (internal error when server push is enabled): Due to ↵jocuri%softhome.net2004-02-231-7/+15
| | | | randomization of perl hash table functionality since 5.8.1 the 'hack' to unset the nph parameter for multipart messages is not working reliable, instead a modified clone of the original multipart_init function is setting this parameter to '0' and is ignoring the given nph parameter from buglist.cgi; patch by Stephen Reindl <sr@stephenreindl.de>; r=bbaetz; a=justdave.
* Bug 226027: Use the Perl CGI module to send cookies.justdave%syndicomm.com2003-11-231-8/+45
| | | | r=bbaetz, a=justdave
* Bug 204592 - invalid column name errorbbaetz%acm.org2003-05-091-18/+8
| | | | r,a=myk
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-15/+74
| | | | r=joel, a=justdave
* Fix for bug 166481 ("Spellcheck is borked"). Part one of this fix fixeszach%zachlipton.com2003-01-111-1/+1
| | | | | | | | | the spelling errors so tinderbox doesn't barf, part two fixes t/006spellcheck.t and adds some more new words to check for. Part 1 patch by myself, r=timeless Part 2 patch by MattyT. r=zach (myself) a=justdave