index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
collation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use type declaration on undocumented private functions
Umherirrender
2025-04-02
2
-2
/
+2
*
collation: Add new collation uppercase-ckb for Central Kurdish
Brian Wolff
2025-03-19
4
-5
/
+97
*
Add uppercase collation for Inari Sámi
Jon Harald Søby
2025-03-16
3
-1
/
+80
*
Add "Ё" to first letter list for Kazakh
Jon Harald Søby
2025-02-14
1
-1
/
+1
*
Remove 2-line PHPDocs that just repeat the types from the code
thiemowmde
2025-01-17
1
-4
/
+0
*
Remove trivial 1-line PHPDocs that just repeat the code
thiemowmde
2025-01-16
6
-18
/
+1
*
Use namespaced classes
Umherirrender
2024-10-21
5
-0
/
+6
*
collation: Add type declaration for RemoteIcuCollation class properties
Umherirrender
2024-09-01
1
-7
/
+4
*
fix: use objectcachefactory methods instead of deprecated objectcache methods
Irina Balaban
2024-05-05
1
-1
/
+3
*
Replace more usages of deprecated MWException
Daimona Eaytoy
2024-01-19
1
-3
/
+2
*
Replace some more usages of deprecated MWException
Daimona Eaytoy
2023-06-09
1
-3
/
+2
*
Clean up old ICU version checks
Kevin Israel
2023-01-26
1
-52
/
+0
*
Use str_starts_with/str_ends_with/str_contains
Umherirrender
2022-12-12
2
-2
/
+2
*
Remove Collation::singleton()/factory()
Umherirrender
2022-09-30
1
-31
/
+0
*
IcuCollation: Add mappings for versions 70 and 71
Reedy
2022-08-28
1
-0
/
+2
*
IcuCollation: Fix some typos and a broken link in a comment
Kevin Israel
2022-05-21
1
-9
/
+9
*
IcuCollation: Remove unnecessary rtrim() and unset()
Kevin Israel
2022-05-21
1
-19
/
+4
*
Use str_starts_with/str_ends_with
Aryeh Gregor
2022-05-02
1
-1
/
+1
*
Use MainConfigNames instead of string literals, #4
Aryeh Gregor
2022-04-26
2
-3
/
+6
*
phan: Disable null_casts_as_any_type setting
Umherirrender
2022-03-21
1
-0
/
+1
*
Use updated ObjectFactory namespace
Alexander Vorwerk
2022-03-09
1
-1
/
+1
*
Merge "Add explicit casts between scalar types"
jenkins-bot
2022-03-08
1
-1
/
+1
|
\
|
*
Add explicit casts between scalar types
Umherirrender
2022-03-08
1
-1
/
+1
*
|
Consistently use `@deprecated since` rather `@deprecated`
Reedy
2022-03-06
1
-2
/
+2
|
/
*
Add explicit casts between scalar types
Umherirrender
2022-03-01
1
-1
/
+1
*
Add Ӷ and Ԥ to Abkhaz collation
Amir E. Aharoni
2022-02-15
1
-0
/
+2
*
Refactor global variables to use MediaWikiServices instead
TChin
2022-01-10
1
-2
/
+2
*
LinksUpdate refactor
Tim Starling
2022-01-04
1
-1
/
+5
*
RemoteIcuCollation
Tim Starling
2021-12-13
3
-0
/
+134
*
IcuCollation cleanup
Tim Starling
2021-12-01
1
-69
/
+22
*
collation: Improve IcuCollation for static code analyzer
Umherirrender
2021-11-08
1
-2
/
+3
*
Update link target
Meno25
2021-10-16
1
-2
/
+2
*
Hard deprecate Collation::singleton() and ::factory()
Umherirrender
2021-10-01
1
-0
/
+2
*
IcuCollation: Add some more icu to unicode version mappings
Reedy
2021-10-01
1
-0
/
+2
*
collation: Create CollationFactory service
Umherirrender
2021-09-04
7
-92
/
+223
*
Inject services into Collation classes
DannyS712
2021-07-21
9
-154
/
+222
*
Use static closures where safe to use
Umherirrender
2021-02-11
1
-1
/
+1
*
Deprecate a bunch of global functions
DannyS712
2020-12-18
1
-1
/
+21
*
Remove some checks for extension_loaded( 'intl' )
Reedy
2020-11-29
1
-5
/
+0
*
Use consts in IcuCollation class
Umherirrender
2020-11-21
1
-7
/
+7
*
Language: hard deprecate the `noSeparators` parameter to ::formatNum
C. Scott Ananian
2020-10-21
1
-1
/
+1
*
Document hook names in hook interfaces.
daniel
2020-09-27
1
-0
/
+3
*
Merge "Update stability annotations to follow new stable interface policy"
jenkins-bot
2020-07-13
1
-1
/
+1
|
\
|
*
Update stability annotations to follow new stable interface policy
daniel
2020-07-13
1
-1
/
+1
*
|
Merge "Mark potential abstract classes stable for subclassing"
jenkins-bot
2020-07-13
1
-0
/
+1
|
\
|
|
*
Mark potential abstract classes stable for subclassing
Nikki Nikkhoui
2020-07-11
1
-0
/
+1
*
|
Replace "@stable for implementation" with "@stable to implement"
daniel
2020-07-13
1
-1
/
+1
|
/
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-2
/
+2
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-1
/
+1
*
Fix numerous PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-11
1
-6
/
+1
[next]