| Commit message (Expand) | Author | Age | Files | Lines |
* | API: Fix access on getExamplesMessages | Brad Jorsch | 2014-10-29 | 1 | -1/+1 |
* | API: Internationalize all remaining core API modules | Brad Jorsch | 2014-10-20 | 1 | -37/+16 |
* | API: Log usage of various deprecated features | Brad Jorsch | 2014-08-14 | 1 | -0/+1 |
* | API: Remove action=paraminfo 'props' and 'errors' result properties | Brad Jorsch | 2014-08-07 | 1 | -32/+0 |
* | Use precise ApiMain/ApiQuery type hints in all API modules | Thiemo Mättig | 2014-05-16 | 1 | -1/+1 |
* | Add final period to API module descriptions | addshore | 2014-03-10 | 1 | -1/+1 |
* | Add llprop=langname and llprop=autonym for action=query&prop=langlinks | umherirrender | 2014-02-12 | 1 | -1/+23 |
* | Deprecate llurl= in favour of llprop=url for action=query&prop=langlinks | umherirrender | 2014-02-11 | 1 | -6/+31 |
* | Fix CodeSniffer errors and warnings (you guessed it, on API classes) | Siebrand Mazeland | 2013-11-15 | 1 | -1/+2 |
* | Update formatting, return of the API classes | Siebrand Mazeland | 2013-11-14 | 1 | -3/+3 |
* | (bug 45535) Hook for changing language links. | daniel | 2013-04-29 | 1 | -0/+4 |
* | (bug 36400) API: Fix sorting for iwlinks, langlinks | Brad Jorsch | 2013-04-03 | 1 | -8/+5 |
* | Fixed many small spelling mistakes and php docs, var decl. | Yuri Astrakhan | 2013-03-10 | 1 | -1/+1 |
* | (bug 35885) remove api version string and parameter | Yuri Astrakhan | 2013-01-18 | 1 | -4/+0 |
* | API Cleanup: renamed '_badcontinue'->'badcontinue', one die() | Yuri Astrakhan | 2013-01-14 | 1 | -5/+1 |
* | escape HTML elements in docblock with double quotes | Antoine Musso | 2012-07-15 | 1 | -1/+1 |
* | Use canonical class name ApiBase also in ApiQueryLangLinks | Platonides | 2012-06-15 | 1 | -1/+1 |
* | Added result properties to action=paraminfo | Petr Onderka | 2012-06-06 | 1 | -0/+13 |
* | ORDER BY/GROUP BY accept arrays | umherirrender | 2012-05-05 | 1 | -7/+7 |
* | Fixed whitespace in API classes | Petr Onderka | 2012-05-02 | 1 | -2/+2 |
* | (bug 26909) follow up r102947: fix the navigation with 'dir' | umherirrender | 2012-03-30 | 1 | -3/+4 |
* | Re-instate most of the revisions for bug 33147 "API examples should explain w... | Sam Reed | 2011-12-27 | 1 | -2/+1 |
* | Revert r106439, r106441 - bad formatting mushing separate lines together | Brion Vibber | 2011-12-20 | 1 | -1/+2 |
* | Convert a few more descriptions | Sam Reed | 2011-12-16 | 1 | -2/+1 |
* | Oh noes, moar http:// -> https:// | Sam Reed | 2011-11-28 | 1 | -1/+1 |
* | Removed the 'eclipse helper' bit on top of every API module | John Du Hart | 2011-11-16 | 1 | -5/+0 |
* | (bug 26909) Add dir parameter for prop= API modules. Modified patch by Umheri... | Roan Kattouw | 2011-11-14 | 1 | -4/+19 |
* | Make the PROTO_ parameter to wfExpandUrl() explicit in all calls. There are n... | Roan Kattouw | 2011-08-19 | 1 | -1/+1 |
* | Based on diff to wikia, set more functions consistently public rather than pr... | Sam Reed | 2011-08-17 | 1 | -1/+1 |
* | Revert r93802 per CR. Will avoid cache pollution by splitting the cache instead | Roan Kattouw | 2011-08-03 | 1 | -1/+1 |
* | Followup r92044: force HTTP on URLs output by the API, now that wfExpandUrl()... | Roan Kattouw | 2011-08-03 | 1 | -1/+1 |
* | Followup r92396 | Sam Reed | 2011-07-17 | 1 | -0/+4 |
* | Per wikitech-l, run a bunch of URLs in the API output through wfExpandUrl(), ... | Roan Kattouw | 2011-07-13 | 1 | -1/+1 |
* | * (bug 26484) add a lltitles param to prop=langlinks | Sam Reed | 2011-01-05 | 1 | -4/+25 |
* | Delete all the "API for MediaWiki 1.8+" comments | Sam Reed | 2010-12-22 | 1 | -1/+1 |
* | Followup r77072: declare llurl as a boolean parameter. | Roan Kattouw | 2010-12-03 | 1 | -2/+2 |
* | (bug 25174) Add equal sign to boolean parameters in examples, so that the exa... | Bryan Tong Minh | 2010-11-23 | 1 | -1/+1 |
* | Per Reedy, follow-up to r77072: don't use array_merge() to add just one item | Alexandre Emsenhuber | 2010-11-21 | 1 | -1/+1 |
* | * (bug 26006) prop=langlinks now allows obtaining full URL | Alexandre Emsenhuber | 2010-11-21 | 1 | -0/+8 |
* | Standardised file description headers, added @file | Alexandre Emsenhuber | 2010-08-07 | 1 | -3/+4 |
* | Rewrote r69339 etc. to clean up API cache header handling. | Tim Starling | 2010-07-23 | 1 | -1/+5 |
* | Big blitz on unused variables (a lot of $db = $this->getDb() ) | Sam Reed | 2010-07-22 | 1 | -1/+0 |
* | Correct the address of the FSF in some of the GPL headers | Derk-Jan Hartman | 2010-06-21 | 1 | -1/+1 |
* | Per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66168#c7252 switch w... | Sam Reed | 2010-06-20 | 1 | -1/+1 |
* | Nuke $db->freeResult() from Api stuffs | Sam Reed | 2010-06-20 | 1 | -1/+0 |
* | API: fix copyright symbol, coding style cleanup, more braces | Jack Phoenix | 2010-02-24 | 1 | -31/+35 |
* | 4 More dieUsage calls | Sam Reed | 2010-02-13 | 1 | -0/+6 |
* | Normalise comment usage (# --> //) | Sam Reed | 2010-01-23 | 1 | -1/+1 |
* | Add/remove whitelines to increase readability in API code files | Sam Reed | 2010-01-23 | 1 | -0/+1 |
* | stylize.php on API code | Aryeh Gregor | 2010-01-11 | 1 | -32/+32 |