aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryBacklinks.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-6/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* api: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+5
* rdbms: Create IReadableDatabase::andExpr() / ::orExpr()Umherirrender2024-07-111-2/+1
* api: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-211-1/+8
* api: Add support for pagelinks migration in ApiQueryBacklinks::runSecondQueryAmir Sarabadani2023-12-071-4/+9
* Migrate another batch to use $db->expr instead of raw SQLAmir Sarabadani2023-10-301-3/+7
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-3/+5
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Use buildComparison() instead of raw SQL in API list=backlinks and friendsBartosz Dziewoński2022-10-221-14/+12
* Merge "Use array_key_first()/array_key_last() in some places"jenkins-bot2022-10-211-4/+2
|\
| * Use array_key_first()/array_key_last() in some placesTim Starling2022-10-211-4/+2
* | Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
|/
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-7/+7
* api: Support for links migration in ApiQueryBacklinksAmir Sarabadani2022-07-291-21/+33
* api: Replace numerous deprecated constantsReedy2022-06-061-13/+13
* ApiQueryBacklinks: Simplify getAllowedParams returnsReedy2021-10-181-3/+2
* SECURITY: Add straight join to ApiQueryBacklinksAmir Sarabadani2021-09-301-1/+3
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Merge "Add PHPDoc documentation to all API query module constructors"jenkins-bot2020-11-011-0/+4
|\
| * Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* | Improve class property documentationUmherirrender2020-10-301-1/+1
|/
* phan: Enable redundant_condition_detectionUmherirrender2020-07-011-0/+3
* API: Use ParamValidator libraryBrad Jorsch2020-02-041-2/+12
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-6/+6
* Improve param docsUmherirrender2019-11-281-3/+3
* Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-0/+10
* Declare dynamic propertiesDaimona Eaytoy2019-09-141-0/+3
* Upgrade phan config to 0.7.1Daimona Eaytoy2019-09-041-1/+0
* Unsuppress phan issues part 6Daimona Eaytoy2019-09-011-1/+5
* Unsuppress more phan issues (part 5)Daimona Eaytoy2019-09-011-1/+1
* Use (int) rather than intval()Reedy2019-02-251-3/+3
* Remove unused use in anonymous functionJakub Vrana2018-12-011-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: Account for PHP 7.2 changeBrad Jorsch2017-12-041-4/+4
* Always put type information before variable name for @var tagsKunal Mehta2017-09-041-1/+1
* Make API documentation links language awareBaha2017-04-051-3/+3
* includes/api: Replace implicitly-Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-241-1/+1
* API: Allow finding log events and links to special pagesBrad Jorsch2017-01-061-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-2/+2
* Replace uses of join() by implode()Siebrand Mazeland2016-03-081-3/+3
* Convert all array() syntax to []Kunal Mehta2016-02-171-64/+64
* Remove various unused variablesReedy2015-11-071-1/+0
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-2/+2
* API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-4/+4
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-48/+16
* API: Fix ApiQueryBacklinks redirlinksBrad Jorsch2014-10-101-6/+9
* Set redirlinks indexed tag name on list=backlinksumherirrender2014-10-101-0/+5
* API: Fix ApiQueryBacklinks logic and use *_from_namespaceBrad Jorsch2014-10-011-178/+225