Link trail is copied from Slovak, because
the necessary extra letters are the same, as can
be seen in the textbook "Amari romaňi čhib"
by Eva Gašparová and Ingrid Lukáčová
(Štátny pedagogický ústav Bratislava 2016)
https://www.statpedu.sk/files/sk/metodicky-portal/metodicke-podnety/amari_romani_chib.pdf
Fallback and namespaces will be added later
if needed.
Bug: T284044
Change-Id: Ide5170432fb2c456ff863c4ea34e3183547e2d63
This reverts commit ecf826a2ee.
Reason for revert: need to edit the patch and then it will be GTG in order to finish hard deprecating of User ::getCanonicalName, ::isUsableName, ::isCreatableName
Change-Id: I2f57f56728fcbeada96dc2228f07dc8bcaa5d4f6
Also change the spelling in MessageLmo.php.
Follow-up to
I00ee11c23b1e688b01d7465225003f0f045985bf
Bug: T283423
Change-Id: I44b33b49ce6392edaba95d68a6cdb3865a5e5eed
RepoGroup::singleton(), ::destroySingletons() and ::setSingleton()
are all deprecated since 1.34.
Bug: T249020
Change-Id: Ie6c7db6331681ec96da646f945958ed8675e6b78
This commit was reverted before cause it has changed the initialization order
and broke FlaggedRevs. Now FlaggedRevs issue was addressed, so we can apply
it back.
Bug: T254838
Change-Id: Id29024caf06fcd0d7d4e039aea8142e8131d47a7
Register whatwg-fetch (by GitHub) as fetch polyfill to MediaWiki core,
with a skip function. This adds fetch() support for Safari 6.1+ and
IE 10+. The polyfill depends on Promise being defined first.
Bug: T260198
Change-Id: I610da8abd6334de965f9c763462b563822788eb2
Contributed by Nimusenge Priscille, and verified by myself
with the Iriza Kinyarwanda Engish And English Kinyarwanda Dictionary.
Bug: T283422
Change-Id: Idfe383e2b5b6afdf205056eade3f9dfc82ddbf39
Basic handler for JPEG2000 files. Both jp2 and jpx are supported by
php's image functions.
No support for:
- metadata
- lossy vs lossless thumbnail
- bucketing
- thumbor
Bug: T161934
Change-Id: I1a72d4dfb034f3ae24661db515cf03b35ec18fa2
This option has been dysfunctional since at least MW 1.32: with
the option set, no tables would be cloned, and all tests trying to
access the database would fail.
Apparently the option was originally introduced to improve speed
when testing against a Oracle database backend in
5933586266.
Since nobody complained about the option being broken,
and we no longer support Oracle, it should just be removed.
Bug: T283146
Change-Id: I7d7f10b2c863ab92279c7817893086ad50e6ac4d
The global function wfFindFile() is deprecated since 1.34 and unused.
This patch now makes it emit deprecation warnings.
Depends-On: Idbb4762ee3097884eee234633fecf2e363cbdcd4
Change-Id: I419310f8507f3a8a1d8cf385ca51954623a8d814
The global function wfLocalFile() is deprecated since 1.34 and unused.
This patch now makes it emit deprecation warnings.
Change-Id: Ib9f94b4f49e7720bd4455d019995037eaa4e3980
And write release notes for all changes so far.
Note: This should be announced to wikitech-l after merging.
Bug: T90875
Change-Id: I597ed2b5666f4214173609f7e77e23dbc4fd81ae
ContentHandler::getContentText() was introduced as a migration
helper and is mostly pointless now. Thus it should be deprecated
and later removed. This patch softs deprecates that method.
This patch also deprecates the corresponding setting
$wgContentHandlerTextFallback.
Bug: T268041
Change-Id: I7d477935a16316996c4f52a3d6466029745817b4