bug 36087: PostgresUpdater fails on 8.3.14
[lhc/web/wiklou.git] / includes / WebRequest.php
2012-04-18 ReedyMerge "Re-adding dbdataobject stuff which got pulled...
2012-04-15 Brion VIBBERMerge "(bug 26909) follow up r102947: fix the navigatio...
2012-04-10 CatropeMerge "[FileRepo] Added support for temp file repos...
2012-04-09 CatropeMerge "[LanguageConverter] Added some cache code based...
2012-04-09 Brion VIBBERMerge "(bug 35658) make mw.Uri handle uris w/o protocol...
2012-04-09 Brion VIBBERMerge "GENDER should use the GenderCache"
2012-04-09 Aaron SchulzMerge "(bug 32498) Allow comparing pages using pageids"
2012-04-09 Aaron SchulzMerge "parent::report() returns nothing, so don't attem...
2012-04-09 Aaron SchulzMerge "Export::dumpFrom() doesn't return any values...
2012-04-09 ReedyMerge "Document $mDb"
2012-04-09 HasharMerge "Fix documentation to match potential code"
2012-04-08 Aaron SchulzMerge "setGroup doesn't return anything, so don't try...
2012-04-07 Aaron SchulzMerge "Action::checkCanExecute doesn't return anything...
2012-04-07 Aaron SchulzMerge "Fix assignment in conditional"
2012-04-07 Aaron SchulzMerge "A set method doesn't need to return anything...
2012-04-07 ReedyA set method doesn't need to return anything (and besid...
2012-04-06 ReedyMerge "tests related to API block action and its gettoken"
2012-04-06 HasharMerge "Un-marking testMakeNormalBlock as broken..."
2012-04-05 Aaron SchulzMerge "Show Log toolbox link for anon users, fix toolbo...
2012-04-05 Brion VIBBERMerge "(bug 27757) API method for retrieving tokens"
2012-04-05 HasharMerge "Remove some duplicate code in ProfilerSimpleTrace"
2012-04-04 Brion VIBBERMerge "Reduced file journal index bloat by removing...
2012-04-04 Brion VIBBERMerge "Separate $wgArticlePath from $wgUsePathInfo."
2012-04-02 DemonMerge "Remove unused $wgDebugDBTransactions"
2012-03-24 Daniel FriesenSeparate $wgArticlePath from $wgUsePathInfo.
2012-03-10 Benny Situfollowup to -r113545 - add null for missing $default...
2012-03-09 Roan Kattouw(bug 34521) Returning to the previous page after loggin...
2012-03-01 Niklas LaxströmHrrrmp *grumbles*
2012-02-29 Arthur RichardsAdded unsetVal() method as antithesis to setVal()
2012-02-10 Sam ReedDocumentation followups from lastnight
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
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...
next