User Details
- User Since
- May 23 2022, 9:14 AM (211 w, 12 m)
- Availability
- Available
- LDAP User
- MPGuy2824
- MediaWiki User
- MPGuy2824 [ Global Accounts ]
Wed, Jun 3
Notes from debugging: From https://github.com/wikimedia/mediawiki-extensions-PageTriage/blob/master/modules/ext.pageTriage.tagData/deletionTags.json#L478, the deletion tagging code is adding the param of the redirectsfordiscussion tag to the talkpagenotiftpl template which is added to the user's talk page.
May 2 2026
Apr 12 2026
Mar 26 2026
The wording of the text has been changed (to avoid WP:OWN issues). It now says "Unfortunately, I do not think it is ready for publishing as a live article at this time because ...". This avoids the "your article" phrase and is equally relevant to the page creator as well as other contributors. Closing this ticket.
Jan 26 2026
Jan 17 2026
Dec 12 2025
Dec 11 2025
In the codebase in revision https://gitlab.wikimedia.org/mpg/moveToDraft/-/commit/a520fbecadcd15b1d57464f64bb2749c08862e54
and on enwiki in revision https://en.wikipedia.org/w/index.php?title=User:MPGuy2824/MoveToDraft/core.js&diff=prev&oldid=1262039716
Nov 8 2025
I would guess that https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/PageTriage/+/refs/heads/master/modules/ext.pageTriage.newPagesFeed/stores/settings.js#210 is to blame. This is not there in when processing the date_range_from variable. There is similar code at https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/extensions/PageTriage/+/refs/heads/master/modules/ext.pageTriage.newPagesFeed/stores/settings.js#298.
Just to note, the bug exists for AfC too. Steps to reproduce:
Oct 26 2025
A somewhat related use case: there is already (only) one maint tag in the article, and a reviewer is adding only one more, then both tags should be put inside a {{Multiple issues}} template.
Sep 18 2025
I saw this consistently yesterday (when I filed the report). I have Vector legacy skin, but I cannot reproduce it today.
Closing for now. Will reopen (with a screenshot) if it crops up again.
Sep 17 2025
Sep 12 2025
Sep 6 2025
The template that is used for the talkpage notice has its own section header. Compare Template:Db-llm-notice to Template:Db-disambig-notice-NPF.
One option would be to remove the section header from the llm template. The problem is that this might be used by other people/scripts which might have got used to it already. Another option is to duplicate the template to a PageTriage specific one (with a NPF at the end) and modify it in the same way as option 1.
Aug 8 2025
T349048: Mark as reviewed log entry should mention if it's an article or redirect is the ticket that Novem is talking about. I think Pppery would like the Special:Log page changed since it is right now not possible to filter for only article reviews (e.g. https://en.wikipedia.org/wiki/Special:Log?type=pagetriage-curation&user=Zzz_plant&page=&wpdate=&tagfilter=&subtype=review&wpFormIdentifier=logeventslist&issubmitted=1 shows both).
Mar 23 2025
Fix is live on enwiki
Feb 11 2025
Jan 25 2025
Jan 17 2025
Dec 3 2024
Oct 14 2024
Oct 12 2024
Probable location of change: the setupDeletionTags function in delete.js.
Sep 13 2024
Maybe skipnotif is what I meant.
But yeah, adding a check and not notifying for maintenance tags on redirects is probably the easier way.
Sep 8 2024
May 12 2024
May 1 2024
Apr 21 2024
Apr 14 2024
Apr 9 2024
unstalled now.
Mar 15 2024
Mar 14 2024
@Novem_Linguae this seems fixed to me on enwiki. Can you check?
Mar 11 2024
Mar 10 2024
Adding Susana, for a code review of https://gerrit.wikimedia.org/r/c/mediawiki/extensions/PageTriage/+/1006902.
Mar 1 2024
Feb 29 2024
Feb 28 2024
Feb 26 2024
Feb 24 2024
Feb 22 2024
I'd be on board with this. We might even be able to hit the stats api only when the tooltip is requested, as opposed to every time the page is hit.
Feb 21 2024
Feb 18 2024
Feb 2 2024
The list Api being called doesn't have the right param when that particular filter is applied.
It looks like modules/ext.pageTriage.newPagesFeed.vue/stores/settings.js doesn't have the required lines for autopatrolled. The other filters in the "That:" list do work.
Feb 1 2024
Jan 30 2024
Jan 28 2024
Jan 27 2024
Suggestions from Chlod regarding a way in JS to figure out if a particular extension has been installed:
could check if DT's JS module (ext.discussionTools.init) is "registered" with mw.loader.getState("ext.discussionTools.init"); it'll be null if DT isn't present
there's also other ext.discussionTools.* modules that you can test for
this might be worth checking on the backend side instead, though, and fed into mw.config, considering that there's an additional requirement: topic subscription is enabled, both on-wiki and for the user
Unsure what to do when there are multiple tags added , but one or more don't have skipNotification=true. This isn't a problem for redirects since only the redirect tags are shown to the reviewer and for none of them we need to notify the creator. But, it could be a problem in the future when the skipNotification param is added to article tags as well. My current thought is that if any of the tags need notification, then notify about all.
Jan 26 2024
Jan 23 2024
All clear. Closing.
Yep, your image is what I was proposing. In the context of T343445: Do not notify user about redirect templates the patch writer would probably have to add a param skipNotification=true for every relevant redirect tag, which is most/all of them.