aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiSetPageLanguage.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* 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/+6
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-1/+5
* Namespace SpecialP* under \MediaWiki\SpecialsJames D. Forrester2023-09-131-0/+1
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-5/+2
* api: Switch to use IConnectionProviderAmir Sarabadani2023-04-241-7/+7
* Do minor code cleanupMatěj Suchánek2022-06-241-2/+0
* api: Replace numerous deprecated constantsReedy2022-06-061-5/+6
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+3
* Use LanguageNameUtils constants instead of stringsAlexander Vorwerk2021-12-051-1/+4
* api: Inject services into ApiSetPageLanguageUmherirrender2021-06-291-5/+29
* Use the edited page's title for magic words in action=edit error messagesBartosz Dziewoński2021-05-211-1/+2
* Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-1/+5
* Simplify PHP by using ?? and ?:Fomafix2018-07-101-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
* Remove execute bits from non-executable filesBrad Jorsch2017-06-221-0/+0
* API: Split description messages into summary + additional textBrad Jorsch2017-06-151-3/+3
* Make API documentation links language awareBaha2017-04-051-1/+1
* Add a reason field to both Special:PageLanguage and ApiSetPageLanguageMtDu2017-01-061-0/+2
* Add API action to set the language of a pageMtDu2017-01-051-0/+147