Commit graph

908 commits

Author SHA1 Message Date
Translation updater bot 54cc21bb5c Localisation updates from https://translatewiki.net.
Change-Id: I33e49ad409e2017bfbf034ff76c1198c2590ea1e
2023-05-08 10:32:20 +02:00
jenkins-bot 27acce48ed Merge "Unclosed tags in article headings" 2023-05-08 07:15:01 +00:00
Moh'd Khier Abualruz b9f1d478e2 Unclosed tags in article headings
- divide the 'missing-end-tag' into 2 categories:
 * 'missing-end-tag': kept the same ( minus the new category results)
 * 'missing-end-tag-in-heading': high priority

depends-on: I8397a24e85ca9f5a9ce6413dec5efa8c401a9960

Bug: T308398
Change-Id: I5738abd522bf5248e4b7b1255920055182e6261f
2023-05-05 12:57:21 +02:00
Translation updater bot 66ebe17b8d Localisation updates from https://translatewiki.net.
Change-Id: If4898b3383939cd3a3e928bdbce043badea499f0
2023-05-05 10:39:41 +02:00
Translation updater bot 05ec11ee95 Localisation updates from https://translatewiki.net.
Change-Id: I9b4a39384edbc082364c9e3b0551954376af8d28
2023-05-03 08:43:45 +02:00
Moh'd Khier Abualruz 53918dd364 Create linting rule for large tables
depends-on: Ic25c50caf15423179e32ab1b4c0f0ab9f6c71cb3

Bug: T334528
Change-Id: I691a265aa1c3914c8cd9f3a63c2e8f8bfe92af0f
2023-05-02 19:21:10 +02:00
Translation updater bot 218c241c5b Localisation updates from https://translatewiki.net.
Change-Id: Iaaa4c1d3e5f97559ec507aeb35e89a84c70d48c1
2023-05-01 09:58:07 +02:00
Translation updater bot b0259efb68 Localisation updates from https://translatewiki.net.
Change-Id: I8aff9bde3417c12f438f777bc012470f7561721a
2023-04-14 09:26:46 +02:00
Translation updater bot 78652dbf5f Localisation updates from https://translatewiki.net.
Change-Id: I0d50a44d573e8e0331a84a8592df0f4b2027b731
2023-04-11 09:14:00 +02:00
Translation updater bot f7730f9aa7 Localisation updates from https://translatewiki.net.
Change-Id: I33bd2944d6fb02f766bea9e1ca31b070082c4e9c
2023-04-10 09:21:56 +02:00
Translation updater bot abd0cdca7a Localisation updates from https://translatewiki.net.
Change-Id: I8505241bf8b4101eb62ad5a0a718c9d3c802e3b2
2023-04-05 09:08:04 +02:00
Translation updater bot a73ce9fe25 Localisation updates from https://translatewiki.net.
Change-Id: I1583583795fac391046b33644bb0c65e82c6586f
2023-03-30 09:02:02 +02:00
Translation updater bot 7e5d813f7e Localisation updates from https://translatewiki.net.
Change-Id: I6582d32f8c50c117c64d84437964804379b0221b
2023-03-28 08:40:37 +02:00
Translation updater bot eea0d24d03 Localisation updates from https://translatewiki.net.
Change-Id: Iadcc2b0846623268863fb8f8f92cc89b28eada26
2023-03-15 08:50:03 +01:00
Translation updater bot e1691bbc11 Localisation updates from https://translatewiki.net.
Change-Id: I0178963c4ca78b70097049c6cb2be08872af5423
2023-03-09 09:05:25 +01:00
Translation updater bot 4d7f1fe448 Localisation updates from https://translatewiki.net.
Change-Id: I7a56cfdffa8bc243b14138aa90e06b264644b862
2023-03-08 08:42:25 +01:00
Translation updater bot 0521181440 Localisation updates from https://translatewiki.net.
Change-Id: I638f28167abb015ad6a314c1523d1e7c629313d3
2023-03-07 08:45:33 +01:00
Translation updater bot b0fd26926e Localisation updates from https://translatewiki.net.
Change-Id: Ia412cca247baae086ad644309c4f8cf2708ab46c
2023-03-06 08:33:34 +01:00
Translation updater bot cf967642e4 Localisation updates from https://translatewiki.net.
Change-Id: Ic94f701a7656c903adc40cac97e75d42991bffa1
2023-03-03 09:32:12 +01:00
Translation updater bot f06e43c240 Localisation updates from https://translatewiki.net.
Change-Id: I632602fbbe8c94656c27e1a77639e4c60f9b9d8c
2023-03-03 08:48:24 +01:00
Translation updater bot 27ab0ff2fc Localisation updates from https://translatewiki.net.
Change-Id: Ided9143061285f3a3f2d35fcb2a9dc7d0de90c3d
2023-03-02 08:43:04 +01:00
Translation updater bot fd64cf1395 Localisation updates from https://translatewiki.net.
Change-Id: I9f0dcf81e2d530c33f58357e605e028bf1080a48
2023-03-01 08:24:24 +01:00
Translation updater bot b267ae6595 Localisation updates from https://translatewiki.net.
Change-Id: I9033e31b18bb92f340f3d17d0e089fe92554bfad
2023-02-28 08:29:12 +01:00
sbailey 6aa4cdeba9 Linter Tag and Template search feature, UI and report code
* Tag and Template search is enabled using config variable
   'LinterUserInterfaceTagAndTemplateStage' and also checks for
   the linter table column 'linter_tag' to exist to protect the
   report code from error if the column is absent. As the linter
   table alter maintenance added both the linter_tag and
   linter_template at the same time, there is no reason to check
   both. The user interface code does not check for the field
   presence only the config variable.

 * This code depends on the recordLintJob code writing the tag
   and template data which is enabled by the config variable
   'LinterWriteTagAndTemplateColumnsStage' and also assumes the
   data migration maintenance script migrateTagTemplate.php has
   been run to populate linter error records created prior to
   the table alter and the write code being enabled.

Bug: T175177
Change-Id: I2f951dfcd34e3dc6ca17e8754cfaeba8baa3e835
2023-02-27 06:55:06 -08:00
Translation updater bot 073b0913f9 Localisation updates from https://translatewiki.net.
Change-Id: Iff04a425cf7f9f7dd55d7eb63785c3c8d49af036
2023-02-22 09:00:58 +01:00
jenkins-bot f01ada78ae Merge "Remove API action=record-lint" 2023-02-21 19:30:40 +00:00
Kunal Mehta eaf2d26db8 Remove API action=record-lint
The action=record-lint was a hack that allowed Parsoid/JS to send data
to MediaWiki to be stored in the linter database. Thankfully we no
longer need it in the glorious Parsoid/PHP world because it can write
directly to the database.

The API module, i18n messages and $wgLinterSubmitterWhitelist are all
removed.

Bug: T329992
Change-Id: Iba70e05a2e28f4ecd02101cff51993ebe65f19d0
2023-02-20 20:44:00 -05:00
Translation updater bot 1610285468 Localisation updates from https://translatewiki.net.
Change-Id: I6074176ae3428910e9e36b5e0aead19fc323424a
2023-02-20 09:46:49 +01:00
Translation updater bot 1728fde678 Localisation updates from https://translatewiki.net.
Change-Id: I093eab9c98a4240f8fc110780805a6451538938a
2023-02-17 08:56:12 +01:00
Translation updater bot bb89c3966e Localisation updates from https://translatewiki.net.
Change-Id: I082b800600776deb081e2daf26153172753df74d
2023-02-13 08:30:24 +01:00
Translation updater bot bcee4b9b3b Localisation updates from https://translatewiki.net.
Change-Id: I936065a659f413108e2b9272648cb92df24401c6
2023-02-10 08:44:03 +01:00
Kunal Mehta cb84f3a872 Link to detailed Special:LintErrors from action=info
action=info has a summary table of number of lint errors by category,
but we have richer information available via Special:LintErrors. If
there is a "Lint errors" section, provide a link below the table to
Special:LintErrors for the errors on this page.

Update ApiRecordLint for the new Hooks constructor and leave a FIXME
to eliminate the coupling.

Bug: T301374
Change-Id: Ic1fcf42b50d1392ac53201ceb256691133cf62ff
2023-02-06 20:41:45 -05:00
Translation updater bot f38c88c1ce Localisation updates from https://translatewiki.net.
Change-Id: I97fb32d1feb9d5634d80c10c893588eee4fa3315
2023-02-06 08:45:24 +01:00
Translation updater bot c72260fa61 Localisation updates from https://translatewiki.net.
Change-Id: Iab78305c80403f3ba80e0af04deba3ba76ab392c
2023-02-03 08:47:57 +01:00
Translation updater bot 7d18c60cbf Localisation updates from https://translatewiki.net.
Change-Id: Ica698fa9699b49f5f82f5a55233cd19da454301d
2023-01-30 08:30:21 +01:00
Translation updater bot 74730c5943 Localisation updates from https://translatewiki.net.
Change-Id: I4d1939cb2f7730fb871ef080d563de7ca4abe1a7
2023-01-10 08:25:04 +01:00
Translation updater bot 5609854d75 Localisation updates from https://translatewiki.net.
Change-Id: I56889bc4940f2a93f8342ced4278967e2d71b867
2023-01-05 09:09:00 +01:00
Translation updater bot 233543ce53 Localisation updates from https://translatewiki.net.
Change-Id: I8baaec23ba854da12a526e30dbe8169f664233e4
2022-12-29 10:01:49 +01:00
Translation updater bot c1abd29656 Localisation updates from https://translatewiki.net.
Change-Id: Ia4acd32cf4103f1471ad4e783afc55d47c92b221
2022-12-26 09:10:14 +01:00
Translation updater bot a52faf181f Localisation updates from https://translatewiki.net.
Change-Id: Ib0ed4e182943361a29fa986fce52a6ff15b5ae91
2022-12-21 09:16:16 +01:00
Translation updater bot 6580cd4f3f Localisation updates from https://translatewiki.net.
Change-Id: I6068546041abc2c139505baff220c5427154fdb2
2022-12-15 11:36:13 +01:00
Translation updater bot c7f5025de3 Localisation updates from https://translatewiki.net.
Change-Id: I9af9743da0c6cc3d692cc67afd616e7dd6bf588d
2022-12-06 08:52:45 +01:00
Translation updater bot 1f37da70c0 Localisation updates from https://translatewiki.net.
Change-Id: I63d0e63b632dcd20783b9a8ba3aae7bda7b00f7c
2022-11-30 08:53:09 +01:00
Translation updater bot 1030f9c2fc Localisation updates from https://translatewiki.net.
Change-Id: Ie9b9987a5d0a38cf20710abcc7af2fb9ac1ba293
2022-11-29 08:58:50 +01:00
Translation updater bot 461827e2e6 Localisation updates from https://translatewiki.net.
Change-Id: Id4c4f9cbda2327726168454412822eb8254d38a4
2022-11-28 08:49:48 +01:00
Translation updater bot babda020af Localisation updates from https://translatewiki.net.
Change-Id: Iba744a6e2698c7d96c87f282a8ee80da43337287
2022-11-22 08:33:59 +01:00
Translation updater bot 7af220720d Localisation updates from https://translatewiki.net.
Change-Id: I29302b4952ac37a308277062211206edc2abce35
2022-11-04 09:03:09 +01:00
Translation updater bot 3bfe500fa1 Localisation updates from https://translatewiki.net.
Change-Id: If7e44827fddf9cec6db0f605cceb159ca76ab0be
2022-11-01 08:53:12 +01:00
Translation updater bot 910aca8e4d Localisation updates from https://translatewiki.net.
Change-Id: Ibf834457f86f0161f23cdb4d6292d9d00dc85139
2022-10-31 09:46:03 +01:00
Translation updater bot 79713a02c5 Localisation updates from https://translatewiki.net.
Change-Id: I507fc523c18ef4eaede392a0add53e0b46201ccc
2022-10-27 08:55:22 +02:00
Translation updater bot f02bbe4d05 Localisation updates from https://translatewiki.net.
Change-Id: I026bbf33223022dd7732b9d59aacf7b065386cee
2022-10-24 08:23:07 +02:00
Translation updater bot 00819356f6 Localisation updates from https://translatewiki.net.
Change-Id: Id3d7e78b48416577c02b963bb983e21a53dbad31
2022-10-03 09:45:57 +02:00
Translation updater bot 5c44333291 Localisation updates from https://translatewiki.net.
Change-Id: I30360f6f2900650d488505f99684228865a18acf
2022-09-30 08:54:16 +02:00
Translation updater bot bc541fdc20 Localisation updates from https://translatewiki.net.
Change-Id: I8722cd645201dc5251cb3cc13bc0c114a1014f6e
2022-09-28 08:21:59 +02:00
Translation updater bot 1a17bc7dc4 Localisation updates from https://translatewiki.net.
Change-Id: I9437c9216b7c431e9b0eb3770450ed8b72e0a9cd
2022-09-26 08:15:37 +02:00
Translation updater bot b334b06404 Localisation updates from https://translatewiki.net.
Change-Id: I93d03f8f8c9cb7386269f8f062a1be6aa5d3b5dd
2022-09-22 08:46:27 +02:00
Translation updater bot 519371f9c2 Localisation updates from https://translatewiki.net.
Change-Id: Ib518ce4c9adc4a6d1878341647c6b57a4404546f
2022-09-21 08:29:07 +02:00
Translation updater bot b88d3bad4e Localisation updates from https://translatewiki.net.
Change-Id: I33cc0f51bb7d5f1209b3a833b0757a6e6395024f
2022-09-19 08:25:01 +02:00
Translation updater bot 349f24509b Localisation updates from https://translatewiki.net.
Change-Id: Id2128be9692d154933862e56c0ce3cdab2349d3c
2022-09-12 09:36:44 +02:00
Translation updater bot 028d163912 Localisation updates from https://translatewiki.net.
Change-Id: I95b715ddf97f1b889496f2e3fe84a21004882b11
2022-09-09 10:10:28 +02:00
Translation updater bot 67f13d5cdd Localisation updates from https://translatewiki.net.
Change-Id: Ibe4909c763e3d63499e3a3add043f8d6e504ea3d
2022-09-05 10:11:13 +02:00
Translation updater bot fab281771c Localisation updates from https://translatewiki.net.
Change-Id: I5c5622e370b5e116be00b1939d5920dae96b97fd
2022-09-01 09:34:01 +02:00
Translation updater bot 361632c1a4 Localisation updates from https://translatewiki.net.
Change-Id: I36cba50844c5039bc3dac905c0e611521c9bad44
2022-08-29 09:14:36 +02:00
Translation updater bot e802e4cdf6 Localisation updates from https://translatewiki.net.
Change-Id: I23dc31060d5f840b3d08b2ade249fd61633e40b1
2022-08-25 08:26:34 +02:00
Translation updater bot a212f176d9 Localisation updates from https://translatewiki.net.
Change-Id: I4d96b2683e8a70f9a8686e9b427f54860a585150
2022-08-22 08:23:15 +02:00
Translation updater bot 60dfb189ba Localisation updates from https://translatewiki.net.
Change-Id: Ia5c05918e5174c82257287709af07e23c84b6a1c
2022-08-15 08:26:38 +02:00
Translation updater bot c89d3c435f Localisation updates from https://translatewiki.net.
Change-Id: I540fe0fb77969157a5153281f95ef8ca7e954974
2022-08-09 08:19:53 +02:00
Translation updater bot d80bbe37fb Localisation updates from https://translatewiki.net.
Change-Id: Ic457dd0f6fcf6e78af393535dcf87eed50f98890
2022-08-05 08:34:02 +02:00
Translation updater bot aae4e372a8 Localisation updates from https://translatewiki.net.
Change-Id: I93696a87c21aadfb078b52dfde84669be7566253
2022-08-01 08:22:48 +02:00
Translation updater bot 69c9315a7e Localisation updates from https://translatewiki.net.
Change-Id: Iebbf8b8940d38da327fa448114867641411d4a42
2022-07-27 08:26:22 +02:00
Translation updater bot 14dc1ec133 Localisation updates from https://translatewiki.net.
Change-Id: I2b7f5340c197c789faac353aa356fa0ff3c31a52
2022-07-25 08:37:24 +02:00
Translation updater bot f0f778b07c Localisation updates from https://translatewiki.net.
Change-Id: I450470a8331042c88f44d7090d4c39f3da7d2600
2022-07-18 08:15:11 +02:00
Translation updater bot 9513957bb0 Localisation updates from https://translatewiki.net.
Change-Id: I8bbe53db0b79d8c2f2960e3e0d26ce0b7da8fe1d
2022-07-15 08:44:33 +02:00
Translation updater bot e21407b0b5 Localisation updates from https://translatewiki.net.
Change-Id: Id68305d6a12d5e09a1bc27cbfd7c6bc36d137dee
2022-07-14 08:48:21 +02:00
Translation updater bot d3cfc05840 Localisation updates from https://translatewiki.net.
Change-Id: I57c6ef43c2494effd6403c97fda4a145fd72b899
2022-07-13 08:17:47 +02:00
Translation updater bot bfc6fe088c Localisation updates from https://translatewiki.net.
Change-Id: I6badfa16d987a1d70fb9e6870da6ba07c78aea29
2022-07-11 09:49:56 +02:00
Translation updater bot c6c1add2ed Localisation updates from https://translatewiki.net.
Change-Id: Id4c21f12c1f0c15c26baee8d5af2d9be40ee430d
2022-07-08 08:52:41 +02:00
Translation updater bot 0e2bfbe5f5 Localisation updates from https://translatewiki.net.
Change-Id: I39b61e4d05b5ef36272956cd0f4abfc47cdccbb8
2022-07-07 08:50:42 +02:00
Translation updater bot 0fcd630d7e Localisation updates from https://translatewiki.net.
Change-Id: I95489a01b5ee2392d9d28ff646952f85cc41d10e
2022-07-06 10:18:15 +02:00
Translation updater bot 798ee90d10 Localisation updates from https://translatewiki.net.
Change-Id: I60ba7e368978a60ff6dea819a770aa33c45c9f49
2022-07-05 08:38:28 +02:00
Translation updater bot 873334fea0 Localisation updates from https://translatewiki.net.
Change-Id: I08e7beed2c74eae01fe7efe3fce9114d0a69f294
2022-07-04 08:22:21 +02:00
Translation updater bot 732f37c542 Localisation updates from https://translatewiki.net.
Change-Id: Iae0b750633b6d807254bf45d9687f1b71127ca2e
2022-06-28 08:39:45 +02:00
Translation updater bot 3e070ab70e Localisation updates from https://translatewiki.net.
Change-Id: I7ed432db121d6e9cf905bd92a21b012918cf3945
2022-06-24 09:30:58 +02:00
Translation updater bot ac08bd611c Localisation updates from https://translatewiki.net.
Change-Id: I47b0bd979a933b0948a7bc27b808c5cfbc2d00a0
2022-06-21 08:31:10 +02:00
Translation updater bot 33a6b559ad Localisation updates from https://translatewiki.net.
Change-Id: I1bc7d0ed90cf8e3fdb48365c61928e1787cbbd60
2022-06-20 08:17:23 +02:00
jenkins-bot a7eb5008b5 Merge "Provide search by title prefix for any category of lint error" 2022-06-17 09:14:00 +00:00
sbailey 79e825a466 Provide search by title prefix for any category of lint error
Bug: T185685
Change-Id: Ib667fcf5b2b1e752fde297b32b8bbe37dceabc5a
2022-06-16 13:27:14 -07:00
Translation updater bot 7977737331 Localisation updates from https://translatewiki.net.
Change-Id: Ie93a5fadff6c16572d5fbc83fe32aa0ee29c867b
2022-06-16 09:24:54 +02:00
Translation updater bot fcf403208f Localisation updates from https://translatewiki.net.
Change-Id: I22f2a3140a8727599508e8eeaa68ae830ff4553d
2022-06-14 08:48:29 +02:00
Translation updater bot 88cdfbb1ae Localisation updates from https://translatewiki.net.
Change-Id: I72f60e6f6268489b32856c720bf1bf76cf3a6743
2022-06-08 08:27:22 +02:00
Translation updater bot aca2a17715 Localisation updates from https://translatewiki.net.
Change-Id: I78465258d468d67f2906dbbfa293f28147471af5
2022-06-06 09:26:03 +02:00
Translation updater bot bc52f6f05c Localisation updates from https://translatewiki.net.
Change-Id: If15eeed49bd9e336303aae824e18f209ad7b9280
2022-05-30 09:23:38 +02:00
Translation updater bot 30ce61d56b Localisation updates from https://translatewiki.net.
Change-Id: Iea7e7337fa3a0be362973081acee4d41a002ee01
2022-05-23 08:17:04 +02:00
Translation updater bot 28304aed4a Localisation updates from https://translatewiki.net.
Change-Id: I712ec90a73c40081a2fbf31579cb2b605f4a0b3e
2022-05-17 08:28:24 +02:00
Translation updater bot 1c1045b817 Localisation updates from https://translatewiki.net.
Change-Id: Id52e26602656563340abddf0e33bbbefff517865
2022-05-16 08:24:38 +02:00
Translation updater bot 373d1740b5 Localisation updates from https://translatewiki.net.
Change-Id: I7581a773f3b8ec9913e34cfb3b7ed65811207b79
2022-05-12 08:13:30 +02:00
Arlo Breault b89ba6d2fe Revert "Add linter category for "inline-media-caption""
This reverts commit e8a1b8218c.

The category was left around in extension.json, as disabled, since it's
already associated a dbid.

Also, deleted the page [[:mw:Help:Lint errors/inline-media-caption]]

Bug: T297443
Change-Id: I5fd80a7da428db7c022cbbf3cca4a317556c528b
2022-05-11 14:57:24 -04:00
Translation updater bot 9f28b5af36 Localisation updates from https://translatewiki.net.
Change-Id: If31b1f9b896cf8b4b8ae7cea3172b0a424aacf6e
2022-05-09 08:11:55 +02:00
Translation updater bot b6c6b85eb1 Localisation updates from https://translatewiki.net.
Change-Id: I103285aa7d245f4e3ec36f537d17252e5a185ef8
2022-05-02 08:19:49 +02:00
Translation updater bot 81f90e44d9 Localisation updates from https://translatewiki.net.
Change-Id: Ic208003ecb4480c2690df24e329ba9d1ed5de75d
2022-04-27 08:08:22 +02:00
Translation updater bot 6381b6c8f7 Localisation updates from https://translatewiki.net.
Change-Id: Ie70e7dcbf320d4402f15b0aac1907bec3cef62dc
2022-04-25 08:18:13 +02:00
Translation updater bot 3a89e1cc30 Localisation updates from https://translatewiki.net.
Change-Id: Idcf606a2c5efc731ea8eddd7b212591a1e3ab2d4
2022-04-19 10:14:53 +02:00
Translation updater bot f635243496 Localisation updates from https://translatewiki.net.
Change-Id: I70e4122fb089d5dae1637308a03e3a3bd2c0ad58
2022-04-12 08:14:28 +02:00
Translation updater bot c01728514b Localisation updates from https://translatewiki.net.
Change-Id: I6e2e542bb76c11b9fd224641f5e7f7775bb5f536
2022-04-05 08:25:43 +02:00
Translation updater bot 9300b8acd2 Localisation updates from https://translatewiki.net.
Change-Id: Ib43d6f84faac4b9dcd96a5af85181de2c42541e1
2022-04-01 08:27:00 +02:00
Translation updater bot 1123399a7e Localisation updates from https://translatewiki.net.
Change-Id: I63955a6ba4d58207b4b4d19f307d69b72a2c834c
2022-03-31 08:36:03 +02:00
Translation updater bot e01f362573 Localisation updates from https://translatewiki.net.
Change-Id: If9e3db1d22925ed0e8f35f82283f7c0080cf6ef4
2022-03-28 08:21:18 +02:00
Translation updater bot 694ff04ab7 Localisation updates from https://translatewiki.net.
Change-Id: I1bfaf3a72131f4cbec12632224f766d57b51795a
2022-03-24 08:34:44 +01:00
Translation updater bot 5f0a3074e4 Localisation updates from https://translatewiki.net.
Change-Id: I0cc08d1822e0c0aa6677eda6734da33605ac1218
2022-03-23 08:25:27 +01:00
Translation updater bot eb199939ac Localisation updates from https://translatewiki.net.
Change-Id: Ic60ded18b080832174c660a17a74ff12adcc7d52
2022-03-21 08:14:58 +01:00
Translation updater bot 10fd701c89 Localisation updates from https://translatewiki.net.
Change-Id: Id2684d0d0a8b5bad6e0945c71a9b3f4ea1f6dd81
2022-03-17 08:37:18 +01:00
Translation updater bot 185b0eb6f2 Localisation updates from https://translatewiki.net.
Change-Id: I4bb4571ec84640f6c6d46fa1d1a2020c12b8b330
2022-03-16 08:07:49 +01:00
Translation updater bot 29d30595ed Localisation updates from https://translatewiki.net.
Change-Id: I735f3d8c3d95f069ce60a7be6eec9a468e63542e
2022-03-14 08:14:13 +01:00
sbailey 7309cc139c Linter allows specification of a page prefix to refine selection
* UI and functionality working, SQL injection risk is handled using
   the database wrapper function buildLike()

Bug: T185685
Change-Id: I1f630a83f01a1c93f29643e4fc8baf55391b758d
2022-03-10 08:48:19 -08:00
Translation updater bot b2452ef98f Localisation updates from https://translatewiki.net.
Change-Id: I12c52ebdd0b84eb4c9333e38c6bd417155fe8d42
2022-03-04 08:29:39 +01:00
Translation updater bot 5b154ffb67 Localisation updates from https://translatewiki.net.
Change-Id: Ifd5e7ec3f19c1a6ecaa96b9d68dd094ec1ba738c
2022-03-02 09:37:06 +01:00
Translation updater bot f7fc3e051e Localisation updates from https://translatewiki.net.
Change-Id: I3bb4ec67f32754cfc4f00113ec69e5dc0524b892
2022-02-25 09:44:19 +01:00
Translation updater bot 7a50cce178 Localisation updates from https://translatewiki.net.
Change-Id: I3d20ce825a827094728782c4fd08b992a851cbf3
2022-02-24 08:49:28 +01:00
Translation updater bot b486fdc4cd Localisation updates from https://translatewiki.net.
Change-Id: Ie73592ef6f3f9f0e1787de24e5b78e537266bd33
2022-02-21 08:16:05 +01:00
Translation updater bot e46f7d8f78 Localisation updates from https://translatewiki.net.
Change-Id: I9ffb39e4e97825daa0506ebe46ce90b105002d9e
2022-02-17 08:11:57 +01:00
Translation updater bot 3f916990aa Localisation updates from https://translatewiki.net.
Change-Id: I5ee4092b8b6c7cf59ffb48ba423997a9f2961503
2022-02-14 08:14:37 +01:00
Translation updater bot 1ab3e6f0bc Localisation updates from https://translatewiki.net.
Change-Id: I6096b7d71b3a687cf156e4d4e60bdc2c4afbb5e0
2022-02-10 08:41:47 +01:00
Translation updater bot 9977e760fd Localisation updates from https://translatewiki.net.
Change-Id: I9ac09a671c78540011f5a5c5d133dfd09e4135c6
2022-02-08 08:28:44 +01:00
Translation updater bot ead506534f Localisation updates from https://translatewiki.net.
Change-Id: Ia7ad53e77fdca8b89bcffcfc35e2b30f7876b824
2022-02-03 08:44:16 +01:00
Translation updater bot fa2ee9c7ef Localisation updates from https://translatewiki.net.
Change-Id: I682b228cb3d510697e2186fcf6be44d733c9340c
2022-02-02 08:20:09 +01:00
Translation updater bot fdc6495b74 Localisation updates from https://translatewiki.net.
Change-Id: I7a46cf6fb5851bb845fcd1da5c7f751f0e312dcc
2022-01-31 08:22:14 +01:00
Translation updater bot 59860752e8 Localisation updates from https://translatewiki.net.
Change-Id: Iaa9ff832031fb10a16fb448cc10c0953e4d13f65
2022-01-25 08:32:54 +01:00
Translation updater bot 5239c4ae29 Localisation updates from https://translatewiki.net.
Change-Id: Iac58cc333a69409633f2962453d94e795229e0b6
2022-01-17 08:12:25 +01:00
Translation updater bot c7b702ce94 Localisation updates from https://translatewiki.net.
Change-Id: I43c945c69cf5efcea4a0bcce78bff5c45e065eb4
2022-01-14 08:16:33 +01:00
Translation updater bot d1ff96671a Localisation updates from https://translatewiki.net.
Change-Id: I2f30f38f8002a4c12c78ec758cc2564223b5df18
2022-01-13 08:27:10 +01:00
Translation updater bot bf07dc2736 Localisation updates from https://translatewiki.net.
Change-Id: Ie4b51a6b3eb3c2d53967de65fd7843f3e3ed338e
2022-01-12 08:25:16 +01:00
Arlo Breault 8a797fd625 s/linter-pager-title/linter-pager-title-header/
Change-Id: I51e4ffa89954b0b6bf798562668dc4a95c00d9da
2022-01-11 23:24:52 +00:00
Arlo Breault ace2d5c17d s/linter-pager-template/linter-pager-template-header/
Change-Id: I658b258fe46bdeefbfc0b1d348e4ac4d9c423205
2022-01-11 12:41:56 -05:00
Arlo Breault 850ec4fa70 Add i18n for pager category
Follow up to I70fde2676ded6a112f7f2b07f94f6f4b616f0e39

Change-Id: I38647833938fb27793827649bc5c785dc3fd63ea
2022-01-11 12:21:19 -05:00
Translation updater bot 7e9a4ecf04 Localisation updates from https://translatewiki.net.
Change-Id: I5caaa0e28712a914fbd0cb5a9758c3998413422f
2022-01-11 08:23:17 +01:00
sbailey 31bc33b578 All lint errors for a single page was missing error detail label
Bug: T151362
Change-Id: I4eabb53cd133ee46e986a0d81a7002a286dfc0c4
2022-01-10 13:07:31 -06:00
Translation updater bot 52102445ba Localisation updates from https://translatewiki.net.
Change-Id: I7b089d4f31439bd4548bf931320a1c2c000b0368
2022-01-10 08:11:33 +01:00
jenkins-bot 0708f9e887 Merge "Linter: Display lint errors for a single page" 2022-01-07 21:13:05 +00:00
sbailey 88aab3cd1e Linter: Display lint errors for a single page
* Added error message when namespace and/or pagename is not
  found or malformed which now displays a bold red message.

Bug: T151362
Change-Id: I70fde2676ded6a112f7f2b07f94f6f4b616f0e39
2022-01-07 12:45:55 -08:00
Translation updater bot 47b6c866cc Localisation updates from https://translatewiki.net.
Change-Id: I51ffb0edb3d16413109a401b2415f480e86f0737
2022-01-06 08:31:48 +01:00
Translation updater bot 210db202be Localisation updates from https://translatewiki.net.
Change-Id: I02cf1d1a3b726cd4d8c1feda065851d54a4446d4
2021-12-20 08:21:23 +01:00
Translation updater bot a49695649a Localisation updates from https://translatewiki.net.
Change-Id: Ifd87779ec353fbd3cd217171089818dd2d70d73a
2021-12-17 08:17:14 +01:00
Translation updater bot b33485da62 Localisation updates from https://translatewiki.net.
Change-Id: I1b8b893816aaa49d5aa1e13d2b3616bf343e55e5
2021-12-16 08:29:42 +01:00
Arlo Breault e8a1b8218c Add linter category for "inline-media-caption"
Bug: T297443
Depends-On: I4cdbfe46bce7556d2187a5f1c908b3538d1185fb
Change-Id: I83d51c40b3c4c1f3e5de327aba6f05e65d9814c7
2021-12-15 17:27:52 -05:00
Arlo Breault 518a7597b6 Fix plural in redirect
Help:Extension:Linter/unclosed-quote-in-heading&redirect=no
redirects to
Help:Lint_errors/unclosed-quotes-in-heading

Follow up to I814fa43104cca4f81397b6b73cb990ca12663cde

Change-Id: I1b8003801b8f867d4988a52be012b26012611d3b
2021-12-13 19:02:23 -05:00
Arlo Breault 142a9a2f97 s/mw:Help:Extension:Linter/mw:Help:Lint errors/
These seem to be redirected now.

Change-Id: I814fa43104cca4f81397b6b73cb990ca12663cde
2021-12-13 19:02:00 -05:00
Translation updater bot bdba7ecaca Localisation updates from https://translatewiki.net.
Change-Id: Ie29fc8645df24f20150c282985f1296a29931613
2021-12-13 08:21:44 +01:00
Translation updater bot 1203a59348 Localisation updates from https://translatewiki.net.
Change-Id: I4dbabcd0363bc4bc9ccf0a8b4efa2dd316560efc
2021-12-06 08:19:29 +01:00
Translation updater bot df530e0178 Localisation updates from https://translatewiki.net.
Change-Id: I44204d4763c1cecf05b4fdd22cb234286f7cd714
2021-11-24 08:22:04 +01:00
Translation updater bot 2a8ad950c1 Localisation updates from https://translatewiki.net.
Change-Id: If227e44ef2e8b420619ba3d9405f00c682dead8a
2021-11-15 08:11:57 +01:00
Translation updater bot 08a8d5dbc0 Localisation updates from https://translatewiki.net.
Change-Id: Ib926766a57e84d6874e215fc748376bbbc5c9952
2021-11-11 10:02:36 +01:00
Translation updater bot a3d3937dfa Localisation updates from https://translatewiki.net.
Change-Id: I0666bfd84ef57c7e037cc6b59622feb827aa8ea1
2021-11-03 08:20:49 +01:00
Translation updater bot dca45d377e Localisation updates from https://translatewiki.net.
Change-Id: I3a76013d0e9e4143e3c5f59a3767e7ec148ed420
2021-11-02 08:07:08 +01:00
Translation updater bot 7e6b8ddbb2 Localisation updates from https://translatewiki.net.
Change-Id: I2a99bc20ceecc2241a2fd37f211a836217d9aad6
2021-11-01 09:34:02 +01:00
Translation updater bot a7c08e25a6 Localisation updates from https://translatewiki.net.
Change-Id: I9cfc4250097683cd65fe685280f2527b8da082d4
2021-10-28 08:28:14 +02:00
Translation updater bot d8c27f9919 Localisation updates from https://translatewiki.net.
Change-Id: I2bdc61c34a70e129ec54022f21d898b1ea47dc66
2021-10-25 08:51:48 +02:00
Translation updater bot 97413fa1a6 Localisation updates from https://translatewiki.net.
Change-Id: I847c702190fedcd0ac4736fcd9b85ef13af5a0ae
2021-10-18 15:20:35 +02:00
Translation updater bot c37e4e6b3d Localisation updates from https://translatewiki.net.
Change-Id: I2fb05981ed849208eb1086028d6c68df17328454
2021-10-04 08:56:06 +02:00
Translation updater bot 9551baf9ee Localisation updates from https://translatewiki.net.
Change-Id: Ib423ee5c3c7440acdb0d0474766be6dd24b55d7f
2021-09-27 08:35:02 +02:00
Translation updater bot 998068d01a Localisation updates from https://translatewiki.net.
Change-Id: If5d1629db7519079572375ecbf9ef3e0eaeb2a19
2021-09-22 08:10:47 +02:00
Translation updater bot 62d9dd3e74 Localisation updates from https://translatewiki.net.
Change-Id: Iccf704ba92117a6effbcb2d0e85a53bf95400759
2021-09-15 08:14:28 +02:00
Translation updater bot c325147d54 Localisation updates from https://translatewiki.net.
Change-Id: Ifb6e034c64777ee3071169d41f2fe163809cd6de
2021-09-09 08:17:44 +02:00
Translation updater bot ca3254fcf3 Localisation updates from https://translatewiki.net.
Change-Id: I12c030602ba5d457a5cc0766cba93a94c2b8d12d
2021-09-06 08:20:57 +02:00
Translation updater bot 669d05bc91 Localisation updates from https://translatewiki.net.
Change-Id: I28822026183dd533624bd1f279aeeb9d4a79127b
2021-09-01 08:16:25 +02:00
Translation updater bot 94dc5a7201 Localisation updates from https://translatewiki.net.
Change-Id: I73695a3070fe87538002281b80b8a338226f40e9
2021-08-30 08:20:19 +02:00
Translation updater bot 82dc29253d Localisation updates from https://translatewiki.net.
Change-Id: Ic309ada31d54683f8987ca8a4e5e6ac76e31ca5d
2021-08-27 08:43:55 +02:00
Translation updater bot a3ce024fe6 Localisation updates from https://translatewiki.net.
Change-Id: I9a41f91a981b0faf5cb32dbf58b9bd470781c87c
2021-08-26 08:36:27 +02:00
Translation updater bot 74d0b9abe2 Localisation updates from https://translatewiki.net.
Change-Id: Ibc80a091009c1349b8da1f78b77072e77e32c0d6
2021-08-10 08:06:40 +02:00
Translation updater bot dcaaef65b1 Localisation updates from https://translatewiki.net.
Change-Id: If58da3046679fb23f4517b0db5d5210241417506
2021-08-09 08:24:23 +02:00
Translation updater bot 2becc3fd28 Localisation updates from https://translatewiki.net.
Change-Id: I87cd01b5d22f3bb341ca05d513ebff4d431bb993
2021-08-03 08:11:48 +02:00
Translation updater bot cc23a9b5b2 Localisation updates from https://translatewiki.net.
Change-Id: I5cd7e35c098a900112853f88c43ccd4a8bf94ce2
2021-07-27 08:13:30 +02:00
Translation updater bot 20037f44ae Localisation updates from https://translatewiki.net.
Change-Id: I7f948a22c7a4f82f56d71fc393e21dfbd18a3ffd
2021-07-26 08:12:21 +02:00
Translation updater bot ebcbb387a2 Localisation updates from https://translatewiki.net.
Change-Id: I9c31cbeeb471a5f4ffb7b8f38e2ebaddc8db8014
2021-07-22 08:13:20 +02:00
Translation updater bot 0d4ee019ba Localisation updates from https://translatewiki.net.
Change-Id: I56b743d0390e1bba4b937a480c24fa826e654f7e
2021-07-21 08:05:43 +02:00
Translation updater bot 63e1b56a86 Localisation updates from https://translatewiki.net.
Change-Id: I8d6449943e004102f4efae70f983882769089f9b
2021-07-20 08:20:39 +02:00
Translation updater bot 6a70a459ca Localisation updates from https://translatewiki.net.
Change-Id: I7c207b396784b6d7e6a84f33dba04f433190e277
2021-07-09 08:07:01 +02:00
Translation updater bot ec5b62ef3c Localisation updates from https://translatewiki.net.
Change-Id: Ie40534fdcf5436e3537be696d5edd3c0bc3fedd7
2021-07-08 08:46:49 +02:00
Translation updater bot 84d6ce47ce Localisation updates from https://translatewiki.net.
Change-Id: I5a8d62ce07cf5f278d5486729fb996dde5650083
2021-07-07 08:07:58 +02:00
Translation updater bot 26dbcf9d2f Localisation updates from https://translatewiki.net.
Change-Id: Ie9ed322e9c56760ed27346a8dbfdba3a905a6a15
2021-07-05 08:07:00 +02:00
Translation updater bot d8b0be7c5b Localisation updates from https://translatewiki.net.
Change-Id: I6a1266c7278cf19c5965f4c08220a77cd5977e33
2021-07-02 08:31:18 +02:00
Translation updater bot 68989ddb30 Localisation updates from https://translatewiki.net.
Change-Id: I5a7bb38ad62ed7875a76cef85b0634f2834f4f52
2021-07-01 08:09:34 +02:00
Translation updater bot 00422a6a9d Localisation updates from https://translatewiki.net.
Change-Id: If94234c1f6904f41fac8191e6269292046a61127
2021-06-28 09:23:13 +02:00
Translation updater bot 20cc90ae97 Localisation updates from https://translatewiki.net.
Change-Id: I2106be986168e67cd64b2de666479e0777dd706c
2021-06-24 08:27:05 +02:00
Translation updater bot 108ec97fde Localisation updates from https://translatewiki.net.
Change-Id: I42faad95d9e227b749b15bef398d64ea211aa9bc
2021-06-22 08:09:33 +02:00
Translation updater bot 39b50fabd8 Localisation updates from https://translatewiki.net.
Change-Id: I2dd674572beba60200fb07894e9aaed6772f0709
2021-06-17 08:20:47 +02:00
Translation updater bot 46bcbeb3aa Localisation updates from https://translatewiki.net.
Change-Id: Ib6041447f3a5f4f15bfe6b5ddd34f70a3e445258
2021-06-11 08:33:48 +02:00
Translation updater bot 523cdaaef4 Localisation updates from https://translatewiki.net.
Change-Id: I2a6223aecd798eee43c233d87b4a1997a08714e4
2021-06-08 08:36:13 +02:00
Translation updater bot 397e51c067 Localisation updates from https://translatewiki.net.
Change-Id: I70069e00da44a9785e04633c64798d68628b2617
2021-06-02 14:35:22 +02:00
Translation updater bot ea13f09085 Localisation updates from https://translatewiki.net.
Change-Id: Ia1ff64eb3fcc88ae04abd208fe468926782e47ea
2021-05-31 08:31:39 +02:00
Translation updater bot 0ada482ea4 Localisation updates from https://translatewiki.net.
Change-Id: I77b8d75b32952cf0bd7b54d841696fd881ae706b
2021-05-27 12:05:35 +02:00
Translation updater bot 0d91d7c02d Localisation updates from https://translatewiki.net.
Change-Id: I01daf830edc8b638e6820a5c2ae43f3d45aa5d84
2021-05-25 08:52:45 +02:00
Translation updater bot dbcc884e2b Localisation updates from https://translatewiki.net.
Change-Id: I65a6cfc798588750d98ebb5b251118523d3b1189
2021-05-19 08:43:15 +02:00
Translation updater bot 9e511067bb Localisation updates from https://translatewiki.net.
Change-Id: Ifbd169a5771667cf9360ecd8308a0e82aa1174bd
2021-05-17 08:42:32 +02:00
Translation updater bot aecc966f11 Localisation updates from https://translatewiki.net.
Change-Id: Ic89cbb1141e356ddbe6dc1db39ccd3bad0bd8fae
2021-05-14 08:44:35 +02:00
Translation updater bot c168916f1a Localisation updates from https://translatewiki.net.
Change-Id: I671da5b2d6a140eac9af21d76937d15d9a20d088
2021-05-11 09:07:00 +02:00
Translation updater bot 8f8b56fb58 Localisation updates from https://translatewiki.net.
Change-Id: Icd1562e0edf926cd6c474d89b56bcf59e529c2e4
2021-05-10 08:52:22 +02:00
Translation updater bot e62b95500b Localisation updates from https://translatewiki.net.
Change-Id: I8424d4205dbb6e9dd4a8bc1338152bd0af0ffe0a
2021-05-07 08:42:03 +02:00
Translation updater bot 1cd748a666 Localisation updates from https://translatewiki.net.
Change-Id: I8721ed3715ce4d7234c178a6bafed7636e21b7f1
2021-05-04 08:52:20 +02:00
Translation updater bot 7874516b69 Localisation updates from https://translatewiki.net.
Change-Id: Ifa1cc340bca3a36820a7047b6d6f603737e21566
2021-05-03 08:37:14 +02:00
Translation updater bot c069a95f65 Localisation updates from https://translatewiki.net.
Change-Id: I083469356c0152cf516661f02f50270c289a4204
2021-04-26 08:56:57 +02:00