Page MenuHomePhabricator

Deploy Incident Reporting System to idwiki
Open, Needs TriagePublic

Assigned To
None
Authored By
Madalina
Jan 5 2026, 1:26 PM
Referenced Files
Restricted File
Wed, Jan 14, 12:01 PM
F71525064: image.png
Wed, Jan 14, 11:09 AM
F71525062: image.png
Wed, Jan 14, 11:09 AM

Description

This task is to deploy the Incident Reporting System to idwiki.

Date of deployment: 5 Jan 2026

Acceptance Criteria

Bullying page

  • How to request help section
    • "Contact an Admin for help with urgent or ongoing incidents on-wiki" should be the selected option
    • "Contact an Admin" should link to: WP:ANI

Sexual harassment page

  • How to request help section
    • "Contact an Admin for help with urgent or ongoing incidents on-wiki" should be the selected option
    • "Contact an Admin" should link to: WP:ANI

Doxing page

Trolling and Hounding page

  • How to request help section
    • "Contact an Admin for help with urgent or ongoing incidents on-wiki" should be the selected option
    • "Contact an Admin" should link to: WP:ANI

Hateful or discriminatory content page

  • How to request help section
    • "Contact an Admin for help with urgent or ongoing incidents on-wiki" should be the selected option
    • "Contact an Admin" should link to: WP:AN

Spam or promotional content page

  • How to request help section
    • "Contact an Admin for help with urgent or ongoing incidents on-wiki" should be the selected option
    • "Contact an Admin" should link to: WP:AN

Something else page

  • How to request help section
    • "Contact an Admin for help with urgent or ongoing incidents on-wiki" should be the selected option
    • "Contact an Admin" should link to: WP:AN

Details

Related Changes in Gerrit:

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

Change #1223205 had a related patch set uploaded (by STran; author: STran):

[operations/mediawiki-config@master] Deploy IRS to pilot wikis

https://gerrit.wikimedia.org/r/1223205

Change #1223205 merged by jenkins-bot:

[operations/mediawiki-config@master] Deploy IRS to pilot wikis

https://gerrit.wikimedia.org/r/1223205

Mentioned in SAL (#wikimedia-operations) [2026-01-06T14:07:24Z] <stran@deploy2002> stran: Backport for [[gerrit:1223205|Deploy IRS to pilot wikis (T413773 T413774 T413775 T413776 T413777)]] synced to the testservers (see https://wikitech.wikimedia.org/wiki/Mwdebug). Changes can now be verified there.

Mentioned in SAL (#wikimedia-operations) [2026-01-06T14:19:18Z] <stran@deploy2002> Finished scap sync-world: Backport for [[gerrit:1223205|Deploy IRS to pilot wikis (T413773 T413774 T413775 T413776 T413777)]] (duration: 14m 01s)

Cross-posting from https://www.mediawiki.org/wiki/Talk:Product_Safety_and_Integrity/Incident_Reporting_System#Reporting_on_chat_or_article?

Hi, I'm from idwiki that is piloting IRS.

I can understand that IRS deployed in discussion threads whether in usertalk or elsewhere, but I also saw the "Report" button in article. Is this on purpose or not?

When I click the "Report" in an article, the same pop-up showed up, but the wording clearly meant for something else (e.g. "Get help with: unacceptable user behavior; or Report: Immediate threat or physical harm") clearly doesn't apply for articles.

image.png (557×834 px, 297 KB)

image.png (628×726 px, 193 KB)

@Bennylin Could I get the URL from you? It's meant to be on any talk page, which is defined by default in the extension config:

		"ReportIncidentEnabledNamespaces": {
			"value": [
				1, // Talk
				3, // User talk
				5, // Project talk
				7, // File talk
				9, // MediaWiki talk
				11, // Template talk
				13, // Help talk
				15 // Category talk
			],
			"description": "Determines what namespaces the Incident Reporting tool will render within. The default is 3 which defaults to the NS_USER_TALK namespace"
		},

(However, the description appears to be out of date)

It's random page: https://id.wikipedia.org/wiki/Istimewa:Halaman_sembarang, although, now I'm gonna test it with different account, because my main account had tons of user script.

Edit: same result for my other account.

{F71525246}
idwiki mainpage

@Bennylin Could I get the URL from you? It's meant to be on any talk page, which is defined by default in the extension config:

		"ReportIncidentEnabledNamespaces": {
			"value": [
				1, // Talk
				3, // User talk
				5, // Project talk
				7, // File talk
				9, // MediaWiki talk
				11, // Template talk
				13, // Help talk
				15 // Category talk
			],
			"description": "Determines what namespaces the Incident Reporting tool will render within. The default is 3 which defaults to the NS_USER_TALK namespace"
		},

(However, the description appears to be out of date)

The list look incomplete. You don't have Module talk, Portal talk, Story talk, Event talk
https://id.wikipedia.org/wiki/Istimewa:NamespaceInfo

(ignore MOS talk, we never realize this pair of namespace exist)