aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryLinks.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-7/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+5
* api: Fix PSR2.Classes.PropertyDeclaration.Multiple errorsTaavi Väänänen2024-04-211-1/+4
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-3/+5
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-5/+2
* LinkBatch: Re-apply makeWhereFrom2d/constructSet exceptionTimo Tijhof2023-06-151-7/+6
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Use short array destructuring instead of list()Tim Starling2022-10-211-1/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-8/+4
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-9/+8
* Merge "api: Report external titles in more places as apierror-invalidtitle"jenkins-bot2022-08-051-1/+1
|\
| * api: Report external titles in more places as apierror-invalidtitleUmherirrender2022-04-161-1/+1
* | api: Replace numerous more deprecated constantsReedy2022-06-061-1/+2
* | api: Replace numerous deprecated constantsReedy2022-06-061-10/+12
* | Use injection for LinksMigration on LinkBatch, action, api, special pageUmherirrender2022-05-101-6/+11
* | api: Add support for linksmigration in ApiQueryLinksAmir Sarabadani2022-05-091-9/+21
|/
* api: Replace ApiPageSet::getGoodTitles where PageIdentity is not usedUmherirrender2022-02-111-3/+4
* api: Inject services into ApiQueryLinksUmherirrender2021-07-021-4/+12
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Add PHPDoc documentation to all API query module constructorsThiemo Kreuz2020-10-271-0/+4
* Use LinkBatchFactory in api modulesUmherirrender2020-09-061-1/+4
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-2/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Improve param docsUmherirrender2019-11-281-1/+1
* Run GenderCache for api query modules using ApiQueryBase::addTitleInfoUmherirrender2019-11-021-0/+2
* Use (int) rather than intval()Reedy2019-02-251-2/+2
* Replace call_user_func_array(), part 2Max Semenik2018-06-071-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: Account for PHP 7.2 changeBrad Jorsch2017-12-041-1/+1
* ApiQueryLinks: Avoid MySQL order-by bugBrad Jorsch2017-10-131-6/+18
* API: Handle pltitles/tltemplates/clcategories/imimages with only invalid titlesBrad Jorsch2017-10-121-1/+4
* ApiQueryLinks: Remove index forcingBrad Jorsch2017-09-061-1/+0
* Convert UNIQUE keys into PRIMARY KEYReedy2017-08-291-1/+1
* Don't declare ApiQueryLinks::$titlesParam dynamicallyReedy2017-08-041-1/+1
* Make API documentation links language awareBaha2017-04-051-2/+2
* API: Allow finding log events and links to special pagesBrad Jorsch2017-01-061-1/+2
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-21/+21
* Update getHelpUrls() for reworked mw.org API pagesRobinHood702015-05-041-2/+2
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-31/+12
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-9/+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
* Add/update/remove incomplete/incorrect documentationSiebrand Mazeland2013-11-171-2/+1
* Fix CodeSniffer errors and warnings (you guessed it, on API classes)Siebrand Mazeland2013-11-151-4/+8
* Update formatting, return of the API classesSiebrand Mazeland2013-11-141-0/+2
* fix some spacingumherirrender2013-03-071-1/+1
* Fix double colons in api help outputReedy2013-01-301-3/+3
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0