aboutsummaryrefslogtreecommitdiffstats
path: root/includes/collation
Commit message (Expand)AuthorAgeFilesLines
* Use type declaration on undocumented private functionsUmherirrender2025-04-022-2/+2
* collation: Add new collation uppercase-ckb for Central KurdishBrian Wolff2025-03-194-5/+97
* Add uppercase collation for Inari SámiJon Harald Søby2025-03-163-1/+80
* Add "Ё" to first letter list for KazakhJon Harald Søby2025-02-141-1/+1
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-166-18/+1
* Use namespaced classesUmherirrender2024-10-215-0/+6
* collation: Add type declaration for RemoteIcuCollation class propertiesUmherirrender2024-09-011-7/+4
* fix: use objectcachefactory methods instead of deprecated objectcache methodsIrina Balaban2024-05-051-1/+3
* Replace more usages of deprecated MWExceptionDaimona Eaytoy2024-01-191-3/+2
* Replace some more usages of deprecated MWExceptionDaimona Eaytoy2023-06-091-3/+2
* Clean up old ICU version checksKevin Israel2023-01-261-52/+0
* Use str_starts_with/str_ends_with/str_containsUmherirrender2022-12-122-2/+2
* Remove Collation::singleton()/factory()Umherirrender2022-09-301-31/+0
* IcuCollation: Add mappings for versions 70 and 71Reedy2022-08-281-0/+2
* IcuCollation: Fix some typos and a broken link in a commentKevin Israel2022-05-211-9/+9
* IcuCollation: Remove unnecessary rtrim() and unset()Kevin Israel2022-05-211-19/+4
* Use str_starts_with/str_ends_withAryeh Gregor2022-05-021-1/+1
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-262-3/+6
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-211-0/+1
* Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* Merge "Add explicit casts between scalar types"jenkins-bot2022-03-081-1/+1
|\
| * Add explicit casts between scalar typesUmherirrender2022-03-081-1/+1
* | Consistently use `@deprecated since` rather `@deprecated`Reedy2022-03-061-2/+2
|/
* Add explicit casts between scalar typesUmherirrender2022-03-011-1/+1
* Add Ӷ and Ԥ to Abkhaz collationAmir E. Aharoni2022-02-151-0/+2
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-2/+2
* LinksUpdate refactorTim Starling2022-01-041-1/+5
* RemoteIcuCollationTim Starling2021-12-133-0/+134
* IcuCollation cleanupTim Starling2021-12-011-69/+22
* collation: Improve IcuCollation for static code analyzerUmherirrender2021-11-081-2/+3
* Update link targetMeno252021-10-161-2/+2
* Hard deprecate Collation::singleton() and ::factory()Umherirrender2021-10-011-0/+2
* IcuCollation: Add some more icu to unicode version mappingsReedy2021-10-011-0/+2
* collation: Create CollationFactory serviceUmherirrender2021-09-047-92/+223
* Inject services into Collation classesDannyS7122021-07-219-154/+222
* 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