Commit graph

1308 commits

Author SHA1 Message Date
jenkins-bot 94ef8d8ea4 Merge "night-mode-unaware-background-color doesn't emit params" 2024-04-05 15:21:22 +00:00
C. Scott Ananian fde916fff5 [DI] Use dependency injection for RecordLintJob
Change-Id: I3b8cd95e075af92c77a7dec4f12a0a81eab3ae4b
2024-04-04 21:42:10 -04:00
jenkins-bot d3dc804ac9 Merge "[DI] Use dependency injection for Hooks" 2024-04-05 01:08:18 +00:00
jenkins-bot 0868dd1e83 Merge "[DI] Use dependency injection for ApiQueryLinterStats" 2024-04-05 00:40:45 +00:00
jenkins-bot 2aeaa71da0 Merge "[DI] Use dependency injection for SpecialLintErrors" 2024-04-05 00:14:25 +00:00
C. Scott Ananian c983a822e3 [DI] Use dependency injection for Hooks
Change-Id: I23f56b0a3df1ef206ec160453294349d2482435f
2024-04-04 18:43:13 -04:00
C. Scott Ananian d71a297781 [DI] Use dependency injection for ApiQueryLinterStats
Change-Id: I5f5d3a226a9f7b733a6f07200216a1192115b102
2024-04-04 18:43:13 -04:00
C. Scott Ananian d8970278d1 [DI] Use dependency injection for SpecialLintErrors
Change-Id: I211d70d5fb4a321cf302cc10f6e160480468a347
2024-04-04 18:43:10 -04:00
Arlo Breault 0a5700fa39 night-mode-unaware-background-color doesn't emit params
Change-Id: Id65e19266cfc7de095ee621fe28c35639a9f73b1
2024-04-04 18:22:46 -04:00
jenkins-bot 8ac1565567 Merge "Stop exposing hidden categories in siteinfo" 2024-04-04 21:46:46 +00:00
jenkins-bot 4b30cc8a31 Merge "Move Database::updateStats to TotalsLookup" 2024-04-04 21:46:45 +00:00
jenkins-bot 478e13c436 Merge "Don't include hidden category counts in page info" 2024-04-04 21:08:40 +00:00
Arlo Breault 6304fc5e08 Stop exposing hidden categories in siteinfo
Suppresses them from ?action=query&meta=siteinfo

Bug: T334527
Change-Id: I325e78e438a8385948071d2b4ba8a8c4407d5fc4
2024-04-04 16:04:39 -04:00
Translation updater bot c9ccb3e405 Localisation updates from https://translatewiki.net.
Change-Id: Id9d7d114fc78c35e24308634e43c043bdc09af4c
2024-04-04 09:38:35 +02:00
Translation updater bot 53ee927874 Localisation updates from https://translatewiki.net.
Change-Id: I308ef5263aefb053ccdb9f881a3fc9d73457ce80
2024-04-03 09:23:57 +02:00
Arlo Breault 8d49b68ba5 Move Database::updateStats to TotalsLookup
Database::updateStats moved to Database from RecordLintJob in
I2610b9b16d4032b0e18b3537cc9ed51bfdaff299 for reuse in Hooks but seems
better placed on TotalsLookup.

Change-Id: I600853e5cfc9e8abae9c6b07cee4c2adc37ef464
2024-04-02 17:12:24 -04:00
Arlo Breault 397b36e8e3 Don't include hidden category counts in page info
Bug: T337275
Bug: T334527
Change-Id: I6439df894c06fc5592422e72dac04150591f4033
2024-04-02 15:12:19 -04:00
Translation updater bot 632d7095d8 Localisation updates from https://translatewiki.net.
Change-Id: I2921f5913add767066f7be55ac440df6312781e0
2024-04-02 09:21:39 +02:00
Arlo Breault d6514cfa3b Fix invisible categories in ApiQueryLintErrors
Invisible categories are permitted as categories, just not part of the
default set.  'invisible-categories' is removed, since it never worked.

Bug: T360064
Bug: T334527
Change-Id: Ie6b7a6d83349cbd2899e78bc18cc1629d710c6f0
2024-04-01 21:43:24 -04:00
jenkins-bot 77f1e1766d Merge "[i18n] Update missing linter-pager-*-details messages" 2024-04-01 21:46:56 +00:00
Umherirrender 91848725e7 Replace isset() with null check in HtmlTags
Found usage of isset() on expression self::$allowedHtmlTags that appears
to be always set. isset() should only be used to suppress errors. Check
whether the expression is null instead.
See https://www.mediawiki.org/wiki/Manual:Coding_conventions/PHP#isset

Change-Id: I21483aab05292cfb802ff6a5e63013ecc02f5c13
2024-04-01 13:47:54 +02:00
Translation updater bot 2c9b5f0356 Localisation updates from https://translatewiki.net.
Change-Id: I1eed4e610ead78ee5b547edd9c7f464f8f9a8ecb
2024-04-01 09:22:50 +02:00
C. Scott Ananian a15cb4766f [i18n] Update missing linter-pager-*-details messages
Several linter categories were missing l10n strings for the
corresponding linter-pager-*-details message.  I also re-alphabetized
the keys.

Change-Id: Id61923e74de7e2b082b30b885dc32a47b5a29dc5
2024-03-29 18:14:00 -04:00
Translation updater bot 2dbf89b9d9 Localisation updates from https://translatewiki.net.
Change-Id: Iaf059d5cbea42a3e14ea99e8ae0aa0faaade5330
2024-03-28 08:32:13 +01:00
Translation updater bot 5c009688f8 Localisation updates from https://translatewiki.net.
Change-Id: Ie5c5be51cf912aa16ca3e3bbeea74839cde82c51
2024-03-27 08:17:48 +01:00
Tim Starling 4dd75df2e8 Fix index usage when searching for page titles
When searching for a specific page title, it's necessary to specify
page_namespace, not just linter_namespace, so that the relevant index in
the page table can be used.

Submitting the form with an empty namespace box led to a search for
namespace zero, because getCheck() returns true for an empty string.
It's not easy to search for a title part in all namespaces. So drop
that hidden feature and interpret a title part with a missing namespace
as being a search for namespace 0.

It's possible to search for a category with an empty title and zero or
more namespaces. Implement the namespace filter in this case using the
linter_namespace field. But ignore the namespace filter if there is no
category, since there is no index on linter_namespace alone.

Bug: T360865
Change-Id: I00934eaaf1a99e4098f177166b43069d33d9f137
2024-03-27 11:44:59 +11:00
Arlo Breault c90267575c Update lint category help links
Bug: T360793
Change-Id: I4a7b0d0200d2af5c6768db91d0883c7fc483d8dc
2024-03-22 14:14:38 -04:00
Translation updater bot d5fd2cd7d1 Localisation updates from https://translatewiki.net.
Change-Id: I2856dad54aef460fd79edf1cce0dbf9f6754e3fb
2024-03-22 08:44:50 +01:00
jenkins-bot 37780cd3ec Merge "Revert "Revert "Add inline background color""" 2024-03-20 19:47:19 +00:00
C. Scott Ananian 24ef2e9cdb Revert "Revert "Add inline background color""
This reverts commit e2c7746818.

Reason for revert: Culprit is actually on the Parsoid side (reporting a new linter type before the Linter extension knows about it, transiently during deploy) and this revert makes that problem worse not better.

Change-Id: Ib0c1fab8b8e9536e90591a58da673931f5bddf4c
2024-03-20 19:43:10 +00:00
jenkins-bot 07dada4794 Merge "Revert "Add inline background color"" 2024-03-20 19:22:46 +00:00
Jdrewniak e2c7746818 Revert "Add inline background color"
This reverts commit d08fb459c0.

Reason for revert: Might have caused T360565

Change-Id: I408d6eeb2a2789a284d45f879c77ea1e9936ff7c
Bug: T360565
2024-03-20 19:18:54 +00:00
Translation updater bot a6b6dfb86a Localisation updates from https://translatewiki.net.
Change-Id: If866989fee1e5ae1180d2915287da5ffe2a56df5
2024-03-20 08:23:58 +01:00
Translation updater bot 9a336a9b0f Localisation updates from https://translatewiki.net.
Change-Id: I66c215ba6aed85d24e9aa6f4954af19e78eee8ea
2024-03-18 08:31:17 +01:00
Translation updater bot dc8edc8064 Localisation updates from https://translatewiki.net.
Change-Id: I542be77b6d9bc6efe4ac240d3aea78c4b24dd93f
2024-03-14 09:03:22 +01:00
jenkins-bot 1ec12943e9 Merge "Add inline background color" 2024-03-13 19:35:14 +00:00
Umherirrender 9555edce6c build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0
Change-Id: I0a022343428d4b41d2c3c00a6f48eeb237c76fac
2024-03-11 20:44:04 +01:00
Translation updater bot 4b7e490299 Localisation updates from https://translatewiki.net.
Change-Id: Ie7c50d78ba256f16d0ebf8e0734cfda880f72e1b
2024-03-11 08:27:19 +01:00
ksarabia d08fb459c0 Add inline background color
*This adds inline background color linter

Bug: T359205
Change-Id: Ic0a66bdd8ae784c8e048cdba60bcfa11e3f96d20
2024-03-07 17:55:07 +00:00
Translation updater bot b4e6c3e38d Localisation updates from https://translatewiki.net.
Change-Id: I79d519e497799fcec79e823a66371e8082efa7f2
2024-03-01 08:33:27 +01:00
Translation updater bot ac428b36a3 Localisation updates from https://translatewiki.net.
Change-Id: I1099161e298e29f0949fc8eed7df55b68bf0b32f
2024-02-23 08:44:46 +01:00
Translation updater bot 1b312f2cec Localisation updates from https://translatewiki.net.
Change-Id: Ia2c9e988daf4d5db796fc333c603475fee070534
2024-02-21 08:35:49 +01:00
jenkins-bot c1cf86af3b Merge "Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()" 2024-02-17 02:36:03 +00:00
Bartosz Dziewoński 8fe89c1c35 Use OutputPage::setPageTitleMsg() instead of ::setPageTitle()
Bug: T343994
Change-Id: Icf148a1a9b10e568f48d0ef478f781d243a9345a
2024-02-17 02:58:49 +01:00
libraryupgrader fa24bc16e1 build: Updating dependencies
composer:
* mediawiki/mediawiki-phan-config: 0.12.1 → 0.14.0

npm:
* grunt-banana-checker: 0.11.0 → 0.11.1

Change-Id: I7dbb4861df50848b803babe3dab10811adc3faae
2024-02-10 22:20:52 +00:00
libraryupgrader 4143a127f8 build: Updating npm dependencies
* eslint-config-wikimedia: 0.25.0 → 0.26.0
* grunt-eslint: 24.0.1 → 24.3.0

Change-Id: I36f06107dfa3a9b18ca4db06bfb96d29260bcd2e
2024-02-09 07:00:35 +00:00
Translation updater bot d25a991f34 Localisation updates from https://translatewiki.net.
Change-Id: I792510411b0a89ee652740d0a9c50f13575d8172
2024-02-05 08:49:59 +01:00
libraryupgrader d222b6c9ad build: Updating npm dependencies
* eslint-plugin-compat: 4.0.2 → 4.2.0
  * https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
  * https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
  * https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
* semver: 7.3.5 → 7.5.4
  * https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
  * https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
  * https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
* word-wrap: 1.2.3 → 1.2.5
  * https://github.com/advisories/GHSA-j8xg-fqg3-53r7

Change-Id: I405bd7b0f03beb4c838a07a5459bed7d31c0eb2a
2024-02-04 03:07:57 +00:00
Translation updater bot ab45cafca7 Localisation updates from https://translatewiki.net.
Change-Id: Ib02967836506474b5c0b648a5702d7069deada06
2024-01-31 08:29:16 +01:00
Translation updater bot ff902e591e Localisation updates from https://translatewiki.net.
Change-Id: I6741e4538f52c9301c091217c97a0e208058836c
2024-01-30 09:39:19 +01:00