Commit graph

7031 commits

Author SHA1 Message Date
Translation updater bot 6bae4af694 Localisation updates from https://translatewiki.net.
Change-Id: Ie7af9f4532b3767e92778a3538d9b392e52baa1c
2024-04-02 09:21:22 +02:00
Umherirrender 297ed70cb2 Replace isset() with null check in DiscussionParser
Found usage of isset() on expression self::$diffParser that appears to
be always set. isset() should only be used to suppress errors. Check
whether the expression is null instead.
See https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#isset

Change-Id: Iaaad420ad05b8352f8a7f162c746591749c8b3e9
2024-04-01 13:37:27 +02:00
Translation updater bot ced572b369 Localisation updates from https://translatewiki.net.
Change-Id: If449ea973b55a75e6419745b0c861ab50ecb6466
2024-04-01 09:22:34 +02:00
Translation updater bot c342de286e Localisation updates from https://translatewiki.net.
Change-Id: Iad197b4d94d1e6267864a69afe2fef8a2b6566fc
2024-03-29 08:46:40 +01:00
Translation updater bot e5983ee1a3 Localisation updates from https://translatewiki.net.
Change-Id: I3b82c93d2a492dab1d6ac08bd4c72a20237051b1
2024-03-26 08:19:32 +01:00
Translation updater bot 80430a0096 Localisation updates from https://translatewiki.net.
Change-Id: I1e08c0040626341eb6559206aedd6d61ffc65b8d
2024-03-25 08:35:50 +01:00
Translation updater bot c46d9a8ac0 Localisation updates from https://translatewiki.net.
Change-Id: Ibecaaf870bf7a4a0c629102e0120af3695d03952
2024-03-22 08:44:14 +01:00
Translation updater bot 033aaa39a5 Localisation updates from https://translatewiki.net.
Change-Id: I43ec617fa284a449a7f4eaab27266eefa423c36d
2024-03-21 08:55:03 +01:00
Translation updater bot ea97f7b987 Localisation updates from https://translatewiki.net.
Change-Id: I86f3f153ba7dc707c69b6cb38ede5bb7fecc3035
2024-03-20 08:23:32 +01:00
Translation updater bot 0f462243f4 Localisation updates from https://translatewiki.net.
Change-Id: Ibd3533d83a1153b4d4c0c2d781d2696e6c2d1adb
2024-03-19 08:24:57 +01:00
jenkins-bot fda5f7daa6 Merge "Inject service RevisionStore into RevisionLocalCache" 2024-03-18 09:06:16 +00:00
Translation updater bot e52e1f7587 Localisation updates from https://translatewiki.net.
Change-Id: I781f58fc1c9fe46b69207991f58b0ecc42d763a7
2024-03-18 08:30:51 +01:00
jenkins-bot 817dd42561 Merge "Inject service LinkBatchFactory into ApiEchoMute" 2024-03-17 22:39:16 +00:00
Fomafix 5595193eb3 Inject services into TitleLocalCache
Change-Id: Ib1259484436591dd30b29651ccca474c0ce16d13
2024-03-17 21:22:00 +00:00
Fomafix 98feb3f3fd Inject service RevisionStore into RevisionLocalCache
Change-Id: I4945d582138af4500f8c6929ca0c97d05f10377e
2024-03-17 20:15:51 +00:00
Fomafix 73bd6e8ef1 Inject service LinkBatchFactory into ApiEchoMute
Change-Id: I98c1d2f6b1aa04eb64cef299a6aca475658bdd74
2024-03-17 19:13:44 +00:00
jenkins-bot 2dd93768c5 Merge "Style fixes to ApiEchoMute" 2024-03-15 08:16:37 +00:00
Translation updater bot 6d814c4c6c Localisation updates from https://translatewiki.net.
Change-Id: I717b4a36c1e10d904147acc4827d7e26d77b069d
2024-03-15 08:33:22 +01:00
Gergő Tisza c6accbeff0 Style fixes to ApiEchoMute
Change-Id: Ic70095d44282b19fb10239c6e579acbbeccae5bd
2024-03-15 00:36:43 +00:00
Reedy 2b58f29d8c Fix casing of MediaWiki
Change-Id: If581a54ac1025bb13ff8fce5e8f64b92c71de986
2024-03-12 15:25:19 +00:00
Translation updater bot e42ce1da5f Localisation updates from https://translatewiki.net.
Change-Id: I913c6b2e5fd416ac2be18be9810d23a729ece095
2024-03-11 08:26:49 +01:00
Umherirrender d60c797629 build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0
Change-Id: Ie03e1cdbf7f3a18c4e02e08fbd81c148f7da4d5a
2024-03-10 19:22:36 +01:00
Ed Sanders 2cac61da34 Move var declarations inline
Change-Id: I8734c30880bcb416a4945f6653555dc1189e7733
2024-03-05 22:39:09 +00:00
Ed Sanders 1b5116d668 Use native URL API, instead of deprecated mw.Uri
Change-Id: Ia6bf82de647eb051f2719c13ceff5a2b07a3721f
2024-03-05 22:08:59 +00:00
Translation updater bot f5ebd41ec9 Localisation updates from https://translatewiki.net.
Change-Id: I9da22fb5018dd048361fb06e79df3483374428be
2024-03-04 08:23:17 +01:00
jenkins-bot 1789715929 Merge "Stop inserting new user_properties rows on signup" 2024-02-29 15:31:50 +00:00
Translation updater bot 4ca1d30110 Localisation updates from https://translatewiki.net.
Change-Id: If686d672b48a7d578a86e8b67d6cc558107189aa
2024-02-29 08:35:54 +01:00
Translation updater bot a5e8f738ba Localisation updates from https://translatewiki.net.
Change-Id: I20806b479a67a6471e4d540c749fe96f62ea3be6
2024-02-28 08:14:12 +01:00
Martin Urbanec 9daf86b662 Stop inserting new user_properties rows on signup
This starts using conditional user defaults, which were
already deployed to WMF production config.

Bug: T353225
Change-Id: I93c6efc40d1ef6c46d8711fc5a4161e5d8f683e3
2024-02-26 15:09:02 +00:00
Translation updater bot da7ecaf1dd Localisation updates from https://translatewiki.net.
Change-Id: I0cd767c107793a5c138a5e2885c1982485cb9d6a
2024-02-26 08:35:56 +01:00
Translation updater bot 9ca25b1316 Localisation updates from https://translatewiki.net.
Change-Id: I3df50bbd303decc60caa7eefc20bed54dde2a473
2024-02-23 08:44:18 +01:00
Jan Drewniak 7f23c77614 Support night mode in Minerva with .skin-invert class
Adds support for the night-mode theme in Minerva by
adding the `.skin-invert` class to the mobile overlay content.

Bug: T356425
Change-Id: I5ccb486d7af798a9e3da83c28246dafb49b72443
2024-02-22 14:02:43 -05:00
Translation updater bot 1910aeacf1 Localisation updates from https://translatewiki.net.
Change-Id: I7fb408a43aa6752c11c6d17c4dedfdd8431194d2
2024-02-22 08:43:28 +01:00
Translation updater bot 4da1d366ab Localisation updates from https://translatewiki.net.
Change-Id: Icd1e27c27f202059172fb698b2af40855b96ad3b
2024-02-21 08:35:33 +01:00
Translation updater bot b1096eb76e Localisation updates from https://translatewiki.net.
Change-Id: I39896c7ad26574fc5d777a07d1690be005a657b3
2024-02-19 08:40:07 +01:00
jenkins-bot 3c4218d871 Merge "UserLocator: replace deprecated usage of wfGetDB" 2024-02-15 15:26:51 +00:00
Translation updater bot 8b15246bff Localisation updates from https://translatewiki.net.
Change-Id: I0610cec645fd47a1d97ed602c058e2715f92bd55
2024-02-15 13:28:05 +01:00
jenkins-bot b0d1a454fe Merge "build: Updating dependencies" 2024-02-14 17:15:45 +00:00
Sergio Gimeno 6db95fa229 UserLocator: replace deprecated usage of wfGetDB
Follow-up: I863dc67e3196ea20c4f6145c5d3bb68b445b5195
Bug: T330641
Change-Id: Ifa2a0a21157ddd08622b25b08c3d33d915798d85
2024-02-14 17:56:27 +01:00
James D. Forrester f20ebbd77f Replace wfGetDB() with ICP getReplicaDatabase()
Bug: T330641
Change-Id: I6a96d8b7a99f4832d5c68134fba12ad93b4da86b
2024-02-14 11:09:34 -05:00
libraryupgrader 5e30e6cda9 build: Updating dependencies
composer:
* mediawiki/mediawiki-phan-config: 0.12.1 → 0.14.0

npm:
* postcss: 8.4.28 → 8.4.35
  * https://github.com/advisories/GHSA-7fh5-64p2-3v2j
* semver: 5.7.1, 7.5.4 → 5.7.2, 7.5.4
  * https://github.com/advisories/GHSA-c2qf-rxjj-qqgw

Change-Id: I7cb9f94d14abb512228f2a70cd1e978f849c03b5
2024-02-14 07:34:28 -05:00
Translation updater bot 184dc0625c Localisation updates from https://translatewiki.net.
Change-Id: I04d41e227e6028b377d398503007170e1af915cd
2024-02-14 08:18:42 +01:00
Sergio Gimeno 152db8a06f Replace deprecated usage of wfGetDB
Bug: T330641
Change-Id: I863dc67e3196ea20c4f6145c5d3bb68b445b5195
2024-02-13 20:22:33 +01:00
Translation updater bot 15895ad922 Localisation updates from https://translatewiki.net.
Change-Id: I02680904ff5dd0e43fe6047bc9cf18b5087ddda1
2024-02-12 14:49:27 +01:00
Translation updater bot f690b1f5fa Localisation updates from https://translatewiki.net.
Change-Id: Ia7c0a2771a4c4252b7bf186bd6811b345535f083
2024-02-08 09:15:04 +01:00
Translation updater bot 01e59278bc Localisation updates from https://translatewiki.net.
Change-Id: I91806125a2f3ee1bc9cd969a11f4b39c12a314d0
2024-02-05 08:49:37 +01:00
Bartosz Dziewoński b0da8ddee6 maintenance: Replace unnecessary uses of LBFactory::waitForReplication()
Change-Id: If464548416d5aa4c7aefdc24055f6ad1fdb26acf
2024-02-03 02:52:49 +01:00
Translation updater bot 9135191259 Localisation updates from https://translatewiki.net.
Change-Id: I448cf2b3376557b61a0ee24f749b175b35d00a5e
2024-02-01 09:01:41 +01:00
Translation updater bot fa08c5a5e4 Localisation updates from https://translatewiki.net.
Change-Id: If2cf6aef5e04f5ae3774f32c4e68fb9f924f66bf
2024-01-30 09:38:58 +01:00
Translation updater bot c6d17f7793 Localisation updates from https://translatewiki.net.
Change-Id: I046d4867e986d62c1f71cab2e0b926d78d0c48eb
2024-01-28 16:06:24 +01:00