aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WebResponse.php
Commit message (Expand)AuthorAgeFilesLines
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Convert a few call_user_func*() calls to native PHP syntaxMax Semenik2019-03-071-1/+1
* Move FauxResponse class to own fileUmherirrender2019-03-021-129/+0
* WebReponse: Use values altered in 'WebResponseSetCookie' hookBrad Jorsch2018-07-091-12/+23
* Merge "Disable WebResponse setters for post-send processing"jenkins-bot2018-06-131-11/+54
|\
| * Disable WebResponse setters for post-send processingBrad Jorsch2018-06-121-11/+54
* | Use PHP 7 '??' operator instead of if-then-elseFomafix2018-06-121-8/+2
|/
* Log a backtrace from the culprit location if headers were already sentTim Starling2017-02-231-3/+1
* Log a warning when headers were already sent and we can'tChad Horohoe2017-02-081-0/+3
* Fix to incorrect calls of header () breaking saving some pages and loginAlexander I. Mashin2016-09-211-1/+5
* Remove old WebResponse::setCookie() calling methodReedy2016-06-041-24/+0
* Guard against allowing intermediate caching when cookies are presentBryan Davis2016-02-291-0/+10
* Convert all array() syntax to []Kunal Mehta2016-02-171-19/+19
* Allow changing cookie options in WebResponseSetCookie hookBryan Davis2016-02-101-1/+1
* Fix typo in cookie keyBryan Davis2016-01-251-1/+1
* Move avoidance of setting deleted cookies into WebResponseBrad Jorsch2016-01-251-13/+28
* Add SessionManagerBrad Jorsch2016-01-121-20/+39
* Add WebResponse::clearCookie()Gergő Tisza2015-11-031-0/+13
* FauxResponse: Honor cookie options, and other cleanupBrad Jorsch2015-09-291-4/+60
* WebResponse: Implement statusHeader() using the new HttpStatus::header()Timo Tijhof2015-06-041-1/+18
* Set parameter default to array() in WebResponse::setcookie()Thiemo Mättig2015-03-271-4/+4
* Fix inline documentation in WebResponseThiemo Mättig2015-03-261-11/+9
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* Add WebResponse::getHeader()Ori Livneh2014-11-071-1/+17
* Docs: compatability -> compatibilityumherirrender2014-08-131-2/+2
* Cleanup some docs (includes/*.php)umherirrender2014-07-241-10/+10
* Fixed some @params documentationumherirrender2014-04-141-6/+5
* Remove $wgHttpOnlyBlacklistKevin Israel2014-03-201-6/+0
* Improve WebResponse::setcookieBrad Jorsch2013-08-071-45/+68
* Fixed $wgCookieExpiration functionality when set to 0.Tyler Anthony Romeo2013-07-031-1/+1
* Make headers in FauxRequest case insensitivedaniel2013-06-031-1/+5
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-3/+3
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-12/+12
* Flip order of conditionals and add explanatory noteOri Livneh2013-02-251-1/+5
* Fix documentation error for $expire in WebResponse::setcookie.Matthew Flaschen2013-02-231-1/+2
* fix some spacingumherirrender2013-02-041-1/+1
* fix some spacingumherirrender2013-01-271-1/+1
* miscellaneous doxygen warningsAntoine Musso2012-10-221-2/+2
* (bug 29898) Set cookie to force HTTPS from HTTPcsteipp2012-09-211-4/+15
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-1/+6
* Followup r94211Sam Reed2011-08-111-1/+1
* Allow overriding $wgCookiePrefix and $wgCookieDomain in WebResponse::setcooki...Chad Horohoe2011-08-101-5/+13
* * Added some tests for FauxResponse classAlexandre Emsenhuber2011-07-131-3/+5
* Per Brion, fix for r91460: make this a bit more robustAlexandre Emsenhuber2011-07-051-2/+3
* * Don't create a WebRequest obhject in CLI mode but a FauxRequest; avoids som...Alexandre Emsenhuber2011-07-051-3/+22
* Added some GPL headersAlexandre Emsenhuber2011-06-281-0/+15
* Documentation updates and additionsSam Reed2011-06-051-1/+23
* * (bug 22179) Internal use of API (FauxRequest) results in HTTP headers being...Sam Reed2011-06-051-8/+10
* Drop 5.1 compatibility calls to session_set_cookie_params() and setcookie() s...Alexandre Emsenhuber2011-04-011-21/+10
* * Standardised file description headersAlexandre Emsenhuber2010-08-141-0/+6