Commit graph

2337 commits

Author SHA1 Message Date
Translation updater bot a91c7a2dae
Localisation updates from https://translatewiki.net.
Change-Id: Id4282c7e5ad1490820cd35a7d614d90fbaad9aca
2024-07-04 08:36:44 +02:00
Translation updater bot 2f2d137ffd
Localisation updates from https://translatewiki.net.
Change-Id: Ie1c8fa68d3d54a0aa2bf6ce6c2a42ad7f5eba381
2024-06-27 08:45:56 +02:00
Translation updater bot 41f1300f03
Localisation updates from https://translatewiki.net.
Change-Id: I867afeeff67587bdc7fc2fb0e6549dcbf418c67d
2024-06-20 08:46:46 +02:00
libraryupgrader 10e7b1267a build: Updating braces to 3.0.3
* https://github.com/advisories/GHSA-grv7-fg5c-xmjg

Change-Id: Ib31db0a3d98e20769163c38b9e25e45d4e3046e8
2024-06-16 03:21:44 +00:00
Translation updater bot 435b87c65d
Localisation updates from https://translatewiki.net.
Change-Id: I80d02eac322ff12d2dcbbdc058ea5b2fd45bf378
2024-06-13 08:41:25 +02:00
Translation updater bot e7ba087e7a Localisation updates from https://translatewiki.net.
Change-Id: I28a6d275b3d50ffc2229b422589b1dcb00738c8e
2024-06-06 08:42:00 +02:00
Translation updater bot 048336faff Localisation updates from https://translatewiki.net.
Change-Id: I44c80d0deff730d401c1cd71b53c833f9e727dea
2024-05-30 09:13:58 +02:00
Translation updater bot 037db36ff9 Localisation updates from https://translatewiki.net.
Change-Id: Ie36e26888625c0601e553dda10f708bfaf61d375
2024-05-23 08:41:58 +02:00
Translation updater bot 437f40eb46 Localisation updates from https://translatewiki.net.
Change-Id: I87bd892853d2c8e75dfed8a9ff46bbe640f92f58
2024-05-16 08:32:39 +02:00
Translation updater bot 09312252d2 Localisation updates from https://translatewiki.net.
Change-Id: I60af896168152b5df0d42e098862e41c5a9d3c5e
2024-05-02 08:12:22 +02:00
Translation updater bot ee3b2e2e46 Localisation updates from https://translatewiki.net.
Change-Id: I787674b3aa921d9616438f90feb12db76b839b26
2024-04-25 08:32:35 +02:00
Translation updater bot 88aa7e33d7 Localisation updates from https://translatewiki.net.
Change-Id: I09716688c617cf4fbb3bac4b3697c7d8d5605888
2024-04-18 08:11:55 +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
Translation updater bot 594cb74552 Localisation updates from https://translatewiki.net.
Change-Id: Ifc105e7d42bcce9eea6ffa90a370d68a1285274e
2024-02-15 13:29:15 +01:00
Translation updater bot 1007330cd4 Localisation updates from https://translatewiki.net.
Change-Id: I0ea2ade0010ab13d7ef221adf99bbc7d3f628c4e
2024-02-14 08:19:29 +01:00
libraryupgrader 14446bc46b build: Updating dependencies
composer:
* mediawiki/mediawiki-phan-config: 0.12.1 → 0.14.0

npm:
* debug: 3.2.6, 4.3.4 → 3.2.7, 4.3.4
  * https://github.com/advisories/GHSA-gxpj-cx7g-858c

Change-Id: I2146474e2c88eee539b87829a7e761099c732fc5
2024-02-13 03:30:47 +00:00
Translation updater bot 90dd69e344 Localisation updates from https://translatewiki.net.
Change-Id: I08c2dd916a98a830edbf43b88f16768ae141466a
2024-02-12 14:50:38 +01:00
jenkins-bot ba10b8bfb3 Merge "ThanksQueryHelper: Add ->caller() to query" 2024-02-09 21:06:21 +00:00
Bartosz Dziewoński 3e3e2a40f2 ThanksQueryHelper: Add ->caller() to query
Change-Id: Ifdd1c952fb1bcb4bd03406e5567a19810503265a
2024-02-09 21:31:31 +01:00
Translation updater bot 7db5ee7641 Localisation updates from https://translatewiki.net.
Change-Id: I0b552cf2a327d7301598f0b1ae07c9753ec77713
2024-02-07 08:27:48 +01:00
Translation updater bot c7cf611869 Localisation updates from https://translatewiki.net.
Change-Id: I5208ab9cf8d1fab6d5f66917edd88ddfcf0b3e45
2024-02-05 08:50:36 +01:00