Commit graph

1147 commits

Author SHA1 Message Date
C. Scott Ananian 3d8bbe8f87 Repair a broken parser test
Before Ia72c960b2c7914342eb4d5e3e63f2d6af14719ad the parser test
framework wasn't setting the user language correctly when a variant
was requested, which meant that the UX text was being selected from
the base language, not the user's preferred variant.

Depends-On: I0c9c9fec920f7cb028d935e552a8f11475a23ba7
Change-Id: I7ab40a1d9adc6478c2fe99f44c8f51cbe4ac23a0
2023-02-15 15:54:58 +00:00
Translation updater bot ed8972e157 Localisation updates from https://translatewiki.net.
Change-Id: I8ca855764aa2389ef7f1f7ba3b6bcd61e3d8ce91
2023-02-09 10:11:53 +01:00
Translation updater bot 7cbc06a26b Localisation updates from https://translatewiki.net.
Change-Id: I061a28b54e4728ad57d77c554b64bbef6ca63a51
2023-02-08 08:40:07 +01:00
jenkins-bot 079ade27f6 Merge "Temporarily disable a broken parser test" 2023-02-01 21:21:34 +00:00
Translation updater bot e46e601c70 Localisation updates from https://translatewiki.net.
Change-Id: Icd614be5a6d692a5bfd3aa9883b45d600a6fc8fe
2023-02-01 09:18:13 +01:00
C. Scott Ananian 8f992cf5ef Temporarily disable a broken parser test
The fix for this issue is in Ia72c960b2c7914342eb4d5e3e63f2d6af14719ad
but we have to temporarily disable the test in order to break a cyclic
dependency.

Change-Id: I318c2fb8694c90efef07f1e2951c6d9aa6b3e82f
2023-01-26 14:25:53 -05:00
Translation updater bot 633566adcc Localisation updates from https://translatewiki.net.
Change-Id: I0bdba4e19adda4e330722c4e564564aeb2ee9576
2023-01-26 08:51:52 +01:00
Translation updater bot 3ff5824494 Localisation updates from https://translatewiki.net.
Change-Id: I81c8195572210b6271e3e42944181bb418e09850
2023-01-11 09:02:02 +01:00
Translation updater bot 41e4e64add Localisation updates from https://translatewiki.net.
Change-Id: I02be3bcdfa1d5cfae609452455056fbc0ffa9a08
2023-01-09 09:27:12 +01:00
Fomafix a30577bdfb Rename language codes sr-ec and sr-el to sr-Cyrl and sr-Latn in tests
sr-ec and sr-el are not conform to BCP 47.
BCP 47 explicit mentions sr-Latn and sr-Cyrl as examples.

MediaWiki already supports both the old language codes 'sr-ec' and
'sr-el' and the new language codes 'sr-Cyrl' and 'sr-Latn' as language
codes for variants.

Bug: T117845
Change-Id: I59fd307664769efb8a6e4c47a866c3b1dd17ed5d
2023-01-02 22:05:36 +00:00
Fomafix 7c2d750a70 Use single type in @var declaration
Replace false by null.

Change-Id: Iebcd973d1cf6cf6d2393ef9bb9548c9a946712a7
2023-01-02 19:41:07 +00:00
Translation updater bot b32e733020 Localisation updates from https://translatewiki.net.
Change-Id: Iaee1845e4c68c36fd8fe1555016d7485f529ba1f
2023-01-02 08:43:20 +01:00
Translation updater bot 4afa86d5bf Localisation updates from https://translatewiki.net.
Change-Id: Ia66660383f15bdb44080ed983e7905dc272673f9
2022-12-26 09:10:09 +01:00
Translation updater bot 3871f95ad1 Localisation updates from https://translatewiki.net.
Change-Id: Ib884c9e6f51f3e014457d9ad447370c22a4cf543
2022-12-21 09:16:02 +01:00
Translation updater bot db657b4041 Localisation updates from https://translatewiki.net.
Change-Id: I77acd288c39f4d9118bb93dc7fc09eeae63de637
2022-12-05 08:33:47 +01:00
Translation updater bot 5a8eb56336 Localisation updates from https://translatewiki.net.
Change-Id: I4cf4d1a524a0d503f245c69123f27542f9e2e328
2022-11-28 08:49:44 +01:00
Translation updater bot e1121c44e6 Localisation updates from https://translatewiki.net.
Change-Id: I97867d609744088eda28f4592021aa9a2d0ebf70
2022-11-17 08:27:16 +01:00
libraryupgrader 7501f0a74c build: Updating dependencies
composer:
* mediawiki/mediawiki-codesniffer: 38.0.0 → 40.0.1

npm:
* grunt-stylelint: 0.16.0 → 0.18.0
* stylelint-config-wikimedia: 0.11.1 → 0.13.1

Change-Id: Ia6b480614f3f8681e865c9315f5100a8facb79b0
2022-11-16 07:29:45 +00:00
jenkins-bot fdcf5a679d Merge "Improve Hooks::onMediaWikiPerformAction" 2022-11-11 11:23:16 +00:00
Umherirrender b197b9ffe7 Improve Hooks::onMediaWikiPerformAction
- Use IContextSource::getActionName directly and not
MediaWiki::getAction
- Use IContextSource::getConfig instead of MainConfig
- Use getRawVal to check against constant value
- Use local var to avoid repeatly calls

Change-Id: I592e4451035c37c35fe181fa69b080f3f7a31ec8
2022-11-11 11:58:02 +01:00
Fomafix 0203c16002 Remove phpcs exclude rules and update PHP code
Add a @phan-suppress-next-line PhanSuspiciousValueComparison because of
a false positive finding:

includes/InputBox.php:471 PhanSuspiciousValueComparison
Suspicious attempt to compare $this->mType of type 'comment'
to 'comment' of type 'comment' with operator '==='

Change-Id: Id14028d22c1d352a0886a7da0d94b0329a5418df
2022-11-11 06:52:26 +00:00
libraryupgrader 81e3276a0e build: Updating dependencies
composer:
* mediawiki/mediawiki-phan-config: 0.11.1 → 0.12.0
* php-parallel-lint/php-console-highlighter: 0.5.0 → 1.0.0
* php-parallel-lint/php-parallel-lint: 1.3.1 → 1.3.2

npm:
* grunt: 1.4.0 → 1.5.3
* grunt-banana-checker: 0.9.0 → 0.10.0
* grunt-eslint: 23.0.0 → 24.0.0
* async: 3.2.0 → 3.2.4
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25
* minimatch: 3.0.4 → 3.0.8
  * https://github.com/advisories/GHSA-f8q6-p94x-37v3
* minimist: 1.2.5 → 1.2.7
  * https://github.com/advisories/GHSA-xvch-5gv4-984h
* nanoid: 3.1.25 → 3.3.4
  * https://github.com/advisories/GHSA-qrpm-p2h7-hrv2

Additional changes:
* Set `name` in package.json.

Change-Id: I71647a5716c7b9121570e04d6eecc386f0518ba0
2022-11-11 02:23:42 +00:00
Translation updater bot 053ad52425 Localisation updates from https://translatewiki.net.
Change-Id: Ifef07b0dcf6c4f0c548c16ca51051f64eebb4b7f
2022-11-07 08:34:29 +01:00
Translation updater bot fe3482687b Localisation updates from https://translatewiki.net.
Change-Id: I9324cccab823e91de3dc8171221a4237554bf809
2022-10-26 08:19:25 +02:00
Translation updater bot 0d160e95c2 Localisation updates from https://translatewiki.net.
Change-Id: Ib066a4b8ead4aa84d955f2cd9836f7f2eacb622e
2022-10-24 08:23:02 +02:00
Translation updater bot f0206d9adf Localisation updates from https://translatewiki.net.
Change-Id: I0dcf842bd70ab6a5cd01152e2c2075fa464a4339
2022-10-17 08:21:49 +02:00
Translation updater bot f7be54c17a Localisation updates from https://translatewiki.net.
Change-Id: Ib42bc564564ae7f71b0c171fbb6b67973a41ade3
2022-10-10 10:20:23 +02:00
Translation updater bot 9caebd8bce Localisation updates from https://translatewiki.net.
Change-Id: I80fe2e9fb7cdd06b5fb9a20c7100c71876bb1ac1
2022-09-19 08:24:50 +02:00
Translation updater bot 372ede74cb Localisation updates from https://translatewiki.net.
Change-Id: Ifb94dc74c5d0250bc5b7f9fe43a74515f1f3181b
2022-09-12 09:36:39 +02:00
Translation updater bot f660798601 Localisation updates from https://translatewiki.net.
Change-Id: I79473eaa26385628e438d8472c8117c8a19fd963
2022-09-07 09:54:54 +02:00
Translation updater bot efa591048a Localisation updates from https://translatewiki.net.
Change-Id: I899dceed057ecc81693a7d5260e800f93db7e830
2022-09-01 09:33:55 +02:00
Translation updater bot e0e8afdd46 Localisation updates from https://translatewiki.net.
Change-Id: If7a7aa7c14e99b70c7aa05bb80c36fecb72342f2
2022-08-29 09:14:27 +02:00
Translation updater bot 89fa3a735a Localisation updates from https://translatewiki.net.
Change-Id: I189db3f4746e3b2564b1f1ab3d6846a0552f9a61
2022-08-19 08:29:47 +02:00
Translation updater bot cbc3ed9336 Localisation updates from https://translatewiki.net.
Change-Id: I2243830c705b8b3147f2f71119ce18de13598d51
2022-08-10 08:23:39 +02:00
Translation updater bot 3bf0c381cf Localisation updates from https://translatewiki.net.
Change-Id: I0123962eaa7858059fcbe8e99507ab62b08eae06
2022-08-09 08:19:50 +02:00
Translation updater bot cec8f389b9 Localisation updates from https://translatewiki.net.
Change-Id: Ief7fad741eafe0058f13ba7a016c67d418c18b1d
2022-08-05 08:33:58 +02:00
Reedy fcc1ee89fe Update mediawiki/mediawiki-phan-config to 0.11.1
Bug: T295285
Change-Id: Ia24021618a518ec191407b4116bf0ece14b1b3d7
2022-08-02 01:59:43 +01:00
Translation updater bot 69949cc8e0 Localisation updates from https://translatewiki.net.
Change-Id: I6e141653c885464acf8cf7966abec40a8b065990
2022-08-01 08:22:41 +02:00
Translation updater bot aec6aaf931 Localisation updates from https://translatewiki.net.
Change-Id: I55cea9ba890d748627d7073e9cd0321b1c51a49f
2022-07-25 08:37:12 +02:00
Translation updater bot 03e58ee969 Localisation updates from https://translatewiki.net.
Change-Id: I7f81ca1133bd8fb7085783a84f79e65428071afd
2022-07-18 08:15:05 +02:00
Translation updater bot 4a79219a93 Localisation updates from https://translatewiki.net.
Change-Id: Ie7382d0888fd58e522dadd4e4e55bab2958761fd
2022-07-04 08:22:17 +02:00
Translation updater bot 260ee746a0 Localisation updates from https://translatewiki.net.
Change-Id: I8978a84dd8eba142bd6181e4f5db160d72fc385c
2022-06-20 08:17:15 +02:00
Translation updater bot 531e245a18 Localisation updates from https://translatewiki.net.
Change-Id: Ie28bd47d0ae99ddf250e48cbcf90e021e700cbe0
2022-06-10 08:49:54 +02:00
Translation updater bot c66148429a Localisation updates from https://translatewiki.net.
Change-Id: Idfdda2613ff0f6f292db78c3647bae9c9541bcf8
2022-06-06 09:26:00 +02:00
Translation updater bot 0d75cb428c Localisation updates from https://translatewiki.net.
Change-Id: I632128f680b9a36df6b585fe32b5581e1a161226
2022-06-01 08:20:46 +02:00
Translation updater bot 54c2d40d4d Localisation updates from https://translatewiki.net.
Change-Id: Ic5b5268a07c9b5396aa592db0853e04a4649e261
2022-05-26 08:51:34 +02:00
Translation updater bot 76a0ec54cd Localisation updates from https://translatewiki.net.
Change-Id: I1a9a060675e9830d6851e2510add81cfb65730e4
2022-05-24 08:25:33 +02:00
Translation updater bot 061ebfe3ec Localisation updates from https://translatewiki.net.
Change-Id: I44b08ff7f998fecea23906fbd0e3c0d4c0e3a1ac
2022-05-20 08:36:49 +02:00
Translation updater bot 86a4e58c45 Localisation updates from https://translatewiki.net.
Change-Id: I7ad2bba452cb351366f4e48d24d2daa59a366b89
2022-05-19 08:19:21 +02:00
Translation updater bot 70f7b40cf1 Localisation updates from https://translatewiki.net.
Change-Id: I8215b13829b8b2c05c0152a0b53c602dbd73a346
2022-05-16 08:24:34 +02:00