Page MenuHomePhabricator

1F616EMO
Random Coding Cat

Today

  • No visible events.

Tomorrow

  • No visible events.

Thursday

  • No visible events.

User Details

User Since
Feb 12 2025, 3:17 PM (68 w, 6 d)
Availability
Available
LDAP User
1F616EMO
MediaWiki User
1F616EMO [ Global Accounts ]

Recent Activity

Sun, May 24

1F616EMO created T427156: Buttons to copy GoToComment links next to a comment.
Sun, May 24, 2:55 PM · DiscussionTools
1F616EMO added a project to T427154: Account Vanish Requests should not be automatically approved for users who created other accounts: MediaWiki-extensions-CentralAuth.
Sun, May 24, 2:41 PM · MW-1.47-notes (1.47.0-wmf.6; 2026-06-09), MediaWiki-Platform-Team (Kanban Board), MediaWiki-extensions-CentralAuth, Account-Vanishing
1F616EMO added a comment to T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?).

Just tested that the pipe character | is also not working, as seen by CD refusing to give a GoToComment wikilink at
https://wiki-twi.1f616emo.xyz/index.php?title=Special:FindComment&idorname=c-1F616EMO-20260524022400-How_about_|some_cute_pipes|%3F.

Sun, May 24, 2:27 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools
1F616EMO added a comment to T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?).

That wouldn’t work in edit summaries, which is AFAIK the only place where the external link syntax is not only inconvenient, but impossible […] links to comments is a fairly common need in edit summaries (e.g. a change implemented in an article based on talk page consensus or a user blocked following a noticeboard discussion), so I’d avoid solving the problem with a magic word if possible.

Sun, May 24, 2:21 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools
1F616EMO closed T409653: Support archive templates in zhwiki as Resolved.
Sun, May 24, 12:36 AM · Chinese-Sites, Convenient-Discussions

Sat, May 23

1F616EMO added a comment to T409653: Support archive templates in zhwiki.

https://github.com/jwbth/convenient-discussions/pull/117

Sat, May 23, 4:29 PM · Chinese-Sites, Convenient-Discussions

Fri, May 22

1F616EMO renamed T427038: Separated and explicit button for signing in with passkey on first authentication from Separated and explicit button for signing in with passkey to Separated and explicit button for signing in with passkey on first authentication.
Fri, May 22, 10:33 AM · Product Safety and Integrity, MediaWiki-extensions-OATHAuth
1F616EMO added a subtask for T321708: MediaWiki should support passwordless login with passkeys: T427038: Separated and explicit button for signing in with passkey on first authentication.
Fri, May 22, 10:33 AM · MW-1.46-notes (1.46.0-wmf.19; 2026-03-10), Product Safety and Integrity, FY2025-26 WE 4.6 - Account Security (WE 4.6.9 (Passwordless login and passkey promotion)), User-notice, MediaWiki-Platform-Team, MediaWiki-extensions-OATHAuth, MediaWiki-User-login-and-signup, MediaWiki-Core-AuthManager
1F616EMO added a parent task for T427038: Separated and explicit button for signing in with passkey on first authentication: T321708: MediaWiki should support passwordless login with passkeys.
Fri, May 22, 10:32 AM · Product Safety and Integrity, MediaWiki-extensions-OATHAuth
1F616EMO updated subscribers of T427038: Separated and explicit button for signing in with passkey on first authentication.

Ah, my bad. I misinterpreted the said task - it targets re-authentication (e.g. before editing sitewide CSS/JS), not initial authentication. @Catrope: Were there any reasons to not show the button on first authentication?

Fri, May 22, 10:32 AM · Product Safety and Integrity, MediaWiki-extensions-OATHAuth
1F616EMO added a comment to T427038: Separated and explicit button for signing in with passkey on first authentication.

@Reedy I believe this is a duplicate then. Though it's weird to only show that button if one have signed in with a passkey before. What if a user who uses passkeys switched devices?

Fri, May 22, 10:24 AM · Product Safety and Integrity, MediaWiki-extensions-OATHAuth
1F616EMO created T427038: Separated and explicit button for signing in with passkey on first authentication.
Fri, May 22, 9:21 AM · Product Safety and Integrity, MediaWiki-extensions-OATHAuth
1F616EMO added a comment to T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?).

@matmarex There are two sub-problems in this issue, all regarding to comment IDs with illegal title characters as of now:

Fri, May 22, 1:29 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools

Wed, May 20

1F616EMO added a comment to T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?).

Patch submitted for the first approach. You can test it at:

Wed, May 20, 2:39 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools
1F616EMO added a comment to T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?).

I have two ideas that would not require modifying existing IDs:

Wed, May 20, 2:17 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools

Tue, May 19

1F616EMO changed the status of T409653: Support archive templates in zhwiki from Open to In Progress.

The local configuration of CD is now on ext.gadget.convenientDiscussions as a hidden gadget (no consensus so far on whether to accept it as a gadget, that's why it's hidden).

Tue, May 19, 12:37 PM · Chinese-Sites, Convenient-Discussions
1F616EMO added a comment to T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?).

And note that CD did nothing wrong on the creation of GoToComment links, and in most cases that do work. I'd recommend adding a null check and fallback to FindComment only if GoToComment failed.

Tue, May 19, 11:52 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools
1F616EMO added a comment to T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?).

So, is there no way to generate a Special:GoToComment URL so that it jumps to the comment automatically? For the time being, I replaced the Special:GoToComment/ URL with Special:FindComment + idorname search parameter, e.g. https://test.wikipedia.org/w/index.php?title=Special:FindComment&idorname=c-JWBTH-20260519104400-test%3F_{123}.

Tue, May 19, 11:49 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools
1F616EMO updated the task description for T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?).
Tue, May 19, 9:31 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools
1F616EMO updated the task description for T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?).
Tue, May 19, 9:28 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools
1F616EMO moved T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?) from Backlog to Extensions/Skins on the Chinese-Sites board.
Tue, May 19, 9:27 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools
1F616EMO created T426732: DiscussionTools produces invalid fragments for topic titles with curly brackets (or other non-wgLegalTitleChars?).
Tue, May 19, 9:27 AM · MW-1.47-notes (1.47.0-wmf.4; 2026-05-26), Convenient-Discussions, Chinese-Sites, DiscussionTools

Sun, May 17

1F616EMO added a comment to T409653: Support archive templates in zhwiki.

I believe mw-notalk is not desired as it should still be treated as a talk message and generate DT anchors, while the reply button should be disabled so that blocked users won't use {{unblock}} over the colon indent (which would cause rendering errors). Should I do this instead:

Sun, May 17, 1:33 PM · Chinese-Sites, Convenient-Discussions
1F616EMO added a comment to T409653: Support archive templates in zhwiki.

@Jack_who_built_the_house As seen on https://zh.wikipedia.org/wiki/User_talk:~2026-27770-11#c-1F616EMO-20260517113100-2026年5月, only the texts inside the block template is considered part of the comment, while the whole template should be seen as one. Is it possible to solve it?

Sun, May 17, 12:00 PM · Chinese-Sites, Convenient-Discussions
1F616EMO added a comment to T409653: Support archive templates in zhwiki.

Patch applied. Thank you for the clarification.

Sun, May 17, 7:21 AM · Chinese-Sites, Convenient-Discussions
1F616EMO added a comment to T409653: Support archive templates in zhwiki.

Thank you for your suggestion. I decide to keep the simple checks while not doing the heavy ones in the worker.

Sun, May 17, 1:37 AM · Chinese-Sites, Convenient-Discussions

Sat, May 16

1F616EMO added a comment to T409653: Support archive templates in zhwiki.

@Jack_who_built_the_house It seems like the use of htmlpaser2 in the worker breaks a lot of the checking logic; for example, nodeName, innerText, classList and matches are not a thing in the supplied node element. How should I deal with that?

Sat, May 16, 10:07 AM · Chinese-Sites, Convenient-Discussions
1F616EMO added a comment to T409653: Support archive templates in zhwiki.

Fixed via cd-moveMark. The addition of mw-notalk would affect users using the default settings and would require community input.

Sat, May 16, 2:29 AM · Chinese-Sites, Convenient-Discussions

Fri, May 15

1F616EMO added a comment to T409653: Support archive templates in zhwiki.

Hmm, apparently I did not fix the problem here (and I personally don't think it's a big deal); instead, I went on to fix the DYKN issue and other smaller quirks. Will decide if I should unassign myself or decline this ticket tomorrow.

圖片.png (956×405 px, 198 KB)

Fri, May 15, 4:16 PM · Chinese-Sites, Convenient-Discussions
1F616EMO changed the status of T409653: Support archive templates in zhwiki from Stalled to In Progress.

In progress at Wikipedia:互助客栈/技术#ConvenientDiscussion適配腳本

Fri, May 15, 4:12 PM · Chinese-Sites, Convenient-Discussions

Thu, May 14

1F616EMO merged T426306: Link to the temporary account help page is broken from the info popup into T425170: temp-user-banner-tooltip-description-learn-more not rendering {{MediaWiki:*}} correctly.
Thu, May 14, 11:33 AM · MW-1.46-notes, MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Product Safety and Integrity (Sprint lily-of-the-valley (May 4 - May 22)), Essential-Work, Regression, Temporary accounts
1F616EMO merged task T426306: Link to the temporary account help page is broken from the info popup into T425170: temp-user-banner-tooltip-description-learn-more not rendering {{MediaWiki:*}} correctly.
Thu, May 14, 11:33 AM · MediaWiki-User-Interface, Product Safety and Integrity, Temporary accounts
1F616EMO renamed T425170: temp-user-banner-tooltip-description-learn-more not rendering {{MediaWiki:*}} correctly from temp-user-banner-tooltip-description-learn-more not rendering wikilinks to temp-user-banner-tooltip-description-learn-more not rendering {{MediaWiki:*}} correctly.
Thu, May 14, 11:32 AM · MW-1.46-notes, MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Product Safety and Integrity (Sprint lily-of-the-valley (May 4 - May 22)), Essential-Work, Regression, Temporary accounts

May 7 2026

1F616EMO moved T425579: "Reply" button is still shown on pages one cannot edit from MediaWiki core to Extensions/Skins on the Chinese-Sites board.
May 7 2026, 9:38 AM · DiscussionTools, Chinese-Sites

May 6 2026

1F616EMO moved T425579: "Reply" button is still shown on pages one cannot edit from Backlog to MediaWiki core on the Chinese-Sites board.
May 6 2026, 4:55 PM · DiscussionTools, Chinese-Sites
1F616EMO created T425579: "Reply" button is still shown on pages one cannot edit.
May 6 2026, 4:55 PM · DiscussionTools, Chinese-Sites

May 5 2026

1F616EMO closed T420165: Requesting temporary logo change for zh.wikinews.org as Resolved.
May 5 2026, 9:32 AM · Chinese-Sites, Logos, Wikimedia-Site-requests

May 3 2026

1F616EMO added a comment to T419309: Enable SecurePoll extension on arbcom_zh.

@Dreamy_Jazz Is it safe to close this ticket?

May 3 2026, 11:43 AM · Product Safety and Integrity, Wikimedia-Site-requests, Chinese-Sites

May 2 2026

1F616EMO moved T425170: temp-user-banner-tooltip-description-learn-more not rendering {{MediaWiki:*}} correctly from Backlog to MediaWiki core on the Chinese-Sites board.
May 2 2026, 5:13 AM · MW-1.46-notes, MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Product Safety and Integrity (Sprint lily-of-the-valley (May 4 - May 22)), Essential-Work, Regression, Temporary accounts
1F616EMO created T425170: temp-user-banner-tooltip-description-learn-more not rendering {{MediaWiki:*}} correctly.
May 2 2026, 5:12 AM · MW-1.46-notes, MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Product Safety and Integrity (Sprint lily-of-the-valley (May 4 - May 22)), Essential-Work, Regression, Temporary accounts

Apr 29 2026

1F616EMO moved T420165: Requesting temporary logo change for zh.wikinews.org from Closed to Site configuration on the Chinese-Sites board.
Apr 29 2026, 2:00 AM · Chinese-Sites, Logos, Wikimedia-Site-requests
1F616EMO reopened T420165: Requesting temporary logo change for zh.wikinews.org as "Open".

Re-opening for reverting the item change. I will submit two patches, one for config and one for file, tomorrow.

Apr 29 2026, 2:00 AM · Chinese-Sites, Logos, Wikimedia-Site-requests

Apr 23 2026

1F616EMO added a comment to T423833: CJOPP Stage 4A: remaining October 2024 judgments.
Apr 23 2026, 11:55 PM · China-Judgments-Online-Preservation-Program

Apr 7 2026

1F616EMO added a comment to T421796: Close 31 editions of Wikinews on 2026-05-04 (make them read-only).

That makes sense, wouldn't a soft redirection work?

Apr 7 2026, 11:47 AM · Patch-For-Review, Wiki-Setup (Close), Wikinews-Developer-Group
1F616EMO added a comment to T421796: Close 31 editions of Wikinews on 2026-05-04 (make them read-only).

If we have to redirect *.wikinews.org to an external site, it would make Wikinews inaccessible on our side, or at least not on the original domains. I believe this is what it means to delete the wikis if we ever want to do the redirection.

Apr 7 2026, 10:35 AM · Patch-For-Review, Wiki-Setup (Close), Wikinews-Developer-Group
1F616EMO added a comment to T421796: Close 31 editions of Wikinews on 2026-05-04 (make them read-only).

Please note that the revert of logo change on zhwikinews (T420165) will also take place on the same day, planned to be done in the UTC morning backport window (or as early as possible on that day UTC+8, if I have remembered the time wrongly). Please tell me if there might be any conflicts.

Apr 7 2026, 5:22 AM · Patch-For-Review, Wiki-Setup (Close), Wikinews-Developer-Group

Apr 2 2026

1F616EMO changed the status of T419309: Enable SecurePoll extension on arbcom_zh from In Progress to Stalled.

I don't have time to deploy in April, and this is nor urgent anyway, so I will postpone the deployment to May as with reverting T420165.

Apr 2 2026, 8:47 PM · Product Safety and Integrity, Wikimedia-Site-requests, Chinese-Sites
1F616EMO closed T420165: Requesting temporary logo change for zh.wikinews.org as Resolved.
Apr 2 2026, 8:42 PM · Chinese-Sites, Logos, Wikimedia-Site-requests
1F616EMO added a comment to T420165: Requesting temporary logo change for zh.wikinews.org.

Closing this for now, will re-open when it's about the time to revert.

Apr 2 2026, 8:41 PM · Chinese-Sites, Logos, Wikimedia-Site-requests
1F616EMO added a comment to T422130: External store unreachable: "Database servers in clusterXX are overloaded".

Should I expect the coming backport window be cancelled or delayed due to this incident?

Very likely yes. A deployment won't take place unless incident responders are comfortable it won't affect or distract from the incident.

Apr 2 2026, 11:07 AM · Incident Severity 3, Wikimedia-Incident, SRE, DBA
1F616EMO added a comment to T422130: External store unreachable: "Database servers in clusterXX are overloaded".

Should I expect the coming backport window be cancelled or delayed due to this incident?

Apr 2 2026, 10:59 AM · Incident Severity 3, Wikimedia-Incident, SRE, DBA
1F616EMO added a comment to T422130: External store unreachable: "Database servers in clusterXX are overloaded".

I experienced such errors when diffing and saving edits.

Apr 2 2026, 10:57 AM · Incident Severity 3, Wikimedia-Incident, SRE, DBA
1F616EMO added a comment to T419309: Enable SecurePoll extension on arbcom_zh.

The ArbCom shows slight tendency towards the no-PII patch. I will deploy that one in today's afternoon backport window.

Apr 2 2026, 6:19 AM · Product Safety and Integrity, Wikimedia-Site-requests, Chinese-Sites

Mar 30 2026

1F616EMO added a comment to T420165: Requesting temporary logo change for zh.wikinews.org.

O, What a coincidence! I think either one is fine. If this version looks better, then let's use this one. It's just a difference between an oval and a circle, and the community shouldn't have any objections.

Mar 30 2026, 11:13 AM · Chinese-Sites, Logos, Wikimedia-Site-requests
1F616EMO added a comment to T420165: Requesting temporary logo change for zh.wikinews.org.

@Sheminghui.WU I have made another pure icon version that's less stretched: https://commons.wikimedia.org/wiki/File:%E4%B8%AD%E6%96%87%E7%B6%AD%E5%9F%BA%E6%96%B0%E8%81%9E20%E9%80%B1%E5%B9%B4%E5%BE%BD%E6%A8%99%E7%BA%AFLogo_Globe.svg

Mar 30 2026, 11:04 AM · Chinese-Sites, Logos, Wikimedia-Site-requests
1F616EMO changed the status of T420165: Requesting temporary logo change for zh.wikinews.org from Open to In Progress.

Note that the day of changing back should probably be earlier than the site's closure, which is on 4 May.

Mar 30 2026, 10:30 AM · Chinese-Sites, Logos, Wikimedia-Site-requests

Mar 29 2026

1F616EMO claimed T420165: Requesting temporary logo change for zh.wikinews.org.

Will deploy the patch once the globe is ready. @Sheminghui.WU: Please ask your community on whether they plan to put up the logo for as long as possible (31 days from the patch), or following the original schedule (end in around 16/4).

Mar 29 2026, 6:19 AM · Chinese-Sites, Logos, Wikimedia-Site-requests

Mar 28 2026

1F616EMO added a comment to T420165: Requesting temporary logo change for zh.wikinews.org.

@Sheminghui.WU The "pure icon logo" should only contain the globe.

Without 2 as well?

Mar 28 2026, 7:34 AM · Chinese-Sites, Logos, Wikimedia-Site-requests
1F616EMO added a comment to T420165: Requesting temporary logo change for zh.wikinews.org.

Sent email to trademark@.

Mar 28 2026, 7:12 AM · Chinese-Sites, Logos, Wikimedia-Site-requests
1F616EMO added a comment to T420165: Requesting temporary logo change for zh.wikinews.org.

@Sheminghui.WU The "pure icon logo" should only contain the globe.

Mar 28 2026, 7:01 AM · Chinese-Sites, Logos, Wikimedia-Site-requests

Mar 26 2026

1F616EMO added a comment to T420165: Requesting temporary logo change for zh.wikinews.org.

I think we need an icon-only version - see also how it's done on zhwiki: T417240. Please also notify your community for any changes made here.

Mar 26 2026, 12:20 AM · Chinese-Sites, Logos, Wikimedia-Site-requests

Mar 25 2026

1F616EMO updated the task description for T420165: Requesting temporary logo change for zh.wikinews.org.
Mar 25 2026, 10:33 AM · Chinese-Sites, Logos, Wikimedia-Site-requests
1F616EMO added a comment to T420165: Requesting temporary logo change for zh.wikinews.org.

Should there be a Traditional Chinese version of the special logo?

Mar 25 2026, 5:40 AM · Chinese-Sites, Logos, Wikimedia-Site-requests

Mar 16 2026

1F616EMO added a comment to T419313: Images on the main pages of wmf private wikis are broken.

Seems like the page fixed itself. Probably a cache problem then.

Mar 16 2026, 10:57 AM · Traffic, Chinese-Sites

Mar 14 2026

1F616EMO updated subscribers of T420079: Template on Commons is categorized, but the category is empty.
Mar 14 2026, 8:26 AM · MediaWiki-Categories, Commons
1F616EMO placed T420082: BucheonCityHall Vandalism up for grabs.
Mar 14 2026, 8:13 AM · Phabricator
1F616EMO closed T420082: BucheonCityHall Vandalism as Resolved.

Okay, already done.

Mar 14 2026, 7:53 AM · Phabricator
1F616EMO created T420082: BucheonCityHall Vandalism.
Mar 14 2026, 7:52 AM · Phabricator
1F616EMO changed the subtype of T419502: Extensions and some localizations of InPageEdit NEXT are blocked by CSP from "Deadline" to "Bug Report".
Mar 14 2026, 7:51 AM · Sustainability (Incident Followup), Product Safety and Integrity (Sprint Crocus (Mar 2 - Mar 20)), SecTeam-Processed, Security-Team, 2026-user-javascript-incident, ContentSecurityPolicy
1F616EMO updated subscribers of T416550: Add ability to only enable or disable certain fixes.
Mar 14 2026, 7:50 AM · Tool-delintbot
1F616EMO reopened T416550: Add ability to only enable or disable certain fixes as "Open".
Mar 14 2026, 7:50 AM · Tool-delintbot
1F616EMO reopened T419941: Split page.js into two test suites to make the slowest core test faster as "Open".
Mar 14 2026, 7:50 AM · Browser Test Platform
1F616EMO updated subscribers of T419502: Extensions and some localizations of InPageEdit NEXT are blocked by CSP.
Mar 14 2026, 7:47 AM · Sustainability (Incident Followup), Product Safety and Integrity (Sprint Crocus (Mar 2 - Mar 20)), SecTeam-Processed, Security-Team, 2026-user-javascript-incident, ContentSecurityPolicy
1F616EMO reopened T419502: Extensions and some localizations of InPageEdit NEXT are blocked by CSP, a subtask of T419265: CSP adjustments related to the 2026 user javascript incident, as In Progress.
Mar 14 2026, 7:46 AM · Sustainability (Incident Followup), User-notice, 2026-user-javascript-incident, Product Safety and Integrity, ContentSecurityPolicy
1F616EMO reopened T419502: Extensions and some localizations of InPageEdit NEXT are blocked by CSP as "In Progress".
Mar 14 2026, 7:46 AM · Sustainability (Incident Followup), Product Safety and Integrity (Sprint Crocus (Mar 2 - Mar 20)), SecTeam-Processed, Security-Team, 2026-user-javascript-incident, ContentSecurityPolicy
1F616EMO changed the status of T419502: Extensions and some localizations of InPageEdit NEXT are blocked by CSP, a subtask of T419265: CSP adjustments related to the 2026 user javascript incident, from Open to In Progress.
Mar 14 2026, 7:35 AM · Sustainability (Incident Followup), User-notice, 2026-user-javascript-incident, Product Safety and Integrity, ContentSecurityPolicy
1F616EMO changed the status of T419502: Extensions and some localizations of InPageEdit NEXT are blocked by CSP from Open to In Progress.
Mar 14 2026, 7:35 AM · Sustainability (Incident Followup), Product Safety and Integrity (Sprint Crocus (Mar 2 - Mar 20)), SecTeam-Processed, Security-Team, 2026-user-javascript-incident, ContentSecurityPolicy
1F616EMO added a comment to T419309: Enable SecurePoll extension on arbcom_zh.

I am still in doubt about the access to PII. When it comes to personal information, it is always better to grant less and grant whenever needed instead of granting too much and regretting afterwards. We may grant the access to PII to CheckUsers, which is not a locally grantable group, so sysadmins can still grant that role to local users if that's really needed.

Mar 14 2026, 2:02 AM · Product Safety and Integrity, Wikimedia-Site-requests, Chinese-Sites

Mar 12 2026

1F616EMO added a watcher for China-Judgments-Online-Preservation-Program: 1F616EMO.
Mar 12 2026, 8:16 AM

Mar 11 2026

1F616EMO added a comment to T197160: All security-sensitive MediaWiki functionality should require elevated security.

I don't know if this has been raised before, and it seems like it haven't - Any changes we make to the editing process may either be circumvented by using the API (mw.Api), or may block bots from doing their chores. Where will be our sweet spot?

Mar 11 2026, 2:08 PM · MediaWiki-Platform-Team (Radar), Security, User-Tgr, Epic, MediaWiki-Core-AuthManager

Mar 10 2026

1F616EMO added a comment to T418710: Request for input on zhwikisource storage limit.

@Supergrey1 In your trial runs, you used different edit summaries for different pages. Per sysadmin advice, you should use the same edit summary to avoid explosion of comment table. It's fine to have the links in-page, as the page content is going to vary anyway.

Mar 10 2026, 3:07 PM · China-Judgments-Online-Preservation-Program, Chinese-Sites, Data-Persistence
1F616EMO updated subscribers of T419502: Extensions and some localizations of InPageEdit NEXT are blocked by CSP.

@dragon-fish, the gadget's maintainer, is intentional here.

Mar 10 2026, 9:20 AM · Sustainability (Incident Followup), Product Safety and Integrity (Sprint Crocus (Mar 2 - Mar 20)), SecTeam-Processed, Security-Team, 2026-user-javascript-incident, ContentSecurityPolicy
1F616EMO created T419502: Extensions and some localizations of InPageEdit NEXT are blocked by CSP.
Mar 10 2026, 4:36 AM · Sustainability (Incident Followup), Product Safety and Integrity (Sprint Crocus (Mar 2 - Mar 20)), SecTeam-Processed, Security-Team, 2026-user-javascript-incident, ContentSecurityPolicy

Mar 7 2026

1F616EMO updated Other Assignee for T419309: Enable SecurePoll extension on arbcom_zh, added: 1F616EMO.

I will handle the backport once the patch is ready.

Mar 7 2026, 11:43 AM · Product Safety and Integrity, Wikimedia-Site-requests, Chinese-Sites
1F616EMO changed the status of T407042: HTML <ul> embedded directly inside another <ul> in voting result page from Open to In Progress.

@Novem_Linguae Bump for re-review.

Mar 7 2026, 11:42 AM · MW-1.47-notes (1.47.0-wmf.2; 2026-05-12), Product Safety and Integrity, MediaWiki-extensions-SecurePoll
1F616EMO added a watcher for MediaWiki-extensions-Approved-Revs: 1F616EMO.
Mar 7 2026, 8:22 AM
1F616EMO added a comment to T419309: Enable SecurePoll extension on arbcom_zh.

Also I wonder if it is allowed for arbcom_zhwiki local bureaucrats (who are, unlike global stewards, not necessary NDA-signed) to grant a group that contains securepoll-view-voter-pii. TBH I doubt the need of this right, as account creation on the wiki is restricted and we are all trusted users.

Mar 7 2026, 4:15 AM · Product Safety and Integrity, Wikimedia-Site-requests, Chinese-Sites
1F616EMO added a subtask for T414805: FY 25/26 WE 5.4.10 Standard Thumbnail Sizes Only: T419313: Images on the main pages of wmf private wikis are broken.
Mar 7 2026, 3:36 AM · MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), Patch-For-Review, MW-1.45-notes, MW-1.43-notes, MW-1.44-notes, Data-Persistence, MediaViewer, Traffic, Thumbor, SRE-swift-storage
1F616EMO added a parent task for T419313: Images on the main pages of wmf private wikis are broken: T414805: FY 25/26 WE 5.4.10 Standard Thumbnail Sizes Only.
Mar 7 2026, 3:36 AM · Traffic, Chinese-Sites
1F616EMO added a comment to T419309: Enable SecurePoll extension on arbcom_zh.

Are we missing wgSecurePollUseMediaWikiNamespace and wgSecurePollUseLogging here?

Mar 7 2026, 3:35 AM · Product Safety and Integrity, Wikimedia-Site-requests, Chinese-Sites
1F616EMO created T419313: Images on the main pages of wmf private wikis are broken.
Mar 7 2026, 3:32 AM · Traffic, Chinese-Sites

Mar 4 2026

1F616EMO closed T418089: Remove "accountcreator" and allow "event-organizer" to add and remove "event participant" in zhwiki as Resolved.

Changes deployed to prod.

Mar 4 2026, 3:02 PM · Wikimedia-Site-requests, Chinese-Sites

Mar 3 2026

1F616EMO added a comment to T418089: Remove "accountcreator" and allow "event-organizer" to add and remove "event participant" in zhwiki.

Oops, I was busy working on local community stuffs and forgot the window.

Mar 3 2026, 3:21 PM · Wikimedia-Site-requests, Chinese-Sites

Mar 2 2026

1F616EMO added a comment to T418710: Request for input on zhwikisource storage limit.

Bots are definitely preferred. The import functionality in mediawiki is not designed for large scale imports and when language committee members try to import from incubator (for new wikis) which is at most like 1,000 pages, they run into issues constantly. Once they had to split it to three small xml files it took them a full day to deal with it.

Mar 2 2026, 5:25 PM · China-Judgments-Online-Preservation-Program, Chinese-Sites, Data-Persistence
1F616EMO added a comment to T418710: Request for input on zhwikisource storage limit.

I have suggested to @Supergrey1 that we may prepare all the pages on a self-hosted MediaWiki instance (or otherwise prepare the XML-formatted documents), then hand over the XML dumps to the Foundation and import all the pages from the backend. That may relieve the stress on the HTTP APIs, allows more flexibility on the technical teams, and therefore speeds up the process. Is this possible, and would this be preferred over bots that use the API?

Mar 2 2026, 4:52 PM · China-Judgments-Online-Preservation-Program, Chinese-Sites, Data-Persistence
1F616EMO added a comment to T418089: Remove "accountcreator" and allow "event-organizer" to add and remove "event participant" in zhwiki.

Sorry, after re-checking my schedules, I have to move it back to the afternoon window.

Mar 2 2026, 3:57 PM · Wikimedia-Site-requests, Chinese-Sites

Feb 27 2026

1F616EMO added a comment to T418089: Remove "accountcreator" and allow "event-organizer" to add and remove "event participant" in zhwiki.

After checking the windows again, I decided to schedule the last patch to the morning window on Tuesday. Btw, I still consider completely wiping away the group the ultimate goal, but that would not be done in the foreseeable future.

Feb 27 2026, 9:53 AM · Wikimedia-Site-requests, Chinese-Sites

Feb 26 2026

1F616EMO added a comment to T14518: Cross-wiki userrights should use groups from target wiki instead of local wiki.

I wonder why we can't grant userrights to all stewards on all wikis via the global user group, if we can allow them to self-promote to local stewardship and essentially gain the same right. No hacks would be needed if we handle everything locally.

Feb 26 2026, 3:03 PM · Hackathon-Northwestern-Europe-2026, Patch-For-Review, MW-1.36-notes (1.36.0-wmf.10; 2020-09-22), User-DannyS712, User-Rxy, Stewards-and-global-tools, Crosswiki, MediaWiki-User-login-and-signup
1F616EMO added a comment to T418089: Remove "accountcreator" and allow "event-organizer" to add and remove "event participant" in zhwiki.

Summarization of the #wikimedia-operations discussion:

Feb 26 2026, 2:45 PM · Wikimedia-Site-requests, Chinese-Sites
1F616EMO updated subscribers of T418089: Remove "accountcreator" and allow "event-organizer" to add and remove "event participant" in zhwiki.

@Urbanecm raised concern on the cross-wiki complications that may arouse if accountcreator is wiped from a single wiki only. We may have to investigate how the loginwiki is dealt with before we can proceed. Ideally, we will schedule the next deployment on the coming Tuesday.

Feb 26 2026, 2:20 PM · Wikimedia-Site-requests, Chinese-Sites