aboutsummaryrefslogtreecommitdiffstats
path: root/languages/classes
Commit message (Expand)AuthorAgeFilesLines
* build: Bump mediawiki-codesniffer to 31.0.0Daimona Eaytoy2020-05-303-0/+3
* Add localisation for "infinity" to languages/classes/LanguageFi.php4shadoww2020-04-021-2/+3
* Reduce usage of the Language classArtBaltai2020-03-032-2/+4
* Remove $wgFixArabicUnicode and $wgFixMalayalamUnicodeDannyS7122020-02-212-12/+2
* languages: Move Converter and tests to respective filesPeter Ovchyn2020-02-0311-1815/+1
* languages: Introduce LanguageConverterFactoryPeter Ovchyn2020-02-0311-258/+166
* Set method visibility on languages classesUmherirrender2019-12-097-9/+9
* Set method visibility on languages classesUmherirrender2019-11-1718-38/+38
* Add public visibility to some language functionUmherirrender2019-10-3124-30/+30
* LanguageFactory to replace Language::factory()Aryeh Gregor2019-10-2311-44/+23
* Update LanguageTrTest::testDottedAndDotlessI for PHP 7.3Santhosh Thottingal2019-07-231-6/+20
* Fix param type of search terms in search related classesUmherirrender2019-06-141-2/+2
* Make use of the list() feature where it makes senseThiemo Kreuz2019-03-241-10/+4
* Use short assignment operator in PHPFomafix2019-03-072-148/+148
* Remove useless continue at end of loopFomafix2018-12-092-8/+0
* Remove duplicate keys from arraysJakub Vrana2018-11-263-4/+3
* Fix indenting and newlinesFomafix2018-11-074-22/+30
* Merge "Deprecate $wgFixArabicUnicode / $wgFixMalayalamUnicode"jenkins-bot2018-10-222-0/+4
|\
| * Deprecate $wgFixArabicUnicode / $wgFixMalayalamUnicodeC. Scott Ananian2018-10-212-0/+4
* | Replace http://be-x-old. by https://be-tarask.Fomafix2018-10-201-1/+1
|/
* Write Latin and other scripts with captial letterFomafix2018-10-052-4/+4
* Use Unicode notation (U+XXXX) instead of HTML notation (&#xXXXX;) in commentsFomafix2018-10-012-36/+36
* build: Updating mediawiki/mediawiki-codesniffer to 22.0.0Umherirrender2018-09-161-3/+0
* languages: Add coverage for 'ar' and 'ml' normalize()Timo Tijhof2018-08-142-2/+2
* Add type hint Language where possibleFomafix2018-08-124-4/+4
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
* Remove PageContentSaveComplete hook subscriber that won't work..Reedy2018-06-211-2/+1
* Reduce indenting, remove else conditionsReedy2018-06-211-20/+20
* Merge "languages: Use static array files for normalizer data"jenkins-bot2018-05-252-2/+2
|\
| * languages: Use static array files for normalizer dataTimo Tijhof2018-05-222-2/+2
* | Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-231-2/+2
|/
* Merge "Minor fixes to CRH language conversion."jenkins-bot2018-05-221-1/+1
|\
| * Minor fixes to CRH language conversion.C. Scott Ananian2018-05-121-1/+1
* | Autofix MediaWiki.Commenting.FunctionComment.SpacingDoc* errorsKunal Mehta2018-05-191-13/+13
|/
* CRH Transliteration Pattern Matching Fixestjones2018-04-271-57/+50
* LanguageConverter tweaks to Pig Latin converterC. Scott Ananian2018-04-011-2/+2
* Make LanguageConverter roman-numeral cases consistentC. Scott Ananian2018-04-013-3/+6
* Fix table loading bug for CRH transliterationtjones2018-02-261-7/+22
* Generalize non-digit-grouping of four-digit numbersBartosz DziewoƄski2018-01-0213-390/+1
* build: Updating mediawiki/mediawiki-codesniffer to 15.0.0Umherirrender2018-01-014-8/+4
* Require indentation of CASE statements in PHP codeHuji Lee2017-12-102-83/+83
* A few doc comment fixupsTim Starling2017-12-042-2/+5
* Crimean Tatar Transliterationtjones2017-11-201-0/+296
* Merge "Add missing type to @param documentation"jenkins-bot2017-08-111-2/+2
|\
| * Add missing type to @param documentationUmherirrender2017-08-111-2/+2
* | update mediawiki-codesniffer to 0.11.0 and fix issuesWMDE-Fisch2017-08-112-2/+2
|/
* Remove empty lines at begin of function, if, foreach, switchUmherirrender2017-07-015-6/+0
* New language variant 'en-x-piglatin' for easier variant testingLiangent2017-06-121-0/+85
* Check for string initialization in lcfirst() for HHVM 3.18Antoine Musso2017-03-241-1/+1
* Check for string initialization in ucfirst() to make HHVM 3.18 happyAndre Klapper2017-03-222-2/+2