Commit graph

20788 commits

Author SHA1 Message Date
Translation updater bot a2c98acff9 Localisation updates from https://translatewiki.net.
Change-Id: Ie054681b6cd91535ef12e85896680d186df34114
2024-02-07 08:28:00 +01:00
libraryupgrader 824549a0ee build: Updating npm dependencies
* wdio-mediawiki: 2.1.0 → 2.5.0
* get-func-name: 2.0.0 → 2.0.2
  * https://github.com/advisories/GHSA-4q6p-r6v2-jvc5
* postcss: 8.4.26 → 8.4.33
  * https://github.com/advisories/GHSA-7fh5-64p2-3v2j

Change-Id: I7e247eb0a07ba724d7fe99477bd44da4cf186b92
2024-02-06 10:04:54 -05:00
Ed Sanders 3938f89b7b Update VE core submodule to master (4ec4a75e4)
New changes:
a28d52ee0 ve.ce.Surface#drawSelections: Always set class attribute
0199cbea0 Localisation updates from https://translatewiki.net.
804d94dbd Zero out padding in source mode paragraphs as well

Bug: T352875
Bug: T355805
Bug: T356093
Change-Id: Icc6340ad48ff18ae156225d2abe41e812274aabd
2024-02-05 21:40:10 +00:00
Translation updater bot 605033f89f Localisation updates from https://translatewiki.net.
Change-Id: I1ffe80a29a119604b2713da072e98c785ebeed48
2024-02-05 08:50:49 +01:00
jenkins-bot 0ad8138d73 Merge "editSwitch: Use secondary group for WikiEditor switch menu" 2024-02-03 07:50:09 +00:00
James D. Forrester 627e85b0da build: Upgrade mediawiki/mediawiki-phan-config to 0.13.0
Change-Id: I058794cf64878c9b467f5e3eb646785a7ec4c06f
2024-02-02 11:01:25 -05:00
Ed Sanders 3ca82f8d57 Tests: Use CE HTML helpers
Depends-On: I2ac2ecd6937e936f877fc3fb17feaa4d3610ee50
Change-Id: If3790fc7449ea2f7bbf56783f590fcb8d9126cb8
2024-02-01 15:30:22 +00:00
Umherirrender 4e94b88f99 Remove the VisualEditorHookRunner service
The HookRunner class is a lightweight class and not designed to be a
service, the needed HookContainer should be injected instead and a hook
runner created when needed.
The overhead from the service wiring is the same as using new objects
when needed.
This follows practice from core and the documentation in
core/docs/Hooks.md in the section "Hook runner classes"

Change-Id: Ib42281dfae8a5a260005d82ed3bb7da12e1b645e
2024-01-31 20:02:36 +01:00
Sam Wilson 9226a67ea1 editSwitch: Use secondary group for WikiEditor switch menu
Instead of inserting the editSwitch menu manually to the WikiEditor
toolbar, use the 'secondary' section which is already aligned to
the right.

Bug: T308423
Depends-On: Iff6d80628ebb5ec5685136fa02c2345eb5b49d42
Change-Id: Ic307f9dc7ad976862c8d8c6551ed29e6071f655f
2024-01-31 06:49:14 +03:00
Translation updater bot 1cefa11870 Localisation updates from https://translatewiki.net.
Change-Id: Ib06cd35af4dccb4d8d2c4fd54e8f267572bfabb5
2024-01-30 09:39:57 +01:00
Bartosz Dziewoński 14f9f67b26 Update VE core submodule to master (7e6f20f81)
New changes:
c926791f8 Localisation updates from https://translatewiki.net.
1bddfacb7 Localisation updates from https://translatewiki.net.
71aef21f2 Localisation updates from https://translatewiki.net.
144c989be Localisation updates from https://translatewiki.net.
9aaec7c45 Localisation updates from https://translatewiki.net.
b8f8b95e3 Localisation updates from https://translatewiki.net.
4a38cd94c build: Update languages to add 'cv' and 'mag'
49d98ff58 Update OOUI to v0.48.4
097627de6 build: Upgrade svgo from 3.0.5 to 3.2.0 and re-crush
907ecc317 Localisation updates from https://translatewiki.net.
59920d034 Localisation updates from https://translatewiki.net.
b37194f0e Rebaser: Improve export output of checklists
cf93e0a74 Delete deprecated utilities and methods (1)
1f91e0220 Localisation updates from https://translatewiki.net.
473d74ad3 WindowAction: Wait for 'closed' promise before re-activating
8ba6db852 ve.dm.Node: Add a "resetAttributes" mode to getCloneElements
44cbaef22 Localisation updates from https://translatewiki.net.
7c2c7b262 CheckListItemNode: Use handlesOwnChildren to inject checkbox into text wrapper
d606206fd Test: Create ce(Wrapper)Paragraph helpers
c47f4b072 Tests: Use existing CE HTML helpers
3d08f0414 Tweak slug animation values

Bug: T355889
Change-Id: Id6cb9b81c39427e69ca4a70dbb389de0704841e0
2024-01-29 23:29:07 +01:00
Jon Robson e17ff06c9b Dialogs: Avoid using the deprecated mw.mobileFrontend function
As mentioned in the ticket access to this library is now
deprecated and consumers should require the module. The existing
method is replaced with the method in the migration table in the
Phabricator ticket.

Bug: T348807
Change-Id: I72a5242399d2cd04b5c9fbee947dc59d94c0ba7c
2024-01-29 20:46:38 +00:00
Translation updater bot 66155b8c95 Localisation updates from https://translatewiki.net.
Change-Id: I55637ce25bb162db81d2e3658e00b077dcc0edfa
2024-01-28 16:08:20 +01:00
David Lynch d5cd77b254 MWTocWidget should fetch the metaList from the correct location
Follow-up to 7954f5897c

Bug: T355944
Change-Id: I5070c7e958af918ffd5d5467219026ad114ca4a1
2024-01-26 10:26:48 -06:00
jenkins-bot 2f568758de Merge "Replace confusing use of rawParams() in onSkinEditSectionLinks()" 2024-01-25 13:01:51 +00:00
Umherirrender 5ec06f50d6 Drop RL targets definitions from module class, no longer honoured
Bug: T328497
Follow-Up: I0ba090e37cef19219a2145b3c062b3a3c98f0e95
Change-Id: I3b430a4bd7d098f82b06a8d2871aeb19e729a62e
2024-01-23 21:40:20 +01:00
jenkins-bot de84ca16ca Merge "MWBlockImageNode: Re-use existing captionData slice" 2024-01-23 16:02:52 +00:00
Ed Sanders 4156acc5ba MWBlockImageNode: Re-use existing captionData slice
Change-Id: I9e79897bd3c28265e52c07cf6ab503a745bfd4cf
2024-01-23 15:18:28 +00:00
Umherirrender 66ac85e025 Stop writing to tablesUsed in tests
Bug: T351733
Change-Id: If99bfa771835f1738d1b88245c154a500722f8ef
2024-01-20 12:46:35 +01:00
Translation updater bot d61f6477bf Localisation updates from https://translatewiki.net.
Change-Id: I5a94fb972947fdff5307b2e0b1b1402a8ce013b9
2024-01-18 09:27:47 +01:00
Translation updater bot 39c17116dd Localisation updates from https://translatewiki.net.
Change-Id: If3647fa26b4ba972bbeba9b8d9e44cd1c1ffbf5c
2024-01-17 08:37:54 +01:00
Translation updater bot 3d5b187dfd Localisation updates from https://translatewiki.net.
Change-Id: Id667d56e4c45288cf907e56b9d1a36ca01947d88
2024-01-16 08:26:33 +01:00
Bartosz Dziewoński 79d2e5a3ac Replace confusing use of rawParams() in onSkinEditSectionLinks()
This message is treated as text, and the entire result is escaped
later. rawParams() has no effect except for avoiding parsing wikitext,
so use plaintextParams() instead.

Change-Id: Ifa1f1b51546d4c24b8789b6264302a3ced81cd52
2024-01-15 22:50:54 +01:00
Reedy b6ac79b462 foreign-resources.yaml: Fix SPDX licenses
* DOMPurify: matches 9dd85f475b
* spark-md5: matches 0ecf4dcf84
* Universal Language Selector data: matches 847a3aa7cf

Bug: T355005
Change-Id: Ie98290df530c981873d5987933fd7640645b3a65
2024-01-15 14:02:17 +00:00
Translation updater bot d3d25a13c1 Localisation updates from https://translatewiki.net.
Change-Id: I8d467e3af64c396055a3c3bb22cd455c1e66a59e
2024-01-15 08:25:47 +01:00
Umherirrender dda33540d4 Use namespaced OOUIImageModule in extension.json
Change-Id: Icc2fbf2dc2f9c3eefd45a68caa12fe6f775cb8f5
2024-01-13 22:24:20 +01:00
jenkins-bot 956905d6cd Merge "Remove comment mentioning a deleted message" 2024-01-12 16:49:28 +00:00
James D. Forrester 2ab7f87bac extension.json: Drop RL targets definitions, no longer honoured
Bug: T328497
Change-Id: I0ba090e37cef19219a2145b3c062b3a3c98f0e95
2024-01-12 08:54:53 -05:00
Translation updater bot 793f101b5e Localisation updates from https://translatewiki.net.
Change-Id: I56b4ea6f274f73d5aca311849de6ff4897c21da0
2024-01-12 09:01:15 +01:00
Translation updater bot b11be1970e Localisation updates from https://translatewiki.net.
Change-Id: I226fabe6fcf68d98798dee81f0ece610e8968691
2024-01-11 10:06:31 +01:00
Translation updater bot b4c6326095 Localisation updates from https://translatewiki.net.
Change-Id: I5ff26bd380f5d5b9d25ea8ad0bdb539ba12fd15c
2024-01-10 08:33:36 +01:00
Translation updater bot c62da0c557 Localisation updates from https://translatewiki.net.
Change-Id: Ic537fdc1dfb5f0243eca73e8deb34ffe1e2c22c6
2024-01-09 09:00:57 +01:00
Translation updater bot 35c65c4a67 Localisation updates from https://translatewiki.net.
Change-Id: I58271f4bc4129f38337a4a7b0a99773a7a526999
2024-01-08 11:31:55 +01:00
thiemowmde 81c90568b0 Remove comment mentioning a deleted message
The message is gone via I160a119.

Change-Id: Iaa55aaa62f9f8964b2449ac2e9b22eaa51d96707
2024-01-07 17:52:29 +00:00
Jon Robson 8e97b19742 phan: Use ActionEntryPoint
Ib70e4e67e4cb1b65ac218c095864fb6eb43d0929
changed the type of the last parameter of
BeforeInitializeHook::onBeforeInitialize

Bug: T354216
Change-Id: Icd9e2a70fe001aa706b4059236b93db2eeb79369
2024-01-05 10:03:24 -08:00
Translation updater bot 6c296521d2 Localisation updates from https://translatewiki.net.
Change-Id: Id830b6fb32fafe1f0450c4f600895e390889a41c
2024-01-05 09:13:39 +01:00
Translation updater bot e9cc25afec Localisation updates from https://translatewiki.net.
Change-Id: I32d02e4456fa98770e5c34158704754d762ddd31
2024-01-04 09:56:35 +01:00
Translation updater bot d862c51687 Localisation updates from https://translatewiki.net.
Change-Id: I610eaef67e3f0440861c345bc6f79b0d6d5784a3
2024-01-03 08:35:21 +01:00
jenkins-bot a6c67888f0 Merge "ApiParsoidTrait: Fix converting MessageValue to Message" 2024-01-02 13:16:37 +00:00
Translation updater bot 52d2599a30 Localisation updates from https://translatewiki.net.
Change-Id: I19c77163f116d10f42cb123c6fb7358c3bf086dc
2024-01-02 10:17:42 +01:00
Translation updater bot eac04ecc8c Localisation updates from https://translatewiki.net.
Change-Id: Idad788bb877e3cf6fc06e61f21bbe648bed38430
2023-12-28 14:50:40 +01:00
Translation updater bot aa7afe6174 Localisation updates from https://translatewiki.net.
Change-Id: I721485521fd931cdef0931535a4f579cac43c829
2023-12-26 14:43:51 +01:00
Translation updater bot f39d301dd5 Localisation updates from https://translatewiki.net.
Change-Id: If937625e17e0a78e0977e07a4bd026ae7835190a
2023-12-22 17:47:13 +01:00
Translation updater bot cb640d5a10 Localisation updates from https://translatewiki.net.
Change-Id: Ic385a7f51016a848852c6d4f8c1a57c5d2814332
2023-12-21 19:46:11 +01:00
Translation updater bot af753c369d Localisation updates from https://translatewiki.net.
Change-Id: I7de8025e7f4e9be1745a1a594be3d861d1e7b3a5
2023-12-20 14:05:47 +01:00
Bartosz Dziewoński 0460cd834b ApiParsoidTrait: Fix converting MessageValue to Message
Despite outwardly behaving just like a Message, in fact MessageValue
stores its parameters in an incompatible way.

Bug: T352012
Change-Id: I16c64cdc8c2795536579c52a0aa21832900d96b6
2023-12-18 22:18:38 +01:00
Ed Sanders d39f3c140c Update VE core submodule to master (4b3fa495f)
New changes:
14d84cde2 Revert "Put zero-width space after inline focusable nodes"
4b3fa495f Revert "Fix English Gboard backspace over aliens"

Bug: T325129
Bug: T330284
Bug: T353578
Change-Id: Ieba0bb75811ce568c5ce50bc7e3aab8d7058af28
2023-12-18 17:43:01 +00:00
Translation updater bot 6fa28fd7b6 Localisation updates from https://translatewiki.net.
Change-Id: I38fe15dd093fd263d79d58e5b41cc46c43cff92a
2023-12-18 18:19:30 +01:00
Ed Sanders 30530fd4f7 Update VE core submodule to master (a30185526)
New changes:
a6c8d13d7 Replace deprecated ve.(add/remove)PassiveEventListener calls
fab9a0054 ve.dm.Surface: Remove deprecated methods
211daffeb Localisation updates from https://translatewiki.net.
764a51fc6 Localisation updates from https://translatewiki.net.
10a6e236f HashValueStore: Avoid deprecated #clone method
a30185526 Localisation updates from https://translatewiki.net.

Change-Id: I25fbdefcac31b89d221f0071da2285116743d411
2023-12-18 16:28:47 +00:00
Translation updater bot dffcf8661d Localisation updates from https://translatewiki.net.
Change-Id: I13f4884b3788dbf19d330df2b3017b1aacdf63dd
2023-12-15 09:04:16 +01:00