Translation updater bot
2622f36a2a
Localisation updates from https://translatewiki.net .
...
Change-Id: I6677c14f671ef8797af0af290e5635a25c522262
2024-08-15 09:20:17 +02:00
Translation updater bot
b16b3f8815
Localisation updates from https://translatewiki.net .
...
Change-Id: I719b0699b700ab9fd6d93fb3fa1d04d09351f405
2024-08-14 09:22:36 +02:00
Translation updater bot
d9aef933bb
Localisation updates from https://translatewiki.net .
...
Change-Id: I741e9c563ceac0a7b70ee7965f541d318a4114e7
2024-08-12 09:22:26 +02:00
thiemowmde
2a4f186400
Remove obsolete PHPDoc copies from fully typed constructors
...
It's all in the code now. These comments don't add anything any
more.
Change-Id: I66a3723c4fe9ccce989f5b533390d5ce928dc195
2024-08-11 18:05:01 +02:00
thiemowmde
fbcb1a5831
Fix improper @private documentation in .js code
...
@private usually means "cannot be used outside of this class". But
this is used. I assume it's meant to be @internal as in "internal to
this codebase".
Change-Id: I9326e17f706af336ea0d4b7c0af95330ed575810
2024-08-11 17:51:26 +02:00
libraryupgrader
7e7f5ccf3f
build: Updating mediawiki/mediawiki-codesniffer to 44.0.0
...
Change-Id: I2866ec0a464aa3f064fe7f56c096f173d6eaafdf
2024-08-11 07:37:09 +00:00
Translation updater bot
0f5e628519
Localisation updates from https://translatewiki.net .
...
Change-Id: If1bb25b6be0517b96795a0bc1b616c6eb1b33c4f
2024-08-09 09:34:59 +02:00
Jon Robson
ccbe3feadb
Dark mode styles should not apply to printed content
...
Bug: T371331
Change-Id: Ia5f1293dba2e7037de6058475b603d0928dbb3b0
2024-08-08 20:28:40 +00:00
Translation updater bot
6f71bf3a4f
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibf336b8e71158b265c486242b84b8034bb119ffc
2024-08-08 09:19:37 +02:00
Translation updater bot
e5c5bfa273
Localisation updates from https://translatewiki.net .
...
Change-Id: I5203f72b62f6e496a9db0a17af5857682c442ba3
2024-08-06 09:46:55 +02:00
jenkins-bot
b9ddb177c2
Merge "Immediately show middle-clicked notifications as read"
2024-08-05 18:56:54 +00:00
Translation updater bot
0db129edd5
Localisation updates from https://translatewiki.net .
...
Change-Id: Iff043a1bcb5a3517f3f9ed141856d6b3e60a85d2
2024-08-05 09:24:54 +02:00
Rummskartoffel
17b4f21ff0
Immediately show middle-clicked notifications as read
...
Before this patch, middle-clicking notifications would still mark them
as read, but the user would only find out upon closing and re-opening
the notification tray or reloading the page.
Bug: T340179
Change-Id: Ic29af0c70354087cf5f783b5a7370241a86b4bf3
2024-08-04 22:45:38 +02:00
Translation updater bot
e8f982a320
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic97a772e5500f09559565ff50649cec220cd3f03
2024-08-02 09:39:20 +02:00
Translation updater bot
75c1ea714b
Localisation updates from https://translatewiki.net .
...
Change-Id: I432c3ac44860582d7b8f327441dee9fb0030ade3
2024-08-01 09:18:19 +02:00
Hannah Okwelum
d5c8e435b7
Prepare Less styles for math=parens-division
...
Bug: T368921
Change-Id: If675d293fd625b20dba935b56ebf85f1b03ca5e8
2024-07-31 20:18:16 +01:00
Umherirrender
9380504852
Replace deprecated LinksUpdate::getAddedLinks
...
The current code uses deprecated TitleLinksTable::getTitleArray and that
is also using Title::newFromPageReference to get Title objects,
so performance issues or more memory usage are not expected.
Change-Id: I25d047ceb707837009e0a703693ebc2f49fc0ba9
2024-07-30 01:50:17 +02:00
Translation updater bot
76fabc3bb5
Localisation updates from https://translatewiki.net .
...
Change-Id: I09395a21a6306aa9003493ee0dabfa9a9617b957
2024-07-29 09:26:39 +02:00
jenkins-bot
2966c87804
Merge "Use namespaced MessageSpecifier"
2024-07-28 21:29:59 +00:00
Bartosz Dziewoński
88a5a4cbc6
Use namespaced MessageSpecifier
...
Depends-On: I9ff4ff7beb098b60c92f564591937c7d789c6684
Change-Id: I44aa53990bc11d24afa02399dc6dfec7d0c10b9a
2024-07-28 21:59:25 +02:00
jenkins-bot
777c649f96
Merge "Use overrideConfigValue/overrideConfigValues instead of setMwGlobals"
2024-07-28 13:45:00 +00:00
jenkins-bot
d396f44ff8
Merge "Use expression builder instead of raw sql"
2024-07-26 18:29:36 +00:00
Fomafix
e03f7c3e82
Use overrideConfigValue/overrideConfigValues instead of setMwGlobals
...
Also use MainConfigNames.
Change-Id: I80d6b3ef9d7b857e35d8f93f424db1cfca1301f6
2024-07-26 12:47:09 +00:00
Translation updater bot
4ae776fa5d
Localisation updates from https://translatewiki.net .
...
Change-Id: I4e068f563525d5eb802f0cdbf6bb80acff861f56
2024-07-26 09:44:38 +02:00
Translation updater bot
52c2037277
Localisation updates from https://translatewiki.net .
...
Change-Id: I59d04886203824b16b1173eff597212285ff2205
2024-07-25 09:18:53 +02:00
Dr4goniez
68aa29fb80
Fix type error caused by spread operator on number
...
`groupItems[ i ].id` is of type number, and using the spread operator
on it results in a type error. This prevented users from marking
multiple cross-wiki notifications as read, with the associated button.
Bug: T368643
Change-Id: I53d404445956de288aeda8fbfe1bdd1256214839
2024-07-24 15:45:54 +00:00
Translation updater bot
90bf6ae253
Localisation updates from https://translatewiki.net .
...
Change-Id: I26a0cc6e88c41e20ded14691547a220d85b9c307
2024-07-23 09:45:13 +02:00
Translation updater bot
ebe56f8ebf
Localisation updates from https://translatewiki.net .
...
Change-Id: I1477a2b63a7e50197327aaf7c80f3a20d3e0b010
2024-07-22 09:24:26 +02:00
Umherirrender
552f362cd5
Use expression builder instead of raw sql
...
Change-Id: I6516951fc855dc32e864a3f21187b0a73daba7c8
2024-07-21 22:52:17 +02:00
Translation updater bot
df36e81d3b
Localisation updates from https://translatewiki.net .
...
Change-Id: I94a717f9bc1bcbeb7a5b30b6515c043f674e879c
2024-07-19 09:40:06 +02:00
Translation updater bot
e7e1ea5493
Localisation updates from https://translatewiki.net .
...
Change-Id: I81096fe42391f28085ef5a972833a5c64b642c89
2024-07-18 09:22:47 +02:00
Translation updater bot
967d5ee2e9
Localisation updates from https://translatewiki.net .
...
Change-Id: I691f404503f6eb2d4fcc97fed1e50ba8bd24cdf8
2024-07-17 09:33:32 +02:00
Translation updater bot
1c6a3c0c70
Localisation updates from https://translatewiki.net .
...
Change-Id: I7c22d6fe9ff30416cf9e2cd14d26c3bb87b509c8
2024-07-16 09:39:53 +02:00
Translation updater bot
4327920d7a
Localisation updates from https://translatewiki.net .
...
Change-Id: I532b9f3abb3dcad5fb3a96c31f71306e0b3d33aa
2024-07-15 09:23:53 +02:00
jenkins-bot
518a787b74
Merge "selenium: Document when, how and why a test is skipped"
2024-07-11 15:25:05 +00:00
Translation updater bot
0d0d17cb8e
Localisation updates from https://translatewiki.net .
...
Change-Id: I1138bfb4bfe71e47546ae0bc878c15bd8106dccc
2024-07-09 09:42:55 +02:00
Željko Filipin
78fe1911a4
selenium: Document when, how and why a test is skipped
...
Bug: T280652
Change-Id: I835e86ad663d77d2623637a06a27c7a90e007cb6
2024-07-08 15:17:13 +02:00
jenkins-bot
bc08edbcbf
Merge "Test:Replace db with getDb method"
2024-07-08 09:30:44 +00:00
Translation updater bot
e0291b8b69
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibe82a761a3584a1e5cb6ae08a00a6469ee342975
2024-07-08 09:32:48 +02:00
thiemowmde
7845b5fab1
Fix mistake in gender support for user group changes
...
This was a mistake in I53c0283, sorry. There are two users involved:
The "agent" is the user (typically an administrator) that made the
user group change, while the "viewing user" is the user for which the
user group was changed. When the "agent" moves the "viewing user"
into a new user group, the "viewing user" is the one that's now
a member of that group. They are what dictates the gender for the
"group-…-member" message.
Is this mistake bad enough for a backport?
Bug: T368249
Change-Id: I4916de2fb171873b625e51ee8823811e0296d323
2024-07-05 20:18:56 +02:00
Wandji69
633682d56d
Test:Replace db with getDb method
...
Bug: T316841
Change-Id: Ia135648c0666632165bfbe29b6587e6676082d54
2024-07-05 17:08:51 +01:00
agamyasamuel
9b0010d25e
fixed typo: exists -> exist
...
Bug: T368278
Change-Id: I19cbd5e599315b53dd3c00d0a515b86cddedd8ba
2024-07-04 03:17:13 +05:30
Translation updater bot
211e0fe90c
Localisation updates from https://translatewiki.net .
...
Change-Id: I78554d5ccbf66fb7de1a8d58b68ae1b6a2895b8b
2024-07-03 09:26:18 +02:00
Translation updater bot
d6b52e777b
Localisation updates from https://translatewiki.net .
...
Change-Id: Ief5e2daab54055f6bd946394e4edb6ae5e88f654
2024-07-02 09:49:31 +02:00
jenkins-bot
73c2f5b2a1
Merge "Fix incomplete gender support for user group changes"
2024-07-01 08:02:31 +00:00
Translation updater bot
4b9042a6ed
Localisation updates from https://translatewiki.net .
...
Change-Id: I26905c9c51af21f563a3eda9011ca4d816e9bbfb
2024-07-01 09:25:12 +02:00
thiemowmde
eaa1fea890
Fix incomplete gender support for user group changes
...
This affects primarily the message
"notification-header-user-rights-add-only" which is very priminently
seen by every new editor that made their first few edits and gets
promoted to the next user group a few days later. Turns out the code
was just incomplete. All the information about the user and their
gender is already there, it was just not forwarded correctly.
Notice there are two messages:
* "group-…" messages don't have gender support. This is the (ideally)
gender neutral name of the group. Meant to be used as e.g. section
heading for a list of users.
* "group-…-member" is the same with gender support. To be used in all
contexts that are about a single, specific user with known gender.
Which is exactly what's happening here.
Turns out we can even use a neat convenience function from the
Language class that does exactly what we need.
I can't tell why but the array_values is apparently critical.
Originally added via I49b5fe5. It can't hurt so I keep it.
Bug: T368249
Change-Id: I53c028375d77c93f399538fd38aa8f8af30934b0
2024-06-28 11:49:10 +02:00
Translation updater bot
8b9e747966
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia681222080e3543a8e3102bd63a98b2be9a05f0d
2024-06-28 09:41:25 +02:00
jenkins-bot
b6868dbe70
Merge "Don't hold reference to MediaWikiServices instance in tests"
2024-06-27 07:52:41 +00:00
Translation updater bot
9a857c8c16
Localisation updates from https://translatewiki.net .
...
Change-Id: I32129b7af0c8dd41adcab046c01e8af69dc4aa0d
2024-06-27 09:20:38 +02:00