MediaWiki talk:PageTriageExternalTagsOptions.js

Undo → undue edit

Tag "undo weight" should be "undue weight". Please fix. --Prh47bridge (talk) 14:56, 11 October 2016 (UTC)Reply

  Done — Martin (MSGJ · talk) 17:05, 11 October 2016 (UTC)Reply

Protected edit request on 21 October 2018 edit

Add to this section

    sources: {
      label: mw.msg( 'pagetriage-tags-cat-sources-label' ),
      tags: {

this js

        sourcesexist: {
          label: mw.msg( 'pagetriage-tags-sourcesexist-label' ),
          tag: 'sources exist',
          desc: mw.msg( 'pagetriage-tags-sourcesexist-desc' ),
          params: {
            date: param.date
          },
          position: 'top',
          multiple: true
        },

and create MediaWiki:pagetriage-tags-sourcesexist-label with the text "Sources exist" and MediaWiki:pagetriage-tags-sourcesexist-desc with the text "This pages's subject has enough sources to demonstrate notability but the sources are not present in the page."

Ping MusikAnimal if I've got this wrong but I believe this should allow adding the template {{sources exist}} through the curation toolbar as per phab:T207451 Galobtter (pingó mió) 13:52, 21 October 2018 (UTC)Reply

  DoneCYBERPOWER (Trick or Treat) 16:34, 26 October 2018 (UTC)Reply

Protected edit request on 27 October 2018 edit

Copy the contents from this version of the same page (over test.wiki) and paste over here, in toto. WBGconverse 12:48, 27 October 2018 (UTC)Reply

And, feel free to copyedit the labels/descriptions.WBGconverse 12:50, 27 October 2018 (UTC)Reply
This also corrects the botched output of the edit-request just above.Labels/descriptions need to be localised, AFAIS.WBGconverse 10:57, 29 October 2018 (UTC)Reply
Winged Blades of Godric, Why are you removing the Unwanted Content item? —CYBERPOWER (Trick or Treat) 14:13, 29 October 2018 (UTC)Reply
Cyberpower678, nope.That category is getting renamed.A template that is very rarely used to mark inappropriate external links is the only thing that is getting removed. WBGconverse 14:58, 29 October 2018 (UTC)Reply
Cyberpower678, And please localize the label and description parameter of the above edit request. It's not rendering correctly at the Curation Toolbar.That fix is included in this edit-request, though:-) WBGconverse 15:05, 29 October 2018 (UTC)Reply
  DoneCYBERPOWER (Trick or Treat) 15:27, 29 October 2018 (UTC)Reply

Under review spelling/grammar edit

Please change "You intend to assess the article but that will consume a considerable time. Tag to avoid patrolling redunancy." to "You intend to assess the article but it will take some time. Tag to avoid patrolling redundancy." For grammar reasons ("that will consume a considerable time") and typo reasons (redunDancy). Thanks. –Novem Linguae (talk) 01:37, 29 September 2022 (UTC)Reply

  Donexaosflux Talk 10:21, 29 September 2022 (UTC)Reply

Fully protected edit request on 19 October 2022 edit

@Xaosflux: Please add the following line, just after line 1280:

  $.pageTriageTagsOptions.common.tags.orphan = $.pageTriageTagsOptions.metadata.tags.orphan;

This was tested out on the test wiki. I can't point you to a diff that proves this, but you can see for yourself that this works by doing the following:

  1. Go to any page listed in [1]
  2. Click the tag button of the page curation toolbar on the right of the page.
  3. At the bottom of the common section you should see the "orphan" checkbox.

This change is needed to add the orphan tag to the common section in PageTriage, hence resolving T321151. -MPGuy2824 (talk) 10:35, 19 October 2022 (UTC)Reply

  Done @MPGuy2824: added. — xaosflux Talk 12:43, 24 October 2022 (UTC)Reply

Delete catimprove edit

Please delete lines 309-319 (the group of code starting with catimprove: {). This tag is a duplicate of {{Improve categories}} located on line 342, and also has the wrong value for "position". Thanks. –Novem Linguae (talk) 05:28, 28 November 2022 (UTC)Reply

  Donexaosflux Talk 13:17, 4 December 2022 (UTC)Reply

Fully protected edit request on 10 December 2022 edit

Please make changes to the file to match with this diff.

This change is needed to resolve T316478 after the relevant code changes went live. This has been tested out on the test wiki. -MPGuy2824 (talk) 10:05, 10 December 2022 (UTC)Reply

  Done @MPGuy2824: the edit has been made. Any intadmin should rollback if this caused a breaking change. — xaosflux Talk 15:54, 13 December 2022 (UTC)Reply

Fully protected edit request on 2 February 2023 edit

@Xaosflux: Please add the following line, just after line 121:

    all:{},

This was tested out on the test wiki. I can't point you to a diff that proves this, but you can see for yourself that this works, by doing the following:

  1. Go to any page listed in [2]
  2. Click the tag button of the page curation toolbar on the right of the page.
  3. The "All tags" section should be the top-most one.

This change is needed to resolve T325353. -MPGuy2824 (talk) 11:25, 2 February 2023 (UTC)Reply

  Donexaosflux Talk 14:40, 7 February 2023 (UTC)Reply

Interface protected edit request on 10 August 2023 edit

Please change lines 1279 and 1285 to:

  "input": "optional",

both of which are within the "R-from-alternative-language" section

This change is needed to fix one part of T345792. This change has been tested on the test wikipedia. -MPGuy2824 (talk) 11:56, 10 September 2023 (UTC)Reply

@Novem Linguae, I guess. Izno (talk) 16:22, 10 September 2023 (UTC)Reply
@MPGuy2824, mind submitting this in Gerrit instead? After phab:T333440 and gerrit:945002, we decided to have the tags all in one spot (the repo) instead of in two spots (the repo and here onwiki). Hope that makes sense. –Novem Linguae (talk) 21:16, 10 September 2023 (UTC)Reply
Done. The config cleanup ticket totally slipped my mind. -MPGuy2824 (talk) 05:43, 12 September 2023 (UTC)Reply