aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WebResponse.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* * new FauxResponse class to help with unit testingMark A. Hershberger2010-02-101-1/+29
* Revert r43804 'This should probably be in Response, not Request, as we're set...Aaron Schulz2008-11-211-4/+0
* This should probably be in Response, not Request, as we're setting data, not ...Chad Horohoe2008-11-211-0/+4
* fix some doxygen warningsAlexandre Emsenhuber2008-09-171-5/+5
* Add @ingroup definitions to these. Created new group HTTP for web-related thi...Chad Horohoe2008-09-031-0/+1
* Clarified visibility + docsChad Horohoe2008-08-241-4/+13
* Remove boneheaded config var $wgEnablePersistentCookies. Setting the default ...Chad Horohoe2008-08-181-5/+1
* * Bug 12976: Use $WebResponse->setCookie() rather than raw setcookie() calls.Chad Horohoe2008-08-151-3/+39
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-2/+0
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Added some comments to our classes.Antoine Musso2007-04-211-6/+8
* add some abstraction for web responses, so far minimal and not that used, req...Domas Mituzas2006-08-121-0/+18