Translation updater bot
71de941707
Localisation updates from https://translatewiki.net .
...
Change-Id: I0ccab17f4caa0af7e8533d2f4fb17d70d60f15b5
2024-05-31 09:57:27 +02:00
Translation updater bot
c3f36108cc
Localisation updates from https://translatewiki.net .
...
Change-Id: I72d0764fb6e439e6d04e19d8f65e6ffb615a3ff4
2024-05-28 09:31:27 +02:00
Translation updater bot
d28f3e31c2
Localisation updates from https://translatewiki.net .
...
Change-Id: I2bda1ab0aed7831b343299ce9de38cf19c3cb566
2024-05-27 09:30:05 +02:00
Translation updater bot
9496986ba3
Localisation updates from https://translatewiki.net .
...
Change-Id: I27e5f764d18ed99f9ef3074ab35da6d26e28d260
2024-05-24 09:44:23 +02:00
Translation updater bot
81f8e8a73d
Localisation updates from https://translatewiki.net .
...
Change-Id: I5452d1afd8882358855e1a006c28a0f16a6d988f
2024-05-21 09:28:59 +02:00
Translation updater bot
55640638ba
Localisation updates from https://translatewiki.net .
...
Change-Id: Icfa4e560cd9243d5eaa2cdd893641caf9e2c5c37
2024-05-20 09:26:17 +02:00
libraryupgrader
a35d68796f
build: Updating grunt-banana-checker to 0.13.0
...
Change-Id: If680551f48edf933eaefef293a5e22dd808c191d
2024-05-19 04:35:43 +00:00
Translation updater bot
b8386f1021
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie3eefdc0d2bbe2c34aafd6653eb98340f48f93c5
2024-05-17 09:49:51 +02:00
Novem Linguae
2e3004c03e
eslint: remove redundant ruleset wikimedia/jsdoc
...
The ruleset wikimedia/client-es6 already contains
the ruleset wikimedia/jsdoc. So wikimedia/jsdoc
doesn't need to be declared.
Bug: T365047
Change-Id: Ia68d3227b6020ed14660080ae27408a766b88f8a
2024-05-15 18:08:57 +00:00
Translation updater bot
85d3d55535
Localisation updates from https://translatewiki.net .
...
Change-Id: Iee47fb5ab8979e69ec3fb7f95d1a283940f0ac22
2024-05-13 09:28:05 +02:00
Fomafix
41e2942d94
Use namespaced PHP classes
...
Change-Id: I98890c4a41c913b5e20c97c9ad1deaa4c2b4fe5b
2024-05-11 08:58:37 +00:00
libraryupgrader
64d8ae2490
build: Updating grunt-banana-checker to 0.12.0
...
Change-Id: I04bce4eff13d6a545086865c20e3b31d73944d0c
2024-05-11 00:54:07 +00:00
Translation updater bot
93d783c7f2
Localisation updates from https://translatewiki.net .
...
Change-Id: Id6c2dbf4610f23d7e21250405a864bc67fd9125f
2024-05-09 09:40:48 +02:00
libraryupgrader
a59ede4db4
build: Updating composer dependencies
...
* mediawiki/minus-x: 1.1.1 → 1.1.3
* php-parallel-lint/php-parallel-lint: 1.3.2 → 1.4.0
Change-Id: Id6e968db25b9779c31da0387f71d2f44d9ec5e11
2024-05-06 08:33:44 +00:00
Translation updater bot
70c9ec3654
Localisation updates from https://translatewiki.net .
...
Change-Id: I60b830049488307f2a86e1e6318d066facca1aba
2024-04-29 09:24:22 +02:00
Jon Robson
b119a36f62
Special:MobileDIff no longer exists so remove associated code
...
Bug: T360389
Change-Id: I0cd7e1269beb707b8e98d37e824dc260c8e670ea
2024-04-25 12:10:28 -07:00
Translation updater bot
9a6def1004
Localisation updates from https://translatewiki.net .
...
Change-Id: If633cb94fde1fbc8fb0c80e5b1825f940f26d5c1
2024-04-22 09:29:53 +02:00
libraryupgrader
17b410c6ec
build: Updating eslint-config-wikimedia to 0.27.0
...
The following rules are failing and were disabled:
* modules:
* prefer-const
Change-Id: I318c62b99290c67f0d04d26aad12379c0da0b944
2024-04-20 01:18:40 +00:00
Translation updater bot
d3890d0041
Localisation updates from https://translatewiki.net .
...
Change-Id: I50832fa1e82467a9b2d6cb2a8f9a99de925229b1
2024-04-18 09:21:25 +02:00
Translation updater bot
f88d005181
Localisation updates from https://translatewiki.net .
...
Change-Id: I64179d6e3b6d86665c3baa90bee8c58e0f483737
2024-04-15 09:28:57 +02:00
Translation updater bot
387b0ebe32
Localisation updates from https://translatewiki.net .
...
Change-Id: I87a337afa95b814856b5154190860fb2e656f90c
2024-04-08 09:27:13 +02:00
Translation updater bot
2b06d599ed
Localisation updates from https://translatewiki.net .
...
Change-Id: I86601a74617bd4aa7ef797605f5a5ee6d212c640
2024-04-05 09:39:03 +02:00
Piotr Miazga
7b750929a8
Move Echo hooks to new EchoHooks handler that has no dependencies
...
Echo hook BeforeCreateEchoEvent is triggered very early in
Setup.php. This causes all dependencies of Thanks/Hooks to be
initialized. One of the places that is affected is the `addWiki.php`
script that tries to redefine the RevisionStore service, but cannot
due to fact it's already initialized.
Both Echo hooks (BeforeCreateEchoEvent and EchoGetBundleRules) do
not require any dependencies, and due to fact that one of those is
initialized early, let's move them to a separate small EchoHooks
class that would handle Echo specific logic.
Bug: T358236
Change-Id: I0e348872ba5dc313325e3f4f296fd84bfb2c785b
2024-04-04 16:39:50 +02:00
Umherirrender
65b0f8b3b7
build: Add stylelint for less file
...
Change-Id: I87717cd5f1a2aa55f78174d639fe7ba648837172
2024-04-02 01:31:42 +02:00
Translation updater bot
f1fffb966b
Localisation updates from https://translatewiki.net .
...
Change-Id: I708f5a67f01cc75c358f9f7c6108f65e5cf065e2
2024-03-29 08:47:27 +01:00
Translation updater bot
40a4b4f3d2
Localisation updates from https://translatewiki.net .
...
Change-Id: I45e92441b8b241fc92fc0e7841c0bf7755bfe868
2024-03-26 08:21:07 +01:00
Translation updater bot
b42536fd9a
Localisation updates from https://translatewiki.net .
...
Change-Id: I3df827b516a889b06b81fd7a2c372e075e3f0443
2024-03-22 08:45:38 +01:00
jenkins-bot
3da20a00ae
Merge "Use setGroupPermissions instead of mergeMwGlobalArrayValue"
2024-03-21 20:29:59 +00:00
Fomafix
2d2840376f
Use setGroupPermissions instead of mergeMwGlobalArrayValue
...
Change-Id: I8fd3b18f3d09cf9b4bc8de350896aaccbd0cb001
2024-03-21 19:28:01 +00:00
Translation updater bot
a9c7649694
Localisation updates from https://translatewiki.net .
...
Change-Id: I225956c3f12ff25f0217bab786560261308b17f9
2024-03-21 08:56:43 +01:00
Translation updater bot
38ddfdad72
Localisation updates from https://translatewiki.net .
...
Change-Id: I414c6afe12bc7de71f1317dd3992b11d032f6d1d
2024-03-20 08:24:41 +01:00
Translation updater bot
53afdd04d5
Localisation updates from https://translatewiki.net .
...
Change-Id: I459579be2912c11a7b6e588dc96f8d24488cddf9
2024-03-18 08:31:54 +01:00
jenkins-bot
853ca31437
Merge "Inject services in Hooks and MobileFrontendHandler"
2024-03-15 22:24:36 +00:00
Fomafix
4bf74e6415
Inject services in Hooks and MobileFrontendHandler
...
Hooks::canReceiveThanks is still static, because it is also used in
MobileFrontendHandler.
Change-Id: Idff34ebce914ad37bcaea8de04b3ef5e01d7d98d
2024-03-14 20:27:26 +00:00
Umherirrender
0bcfca3d90
build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0
...
Change-Id: I79de198b0a5dedb191a96056ccf33eb3b11b3026
2024-03-12 20:52:59 +01:00
Translation updater bot
f48ee062e0
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibc0d5ed165b4b8a3af1c19831c6f47d2ccc0f3e8
2024-03-12 08:25:17 +01:00
Translation updater bot
f149781580
Localisation updates from https://translatewiki.net .
...
Change-Id: Id78906e4367dcb8593d8f7961b43bd655d83a61d
2024-03-08 08:23:47 +01:00
Translation updater bot
6f62074b8d
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie988a5d87fda3590e1bb4c12c95574e20d46ea39
2024-03-07 08:49:21 +01:00
Fomafix
ad6496d4fa
Use overrideConfigValue instead of setMwGlobals
...
Change-Id: I22e77c4019cf06796c3a00191bbd7f2e3fd0b254
2024-03-06 20:23:12 +00:00
Translation updater bot
ed31e088f8
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaeaa8054f67f84837f29838adb4c6d51c0005b34
2024-03-05 08:28:28 +01:00
Translation updater bot
f89127b081
Localisation updates from https://translatewiki.net .
...
Change-Id: I535e8a14e303fed339bc335af284c837a21c3d5e
2024-03-04 08:24:18 +01:00
jenkins-bot
8911c1e909
Merge "Switch to ICP and stop using DBAccessObjectUtils::getDBOptions()"
2024-02-29 14:18:58 +00:00
Amir Sarabadani
9d4ccf0db4
Switch to ICP and stop using DBAccessObjectUtils::getDBOptions()
...
We are getting rid of this
Bug: T354194
Change-Id: I70c613993647f77259ef0ccf7570e3560b66ef56
2024-02-29 09:15:20 +00:00
Translation updater bot
ba2d0a99c8
Localisation updates from https://translatewiki.net .
...
Change-Id: Idbb19436b508c1ccacf0bec3ac36566439f016e0
2024-02-29 08:36:38 +01:00
Translation updater bot
ac31054b91
Localisation updates from https://translatewiki.net .
...
Change-Id: I70cf927f0af9048a58cb8dd91147e1eee3b87488
2024-02-28 08:15:02 +01:00
jenkins-bot
6f84512327
Merge "SpecialThanks: Document generated i18n keys"
2024-02-27 15:44:53 +00:00
Translation updater bot
b08d6fa105
Localisation updates from https://translatewiki.net .
...
Change-Id: I5eec42f81b3267c935483fdc0bf2a0c0479eb439
2024-02-26 08:37:11 +01:00
Ed Sanders
993afb7439
SpecialThanks: Document generated i18n keys
...
Change-Id: Iab2de23b68475d17d2a488001a8424b7258acd3e
2024-02-23 16:34:49 +00:00
Translation updater bot
3c2025668a
Localisation updates from https://translatewiki.net .
...
Change-Id: I2e851cb26eddccef8ef7153c6805ac61de69925a
2024-02-23 08:45:21 +01:00
Translation updater bot
7a0fd7cef5
Localisation updates from https://translatewiki.net .
...
Change-Id: I4c2e20c24b00b28c4adf4250b80fd301e588c238
2024-02-19 08:41:09 +01:00