aboutsummaryrefslogtreecommitdiffstats
path: root/api.php
Commit message (Expand)AuthorAgeFilesLines
...
* echo is not a functionumherirrender2013-05-091-2/+2
* Remove hphpc support and deprecate related functionsTim Starling2013-05-091-5/+1
* Lots of spelling mistakes and phpdoc attributesYuri Astrakhan2013-03-101-1/+1
* Update code formattingSiebrand Mazeland2013-02-141-5/+5
* style: normalize end of filesAntoine Musso2013-02-031-1/+0
* (bug 36537) Rename calls to wfArrayToCGI to wfArrayToCgiAlex Monk2013-01-281-1/+1
* Follow up to dirname( __FILE__ ) clean upHoo man2012-08-281-0/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Pass the full context to the ApiMain instance from api.php.Alexandre Emsenhuber2012-07-061-1/+1
* Reimplement CORS properly, addressing Tim's concernsCatrope2012-07-051-37/+0
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-231-14/+10
* Various updates needed to bump min php version to 5.3.2Reedy2012-04-161-1/+1
* API: trunk/phase3 is now mediawiki/corePlatonides2012-03-231-1/+1
* Update some deprecated codeSam Reed2011-10-141-1/+1
* Revert r96715 per committer's (Chad's) CR commentRoan Kattouw2011-09-141-3/+0
* Fix documentation, document return typeSam Reed2011-09-131-2/+4
* Add a comment about something I noticed while spelunking the codeChad Horohoe2011-09-101-0/+3
* Moved wfGetIP() to WebRequest::getIP():Alexandre Emsenhuber2011-08-181-1/+1
* Clean up the mess that is wfDie (resolves r85918). wfDie() doesn't exist anym...Chad Horohoe2011-07-061-14/+8
* (bug 28840) If the query string hits bug 28235, redirect to a safer URL inste...Tim Starling2011-06-031-12/+1
* HipHop improvements:Tim Starling2011-05-301-1/+5
* Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo...Tim Starling2011-05-151-7/+3
* Centralise the minimum-required-php-version in a MW_MIN_PHP_VERSION constant ...Happy-melon2011-05-071-3/+7
* Improvements to handling of 'catastrophic' errors, like unsupported PHP versi...Happy-melon2011-04-121-7/+23
* Fix for bug 28235: IE6 looks for the file extension in the query stringTim Starling2011-04-121-2/+1
* (bug 16019) Make WebRequest::interpolateTitle() do nothing when run from api.phpIlmari Karonen2010-12-101-3/+3
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* API performance fixes: avoid unstubbing $wgContLang and $wgUserRoan Kattouw2010-02-151-1/+1
* various eol whitespace now instead of when someone needs to do CRMark A. Hershberger2010-02-121-2/+2
* stylize.php on API codeAryeh Gregor2010-01-111-11/+11
* API: Add user-agent and method (GET/POST) to request logging, and only log th...Roan Kattouw2009-08-271-3/+10
* API: Add optional API request logging to a file or UDP; intending to use this...Roan Kattouw2009-08-271-0/+13
* Tweak Access-Control-Allow-Origin stuff per comments on r54127.Alex Z2009-08-211-13/+29
* * Fixed XSS vulnerability introduced by r49833. Only pre-release versions of ...Tim Starling2009-08-171-9/+3
* (bug 19907) Adds support for cross-domain AJAX requests to the API.Alex Z2009-07-311-0/+19
* Followup to r50132: rename API define constant to MW_API, per comment on CRRoan Kattouw2009-05-051-1/+1
* Followup to r50132: I guess I was smoking some pretty good stuff thereRoan Kattouw2009-05-021-1/+1
* API: Set $wgTitle to a dummy title in api.php, and introduce defined('API') a...Roan Kattouw2009-05-021-0/+7
* API: (bug 13049) This'll hopefully fix the 403 Forbidden error in api.php for...Roan Kattouw2009-04-241-3/+3
* Same as r48631; added "@file" when needed, also added doc in redirect.php and...Alexandre Emsenhuber2009-03-211-20/+22
* -1 is not a valid exit codeTim Starling2008-11-141-1/+1
* * Fix unlogged automatic user creation: run wfLBFactory()->shutdown() uncondi...Tim Starling2008-05-171-0/+3
* This is cleaner, thanks to ialexRoan Kattouw2008-04-021-3/+1
* (bug 13587) Execute deferred updates in api.phpRoan Kattouw2008-04-021-0/+5
* * Security fix for API on MSIEBrion Vibber2008-01-231-0/+23
* API:Yuri Astrakhan2007-07-301-1/+1
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* API: applied the patch by amidaniel to allow the same limits for sysops as fo...Yuri Astrakhan2007-05-221-2/+19
* API: documentation and cleanup.Yuri Astrakhan2007-05-201-1/+1
* * API: Restructured to allow internal usage. Error handling cleanup.Yuri Astrakhan2006-10-141-68/+1