Fix grammar in 'mimesearch-summary'
[lhc/web/wiklou.git] / includes / WebRequest.php
2010-09-04 Sam ReedBraces and spaces
2010-09-01 Mark A. Hershbergerfill out appendQuery() for FauxRequest — probably shoul...
2010-08-31 Ryan KaldariFixing comment so that method documentation isn't broken
2010-08-14 Alexandre Emsenhuber* Standardised file description headers
2010-08-06 Chad HorohoeCleanup getCookie() and use it all over the place inste...
2010-08-03 PlatonidesFollow up r70356.
2010-08-02 Max SemenikFollow-up to r64587:
2010-07-30 PlatonidesRemove the require for UtfNormal.php
2010-07-27 Bryan Tong MinhFollow-up r70037: Move isIniSizeOverflow magic to WebRe...
2010-07-27 Bryan Tong Minh(bug 23380) Uploaded files that are larger than allowed...
2010-07-25 Sam ReedMore unused globals
2010-06-18 Roan KattouwFollowup to r67554: move getAcceptLang() to WebRequest...
2010-06-10 Jack D. Pond(Bug 23767) - PHP warning/error when REQUEST_URI return...
2010-05-28 Alexandre Emsenhuber* Fixed documentation added in e66901
2010-05-26 Chad HorohoeAdd getCookie(). Stuff should use this now instead...
2010-04-09 Mark A. Hershberger* Fix a bug to keep consecutive HTTP requests from...
2010-02-10 Chad HorohoeFollowup r62231, reduce code duplication in $request...
2010-02-10 Mark A. Hershberger* new FauxResponse class to help with unit testing
2010-01-06 Mark A. HershbergerNew tests for LanguageConverter->getPreferredVariant()
2010-01-06 Mark A. HershbergerRandom eol whitespace found while treking through files.
2010-01-04 Tim StarlingFix for bug 9413 and the related Malayalam issue report...
2009-12-15 Alexandre EmsenhuberReplaced all @fixme with "@todo Fixme" since doxygen...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-08-21 Brion VibberNo need to store the value of the magic quotes check...
2009-08-17 Tim Starling* Fixed XSS vulnerability introduced by r49833. Only...
2009-07-25 Chad HorohoeMake $headers protected and declare it as an empty...
2009-07-25 Chad Horohoe;
2009-07-25 Chad HorohoeForgot to declare $mFixMagicQuotes.
2009-07-25 Chad HorohoeDeclare visibility on almost all of these, minor code...
2009-07-24 Niklas LaxströmPHP is so nice to not touch our input data ever (magic_...
2009-02-04 Tim StarlingAdded basic support for Wietse Venema's taint feature...
2008-12-23 Brion VibberRevert r44817 "Delay $wgContLang unstubbing"
2008-12-20 Aaron SchulzDelay $wgContLang unstubbing
2008-11-21 Aaron SchulzRevert r43804 'This should probably be in Response...
2008-11-21 Chad HorohoeThis should probably be in Response, not Request, as...
2008-11-01 Tim Starling* Rewrote wfArrayMerge() in terms of array plus
2008-09-30 Chad HorohoeAdded setVal accessor to $wgRequest->data so we don...
2008-09-08 Chad HorohoeSelf-revert 40530, 40531. Too many things still depend...
2008-09-06 Chad Horohoe* Add getCookie() method to WebRequest as a wrapper...
2008-09-06 Bryan Tong MinhGive 3rd parameter of FauxRequest constructor default...
2008-09-06 Bryan Tong MinhAdd session accessor functions to WebRequest
2008-09-03 Chad HorohoeAdd @ingroup definitions to these. Created new group...
2008-08-02 Victor Vasiliev* Fix WebRequest.php
2008-06-02 Alexandre EmsenhuberFixed Doxygen warnings
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-04-12 Victor Vasiliev* (bug 6934) Allow separated inclusions, links, redirec...
2008-04-11 Aryeh Gregor(bug 13690) Fix PHP notice on accessing some URLs....
2008-02-26 Brion Vibber* (bug 13139, 13074) Fix request data for parameters...
2008-02-20 Tim Starling* Relocate misplaced declaration of $_response
2008-02-12 Aryeh GregorFix typo in comment
2008-02-12 Brion Vibber* (bug 7681, 11559) Cookie values no longer override...
2008-01-02 Brion VibberCorrection to r29191 -- don't break $wgArticlePath...
2008-01-02 Brion Vibber* (bug 11428) Allow $wgScript inside $wgArticlePath...
2007-11-20 Aryeh Gregor* Fix Special:Userrights logs for users with special...
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-21 River Tarnelluse rawurldecode instead of str_replace, from brion
2007-05-21 River Tarnellreplace + with %2B in REQUEST_URI before urldecoding...
2007-05-17 Brion VibberFix for regression in variant short-URLs...
2007-05-14 Brion VibberFix regression where $wgActionPaths were not respected...
2007-05-12 Tim Starlinga couple of fixes
2007-05-12 Aaron Schulz*Revert r22121, causes a lot of stuff to redirect to...
2007-05-12 Tim StarlingUse $_SERVER['REQUEST_URI'] instead of $_SERVER['PATH_I...
2007-04-24 Nick JenkinsDoc tweaks:
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-05 Brion Vibber* (bug 8847) Strip spurious #fragments from request...
2007-02-05 Brion Vibber* Clean up session checks to better handle the case...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-16 Brion Vibber* (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING...
2006-10-19 Tim StarlingExperimental workaround for bugs.php.net/bug.php?id...
2006-10-04 Tim StarlingFix for redirect.php
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-08-12 Domas Mituzasadd some abstraction for web responses, so far minimal...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-04 Ævar Arnfjörð Bjar... * Fixed breakage with get[]= url paramters, supposedly...
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-03-16 Brion Vibber* Further work on rev_deleted; changed to a bitfield...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2005-12-05 Brion VibberDon't disappear a parameter in a derived class just...
2005-12-04 Antoine Musso* argument passed by reference but not changed
2005-12-04 Antoine MussoClean up unused globals!
2005-11-05 Brion Vibber* Fix WebRequest::getRequestURL() to strip off the...
2005-08-26 Niklas Laxström* (bug 2554) Tell users they are uploading too large...
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-06-29 Brion Vibber* Various code cleanup and HTML escaping fixlets on...
2005-06-28 Brion Vibberspeling
2005-06-27 Brion Vibber* Convert non-UTF-8 URL parameters even if referer...
2005-05-31 Brion Vibber* Replace wfMungeToUtf8 and do_html_entity_decode with...
2005-04-20 Brion Vibber* (bug 1933) Fix PATH_INFO usage under IIS with PHP...
2005-04-07 Ævar Arnfjörð Bjar... \t^*$ between the comment and params for consistant...
2005-03-26 Brion VibberStart removing the Latin-1 hacks. We're going pure...
next