w/s
[lhc/web/wiklou.git] / includes / WebRequest.php
2012-02-07 Mark A. Hershbergerw/s
2012-02-06 Sam ReedAdd @since to getIP/getRawIP
2012-01-09 Antoine MussoFauxRequest now has empty data per default
2011-12-13 Jeroen De Dauwadded missing deprecation notices
2011-12-09 Daniel FriesenFollowup r104676, r104688:
2011-11-30 Daniel FriesenFollowup r104688, reintroduce the full PathRouter code...
2011-11-28 Brion VibberRevert r104274, r104284, r104285 -- breaks special...
2011-11-26 Daniel FriesenImplement path routing code.
2011-11-24 Daniel FriesenUpdate img_auth.php and WebRequest code to handle non...
2011-11-14 Roan KattouwRevert r102949. Broke tests (undefined variable $_SESSI...
2011-11-14 Roan KattouwFollowup r101149: make FauxRequest::__construct() use...
2011-11-03 Alexandre EmsenhuberFix for r101858: forgot the override those methods
2011-11-03 Alexandre EmsenhuberPer Aaron, fix for r89405: introduced DerivativeRequest...
2011-10-28 Sam ReedMore documentation updates
2011-10-26 Sam ReedAdd, update, tweak documentation
2011-10-19 PlatonidesIt is valid (albeit silly) to specify lang;q=1.000...
2011-10-18 Sam ReedDocumentation
2011-09-29 John Du HartFollowup r95921, clearer PHPDoc and better variable...
2011-09-21 Sam ReedComment out unreachable code
2011-09-16 Alexandre Emsenhuber* Added HttpError exception as replacement for wfHttpEr...
2011-08-31 John Du Hart(bug 4381) Magic quotes cleaning is not comprehensive...
2011-08-31 Sam ReedTidy up w/c
2011-08-19 Roan KattouwReverse a bad decision in r93820, which added a comment...
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-08-18 Sam ReedUpstreaming wikia change to WebRequest
2011-08-12 Daniel FriesenImprove the ability for extensions to participate in...
2011-08-03 Roan KattouwSome random URL protocol forcing for protocol-relative...
2011-07-27 Roan Kattouw(bug NNNNN) Rewrite most of wfExpandUrl() to handle...
2011-07-13 Aaron Schulz* Broke long Wiki.php lines
2011-06-30 Sam ReedMore return documentation and trimming trailing whitespace
2011-06-29 Brion VibberTweak doc comments on WebRequest::getRequestURL() ...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-16 Tim StarlingFixes for r90105, r90193:
2011-06-10 Tim StarlingFixed typo in comment.
2011-06-06 Tim Starling* Added a REQUEST_URI check to the bug 28235 handling.
2011-06-04 PlatonidesFollow up r60599. Make normalizeUnicode() work even...
2011-06-03 Tim Starling(bug 28840) If the query string hits bug 28235, redirec...
2011-06-01 PlatonidesDocument r89248,r89249 isQueryStringBad()
2011-06-01 Tim StarlingFix for r89248: don't run the regex if findIE6Extension...
2011-06-01 Tim Starling* Only blacklist query string extensions which match...
2011-06-01 Tim StarlingFixes for r88883, r89197:
2011-05-26 Roan Kattouw(bug 28840) URLs with dots break because of IE6 securit...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-05 Tim Starling* Fix for bug 28534: IE 6 content type detection again
2011-04-17 Alexandre Emsenhuber* (bug 28511) Use [] syntax instead of {} for string...
2011-04-14 Niklas LaxströmFix regression introduced in r82451. Only happens when...
2011-04-14 Tim Starling(bug 28507) Fix for r85844: that revision was not actua...
2011-04-12 Tim StarlingCheck all MSIE requests since we also want to protect...
2011-04-12 Tim StarlingFix for bug 28235: IE6 looks for the file extension...
2011-03-02 Alexandre EmsenhuberPer Platonides, fix for r82686: make ApiUploadTest...
2011-02-23 Alexandre EmsenhuberFactorise common code:
2011-02-19 Alexandre EmsenhuberMerged retrieval of request URL and header from WebRequ...
2011-02-02 Mark A. Hershberger* recover dropped check of $wgUsePathInfo from r81363
2011-02-02 Sam ReedFollowup r81373, r81363
2011-02-02 Mark A. Hershbergerfollow up r81363 and fix Bug#27099
2011-02-02 Mark A. Hershberger* Remove last bit of code that uses PATH_INFO from...
2011-02-01 Mark A. HershbergerWhitespace cleanup
2011-01-07 Sam ReedFollowup r72119, add some braces
2010-12-10 Ilmari Karonenfollowup r78209: fix typo, better word choice
2010-12-10 Ilmari Karonen(bug 16019) Make WebRequest::interpolateTitle() do...
2010-11-05 Chad HorohoeDrop silly $_ prefix from 4.x days
2010-11-05 Chad HorohoeDocument return type. Autosuggestion and the like :)
2010-09-27 Trevor Parscal* Improved on r73567, this makes WebRequest::getFuzzyBo...
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-22 Trevor Parscal* Added WebRequest::getFuzzyBool, which is a more JavaS...
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...
next