Commit graph

2411 commits

Author SHA1 Message Date
jenkins-bot 9f280126c0 Merge "Simplify test data providers with yield" 2023-08-23 22:30:21 +00:00
jenkins-bot cbba18a667 Merge "Add lang="…" and dir="auto" to inputs that support languages" 2023-08-23 14:00:54 +00:00
thiemowmde 7650219451 Add lang="…" and dir="auto" to inputs that support languages
This might not be perfect but hopefully helps a lot already.

Bug: T238329
Change-Id: I5f52fe3b69c8477550d844cce18ab142e0ec6f4b
2023-08-23 14:11:08 +02:00
thiemowmde c3eb1abb90 Fix "Add new map" button overflowing in other languages
E.g. in German it says "Neue Zuordnung hinzufügen". The long string
peaks into the other UI elements because OOUI enforces some `nowrap`
for no good reason.

Change-Id: Ib5f8584d4ac652479d6f646dcaa8cf06654832fd
2023-08-23 13:59:03 +02:00
thiemowmde 416c3d4f45 Make use of the ??= and ?: operators where it makes sense
This patch also removes small pieces of code from tests that are
never called, as it turns out.

Change-Id: I10ce18339135fefd9a99e0613dc6bfc457ddf4df
2023-08-23 09:24:50 +02:00
thiemowmde b522972cac Simplify test data providers with yield
Change-Id: I6315ad66bcfa9437e1473d59776404c280b8ce4f
2023-08-23 09:20:25 +02:00
Translation updater bot 10f2f21e86 Localisation updates from https://translatewiki.net.
Change-Id: I861ae80103d1fc4e065be969464f58c475a4c732
2023-08-23 08:40:37 +02:00
thiemowmde bb7b801b64 Show much more actionable context when paramOrder is incomplete
So far we show nothing but the index in the "paramOrder" array. This
is especially useless when a parameter is missing. The index just
points to the end of the array then.

Same when an unknown parameter appears. What the user needs is not
the index but the name of the unknown parameter.

I played around with a few formats. As suggested in this patch:
 Required property "paramOrder[ "foo" ]" not found.
 Invalid value for property "paramOrder[ "foo" ]".

A possible alternative is:
 Required property "paramOrder[0] ("foo")" not found.
 Invalid value for property "paramOrder[0] ("foo")".

Bug: T340377
Change-Id: I1dbef1b6e585d5b972a0c9a373a040aee6027cf3
2023-08-21 12:52:42 +02:00
Timo Tijhof 1f105ed5f6 Load GUI on action=edit if page has templatedata even outside NS_TEMPLATE
Bug: T189989
Bug: T300676
Change-Id: I372e29af7f14fba6ebc60bb6ea025b8e1015f2a7
2023-08-21 10:22:45 +00:00
Translation updater bot db882362a4 Localisation updates from https://translatewiki.net.
Change-Id: Iabc6c50633fac422bd9f7782e520a16dde70f89a
2023-08-21 08:48:36 +02:00
gerritbot cfd2e5b664 Replace some moved Title class uses, now MediaWiki\Title\Title
Bug: T321681
Change-Id: I2a7aaadc47dd068ccea8fd8110054433973df52c
2023-08-19 18:11:41 +00:00
jenkins-bot fcd0fe2a2e Merge "build: Update MediaWiki requirement to 1.41" 2023-08-19 09:46:59 +00:00
James D. Forrester 661528f8c9 build: Update MediaWiki requirement to 1.41
All extensions in the MediaWiki tarball are expected to track MediaWiki's release directly.

Change-Id: I2c7de2ce136d110704190b3dc288138a29d01933
2023-08-19 14:08:49 +08:00
James D. Forrester 879547ce54 build: Update MediaWiki requirement to 1.41
All extensions in the MediaWiki tarball are expected to track MediaWiki's release directly.

Change-Id: Iab8dc9403341cec22d626f9d448e313d3c87e987
2023-08-19 14:08:44 +08:00
Translation updater bot 462dc9eeec Localisation updates from https://translatewiki.net.
Change-Id: Id80347c874ea4682ac9e7a2e9a8bf63e61ec6712
2023-08-17 12:10:52 +02:00
jenkins-bot 577e6ce77f Merge "Use HookHandlers for core hooks" 2023-08-16 00:57:45 +00:00
Umherirrender 8bd3dbc58c Use HookHandlers for core hooks
The use of "HookHandlers" attribute in extension.json makes it possible
to inject services into hook handler classes in a future patch.

Bug: T271031
Depends-On: Ic2d188d2c332ab8afeb5454fb5a956c8ba5670ae
Change-Id: Idf4cf94a0e4fae31a5c1f6c3dbf319c0d6913cd7
2023-08-15 13:03:15 +02:00
Translation updater bot de7e1cdd4c Localisation updates from https://translatewiki.net.
Change-Id: Iac6e159b6289ee0f5e9e9ad97ec74a2d60a9121e
2023-08-15 08:26:48 +02:00
Translation updater bot 2a6708bfa0 Localisation updates from https://translatewiki.net.
Change-Id: I87c7b5a4410b51e0440c60f4ac9e09a1158af7e7
2023-08-11 09:01:57 +02:00
Translation updater bot 3ca496ea31 Localisation updates from https://translatewiki.net.
Change-Id: I75821bd16fc25ce080cd1fb23381b28adc91280a
2023-08-08 09:01:42 +02:00
jenkins-bot 7ffd572bf7 Merge "Left align caption and put [Edit template data] inline" 2023-08-07 20:31:01 +00:00
Ed Sanders 6107710ef1 Left align caption and put [Edit template data] inline
Bug: T339806
Change-Id: I69a46e64810edf458b8a8ee3e043f6dbc287c8aa
2023-08-05 15:13:22 +01:00
Translation updater bot b43addf9e8 Localisation updates from https://translatewiki.net.
Change-Id: I3a648d267b830531c850f7f6e841090579a4cc65
2023-07-31 09:01:29 +02:00
Thalia 855156c95f Hooks: Use UserIdentityUtils for temporary user check
Use instead of UserNameUtils, which has more dependencies.

Change-Id: If8c8687d360690368f9f07999a2baa7ee7a6ad61
2023-07-26 11:38:32 +01:00
Translation updater bot 9c2188f124 Localisation updates from https://translatewiki.net.
Change-Id: I18f0a7f3a5480aa1c7f34b28308c3db277242e7e
2023-07-26 10:27:51 +02:00
Translation updater bot 801b04fdd6 Localisation updates from https://translatewiki.net.
Change-Id: I5637db4963b151acb7f92caaddfae866c519fbf5
2023-07-25 10:43:34 +02:00
Translation updater bot 468607d2ba Localisation updates from https://translatewiki.net.
Change-Id: I9cc553b60ce63d31e101d2e836d68b0388808140
2023-07-24 09:39:52 +02:00
Translation updater bot c03c01b79a Localisation updates from https://translatewiki.net.
Change-Id: Ib1cdd339a898d1fa2502eae81995cb1d59818941
2023-07-17 10:18:56 +02:00
jenkins-bot 32475e3da2 Merge "Add missing keyboard navigation for param/language lists" 2023-07-14 07:04:31 +00:00
Translation updater bot 7e68ac0ce9 Localisation updates from https://translatewiki.net.
Change-Id: Icc4f7c2ee4367a1c195d77622c17fe3c455948a9
2023-07-13 10:50:23 +02:00
thiemowmde ded84d30b9 Add missing keyboard navigation for param/language lists
Bug: T324384
Change-Id: I73aa7b393129fe83f48d5b271cfb10ba0f4c2cff
2023-07-12 10:26:58 +00:00
Translation updater bot f89f13d902 Localisation updates from https://translatewiki.net.
Change-Id: Iab7c25583da1bfb04aa261f08a589d5d5d9bb9fa
2023-07-10 09:39:07 +02:00
Translation updater bot b0625a63e2 Localisation updates from https://translatewiki.net.
Change-Id: I5450513830ce92691d70e604a56d96c3b9bcf823
2023-07-03 10:16:37 +02:00
jenkins-bot 4296b2d51c Merge "Stop using private properties in unit tests" 2023-06-28 09:09:01 +00:00
jenkins-bot b71050d6f6 Merge "Add missing strict types to all test code" 2023-06-28 09:08:59 +00:00
thiemowmde 5f4f15cb85 Stop using private properties in unit tests
Change-Id: I199d44882561c9b0ee84cab339a8e94dd03bf353
2023-06-28 08:16:34 +00:00
Translation updater bot 0890888fc9 Localisation updates from https://translatewiki.net.
Change-Id: I5d038445ee45a62d5f9a2436084274dd4e7e9514
2023-06-27 19:28:36 +02:00
thiemowmde afd86e2970 Add missing strict types to all test code
Change-Id: I6dacbdb8c961e504694a9f3c45d551527eb1b448
2023-06-26 18:08:42 +02:00
Translation updater bot 6f68e6a778 Localisation updates from https://translatewiki.net.
Change-Id: I171f9be5031156a61a13577e399b8fdef3fe2004
2023-06-26 12:41:08 +02:00
thiemowmde b8f4df67f9 Replace inappropriate use of "word-separator" message
These aren't sentences but lists of aliases as well as suggested
values. They are rendered as <code>, visualized as light gray boxes.
We don't need them to respect some language-specific word separation
to be able to read them like a sentence.

https://translatewiki.net/wiki/MediaWiki:Word-separator/qqq
explains how the message should be used.

Bug: T340378
Change-Id: Ia082b5ccb211524262f0c535bb178ee7ec3c20eb
2023-06-25 16:57:50 +02:00
Umherirrender a52ec4cc86 api: Remove old apihelp i18n description messages
No longer used since 1.33

Automatically removed message keys with "doc-apihelp-description" in qqq

Bug: T340253
Change-Id: I7d22bde0ec4ff6160bd26d23186c597b32a9dba0
2023-06-24 00:23:52 +02:00
Ed Sanders b296e1fc74 build: Switch linting to ES6
Disable no-var for now.

Change-Id: I9297112df4b73623cb167b60904a502abf86c526
2023-06-21 17:38:54 +01:00
Jon Robson f45b0625ad Temporary disable parser test
We need to disable this so that we can update the message box in core
to use codex components.

Once I16d8f53b9a83a468acdb3803044f6c4e9d5dfeeb has been merged
the test will be restored using the new message box markup.

Bug: T326587
Change-Id: I3959c8f8d4c7bbe019f5e3b356649b5b7dc88907
2023-06-16 21:28:55 +00:00
Translation updater bot 4a95336f46 Localisation updates from https://translatewiki.net.
Change-Id: Iba6bdb2254ead329b68d3d89cdf8eb89fface68c
2023-06-14 13:08:05 +02:00
Thiemo Kreuz 647cd0bc65 Clean up base class reaching into the subclass
This does not change anything. It's only about the readabilility
of the code.

Change-Id: Ia908bd90ebc261f3bebc7854501a6f5d5e736384
2023-06-09 07:10:19 +00:00
Translation updater bot ef4f974fc6 Localisation updates from https://translatewiki.net.
Change-Id: I5fa15b108345140cff3e02496164b61c04fcadce
2023-06-05 08:41:41 +02:00
libraryupgrader db98bd582d build: Updating npm dependencies
* grunt-banana-checker: 0.10.0 → 0.11.0
* stylelint-config-wikimedia: 0.14.0 → 0.15.0

Change-Id: I3db37c56f5a75ca2d8ecc2ece7f351a59c14d739
2023-06-02 15:15:32 +00:00
Translation updater bot a264be49b2 Localisation updates from https://translatewiki.net.
Change-Id: Ib28b8af4aba42f51ba9240ac8eb9d20785f798bb
2023-06-01 08:44:09 +02:00
Translation updater bot 880898f8ec Localisation updates from https://translatewiki.net.
Change-Id: Ied7dd69658c08a0714075b5124ff7e8b666f4b1e
2023-05-31 08:21:04 +02:00
Translation updater bot fc957a4a00 Localisation updates from https://translatewiki.net.
Change-Id: I52fb4075d2647a9769b5415af5752b66a9246559
2023-05-29 10:00:11 +02:00