aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryBacklinksprop.php
Commit message (Expand)AuthorAgeFilesLines
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Make use of ??= in more placesDannyS7122022-12-171-3/+1
* Use buildComparison() instead of raw SQL in API prop=linkshere and friendsBartosz Dziewoński2022-10-221-28/+7
* Merge "Use array_key_first()/array_key_last() in some places"jenkins-bot2022-10-211-2/+1
|\
| * Use array_key_first()/array_key_last() in some placesTim Starling2022-10-211-2/+1
* | Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
|/
* api: Replace numerous deprecated constantsReedy2022-06-061-16/+18
* Revert "ApiQueryBacklinksprop: Completely remove index hints"Ladsgroup2022-05-241-0/+22
* ApiQueryBacklinksprop: Completely remove index hintsAmir Sarabadani2022-05-231-23/+0
* ApiQueryBacklinksprop: Make sure the index setting existsAmir Sarabadani2022-05-161-2/+1
* ApiQueryBacklinksprop: Force the correct templatelinks index on read newAmir Sarabadani2022-05-161-1/+6
* Use injection for LinksMigration on LinkBatch, action, api, special pageUmherirrender2022-05-101-8/+16
* api: Add support for LinksMigration in ApiQueryBacklinkspropAmir Sarabadani2022-04-201-10/+19
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+5
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+4
* phan: Remove PhanTypePossiblyInvalidDimOffset suppressionUmherirrender2022-03-281-0/+4
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-2/+2
* ApiPageSet: replace Title in method signaturesdaniel2021-05-121-2/+2
* 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
|/
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-3/+3
* Run executeGenderCacheFromResultWrapper with titles in prop=linkshereUmherirrender2019-10-121-1/+3
* Fill GenderCache for used pages in action=query&prop=fileusageUmherirrender2019-09-251-0/+2
* API: Apply miser-mode namespace check for generator=redirectsBrad Jorsch2019-06-071-0/+6
* API: Handle empty xxnamespace parameter in ApiQueryBacklinkspropBrad Jorsch2018-10-011-0/+3
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* 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-2/+0
* API: Account for PHP 7.2 changeBrad Jorsch2017-12-041-1/+3
* Remove "@author Bryan Davis" and "Brad Jorsch" annotationsBryan Davis2017-06-261-1/+1
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: Allow finding log events and links to special pagesBrad Jorsch2017-01-061-2/+10
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-1/+1
* API: Force straight join for prop=linkshere|transcludedin|fileusageBrad Jorsch2016-09-141-0/+6
* API: Force indexes for prop=linkshere|transcludedin|fileusageBrad Jorsch2016-06-301-0/+15
* Replace uses of join() by implode()Siebrand Mazeland2016-03-081-1/+1
* Remove unused local variables in APISiebrand Mazeland2016-03-081-8/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-45/+45
* API: Correct 'from_namespace' logic in ApiQueryBacklinkspropBrad Jorsch2015-09-231-2/+6
* API: Use message-per-value for apihelp-query+linkshere-param-propumherirrender2015-08-061-0/+1
* Cast various things that are supposed to be intsBrad Jorsch2015-05-061-1/+1
* Update getHelpUrls() for reworked mw.org API pagesRobinHood702015-05-041-3/+2
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-2/+2
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-83/+23
* API: Add ApiPageSet accessors for just good and missing titlesBrad Jorsch2014-09-261-2/+2
* API: Add prop modules for backlinksBrad Jorsch2014-09-181-0/+472