| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | echo is not a function | umherirrender | 2013-05-09 | 1 | -2/+2 |
* | Remove hphpc support and deprecate related functions | Tim Starling | 2013-05-09 | 1 | -5/+1 |
* | Lots of spelling mistakes and phpdoc attributes | Yuri Astrakhan | 2013-03-10 | 1 | -1/+1 |
* | Update code formatting | Siebrand Mazeland | 2013-02-14 | 1 | -5/+5 |
* | style: normalize end of files | Antoine Musso | 2013-02-03 | 1 | -1/+0 |
* | (bug 36537) Rename calls to wfArrayToCGI to wfArrayToCgi | Alex Monk | 2013-01-28 | 1 | -1/+1 |
* | Follow up to dirname( __FILE__ ) clean up | Hoo man | 2012-08-28 | 1 | -0/+1 |
* | Use __DIR__ instead of dirname( __FILE__ ) | jeroendedauw | 2012-08-27 | 1 | -1/+1 |
* | Pass the full context to the ApiMain instance from api.php. | Alexandre Emsenhuber | 2012-07-06 | 1 | -1/+1 |
* | Reimplement CORS properly, addressing Tim's concerns | Catrope | 2012-07-05 | 1 | -37/+0 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-05-23 | 1 | -14/+10 |
* | Various updates needed to bump min php version to 5.3.2 | Reedy | 2012-04-16 | 1 | -1/+1 |
* | API: trunk/phase3 is now mediawiki/core | Platonides | 2012-03-23 | 1 | -1/+1 |
* | Update some deprecated code | Sam Reed | 2011-10-14 | 1 | -1/+1 |
* | Revert r96715 per committer's (Chad's) CR comment | Roan Kattouw | 2011-09-14 | 1 | -3/+0 |
* | Fix documentation, document return type | Sam Reed | 2011-09-13 | 1 | -2/+4 |
* | Add a comment about something I noticed while spelunking the code | Chad Horohoe | 2011-09-10 | 1 | -0/+3 |
* | Moved wfGetIP() to WebRequest::getIP(): | Alexandre Emsenhuber | 2011-08-18 | 1 | -1/+1 |
* | Clean up the mess that is wfDie (resolves r85918). wfDie() doesn't exist anym... | Chad Horohoe | 2011-07-06 | 1 | -14/+8 |
* | (bug 28840) If the query string hits bug 28235, redirect to a safer URL inste... | Tim Starling | 2011-06-03 | 1 | -12/+1 |
* | HipHop improvements: | Tim Starling | 2011-05-30 | 1 | -1/+5 |
* | Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo... | Tim Starling | 2011-05-15 | 1 | -7/+3 |
* | Centralise the minimum-required-php-version in a MW_MIN_PHP_VERSION constant ... | Happy-melon | 2011-05-07 | 1 | -3/+7 |
* | Improvements to handling of 'catastrophic' errors, like unsupported PHP versi... | Happy-melon | 2011-04-12 | 1 | -7/+23 |
* | Fix for bug 28235: IE6 looks for the file extension in the query string | Tim Starling | 2011-04-12 | 1 | -2/+1 |
* | (bug 16019) Make WebRequest::interpolateTitle() do nothing when run from api.php | Ilmari Karonen | 2010-12-10 | 1 | -3/+3 |
* | Correct the address of the FSF in some of the GPL headers | Derk-Jan Hartman | 2010-06-21 | 1 | -1/+1 |
* | API performance fixes: avoid unstubbing $wgContLang and $wgUser | Roan Kattouw | 2010-02-15 | 1 | -1/+1 |
* | various eol whitespace now instead of when someone needs to do CR | Mark A. Hershberger | 2010-02-12 | 1 | -2/+2 |
* | stylize.php on API code | Aryeh Gregor | 2010-01-11 | 1 | -11/+11 |
* | API: Add user-agent and method (GET/POST) to request logging, and only log th... | Roan Kattouw | 2009-08-27 | 1 | -3/+10 |
* | API: Add optional API request logging to a file or UDP; intending to use this... | Roan Kattouw | 2009-08-27 | 1 | -0/+13 |
* | Tweak Access-Control-Allow-Origin stuff per comments on r54127. | Alex Z | 2009-08-21 | 1 | -13/+29 |
* | * Fixed XSS vulnerability introduced by r49833. Only pre-release versions of ... | Tim Starling | 2009-08-17 | 1 | -9/+3 |
* | (bug 19907) Adds support for cross-domain AJAX requests to the API. | Alex Z | 2009-07-31 | 1 | -0/+19 |
* | Followup to r50132: rename API define constant to MW_API, per comment on CR | Roan Kattouw | 2009-05-05 | 1 | -1/+1 |
* | Followup to r50132: I guess I was smoking some pretty good stuff there | Roan Kattouw | 2009-05-02 | 1 | -1/+1 |
* | API: Set $wgTitle to a dummy title in api.php, and introduce defined('API') a... | Roan Kattouw | 2009-05-02 | 1 | -0/+7 |
* | API: (bug 13049) This'll hopefully fix the 403 Forbidden error in api.php for... | Roan Kattouw | 2009-04-24 | 1 | -3/+3 |
* | Same as r48631; added "@file" when needed, also added doc in redirect.php and... | Alexandre Emsenhuber | 2009-03-21 | 1 | -20/+22 |
* | -1 is not a valid exit code | Tim Starling | 2008-11-14 | 1 | -1/+1 |
* | * Fix unlogged automatic user creation: run wfLBFactory()->shutdown() uncondi... | Tim Starling | 2008-05-17 | 1 | -0/+3 |
* | This is cleaner, thanks to ialex | Roan Kattouw | 2008-04-02 | 1 | -3/+1 |
* | (bug 13587) Execute deferred updates in api.php | Roan Kattouw | 2008-04-02 | 1 | -0/+5 |
* | * Security fix for API on MSIE | Brion Vibber | 2008-01-23 | 1 | -0/+23 |
* | API: | Yuri Astrakhan | 2007-07-30 | 1 | -1/+1 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 1 | -1/+1 |
* | API: applied the patch by amidaniel to allow the same limits for sysops as fo... | Yuri Astrakhan | 2007-05-22 | 1 | -2/+19 |
* | API: documentation and cleanup. | Yuri Astrakhan | 2007-05-20 | 1 | -1/+1 |
* | * API: Restructured to allow internal usage. Error handling cleanup. | Yuri Astrakhan | 2006-10-14 | 1 | -68/+1 |