aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryExternalLinks.php
Commit message (Expand)AuthorAgeFilesLines
* Use new externallinks.el_index_60 fieldBrad Jorsch2018-11-121-16/+62
* Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Make API documentation links language awareBaha2017-04-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-13/+13
* Update getHelpUrls() for reworked mw.org API pagesRobinHood702015-05-041-1/+1
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-24/+5
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-14/+0
* Use precise ApiMain/ApiQuery type hints in all API modulesThiemo Mättig2014-05-161-1/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Fix a few more CodeSniffer errors and warnings on some API classesSiebrand Mazeland2013-11-151-2/+4
* Yet more formatting updates for yet more API classesSiebrand Mazeland2013-11-141-0/+1
* Capitalize URL in api helpumherirrender2013-06-211-3/+3
* Fixed spacing in api folderumherirrender2013-04-201-1/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Add 'expandurl' to prop=extlinks/list=exturlusageumherirrender2012-10-041-2/+8
* escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+8
* Re-instate most of the revisions for bug 33147 "API examples should explain w...Sam Reed2011-12-271-2/+1
* Revert r106439, r106441 - bad formatting mushing separate lines togetherBrion Vibber2011-12-201-1/+2
* Convert a few more descriptionsSam Reed2011-12-161-2/+1
* Oh noes, moar http:// -> https://Sam Reed2011-11-281-1/+1
* Removed the 'eclipse helper' bit on top of every API moduleJohn Du Hart2011-11-161-5/+0
* (bug 29854) Store protocol-relative links twice in the externallinks table, o...Roan Kattouw2011-11-141-0/+5
* Based on diff to wikia, set more functions consistently public rather than pr...Sam Reed2011-08-171-1/+1
* Followup r92396Sam Reed2011-07-171-0/+4
* Per wikitech-l, run a bunch of URLs in the API output through wfExpandUrl(), ...Roan Kattouw2011-07-131-0/+1
* Kill the error suppression operator in the ApiBryan Tong Minh2011-05-151-3/+4
* Followup r84698, remove unused $dbSam Reed2011-03-251-1/+0
* * (bug 28226) prop=extlinks&eloffset should be an integerSam Reed2011-03-241-1/+3
* Remove 2 erroneous $db parameters from External links modulesSam Reed2011-03-241-1/+1
* Refactor out the duplication I left with a TODO in r79659Sam Reed2011-02-271-14/+3
* Tweak comments, remove some unused stuff.Sam Reed2011-02-271-1/+1
* * (bug 26485) add a elextlinks param to prop=extlinksSam Reed2011-01-051-0/+39
* Delete all the "API for MediaWiki 1.8+" commentsSam Reed2010-12-221-1/+1
* Standardised file description headers, added @fileAlexandre Emsenhuber2010-08-071-3/+4
* Rewrote r69339 etc. to clean up API cache header handling.Tim Starling2010-07-231-1/+5
* Big blitz on unused variables (a lot of $db = $this->getDb() )Sam Reed2010-07-221-1/+0
* Correct the address of the FSF in some of the GPL headersDerk-Jan Hartman2010-06-211-1/+1
* Per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/66168#c7252 switch w...Sam Reed2010-06-201-1/+1
* Nuke $db->freeResult() from Api stuffsSam Reed2010-06-201-1/+0
* API: fix copyright symbol, coding style cleanup, more bracesJack Phoenix2010-02-241-24/+26
* Normalise comment usage (# --> //)Sam Reed2010-01-231-1/+1
* Add/remove whitelines to increase readability in API code filesSam Reed2010-01-231-0/+2
* stylize.php on API codeAryeh Gregor2010-01-111-22/+22
* * API: BREAKING CHANGE: (bug 11430) Return fewer results than the limit in so...Roan Kattouw2009-02-051-17/+7
* API: Add paging (i.e. limit and continue) parameters to prop={links,templatel...Roan Kattouw2008-07-071-0/+34