aboutsummaryrefslogtreecommitdiffstats
path: root/includes/collation/Collation.php
Commit message (Expand)AuthorAgeFilesLines
* Remove Collation::singleton()/factory()Umherirrender2022-09-301-31/+0
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-1/+3
* Consistently use `@deprecated since` rather `@deprecated`Reedy2022-03-061-2/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+2
* RemoteIcuCollationTim Starling2021-12-131-0/+14
* Hard deprecate Collation::singleton() and ::factory()Umherirrender2021-10-011-0/+2
* collation: Create CollationFactory serviceUmherirrender2021-09-041-60/+3
* Inject services into Collation classesDannyS7122021-07-211-10/+35
* Update stability annotations to follow new stable interface policydaniel2020-07-131-1/+1
* Mark potential abstract classes stable for subclassingNikki Nikkhoui2020-07-111-0/+1
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Add missing public visibility on some methodsUmherirrender2020-05-081-2/+2
* collation: Use `self` to reference same class instead of class nameDerick Alangi2019-03-201-1/+1
* Remove xx-uca-et collation workaroundPikne2018-09-111-2/+0
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-3/+4
* Remove special collation for Northern Samijhsoby2018-08-071-2/+0
* Remove everything related to CollationFaAmir Sarabadani2018-05-181-2/+0
* Add collation for Abkhaz (ab)Bartosz Dziewoński2017-12-251-0/+2
* Add custom collation for Northern Samijhsoby2017-12-071-0/+2
* Add collation for Bashkir (ba)Brian Wolff2017-05-101-0/+2
* Collation: Allow uppercase letters in UCA collations' namesBartosz Dziewoński2017-02-221-1/+1
* Merge "Add CollationFa"jenkins-bot2016-12-151-0/+2
|\
| * Add CollationFaAmir Sarabadani2016-12-151-0/+2
* | Make NumericUppercaseCollation use localized digit transformsBrian Wolff2016-10-291-1/+3
* | Implement NumericUppercaseCollationBartosz Dziewoński2016-08-231-0/+2
|/
* Adding support for numeric collation when using UCA collationsKaldari2016-07-261-0/+2
* Add @since tags to Collation stuffaddshore2016-04-031-2/+12
* Split Collation.phpaddshore2016-04-031-0/+111