Commit graph

976 commits

Author SHA1 Message Date
Translation updater bot 36320b4a43 Localisation updates from https://translatewiki.net.
Change-Id: I26e2a9de548e3e81e15116a7cf3ee86db2adb179
2022-06-16 07:31:48 +02:00
Translation updater bot 25b3c6d4f6 Localisation updates from https://translatewiki.net.
Change-Id: I35bbc1e6c2055c26f383316c1f6efc38a638993f
2022-06-09 07:28:39 +02:00
Translation updater bot 55b8bad7ac Localisation updates from https://translatewiki.net.
Change-Id: I762afc0d502c250139a33a75af66e9ca37a22e2c
2022-05-26 07:41:32 +02:00
libraryupgrader b3a74f2655 build: Updating npm dependencies
* grunt: 1.4.0 → 1.5.3
* async: 3.2.0 → 3.2.3
  * https://github.com/advisories/GHSA-fwr7-v2mv-hh25

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

Change-Id: I910ea45a64fc5b2a3661051dda8525074a94995c
2022-05-23 00:45:46 +00:00
Translation updater bot 8c02fdf476 Localisation updates from https://translatewiki.net.
Change-Id: I23b0296f3b4b433de98704e499dbb42a8c065e33
2022-05-19 07:22:03 +02:00
Translation updater bot 9252161dda Localisation updates from https://translatewiki.net.
Change-Id: I428a71382cffa3bdf63b941a75242924c86af856
2022-05-12 07:23:34 +02:00
Translation updater bot c630ead529 Localisation updates from https://translatewiki.net.
Change-Id: I674d332963647c5d2fc6d66f1b0980d6ade884dd
2022-05-05 06:52:53 +02:00
Translation updater bot d3b16c6b3d Localisation updates from https://translatewiki.net.
Change-Id: Ic7e6ef366aa2e51072a5cafb122d17eedc77d7b2
2022-04-28 07:23:00 +02:00
Translation updater bot 185eeaa6b3 Localisation updates from https://translatewiki.net.
Change-Id: I3c21136b7ca4a2e5faf59a18f4422c09e3f12687
2022-04-21 07:14:32 +02:00
Translation updater bot 7f2e184773 Localisation updates from https://translatewiki.net.
Change-Id: Ia9c1fb85c667fdd28a900dfb61209888cffd49dd
2022-04-14 07:05:29 +02:00
Translation updater bot 1e79286487 Localisation updates from https://translatewiki.net.
Change-Id: I27e26cc66c24cc07f33ee004922d0140a2d5b0c5
2022-04-07 07:04:00 +02:00
Translation updater bot 5d35e20712 Localisation updates from https://translatewiki.net.
Change-Id: Ib92a5d4b2d0fe334ce313617021adb94c2096eef
2022-03-31 07:06:41 +02: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
Subramanya Sastry b08fd17186 Hooks.php: Check for non-array $tags
Bug: T302918
Change-Id: I96fdbbc443025d9461dc168e58164004a0f8d7ed
2022-03-02 15:40:05 -06:00
Translation updater bot 5b154ffb67 Localisation updates from https://translatewiki.net.
Change-Id: Ifd5e7ec3f19c1a6ecaa96b9d68dd094ec1ba738c
2022-03-02 09:37:06 +01:00
sbailey 6925519cb5 Delete lint errors when blank page saved while changing content type
* Add "mw-blank" as another tag value that erases all lint errors
   for a page as a blank page cannot have any lint errors.

Bug: T280193
Change-Id: Iaad8ce75950588b2676de5dfb5f5221d64231f0e
2022-02-28 15:03:16 -08:00
Arlo Breault 285838961b Account for all lintable contentmodels after contentmodel change
Change-Id: I54495ec01d4fc3b29f1c924f86be3bcd2ed94977
2022-02-25 17:46:56 -05:00
jenkins-bot ee78f9ae8d Merge "Delete lint error records when content model changes from wikitext" 2022-02-25 22:15:05 +00:00
sbailey 0e56c22277 Delete lint error records when content model changes from wikitext
* Determines if new content type is not wikitext and if so
   deletes all existing lint error records for that pageID.

Bug: T298343
Change-Id: I20fac9a0c901f3e7a5cc898566a4487fbe70798f
2022-02-25 13:22:10 -08: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
jenkins-bot 4d32d7c32c Merge "SpecialLintErrors: Make code more resilient to bad input" 2022-02-15 23:54:31 +00:00
Ammarpad daa6275a20 SpecialLintErrors: Make code more resilient to bad input
Use WebRequest::getText, which discards array values since
the `pagename` param requires string value.

Bug: T301360
Change-Id: Ifc23a7020e410603ac86b71d7aee2d28f06b9ab2
2022-02-15 18:49:40 -05: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
Alexander Vorwerk 8c7fa34662 Fix typo in patch file
Bug: T175177
Follow-Up: Iac22d99109bb1253f450a64254f50677e3cdefeb
Change-Id: I0c1ad29b67a732faa06add8faff4f70988b8613b
2022-02-07 20:47:53 +00:00
sbailey 56567da56f First phase of T175177 database alter table adds two fields
* Adds template and tag name fields to enable better search
   capability to the Linter extension

Bug: T175177
Change-Id: Iac22d99109bb1253f450a64254f50677e3cdefeb
2022-02-03 14:57:17 -08: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
sbailey 4544a9c7cc Add namespace column and new index to Linter table - part 1
* This patch contains the code needed to update the database with
   the addition Linter table column linter_namespace <int/null>
   and add an index with category and namespace for faster
   selection of linter records.

Bug: T299612
Change-Id: I05da381b9a74294b44d4aef968614277d601a176
2022-01-28 20:19:38 +00:00
Translation updater bot 59860752e8 Localisation updates from https://translatewiki.net.
Change-Id: Iaa9ff832031fb10a16fb448cc10c0953e4d13f65
2022-01-25 08:32:54 +01:00
jenkins-bot bd45eeda91 Merge "Replace deprecated JobQueueGroup::singleton()" 2022-01-23 21:39:36 +00:00
Umherirrender 354012f419 Replace deprecated JobQueueGroup::singleton()
Change-Id: Ib19314b8a8a4265daf67e31d50f1c61aec2edb8e
2022-01-21 17:22:20 +00:00
Subramanya Sastry 70ffca650e Drop 'inline-media-caption' lint requests
Bug: T297443
Bug: T299302
Change-Id: Id158f1fef8be06ddac733c71b7c1e26a58270955
2022-01-17 12:55:51 -06:00
Translation updater bot 5239c4ae29 Localisation updates from https://translatewiki.net.
Change-Id: Iac58cc333a69409633f2962453d94e795229e0b6
2022-01-17 08:12:25 +01:00
Arlo Breault 6898415d8d Disable "inline-media-caption" category
Note that this only removes the category from the special page and the
lints will still show up by page.  Those need purging separately or more
code to filter out disabled categories from the results.

Bug: T297443
Change-Id: Idfcf5ee5d69f5dc65100229aacb22137be475866
2022-01-16 12:25:28 -05:00
Matěj Suchánek 1335b79a0b Pass HTML element attributes as an array
Html::openElement checks for this and logs a warning.
Html::closeElement does not, and this makes it return
</span class="error">.

Change-Id: I31c2809d2fd5421606fa877021d1636ac0eb4d26
2022-01-15 14:18:56 +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