Commit graph

6714 commits

Author SHA1 Message Date
Translation updater bot 0c857b05bf Localisation updates from https://translatewiki.net.
Change-Id: I2ae56e70e23b6215afddd3c739925bea01c9a8a3
2022-01-24 08:26:19 +01:00
Translation updater bot 6debbd0e75 Localisation updates from https://translatewiki.net.
Change-Id: I35d6d49843adf68d31ca80e66a7ba3d069f5acdd
2022-01-20 09:16:37 +01:00
Amir Sarabadani d1ce258a9b Use MainStash instead of db-replicated
We should avoid using ObjectCache directly and use services instead. On
top of that, db-replicated writes to objectcache table that should be
avoided and it's now blocking schema changes.

This should go to MainStash.

Bug: T272512
Change-Id: I9c76399ec4c0ea6644f9ca1b4536428052e5ac38
2022-01-19 18:51:19 +01:00
Translation updater bot 98ab3338bd Localisation updates from https://translatewiki.net.
Change-Id: I9c6536f8b5ebb210a60e2fa9f302845d069b84ab
2022-01-19 08:23:38 +01:00
Alexander Vorwerk d22ea2b57e Don't use array keys for OOUI in AbuseFilterViewDiff
Bug: T299463
Change-Id: I3d02e18566532e9e4824a089c9504ec13b6ad33e
2022-01-18 22:57:02 +00:00
Alexander Vorwerk edcefa729c Don't use array keys for OOUI
Bug: T299463
Change-Id: Id1f6e0c43db38003c1b198ab86c37b1c37412124
2022-01-18 23:20:32 +01:00
Translation updater bot 7b0ae7329f Localisation updates from https://translatewiki.net.
Change-Id: I1494a2a4e7d7bae9597fbaa2e4c0b17e066b790a
2022-01-18 08:10:22 +01:00
Translation updater bot 5b16939bec Localisation updates from https://translatewiki.net.
Change-Id: Ia97a39a492979ee6583d4bcf4fff1a5b39917549
2022-01-17 08:11:05 +01:00
Thiemo Kreuz 489cfa4f3d Don't use array keys for OOUI GroupElement items
Change-Id: Id120e49c7e6d62c1ad30a3109afbe9bf77c4d81d
Required-For: I7a19fba8bce65640bdb69b3a63812537e1d29af3
2022-01-13 16:37:04 +01:00
Translation updater bot 96aeaa9ed9 Localisation updates from https://translatewiki.net.
Change-Id: Ieda4d434276116f4e9ae75c34d842f0b7e3c9d94
2022-01-12 08:24:27 +01:00
Translation updater bot a8aa51b0ea Localisation updates from https://translatewiki.net.
Change-Id: I290cd1f22721c2419bdef866440fc527dec71c6c
2022-01-10 08:10:43 +01:00
Translation updater bot c9a7d1e999 Localisation updates from https://translatewiki.net.
Change-Id: I42f50f1db945268e96e8f976a066b92bdbaf2233
2022-01-07 08:24:20 +01:00
Kosta Harlan bc19e738f6 selenium: Run test suites concurrently
Bug: T226869
Change-Id: I0d7435bd6ee9b0893ea387722eaa18a6e120c67a
2022-01-06 15:09:09 +00:00
Translation updater bot 7f57216448 Localisation updates from https://translatewiki.net.
Change-Id: I9aae1b6b8f2e96c4bcd382256fb436747bce7ce0
2022-01-06 08:30:43 +01:00
Translation updater bot 1ba7945cda Localisation updates from https://translatewiki.net.
Change-Id: Iae3cf6be0b44c9beafb5028e3f6c53b7ce466c10
2022-01-03 08:10:30 +01:00
Translation updater bot 4ee6405d1b Localisation updates from https://translatewiki.net.
Change-Id: Ib88715c407733d4f9946e99a3dc494f4161215ed
2021-12-31 09:41:38 +01:00
Translation updater bot ad3d4f733b Localisation updates from https://translatewiki.net.
Change-Id: Ie0024d9626c0af06f15f664a4539900cdee83786
2021-12-30 09:37:12 +01:00
Translation updater bot ec8d22294f Localisation updates from https://translatewiki.net.
Change-Id: I1a8019453ea5e8576d0459676609819b2ba4e954
2021-12-27 09:29:10 +01:00
Translation updater bot 3ed6cc1573 Localisation updates from https://translatewiki.net.
Change-Id: Iaf080e48e41716421d399609efcba8ccd725b245
2021-12-24 09:09:15 +01:00
Translation updater bot b630d66361 Localisation updates from https://translatewiki.net.
Change-Id: I3a64a49084c415d9b3f6a29a7ba6e6ae47dc8b9a
2021-12-23 08:37:25 +01:00
Umherirrender e9a80335d3 build: Update eslint-config-wikimedia to 0.21.0
This includes the update of lockFile version

Bug: T225730
Change-Id: Iebef765120d24c2969251fc4985a383e21cb136b
2021-12-21 22:53:00 +01:00
Translation updater bot efbef397fb Localisation updates from https://translatewiki.net.
Change-Id: I744392949027ddcbce4da56634ecc06b8f7d6810
2021-12-21 08:11:25 +01:00
Translation updater bot 29a2518281 Localisation updates from https://translatewiki.net.
Change-Id: I943b389215d8db8646d40dbe7feb8d1c79856751
2021-12-20 08:20:13 +01:00
Matěj Suchánek 1d31c86ee4 Improve debug messages of loading ext. links
These are not necessarily old links, the new links
can also be retrieved using this code path.
Also print debug messages before the code execution.

Change-Id: I1a85bb7b5a2af4fe514625d2236cf92f15daf304
2021-12-19 14:19:16 +01:00
jenkins-bot b22c67ea53 Merge "Avoid using WikiPage::factory()" 2021-12-17 13:27:15 +00:00
Alexander Vorwerk ccb85c9a55 Avoid using WikiPage::factory()
WikiPage::factory() is deprecated since 1.36 and should be replaced
with WikiPageFactory::newFromTitle().

Bug: T297688
Change-Id: I85d3566519ab977aad8c517cc48fc8c271e5589a
2021-12-17 09:22:26 +00:00
Translation updater bot 094bd64ce0 Localisation updates from https://translatewiki.net.
Change-Id: Idbe161be386f8c6efb114a673262635b7e4eb940
2021-12-17 08:16:23 +01:00
Translation updater bot bf9446ab7f Localisation updates from https://translatewiki.net.
Change-Id: I96350032246c5ed2b67c76dedb87b57df62cdde6
2021-12-16 08:28:40 +01:00
Translation updater bot 7a464f08da Localisation updates from https://translatewiki.net.
Change-Id: Ie180167cfd0be83c3499d0e182cab36bb1390071
2021-12-15 08:08:54 +01:00
Translation updater bot 6f7bdaa71f Localisation updates from https://translatewiki.net.
Change-Id: I07510ba800b1ed452d334b26b4822dc7d5b9fe60
2021-12-14 08:42:13 +01:00
Translation updater bot 8cf4d93248 Localisation updates from https://translatewiki.net.
Change-Id: Ibe54830b59a8a661b5c1a4c71b847d193df7c1ca
2021-12-13 08:20:40 +01:00
Amir E. Aharoni 9e333b38f0 Hyphenating "case-insensitive"
This makes it consistent with core and
other extensions.

Change-Id: I03ba0f2dce754655fc5de6fe28402d2bde1523c5
2021-12-11 09:27:34 +00:00
Translation updater bot 23a401f24b Localisation updates from https://translatewiki.net.
Change-Id: I3bc08f1802fd26be328f12e1f0614d8ad5515ca4
2021-12-06 08:17:51 +01:00
Alexander Vorwerk e0b781e32e build: Upgrade mediawiki-phan-config to 0.11.1
Somehow LibUp-Bot is not doing this. The last run for Abusefilter was a
month ago.

Change-Id: Id9ee5a73f403d8391937d699727470cb78e959aa
2021-12-05 11:29:54 +00:00
jenkins-bot 3cb985ad7e Merge "Update docs after PP limit report core change" 2021-12-04 12:46:46 +00:00
jenkins-bot f9bcaceefd Merge "Avoid SpecialPage::getContext in SpecialAbuseLog::__construct" 2021-12-02 15:57:21 +00:00
Translation updater bot 4d1d189c45 Localisation updates from https://translatewiki.net.
Change-Id: Ia9b6807c7ac08a7c4490f1bed15a3bc697ec6a86
2021-12-02 08:40:42 +01:00
Translation updater bot bf06df0ae4 Localisation updates from https://translatewiki.net.
Change-Id: Idc49dad2ec59f4ffd944bdb28a0eb798d49f488a
2021-12-01 08:13:58 +01:00
Translation updater bot 1b73a558a6 Localisation updates from https://translatewiki.net.
Change-Id: I9ff8b1abb9c7bebe86f92967bdf4b5b0c45ab64f
2021-11-30 08:20:41 +01:00
Translation updater bot 1c09d86f32 Localisation updates from https://translatewiki.net.
Change-Id: Idd2006160bb2e1ca2b1b982a534ef49aed0ec0fa
2021-11-29 08:10:29 +01:00
Translation updater bot 4160d5ad20 Localisation updates from https://translatewiki.net.
Change-Id: Ica2a7564bdb490e6553f02b9e1c8fd7fdcb7d265
2021-11-26 08:21:56 +01:00
jenkins-bot 15b8a582bf Merge "Localisation updates from https://translatewiki.net." 2021-11-25 08:05:08 +00:00
Translation updater bot dd09357d1c Localisation updates from https://translatewiki.net.
Change-Id: I38e7fc25efdd588f0c124ca6d32c90516124df0e
2021-11-25 09:01:37 +01:00
Translation updater bot 24e5f5f33d Localisation updates from https://translatewiki.net.
Change-Id: Ice17e7aff031cca0ae12750032d08dd9d0a22494
2021-11-25 08:23:40 +01:00
Translation updater bot 24012cd014 Localisation updates from https://translatewiki.net.
Change-Id: Ie8fe398c3220ab5d7a75fcee83e8d185e9243762
2021-11-24 08:20:59 +01:00
Translation updater bot 9b473dfafe Localisation updates from https://translatewiki.net.
Change-Id: I0a70841d2c76312bccfa08a82bd8343167588420
2021-11-22 09:01:41 +01:00
Translation updater bot d3aee7e069 Localisation updates from https://translatewiki.net.
Change-Id: I2b7f6eda9abc8b2623d45e1145782bfdcbcb5031
2021-11-19 08:25:53 +01:00
Translation updater bot 90195a6fca Localisation updates from https://translatewiki.net.
Change-Id: If5c853ae5a1ba74d247cb93458b3655220fa979f
2021-11-17 08:29:55 +01:00
Translation updater bot 5475070695 Localisation updates from https://translatewiki.net.
Change-Id: Ib9ba5dcc9b9c471a40878d4135b4747e3cbb751a
2021-11-16 08:15:40 +01:00
Translation updater bot 1c885863a0 Localisation updates from https://translatewiki.net.
Change-Id: Ie817e3bdc41de0ef51e34a6ebd6d6669a4b30501
2021-11-15 08:10:53 +01:00