aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/language/listVariants.php
Commit message (Expand)AuthorAgeFilesLines
* maintenance: Use namespaced classesUmherirrender2024-10-211-0/+1
* Exclude boilerplate maintenance code from code coverage reportsDreamy Jazz2024-08-271-0/+4
* Add namespace and deprecation alias to FormatJsonEbrahim Byagowi2024-05-161-0/+2
* maintenance: Begin using `Maintenance::getServiceContainer()`Derick Alangi2023-09-041-2/+1
* maintenance: Replace deprecated Language::(has|get)VariantsUmherirrender2023-01-301-4/+8
* Use array_fill_keys() instead of array_flip() if that reflects the developer'...Tim Starling2021-06-151-1/+1
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+3
* Use $lang->hasVariants() instead of count( $lang->getVariants() ) > 1Fomafix2018-07-111-1/+1
* Use ::class to resolve class names in maintenance scriptsUmherirrender2018-01-231-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-2/+2
* Use addDescription() instead of accessing mDescription directlyMax Semenik2016-01-301-1/+1
* Add a maintenance script to list variants and languages with thenMax Semenik2014-06-041-0/+73