| Commit message (Expand) | Author | Age | Files | Lines |
* | Use new externallinks.el_index_60 field | Brad Jorsch | 2018-11-12 | 1 | -16/+62 |
* | Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient | Bartosz Dziewoński | 2018-05-30 | 1 | -1/+1 |
* | Remove "Created on" from file header comments | Umherirrender | 2018-01-26 | 1 | -4/+0 |
* | Make API documentation links language aware | Baha | 2017-04-05 | 1 | -1/+1 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -13/+13 |
* | Update getHelpUrls() for reworked mw.org API pages | RobinHood70 | 2015-05-04 | 1 | -1/+1 |
* | API: Overhaul ApiResult, make format=xml not throw, and add json formatversion | Brad Jorsch | 2015-04-10 | 1 | -1/+1 |
* | 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 | -24/+5 |
* | API: Remove action=paraminfo 'props' and 'errors' result properties | Brad Jorsch | 2014-08-07 | 1 | -14/+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 |
* | Fix a few more CodeSniffer errors and warnings on some API classes | Siebrand Mazeland | 2013-11-15 | 1 | -2/+4 |
* | Yet more formatting updates for yet more API classes | Siebrand Mazeland | 2013-11-14 | 1 | -0/+1 |
* | Capitalize URL in api help | umherirrender | 2013-06-21 | 1 | -3/+3 |
* | Fixed spacing in api folder | umherirrender | 2013-04-20 | 1 | -1/+1 |
* | Spellchecked /includes directory | Yuri Astrakhan | 2013-03-13 | 1 | -1/+1 |
* | (bug 35885) remove api version string and parameter | Yuri Astrakhan | 2013-01-18 | 1 | -4/+0 |
* | Add 'expandurl' to prop=extlinks/list=exturlusage | umherirrender | 2012-10-04 | 1 | -2/+8 |
* | escape HTML elements in docblock with double quotes | Antoine Musso | 2012-07-15 | 1 | -1/+1 |
* | Added result properties to action=paraminfo | Petr Onderka | 2012-06-06 | 1 | -0/+8 |
* | 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 29854) Store protocol-relative links twice in the externallinks table, o... | Roan Kattouw | 2011-11-14 | 1 | -0/+5 |
* | Based on diff to wikia, set more functions consistently public rather than pr... | Sam Reed | 2011-08-17 | 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 | -0/+1 |
* | Kill the error suppression operator in the Api | Bryan Tong Minh | 2011-05-15 | 1 | -3/+4 |
* | Followup r84698, remove unused $db | Sam Reed | 2011-03-25 | 1 | -1/+0 |
* | * (bug 28226) prop=extlinks&eloffset should be an integer | Sam Reed | 2011-03-24 | 1 | -1/+3 |
* | Remove 2 erroneous $db parameters from External links modules | Sam Reed | 2011-03-24 | 1 | -1/+1 |
* | Refactor out the duplication I left with a TODO in r79659 | Sam Reed | 2011-02-27 | 1 | -14/+3 |
* | Tweak comments, remove some unused stuff. | Sam Reed | 2011-02-27 | 1 | -1/+1 |
* | * (bug 26485) add a elextlinks param to prop=extlinks | Sam Reed | 2011-01-05 | 1 | -0/+39 |
* | Delete all the "API for MediaWiki 1.8+" comments | Sam Reed | 2010-12-22 | 1 | -1/+1 |
* | 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 | -24/+26 |
* | 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/+2 |
* | stylize.php on API code | Aryeh Gregor | 2010-01-11 | 1 | -22/+22 |
* | * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in so... | Roan Kattouw | 2009-02-05 | 1 | -17/+7 |
* | API: Add paging (i.e. limit and continue) parameters to prop={links,templatel... | Roan Kattouw | 2008-07-07 | 1 | -0/+34 |