aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryBacklinksprop.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type declaration on undocumented private functionsUmherirrender2025-04-041-1/+1
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-6/+1
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* rdbms: Create IReadableDatabase::andExpr() / ::orExpr()Umherirrender2024-07-111-2/+1
* Add explicit parentheses around mixed boolean operatorUmherirrender2024-03-231-2/+2
* api: Only force backlink namespace index when there is one ns onlyAmir Sarabadani2023-12-061-1/+5
* Migrate another batch to use $db->expr instead of raw SQLAmir Sarabadani2023-10-301-3/+4
* Remove allowances for nullable `rd_interwiki` and `rd_fragment`Bartosz Dziewoński2023-10-031-6/+3
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-1/+1
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-2/+1
* i18n: Split apihelp for redirects/linkshere/transcludedin/fileusage showUmherirrender2023-08-051-0/+1
* Simplify WHERE conditions with field = '' OR IS NULLUmherirrender2023-07-011-4/+3
* rdbms: Throw when makeWhereFrom2d() receives empty dataTimo Tijhof2023-05-101-1/+1
* 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