aboutsummaryrefslogtreecommitdiffstats
path: root/languages/Language.php
Commit message (Expand)AuthorAgeFilesLines
* Remove old "bulletin board style toolbar" from coreJames D. Forrester2018-10-251-16/+0
* Make Language::hasVariant() more strictC. Scott Ananian2018-10-231-2/+5
* Deprecate Language::setCode as public methodFomafix2018-10-021-0/+1
* Language: Don't return aliases to namespaces that don't existBrad Jorsch2018-10-021-0/+8
* Define which languages explicitly fallback to 'en'Ed Sanders2018-09-191-5/+31
* Merge "Introduce constants for fetchLanguageName(s)"jenkins-bot2018-09-131-15/+42
|\
| * Introduce constants for fetchLanguageName(s)Niklas Laxström2018-09-051-15/+42
* | Add taint annotation and warnings to Language::convert() et alBrian Wolff2018-09-011-0/+5
* | Document expected input and return value for Language::convert()Kunal Mehta2018-08-291-2/+2
* | languages: Add coverage for 'ar' and 'ml' normalize()Timo Tijhof2018-08-141-1/+1
* | Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-2/+2
* | Automatically reset namespace caches when neededAryeh Gregor2018-08-011-0/+18
* | Language::listToText: Avoid PHP warnings from E_STRICTMark A. Hershberger2018-07-191-16/+10
* | Merge "Hard deprecate Language::truncate()"jenkins-bot2018-07-131-0/+1
|\ \
| * | Hard deprecate Language::truncate()C. Scott Ananian2018-07-091-0/+1
* | | Merge "Fix the bug for dates between 1912 and 1941 in Thai language"jenkins-bot2018-07-101-0/+8
|\ \ \
| * | | Fix the bug for dates between 1912 and 1941 in Thai languagesuperyetkin2018-05-121-0/+8
* | | | Merge "Language: compare on same object in equals()"jenkins-bot2018-07-101-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Language: compare on same object in equals()Fomafix2018-07-101-1/+1
| | |/ | |/|
* | | Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* | | Prevent fatal error when {{#translation:}} is placed on subpage named codeNiklas Laxström2018-07-021-1/+2
|/ /
* | Hard deprecate a trio of functions from Language.phpC. Scott Ananian2018-06-131-0/+3
* | Deprecate Language::markNoConversion, which confuses readersC. Scott Ananian2018-06-131-1/+6
* | Follow-up 23cfebd3d25: Hard-deprecate LanguageGetMagic hookJames D. Forrester2018-06-121-1/+1
* | Follow-up 23cfebd3d25: Hard-deprecate LanguageGetSpecialPageAliases hookJames D. Forrester2018-06-121-1/+1
* | Resolve required parameter after optional in languageErik Bernhardson2018-06-081-2/+2
* | Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literalsBartosz Dziewoński2018-06-041-19/+19
* | Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenientBartosz Dziewoński2018-05-301-8/+6
* | Merge "languages: Use static array files for normalizer data"jenkins-bot2018-05-251-7/+5
|\ \
| * | languages: Use static array files for normalizer dataTimo Tijhof2018-05-221-7/+5
* | | Avoid sorting the language array twiceFomafix2018-05-221-2/+2
|/ /
* | Replace HTTP by HTTPSFomafix2018-05-221-3/+3
* | Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errorsKunal Mehta2018-05-191-5/+5
|/
* Add varianttitles parameter to API query prop=infoMichael Holloway2018-04-091-4/+18
* Fix return type for html stringsUmherirrender2018-04-061-1/+1
* Merge "Truncate tag filter descriptions"jenkins-bot2018-02-211-13/+91
|\
| * Truncate tag filter descriptionspetarpetkovic2018-02-091-13/+91
* | Update suppressWarning()/restoreWarning() callsReedy2018-02-101-4/+4
|/
* Performance: Shortcut Language::truncate if there's no need to truncateJesús Martínez Novo2018-01-121-3/+4
* Generalize non-digit-grouping of four-digit numbersBartosz Dziewoński2018-01-021-1/+21
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-011-4/+2
* Require indentation of CASE statements in PHP codeHuji Lee2017-12-101-12/+12
* Always return a string from Language::formatNum()Sam Wilson2017-12-071-1/+1
* Language: Update git.wikimedia.org URLs to point to PhabricatorZach2017-11-051-1/+1
* Add missing @throws documentation to Language::factoryThiemo Mättig2017-10-231-0/+1
* Refactor global function wfBCP47 to static function LanguageCode::bcp47Fomafix2017-10-051-1/+1
* Use short type bool/int in param documentationUmherirrender2017-08-201-2/+2
* Merge "Add missing type to @param documentation"jenkins-bot2017-08-111-1/+1
|\
| * Add missing type to @param documentationUmherirrender2017-08-111-1/+1
* | update mediawiki-codesniffer to 0.11.0 and fix issuesWMDE-Fisch2017-08-111-5/+5
|/