aboutsummaryrefslogtreecommitdiffstats
path: root/includes/collation
Commit message (Expand)AuthorAgeFilesLines
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* 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
* Document hook names in hook interfaces.daniel2020-09-271-0/+3
* Merge "Update stability annotations to follow new stable interface policy"jenkins-bot2020-07-131-1/+1
|\
| * Update stability annotations to follow new stable interface policydaniel2020-07-131-1/+1
* | Merge "Mark potential abstract classes stable for subclassing"jenkins-bot2020-07-131-0/+1
|\|
| * Mark potential abstract classes stable for subclassingNikki Nikkhoui2020-07-111-0/+1
* | Replace "@stable for implementation" with "@stable to implement"daniel2020-07-131-1/+1
|/
* Remove terminating line breaks from debug messagesTim Starling2020-06-031-2/+2
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Fix numerous PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-111-6/+1
* Add missing public visibility on some methodsUmherirrender2020-05-082-3/+3
* docs: Hook interface doc comment reviewapaskulin2020-04-211-4/+6
* Automatically generated hook interfacesTim Starling2020-04-201-0/+22
* doxygen: Changed Doxygen tags causing warnings during documentation generationHolger Knust2020-04-142-3/+3
* 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-275-5/+17
* Declare dynamic propertiesDaimona Eaytoy2019-09-141-0/+3
* Remove several methods, deprecated in 1.32Derick Alangi2019-05-091-17/+0
* Collapse some nested if statementsReedy2019-04-041-9/+7
* collation: Use `self` to reference same class instead of class nameDerick Alangi2019-03-201-1/+1
* Make uca-tr use I as uppercase of dotless ı instead of reverseBrian Wolff2019-02-201-1/+2
* collation: Fix non-canonical order of elementsDerick Alangi2019-01-111-1/+1
* 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-113-63/+1
* Merge "collation: Move first-letters-root to includes/collation/data"jenkins-bot2018-08-142-6/+14759
|\
| * collation: Move first-letters-root to includes/collation/dataTimo Tijhof2018-08-012-6/+14759
* | Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-113-7/+9
* | Remove special collation for Northern Samijhsoby2018-08-072-85/+0
|/
* 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
|/
* Remove everything related to CollationFaAmir Sarabadani2018-05-182-62/+0
* IcuCollation: Use codepoint as tiebreaker when getting first-lettersBartosz Dziewoński2018-05-111-3/+11
* Merge "Add collation for Abkhaz (ab)"jenkins-bot2018-01-233-15/+121
|\
| * Add collation for Abkhaz (ab)Bartosz Dziewoński2017-12-253-15/+121
* | Improve some parameter docsUmherirrender2018-01-071-1/+0
|/
* Add custom collation for Northern Samijhsoby2017-12-072-0/+85
* Add Unicode to ICU mappings for versions 58 and 59Reedy2017-10-251-0/+2
* Fix typo in 'language'Umherirrender2017-10-071-1/+1
* Improve some parameter docsUmherirrender2017-09-101-0/+8