eol w/s
[lhc/web/wiklou.git] / api.php
2011-10-14 Sam ReedUpdate some deprecated code
2011-09-14 Roan KattouwRevert r96715 per committer's (Chad's) CR comment
2011-09-13 Sam ReedFix documentation, document return type
2011-09-10 Chad HorohoeAdd a comment about something I noticed while spelunkin...
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-07-06 Chad HorohoeClean up the mess that is wfDie (resolves r85918)....
2011-06-03 Tim Starling(bug 28840) If the query string hits bug 28235, redirec...
2011-05-30 Tim StarlingHipHop improvements:
2011-05-15 Tim StarlingRevert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSI...
2011-05-07 Happy-melonCentralise the minimum-required-php-version in a MW_MIN...
2011-04-12 Happy-melonImprovements to handling of 'catastrophic' errors,...
2011-04-12 Tim StarlingFix for bug 28235: IE6 looks for the file extension...
2010-12-10 Ilmari Karonen(bug 16019) Make WebRequest::interpolateTitle() do...
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-02-15 Roan KattouwAPI performance fixes: avoid unstubbing $wgContLang...
2010-02-12 Mark A. Hershbergervarious eol whitespace now instead of when someone...
2010-01-11 Aryeh Gregorstylize.php on API code
2009-08-27 Roan KattouwAPI: Add user-agent and method (GET/POST) to request...
2009-08-27 Roan KattouwAPI: Add optional API request logging to a file or...
2009-08-21 Alex ZTweak Access-Control-Allow-Origin stuff per comments...
2009-08-17 Tim Starling* Fixed XSS vulnerability introduced by r49833. Only...
2009-07-31 Alex Z(bug 19907) Adds support for cross-domain AJAX requests...
2009-05-05 Roan KattouwFollowup to r50132: rename API define constant to MW_AP...
2009-05-02 Roan KattouwFollowup to r50132: I guess I was smoking some pretty...
2009-05-02 Roan KattouwAPI: Set $wgTitle to a dummy title in api.php, and...
2009-04-24 Roan KattouwAPI: (bug 13049) This'll hopefully fix the 403 Forbidde...
2009-03-21 Alexandre EmsenhuberSame as r48631; added "@file" when needed, also added...
2008-11-14 Tim Starling-1 is not a valid exit code
2008-05-17 Tim Starling* Fix unlogged automatic user creation: run wfLBFactory...
2008-04-02 Roan KattouwThis is cleaner, thanks to ialex
2008-04-02 Roan Kattouw(bug 13587) Execute deferred updates in api.php
2008-01-23 Brion Vibber* Security fix for API on MSIE
2007-07-30 Yuri AstrakhanAPI:
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-22 Yuri AstrakhanAPI: applied the patch by amidaniel to allow the same...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2006-10-14 Yuri Astrakhan* API: Restructured to allow internal usage. Error...
2006-10-13 Yuri Astrakhan* API: added watchlist module (incomplete)
2006-10-11 Tim StarlingActive protection against register_globals vulnerabilit...
2006-10-02 Yuri Astrakhan*API: better version gen, added check for read-only...
2006-10-01 Yuri Astrakhan* Code cleanup per TimStarling's suggestions
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-27 Yuri Astrakhan* API: Refactored per brion's suggestions
2006-09-26 Yuri Astrakhan* API: Overall query-related cleanup.
2006-09-26 Yuri Astrakhan* API: All pages list
2006-09-26 Yuri Astrakhan* API: Query Meta SiteInfo module
2006-09-25 Yuri Astrakhan* API: A new ApiPageSet class to retrieve page data...
2006-09-08 Yuri Astrakhan* Non-working API to facilitate dev collaboration....