aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryLangLinks.php
Commit message (Expand)AuthorAgeFilesLines
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-1/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+6
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-1/+4
* Use real type hints for services etc. in api/ApiQuery*.phpBartosz Dziewoński2023-08-291-8/+3
* API: Replace deprecated calls to wfExpandUrl with UrlUtils::expandJames D. Forrester2023-06-221-2/+8
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Deduplicate code for parsing API 'continue' parametersBartosz Dziewoński2022-09-291-6/+3
* Use buildComparison() instead of raw SQL in more API modules (easy cases)Bartosz Dziewoński2022-09-291-7/+7
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-10/+12
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* api: Replace ApiPageSet::getGoodTitles where PageIdentity is not usedUmherirrender2022-02-111-3/+4
* api: Inject services into ApiQueryLangLinksUmherirrender2021-07-021-7/+18
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Apply InterlanguageLinkCodeMap in Action APINiklas Laxström2020-10-081-3/+10
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-2/+4
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Use (int) rather than intval()Reedy2019-02-251-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-2/+3
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Make API documentation links language awareBaha2017-04-051-1/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-1/+8
* Convert all array() syntax to []Kunal Mehta2016-02-171-26/+26
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-1/+0
* Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-1/+1
* API: Use message-per-value for apihelp-query+langlinks-param-propumherirrender2015-08-061-1/+2
* 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-37/+16
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+1
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-32/+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 llprop=langname and llprop=autonym for action=query&prop=langlinksumherirrender2014-02-121-1/+23
* Deprecate llurl= in favour of llprop=url for action=query&prop=langlinksumherirrender2014-02-111-6/+31
* Fix CodeSniffer errors and warnings (you guessed it, on API classes)Siebrand Mazeland2013-11-151-1/+2
* Update formatting, return of the API classesSiebrand Mazeland2013-11-141-3/+3
* (bug 45535) Hook for changing language links.daniel2013-04-291-0/+4
* (bug 36400) API: Fix sorting for iwlinks, langlinksBrad Jorsch2013-04-031-8/+5
* Fixed many small spelling mistakes and php docs, var decl.Yuri Astrakhan2013-03-101-1/+1
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* API Cleanup: renamed '_badcontinue'->'badcontinue', one die()Yuri Astrakhan2013-01-141-5/+1
* escape HTML elements in docblock with double quotesAntoine Musso2012-07-151-1/+1
* Use canonical class name ApiBase also in ApiQueryLangLinksPlatonides2012-06-151-1/+1
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+13
* ORDER BY/GROUP BY accept arraysumherirrender2012-05-051-7/+7
* Fixed whitespace in API classesPetr Onderka2012-05-021-2/+2
* (bug 26909) follow up r102947: fix the navigation with 'dir'umherirrender2012-03-301-3/+4
* Re-instate most of the revisions for bug 33147 "API examples should explain w...Sam Reed2011-12-271-2/+1