Translation updater bot
a7523dca56
Localisation updates from https://translatewiki.net .
...
Change-Id: I2ee49fbec05508b844dead47c1754486520c5d71
2023-01-27 08:36:11 +01:00
Translation updater bot
fd9cbc15ff
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie9a70679e075d526144f7a97f11741ba29fd9ba7
2023-01-23 08:23:01 +01:00
Translation updater bot
7a28269517
Localisation updates from https://translatewiki.net .
...
Change-Id: I1a663b9f6ef4a3439fd845a22ea8474c424b1e5a
2023-01-02 08:43:05 +01:00
Translation updater bot
30f889586a
Localisation updates from https://translatewiki.net .
...
Change-Id: Ibd98c22b6c5dcedb88f7596246186f002526ec9f
2022-12-29 10:01:32 +01:00
Translation updater bot
3eee42f86e
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifb87ad261a49aaa0bf89677eaaf6e6070da07825
2022-12-26 08:46:02 +00:00
Translation updater bot
e766f9dee8
Localisation updates from https://translatewiki.net .
...
Change-Id: I2139d78f89496b2acdc15093723d7e4c521cc21f
2022-12-22 11:03:34 +01:00
Translation updater bot
2717105800
Localisation updates from https://translatewiki.net .
...
Change-Id: I2ca2bfc97e5879a4715d432aa9e94c7bea0d026d
2022-12-21 09:15:30 +01:00
Translation updater bot
6c03d06911
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie9fbedfa01c60bccd042b53c0bb79e550c66b45b
2022-12-16 08:46:55 +01:00
Translation updater bot
0c112d206b
Localisation updates from https://translatewiki.net .
...
Change-Id: I622ddc2044cd3837579a8ae9122c0b3dcc2a736e
2022-12-12 08:22:23 +01:00
Translation updater bot
6dfcf1b238
Localisation updates from https://translatewiki.net .
...
Change-Id: I20ffe8a321b3b50feac1c60549d04b54746c4b26
2022-12-07 08:13:18 +01:00
Translation updater bot
28da6205b4
Localisation updates from https://translatewiki.net .
...
Change-Id: Id72b3e17a2969f64d737470cb418a5b64f27a3e4
2022-12-05 08:33:37 +01:00
Translation updater bot
5b5863f9be
Localisation updates from https://translatewiki.net .
...
Change-Id: I3af412f37cefeb22ab870e0b6b9da1e2eaf4ff2e
2022-12-02 09:08:19 +01:00
Translation updater bot
2fe4870f81
Localisation updates from https://translatewiki.net .
...
Change-Id: Iaf4646c7df60fb277bb28dd6786018ce6b09c398
2022-11-24 08:17:24 +01:00
Translation updater bot
f90ce7e2ff
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia6e3d55dc3b521c6be84b76c73cf532ba35f966b
2022-11-22 08:33:45 +01:00
Translation updater bot
41289b04d2
Localisation updates from https://translatewiki.net .
...
Change-Id: I91e0e9702847cf79cd3d971b9f4d247a0d71a097
2022-11-21 08:16:05 +01:00
libraryupgrader
30951fced2
build: Updating mediawiki/mediawiki-codesniffer to 40.0.1
...
Change-Id: I7a4e8f1288555457cd60cba6be4797f82e085575
2022-11-16 05:47:29 +00:00
Translation updater bot
eed26036a4
Localisation updates from https://translatewiki.net .
...
Change-Id: I5ec868e6b212499777acb3b1cd0454f4f2ff9325
2022-11-14 08:10:26 +01:00
Translation updater bot
6f4a694fc5
Localisation updates from https://translatewiki.net .
...
Change-Id: I6ad3b86de2eed1043d1dd365b55c0e92fb10c1ae
2022-11-07 08:34:14 +01:00
Translation updater bot
2d36dffea7
Localisation updates from https://translatewiki.net .
...
Change-Id: I60ce1f678e00aa327aa5660fbc83bb2c878207df
2022-11-01 08:52:27 +01:00
Translation updater bot
3f2d352606
Localisation updates from https://translatewiki.net .
...
Change-Id: I8d1f0b19f4d8723d5ee14ccd82ffa07119150bd8
2022-10-31 09:45:48 +01:00
Translation updater bot
93a5aedb86
Localisation updates from https://translatewiki.net .
...
Change-Id: Ic1a98436f217a7aff03f5e8184fa057ef672285e
2022-10-27 08:55:00 +02:00
jenkins-bot
f1fbefffb4
Merge "Add PreferencesGetIconHook"
2022-10-25 21:31:31 +00:00
Translation updater bot
454dfc0140
Localisation updates from https://translatewiki.net .
...
Change-Id: I963bdca86afe3e39557b90672ac3c5182c4ca14c
2022-10-25 08:24:05 +02:00
Translation updater bot
1ce8fd9b63
Localisation updates from https://translatewiki.net .
...
Change-Id: Icb15b5a6cce5f53fd63d36b1bff9359395216a66
2022-10-24 08:22:50 +02:00
libraryupgrader
60e48c9294
build: Updating minimatch to 3.0.8
...
* https://github.com/advisories/GHSA-f8q6-p94x-37v3
Change-Id: I2d218d19f46cf84235e28233cc8ac78a406d49a6
2022-10-21 05:28:24 +00:00
Siddharth VP
7793a9475f
Add support for ES6 gadgets, but with validation disabled
...
Gadgets can mark themselves as ES6-only by specifying the requiresES6
boolean attribute. Syntax validation is disabled for them (as the
validator doesn't support ES6 yet), and they are loaded together in a
separate request.
The minifier doesn't reject syntax errors, and thus these would
be passed through to web clients. Hence, communities using this feature
are encouraged to use ESLint or another linter to make sure only
valid ES <= 6 code is being used.
Because of the above, this feature is only made available for
non-default gadgets.
Bug: T75714
Change-Id: Ib98ac0700471554d5721d7ab858d4660e1e0e980
2022-10-20 22:03:18 +00:00
Translation updater bot
d2c7da6dc5
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib3f3a6c43f860a39b9ad09ee67c3aa9d75f73541
2022-10-19 08:19:56 +02:00
Translation updater bot
7082f4b69b
Localisation updates from https://translatewiki.net .
...
Change-Id: I5c76abf7d013960a85e2a74ebf5ffc9f54406943
2022-10-18 08:22:30 +02:00
Translation updater bot
27e6d404c6
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie25c3569aa84b2c55a0715bda66f8701fed81345
2022-10-17 08:21:32 +02:00
suecarmol
12eada5338
Add PreferencesGetIconHook
...
Added PreferencesGetIconHook to add an icon on the Special:Preferences section.
Bug: T317419
Depends-On: I6d5730d47e7595b1705787995fe5db2fe734d7f5
Change-Id: Ie2505622680573dfe9e50b48976c986cf2512097
2022-10-14 19:02:29 -05:00
Translation updater bot
c5954d45c9
Localisation updates from https://translatewiki.net .
...
Change-Id: I3c5779b9a250f3f4cb1130095d94ad2021d0eeb9
2022-10-13 08:08:51 +02:00
Translation updater bot
ff21bc9ccf
Localisation updates from https://translatewiki.net .
...
Change-Id: I6f9d0636a12be849e6118008a3a92900b8a1cbf1
2022-10-10 10:20:11 +02:00
libraryupgrader
eb99f12bce
build: Updating mediawiki/mediawiki-phan-config to 0.12.0
...
Change-Id: Ic857959b35f31be8a963e1889b6d79b54dbd3855
2022-10-09 12:06:20 +00:00
libraryupgrader
43f80d6802
build: Updating grunt-banana-checker to 0.10.0
...
Change-Id: If4fa8e3b9529ea9b7b3d3a44d8903f18399b64df
2022-10-06 03:51:50 +00:00
Translation updater bot
7b7326e66e
Localisation updates from https://translatewiki.net .
...
Change-Id: I784e5f711e07e1af4590faaf4558f5510ff92f02
2022-10-04 08:29:42 +02:00
Translation updater bot
58b2945402
Localisation updates from https://translatewiki.net .
...
Change-Id: Iafa0e63a4b227c0f581e7b242db71d3fda607484
2022-10-03 09:45:44 +02:00
Translation updater bot
3301bb502c
Localisation updates from https://translatewiki.net .
...
Change-Id: Iabe72a5c929521f12212052528ba873167787005
2022-09-30 08:53:50 +02:00
Translation updater bot
fc1e7d2a4c
Localisation updates from https://translatewiki.net .
...
Change-Id: I0b1ba1052f5f9666297293d9c9d4e5bea2b26ee0
2022-09-29 08:27:26 +02:00
jenkins-bot
2c4c23fe6c
Merge "Add a description for Special:Preferences"
2022-09-28 19:31:09 +00:00
Translation updater bot
4294576183
Localisation updates from https://translatewiki.net .
...
Change-Id: I1ea4d2a23b35680277a5b8c72e0c09977e04f717
2022-09-28 08:21:29 +02:00
suecarmol
14f18c3b32
Add a description for Special:Preferences
...
Added a description that will be displayed in Special:Preferences mobile layout
Bug: T311717
Change-Id: I494253c57ea3bb13180fbd0cea16ab4a871e1109
2022-09-27 12:51:35 -05:00
Translation updater bot
a28a0127ed
Localisation updates from https://translatewiki.net .
...
Change-Id: Iad8e6b1f8c96e726516fbd029c259a8f71f74c4c
2022-09-26 08:15:17 +02:00
Translation updater bot
30e3ba12ca
Localisation updates from https://translatewiki.net .
...
Change-Id: I9fcb656a4d45a579b59f4a472ea13842d17d52c6
2022-09-23 08:29:13 +02:00
Translation updater bot
6c22db9177
Localisation updates from https://translatewiki.net .
...
Change-Id: Id2c7f0e716cbc8d7760eb37124c0fb2341f09058
2022-09-21 08:28:49 +02:00
Translation updater bot
9a55cfbb25
Localisation updates from https://translatewiki.net .
...
Change-Id: Ia3081aa97003388d023ea018ae3f67523c9b99c7
2022-09-05 10:10:50 +02:00
Gergő Tisza
1083062529
Purge in-process cache in MWGadgetsDefinitionRepo::handlePageUpdate
...
This is needed for registering gadgets for parser tests.
Change-Id: If7bf0cf63cc352566a58c20c4cf49e57c0085bb9
2022-09-01 21:41:04 -07:00
Translation updater bot
08dff80114
Localisation updates from https://translatewiki.net .
...
Change-Id: I49d472acf894caf5cfc5ce3dfc59afdef8facfc4
2022-08-31 09:35:10 +02:00
Translation updater bot
14a31b76fe
Localisation updates from https://translatewiki.net .
...
Change-Id: Ied0579e65399b18160f8fe06e4be3459bae816ea
2022-08-29 09:14:14 +02:00
jenkins-bot
327f82e680
Merge "Allow pages in gadget namespace to begin with a lowercase letter"
2022-08-27 17:45:22 +00:00
Siddharth VP
03ae3a0ff1
Allow pages in gadget namespace to begin with a lowercase letter
...
* By convention, JavaScript and CSS files on disk are almost always
named with a leading lowercase. It is good to have parallelism
with on-wiki page names (such as while uploading git-managed source
files on disk). With the introduction of packaged gadgets (T198758), it
is preferable to write require('./data.json') rather than
require('./Data.json')
* There could be existing pages like MediaWiki:Gadget-Foo.js and
MediaWiki:Gadget-foo.js. During the migration, both titles would
conflictingly have the same move destination Gadget:Foo.js.
Bug: T300000
Change-Id: I2172112caf06cf37ff8808808feb06991010fee9
2022-08-27 17:48:02 +05:30