aboutsummaryrefslogtreecommitdiffstats
path: root/includes/collation/IcuCollation.php
Commit message (Expand)AuthorAgeFilesLines
* Deprecate a bunch of global functionsDannyS7122020-12-181-1/+21
* Remove some checks for extension_loaded( 'intl' )Reedy2020-11-291-5/+0
* Use consts in IcuCollation classUmherirrender2020-11-211-7/+7
* Language: hard deprecate the `noSeparators` parameter to ::formatNumC. Scott Ananian2020-10-211-1/+1
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-111-6/+1
* Add missing public visibility on some methodsUmherirrender2020-05-081-1/+1
* collation: Add 64-67 ICU->Unicode mappingsReedy2020-03-211-0/+4
* Avoid PHP scalar type juggling in includes/ (part 2)Daimona Eaytoy2019-12-301-1/+1
* Remove Language::factory and getParentLanguage useAryeh Gregor2019-10-271-1/+4
* Remove several methods, deprecated in 1.32Derick Alangi2019-05-091-17/+0
* Collapse some nested if statementsReedy2019-04-041-9/+7
* Make uca-tr use I as uppercase of dotless ı instead of reverseBrian Wolff2019-02-201-1/+2
* Add ICU mapping for versions 62 and 63Reedy2018-10-181-0/+2
* Write Latin and other scripts with captial letterFomafix2018-10-051-2/+2
* Remove xx-uca-et collation workaroundPikne2018-09-111-1/+1
* collation: Move first-letters-root to includes/collation/dataTimo Tijhof2018-08-011-6/+12
* Use PHP 7 '??' operator instead of if-then-elseFomafix2018-06-121-5/+1
* Use PHP 7 "\u{NNNN}" Unicode codepoint escapes in string literalsBartosz Dziewoński2018-06-041-18/+18
* Use PHP 7 '<=>' operator in 'sort()' callbacksBartosz Dziewoński2018-05-301-2/+1
* Follow-up If8dfdaf1: Hard-deprecate, drop two uses, other pre-5.3 back-compat...James D. Forrester2018-05-241-0/+1
* Merge "Add unicode mapping for ICU 60 and 61"jenkins-bot2018-05-241-0/+2
|\
| * Add unicode mapping for ICU 60 and 61Reedy2018-05-241-0/+2
* | IcuCollation: Deprecate getICUVersion(), no need for PHP53 back-compatJames D. Forrester2018-05-241-10/+6
|/
* IcuCollation: Use codepoint as tiebreaker when getting first-lettersBartosz Dziewoński2018-05-111-3/+11
* Improve some parameter docsUmherirrender2018-01-071-1/+0
* Add Unicode to ICU mappings for versions 58 and 59Reedy2017-10-251-0/+2
* Improve some parameter docsUmherirrender2017-09-101-0/+8
* Use short type bool/int in param documentationUmherirrender2017-08-201-1/+1
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-1/+1
* IcuCollation: Fix diacritic characters for Aromanian (rup) and Moldovan (mo) ...Bartosz Dziewoński2017-07-191-2/+2
* Update FIRST_LETTER_VERSION for rowiki changesBrian Wolff2017-07-191-1/+1
* IcuCollation: Fix diacritic characters for Romanian (ro) headingsBartosz Dziewoński2017-07-191-1/+1
* Clean up remaining get_class() usesTimo Tijhof2017-03-071-1/+1
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-2/+6
* IcuCollation: Add the current class name to 'first-letters' cache keyBartosz Dziewoński2016-12-151-0/+1
* Add first letter data for bn collation (Standard and Traditional)Brian Wolff2016-11-151-0/+6
* IcuCollation: Do not split $tailoringFirstLetters into verified/not verifiedBartosz Dziewoński2016-10-311-51/+48
* Add firstLetter data for ~50 additional languagesBrian Wolff2016-10-291-15/+73
* IcuCollation: Update comments on $tailoringFirstLettersBartosz Dziewoński2016-09-221-15/+15
* Updating $tailoringFirstLetters for MacedonianKaldari2016-08-081-1/+1
* Adding support for numeric collation when using UCA collationsKaldari2016-07-261-2/+28
* Merge "Add Unicode to ICU mappings for versions 51-57"jenkins-bot2016-07-211-0/+7
|\
| * Add Unicode to ICU mappings for versions 51-57Reedy2016-07-201-0/+7
* | Do not collate "ا" and "و" in Persian language for category sortAmir Sarabadani2016-07-201-1/+8
|/
* Merge "Add support for icu-ta collation"jenkins-bot2016-05-301-0/+5
|\
| * Add support for icu-ta collationBrian Wolff2016-05-251-0/+5
* | collation: Remove suppressWarnings() for getSortKey()Ori Livneh2016-05-261-11/+2
|/
* collation: Refactor getFirstLetterData() cache handlingTimo Tijhof2016-05-091-36/+24
* Cache first-letter data in APC, if availableOri Livneh2016-04-111-2/+2