Translation updater bot
5b9ce0bc46
Localisation updates from https://translatewiki.net .
...
Change-Id: I83518f2561cc79149dea769aa61cee2d0539afdc
2023-12-18 18:17:08 +01:00
Translation updater bot
c7fa1a4c09
Localisation updates from https://translatewiki.net .
...
Change-Id: I5664b0d33729b0e0024387d1cf95c39192f3eb3b
2023-12-14 08:27:26 +01:00
Umherirrender
9c94786dea
tests: Use TestingAccessWrapper::newFromClass in DiscussionParserTest
...
Currently using ReflectionProperty::setValue(), which is deprecated for
static values in php8.3
Change-Id: If53b7ae9d58e8e5d6eb95f6fff07038b9c1bdd42
2023-12-13 20:43:18 +01:00
Martin Urbanec
1e7c1ae8e4
Hooks: Remove override for email reverted
...
This override is not actually overriding anything,
as we default to false for most email notifications,
including reverted. This just confused me for some time,
so removing the line to avoid that re-happening.
Bug: T353225
Change-Id: Iccd28d61c6fec860ceeb3527827089a65bf17ff8
2023-12-13 11:47:51 +01:00
Translation updater bot
b985b7357b
Localisation updates from https://translatewiki.net .
...
Change-Id: I6543bafe9746a851976efd66bb8333cc74774e45
2023-12-13 08:40:49 +01:00
Umherirrender
a0ca1d89c6
Use namespaced classes
...
Changes to the use statements done automatically via script
Addition of missing use statements done manually
Change-Id: Iad87245bf8082193be72f7e482f29e9f1bad11fc
2023-12-11 16:39:00 +01:00
Translation updater bot
8a4eecac0c
Localisation updates from https://translatewiki.net .
...
Change-Id: I9f18eb6de42a0fde9d64f57e5822591d7e322b20
2023-12-11 10:43:06 +01:00
Translation updater bot
268443c321
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic29fa24663da34253006c1fc497c9dc59d322bd8
2023-12-08 14:45:23 +01:00
Translation updater bot
dbc03d9756
Localisation updates from https://translatewiki.net .
...
Change-Id: I829b319a734c6362bf5216cfaee89cf4fa45d504
2023-12-06 09:59:04 +01:00
Translation updater bot
a458dad3b7
Localisation updates from https://translatewiki.net .
...
Change-Id: I1b093fe1371f80fd01fe42a1bcedc47041f4b7bd
2023-12-05 09:14:37 +01:00
Translation updater bot
5ab5a5be15
Localisation updates from https://translatewiki.net .
...
Change-Id: I6fd6394a920b4084751aa772c63bbcd3e52688dc
2023-12-04 09:04:01 +01:00
Translation updater bot
d1cb11f005
Localisation updates from https://translatewiki.net .
...
Change-Id: I5307f5c45138d951762729b998fd6dc8b07b810e
2023-12-01 09:39:18 +01:00
Translation updater bot
fa3346b860
Localisation updates from https://translatewiki.net .
...
Change-Id: I6549a37674d0c218969b0fc7e894d3c4fdc02094
2023-11-30 09:37:53 +01:00
gerritbot
2560aa4b7f
Update UserOptionsLookup's FQN
...
User-options related classes are being moved to the MediaWiki\User\Options namespace in MediaWiki Core; reflect that change here.
Bug: T352284
Depends-On: I9822eb1553870b876d0b8a927e4e86c27d83bd52
Change-Id: Ic3e56c6e2ec606bbecbd630d8ad96d111cab24d3
2023-11-29 15:34:02 +00:00
gerritbot
51760eefcc
Update UserOptionsManager's FQN
...
User-options related classes are being moved to
the MediaWiki\User\Options namespace in MediaWiki Core;
reflect that change here.
Bug: T352284
Depends-On: I9822eb1553870b876d0b8a927e4e86c27d83bd52
Change-Id: Iddefd90b03a4751fce3f44e9fa0086082b21ae93
2023-11-29 12:55:39 +00:00
Translation updater bot
f67e67ade6
Localisation updates from https://translatewiki.net .
...
Change-Id: I07e6163818e147a27cc9230f0ef209a79e76b15d
2023-11-29 08:30:58 +01:00
jenkins-bot
70051070e4
Merge "Simplify notification widget border styles"
2023-11-28 23:19:44 +00:00
jenkins-bot
cf9ba679be
Merge "Fix deprecated code paths"
2023-11-27 12:58:08 +00:00
Translation updater bot
12a6357220
Localisation updates from https://translatewiki.net .
...
Change-Id: I9b5f06f7071a5ab6689dc2c668147c46834c795d
2023-11-27 08:32:14 +01:00
Daimona Eaytoy
164b3b9148
Update tests for PHPUnit 9.6
...
- Avoid withConsecutive()
Bug: T342110
Change-Id: I1c68e9b259039d58b468f25ed2e6fd0f73d70776
2023-11-21 23:55:06 +01:00
Translation updater bot
ecac78acea
Localisation updates from https://translatewiki.net .
...
Change-Id: I781c5037292a846f7992c4c37f9a74497b57ab94
2023-11-20 08:51:18 +01:00
jenkins-bot
46cd111d24
Merge "Fix unnecessary scrollbars on notifications popup"
2023-11-17 19:08:07 +00:00
Bartosz Dziewoński
00d6928144
Simplify notification widget border styles
...
Change-Id: I86362ffc4649146cb6e25e4493c37731c5915677
2023-11-17 13:42:31 +01:00
Bartosz Dziewoński
24fdeb0170
Fix unnecessary scrollbars on notifications popup
...
While loading or when there were 0 notifications, the popup displayed
with a scrollbar gutter, in a displeasingly different color.
When there weren't enough notifications to require a scrollbar,
the scrollbar was shown anyway.
These issues were caused by these rules, which don't seem necessary
any more. They were added for T130153 and T159888 (and a mysterious
scrollbar rendering bug), and I can't reproduce any of these bugs.
Bug: T351481
Change-Id: I370166ce31c86ae531080490c455286879999ae5
2023-11-17 13:18:20 +01:00
Translation updater bot
fb75814bd3
Localisation updates from https://translatewiki.net .
...
Change-Id: Ife4f6888180c0c8b4a962375b66ace401080e003
2023-11-17 08:52:32 +01:00
jenkins-bot
eca1091cb5
Merge "Use $this->getServiceContainer() in maintenance and tests"
2023-11-16 21:03:26 +00:00
jenkins-bot
1026158453
Merge "Remove unused CSS classes."
2023-11-16 13:13:10 +00:00
Ed Sanders
37b9ae3ed8
Remove unused CSS classes.
...
* user-button removed in I55c18cf72.
* mw-notifications-widget removed in I34e27364.
Change-Id: I802be3c15fd3d09f72094fc36e101ad38864ef41
2023-11-16 10:46:23 +00:00
Jon Robson
da2c42b8a5
Fix deprecated code paths
...
mw.mobileFrontend is deprecated
Bug: T348807
Change-Id: I0790a0973bfb0f2f9daa6b1e3c234a1b6358f8e5
2023-11-14 10:21:46 -08:00
jenkins-bot
66c80eba34
Merge "Unsets icon correctly"
2023-11-13 20:51:55 +00:00
Jon Robson
a3d2f9827e
Unsets icon correctly
...
Fixes the rendering of an empty icon in Vector 2022
(empty string is a valid icon - blank icon)
Bug: T350195
Change-Id: I7b19d7e1e85eddd5a4bac29008cd53f14d640a08
2023-11-13 11:18:07 -08:00
Translation updater bot
9ede208a6f
Localisation updates from https://translatewiki.net .
...
Change-Id: I73ba8b2108b383c3c0e4e8b1386174a90782e30b
2023-11-13 08:40:48 +01:00
Fomafix
829003cabf
Use $this->getServiceContainer() in maintenance and tests
...
Use
$this->getServiceContainer()
instead of
MediaWikiServices::getInstance()
in maintenance and tests.
Change-Id: I845e8f083b19da093166d6551683f2013eec7bb1
2023-11-09 20:18:48 +00:00
Translation updater bot
e4f2c0e4b0
Localisation updates from https://translatewiki.net .
...
Change-Id: I5a6913da7fe833e45f3dbf898b27b64f10ab3fdd
2023-11-08 13:07:31 +01:00
Translation updater bot
9b0dad2271
Localisation updates from https://translatewiki.net .
...
Change-Id: I2eb79450f9c2979c8647713ba04ad7f3b1ecdb17
2023-11-06 08:56:10 +01:00
jenkins-bot
d712753ad9
Merge "Document some generated messages"
2023-11-03 15:53:58 +00:00
Translation updater bot
a2786e54ca
Localisation updates from https://translatewiki.net .
...
Change-Id: I21a7d9f14919c5d13c9d6a039f5176c1629b3b7e
2023-11-03 08:58:50 +01:00
Ed Sanders
2e6c50a963
Document some generated messages
...
Change-Id: I75571da5943bb94f6d997ebdb8e33fae8b62e812
2023-11-02 19:02:16 +00:00
Translation updater bot
273112545d
Localisation updates from https://translatewiki.net .
...
Change-Id: I6ba6a06a737b8b99de0e079875b709c49bb3db08
2023-10-30 17:59:06 +01:00
Umherirrender
e793977f23
Add some newlines to multiline statements in Hooks.php
...
Change-Id: I6c26dcb2dcdb345f74a14d859faa0b09fed4e0d4
2023-10-29 15:56:29 +01:00
Siddharth VP
0d071e2a7b
Avoid use of globals for reading config in hooks
...
Change-Id: I6d476773397438d7c78e1869e2afe3699ce4c092
2023-10-29 15:41:21 +05:30
Translation updater bot
baac31b4a5
Localisation updates from https://translatewiki.net .
...
Change-Id: I326edfc69a62874711757578a2d21f3f9bde2641
2023-10-27 09:20:09 +02:00
Translation updater bot
831c04703c
Localisation updates from https://translatewiki.net .
...
Change-Id: I87c7a8f3a7ee54441a41c7848591ac1b98057ad3
2023-10-26 11:04:01 +02:00
Volker E
ab0f2df92a
styles: Use new forward-facing breakpoint tokens
...
Replacing legacy tablet breakpoint variables with new Codex
design system `@max-width-breakpoint-tablet` tokens.
Bug: T331403
Change-Id: I8342b13c5ec6ad99f39a3d2f4ba1f2b0a1cf6386
2023-10-24 23:37:54 -07:00
Translation updater bot
6bcc56f568
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifa4f51f0d29c9e4251f76a3619cfe45e961fa211
2023-10-24 09:37:08 +02:00
Translation updater bot
7c29e1bf6c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie659d6e5959cb6aff0da6b7e81b5afa44e71b762
2023-10-23 09:50:35 +02:00
Umherirrender
bdbd65ffae
Replace empty() with falsy check
...
empty() should only be used to suppress errors
Found by a new phan plugin (T234237)
Change-Id: I3a2c86e0f83ec49cbd6af3ad30ecd0a663b761a0
2023-10-22 11:12:41 +02:00
Umherirrender
ceb2da0f60
Replace empty() with falsy check
...
empty() should only be used to suppress errors
When the type of the variable is array,
a falsy check is the same (checks for null, false and empty array)
Found by a new phan plugin (T234237)
Change-Id: Ia4e25651d753b7b4d3bcd780123c66c3d90cdf1b
2023-10-21 20:56:18 +02:00
Translation updater bot
030d0bbbf9
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic35e7fb8f5975c03361d76fab84e240a1ed53da8
2023-10-19 08:41:48 +02:00
Translation updater bot
08d83dd85a
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib006c7b4feb5b2c9ce207dee3aeb9ec295f6a8cf
2023-10-17 09:34:16 +02:00