aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialMyLanguage.php
Commit message (Expand)AuthorAgeFilesLines
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-1/+1
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Merge "Implement RedirectStore service"jenkins-bot2024-06-111-3/+6
|\
| * Implement RedirectStore serviceMáté Szabó2024-06-111-3/+6
* | specials: Improve docs and `@ingroup` tags, fix file headersTimo Tijhof2024-05-151-7/+4
|/
* SpecialMyLanguage: Tweak commentsReedy2023-09-261-6/+8
* Namespace remaining 'specialpage' files under \MediaWiki\SpecialPageJames D. Forrester2023-09-181-1/+1
* Use real type hints for services etc. in specials/ (A-M)Bartosz Dziewoński2023-08-291-5/+2
* Remove $wgLang usage from TitleTim Starling2023-07-111-1/+0
* SpecialMyLanguage: Cleanup and add more commentsWinston Sung2023-06-181-4/+8
* Namespace SpecialM* under \MediaWiki\SpecialsJames D. Forrester2023-05-211-0/+9
* SpecialMyLanguage: Fix base page being ignored from language fallback detectionWinston Sung2023-04-301-5/+7
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* specials: Swap order for Language::equals in Special:MyLanguageUmherirrender2023-01-121-1/+2
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-121-1/+1
* SpecialMyLanguage: Preserve the fragment from the redirect targetFunc2022-09-271-1/+11
* SpecialMyLanguage: Take content language of the base page into accountFunc2022-09-271-4/+4
* SpecialMyLanguage: Add method for finding a Title for transclusionThalia2022-06-221-6/+40
* Introduce `Redirect(Lookup&Store)` services to handle redirectsDerick Alangi2021-12-011-8/+7
* Merge "Inject WikiPageFactory into SpecialMyLanguage"jenkins-bot2020-12-011-2/+9
|\
| * Inject WikiPageFactory into SpecialMyLanguageUmherirrender2020-11-111-2/+9
* | Avoid redirecting Special:MyLanguage when getting a special pageUmherirrender2020-11-131-1/+1
|/
* Inject ContentLanguage into SpecialPage and use itUmherirrender2020-11-021-9/+4
* Inject services into SpecialMyLanguageUmherirrender2020-10-211-7/+21
* Remove usages of deprecated Language methodsPetr Pchelko2020-02-161-2/+3
* Fix using null for a non-nullable argumentDaimona Eaytoy2019-09-191-7/+7
* SpecialMyLanguage: Get content language from serviceFomafix2018-08-031-6/+8
* Support language fallbacks for Special:MyLanguageBryan Davis2017-10-301-4/+29
* SpecialMyLanguage: Use page language instead of wiki language for redirect ta...Florian2016-08-231-1/+1
* SECURITY: Make Special:MyPage and friends fake redirect to prevent info leakcsteipp2015-12-181-0/+11
* specials: Clean up redirect special pages ($subpage can be null)Timo Tijhof2015-04-131-12/+15
* Do not pass null to Title::newFromText in Special:MyLanguageNiklas Laxström2015-04-071-0/+1
* Gracefully handle redirects in SpecialMyLanguageErik Bernhardson2015-02-261-0/+5
* SpecialMyLanguage: Use Config instead of globalsKunal Mehta2014-08-031-2/+1
* Fixed fatal error for invalid codes in Special:MyLanguageAaron Schulz2014-07-301-1/+1
* Cleanup some docs (includes/[s-z])umherirrender2014-07-241-1/+1
* Integrate Special:MyLanguage from the Translate extensionMax Semenik2014-07-221-0/+94