Page MenuHomePhabricator
Feed Advanced Search

Jul 15 2021

Antigng added a comment to T280798: Fix namespace blocks of removed extension namespaces (and actions).

@STran The patch introduced a regression that causes the Special:Block form never to include "main space" for anyone partially blocked against ns0.

I can confirm this on beta. I am guessing it is because $this->getLanguage()->getFormattedNsText() returns '' for NS_MAIN.

Jul 15 2021, 3:27 AM · MW-1.37-notes (1.37.0-wmf.20; 2021-08-23), Anti-Harassment (The Letter Song), MediaWiki-Blocks

Jul 12 2021

Antigng reopened T280798: Fix namespace blocks of removed extension namespaces (and actions) as "Open".
Jul 12 2021, 11:16 AM · MW-1.37-notes (1.37.0-wmf.20; 2021-08-23), Anti-Harassment (The Letter Song), MediaWiki-Blocks
Antigng added a comment to T280798: Fix namespace blocks of removed extension namespaces (and actions).

@STran The patch introduced a regression that causes the Special:Block form never to include "main space" for anyone partially blocked against ns0.

Jul 12 2021, 11:14 AM · MW-1.37-notes (1.37.0-wmf.20; 2021-08-23), Anti-Harassment (The Letter Song), MediaWiki-Blocks

Feb 16 2021

Antigng added a comment to T274605: Top read is showing one page that had fake traffic in zhwiki.

Hi @Shizhao and @cooltey, thanks for reporting.
I have done some deeper analysis and my finding is that the hits to the 中華電信MOD articles are made by products developed by the company (it seems to be mostly TV boxes).
I assume that the boxes ping the article to check that their internet connection is working, as the article is only one queried by the boxes.
I'll talk to the the team about strategies to move this traffic to the automated one (it doesn't go there naturally as the number of hits per IP/user-agent doesn't reach the threshold.

Feb 16 2021, 11:13 AM · Wikimedia Taiwan, Analytics, Chinese-Sites, Pageviews-Anomaly, Product-Infrastructure-Team-Backlog-Deprecated

Jul 26 2020

Antigng created T258880: Category:亞洲運動會吉爾吉斯代表團 on zhwiki shows no page results but DB query lists 72 pages in that category.
Jul 26 2020, 1:54 AM · WMF-General-or-Unknown, MediaWiki-Categories, Chinese-Sites

Jul 8 2020

Antigng added a comment to T249680: Clients failing API login due to dependence on "Set-Cookie" header name casing.

Just to mention that apache httpd does a camel casing by default when proxying back from an http2-talking backend to an http1.x-talking frontend:

Jul 8 2020, 3:52 AM · Patch-For-Review, serviceops, Platform Team Workboards (Clinic Duty Team), Traffic, SRE, OpenRefine

Jun 27 2020

Antigng added a comment to T256533: Identify accounts with very high login rate.

Thanks for notification. The problem is what I'm running is not a single task, but ten individual tasks instead. To minimize common mode failures, they were designed to run as individual processes, each being able to do its own task by itself, from login to querying to editing, without relying on sessions/tokens from other processes. On finishing, they logout and exit. A batch file is created to run all of them every 10 mins.

Jun 27 2020, 4:18 PM · User-Urbanecm, WMF-General-or-Unknown, Security, Security-Team

Sep 16 2019

Antigng added a comment to T228876: Some interface messages are default messages instead of local overrides for language variants on Chinese Wikivoyage.

Nobody can fix it if you do not provide clear steps that allow other people to see and reproduce a problem...
I've asked for clear steps several times here, but my requests are ignored in this task. https://www.mediawiki.org/wiki/How_to_report_a_bug

Sep 16 2019, 2:29 PM · Performance-Team, Platform Engineering (Icebox), Language-Team, MediaWiki-libs-BagOStuff, MediaWiki-Internationalization, Chinese-Sites

Aug 19 2019

Antigng updated subscribers of T229379: On zh.wikipedia.org, MediaWiki wrongly interprets an article about main pages as the wiki's main page.
Aug 19 2019, 12:17 AM · Platform Team Workboards (Clinic Duty Team), MediaWiki-General, Chinese-Sites

Aug 10 2019

Antigng added a comment to T228876: Some interface messages are default messages instead of local overrides for language variants on Chinese Wikivoyage.
In T228876#5407026, @Sunny00217 wrote:

Test Results:

  • Normal page ( nstab-main display as "条目" ): x-powered-by: PHP/7.2.16-1+0~20190307202415.17+stretch~1.gbpa7be82+wmf1
  • Anomalous page ( nstab-main display as "页面" ): x-powered-by: HHVM/3.18.6-dev

This mean we using HHVM and having this error? BTW,some time Tags php7 (PHP7) will show in Tags,but some time it didn't work,like https://zh.wikipedia.org/w/index.php?title=Wikipedia:沙盒&action=history

Aug 10 2019, 10:40 PM · Performance-Team, Platform Engineering (Icebox), Language-Team, MediaWiki-libs-BagOStuff, MediaWiki-Internationalization, Chinese-Sites
Antigng added a comment to T230281: Allow bots to mark some edits as non-bot.

Codes or scripts should only edit via api.php rather that index.php, and the former does provide the choice between "bot" and "nonbot". Thus I would suggest close this as invalid.

Aug 10 2019, 10:37 PM · MediaWiki-General, Editing-team

Aug 8 2019

Antigng added a comment to T229379: On zh.wikipedia.org, MediaWiki wrongly interprets an article about main pages as the wiki's main page.

BTW, all pages listed above contain T228876-like issues, indicating they are probably caused by the same bug.

Aug 8 2019, 3:14 PM · Platform Team Workboards (Clinic Duty Team), MediaWiki-General, Chinese-Sites
Antigng added a comment to T229379: On zh.wikipedia.org, MediaWiki wrongly interprets an article about main pages as the wiki's main page.

Based on these observation, I would suspect that this is a message/message-cache only issue. I've noticed that recently serveral changes were made to Message.php and MessageCache.php (T228555). Could one of them have the potential to cause these problems?

Aug 8 2019, 3:01 PM · Platform Team Workboards (Clinic Duty Team), MediaWiki-General, Chinese-Sites
Antigng added a comment to T229379: On zh.wikipedia.org, MediaWiki wrongly interprets an article about main pages as the wiki's main page.


Collected a few problematic responses. It seems that this issue has nothing todo with the following:

  1. Cookies. Given that my code for fetching these pages send no cookies, except the one that enforces php7, to the server, cookie is not the necessary condition to get such errors. This also implies that switching the default language (which cannot be done unless by using cookies) is not necessary for reproducing errors.
  2. Client-side 304 issues, given that my code doesn't implement client-side caching at all.
  3. HHVM/PHP7 preference. All above requests were served by php7, thus the claim "PHP7.x instances are correctly configured" is not true.
  4. Varnish cache, as all above requests encountered a cache miss.
Aug 8 2019, 12:13 PM · Platform Team Workboards (Clinic Duty Team), MediaWiki-General, Chinese-Sites

Jun 27 2019

Antigng added a comment to T226685: HTTP 503 on zh.wikipedia.org.

It seems that only requests coming through Varnish frontends at eqiad are affected.

Jun 27 2019, 5:00 AM · SRE

Jun 16 2019

Antigng added a comment to T224119: ATS is currently adding its own server header.

Also, ATS doesn't change the via header as Varnish does.

via.PNG (373×642 px, 13 KB)

Jun 16 2019, 2:38 PM · SRE, Traffic

May 28 2019

Antigng added a comment to T224004: Remove leading PMC from PMC field.

The cause of this problem has been identified. Given that

May 28 2019, 1:10 AM · Citoid

May 25 2019

Antigng created T224356: Duplicated 'pmc' prefix returned by citoid service.
May 25 2019, 11:52 PM · Citoid

Mar 22 2018

Antigng added a comment to T161595: Allow users who can remove but not add a right to shorten userrights expiry.

> Anyway, anyone with a real use case is very much invited to re-open this task and explain their case.

Mar 22 2018, 2:53 PM · MediaWiki-User-management, Stewards-and-global-tools (Temporary-UserRights)

Feb 22 2018

Antigng updated the task description for T187975: Abuse logs not moved under the new username after user renaming.
Feb 22 2018, 4:47 AM · AbuseFilter
Antigng updated the task description for T187975: Abuse logs not moved under the new username after user renaming.
Feb 22 2018, 4:43 AM · AbuseFilter
Antigng created T187975: Abuse logs not moved under the new username after user renaming.
Feb 22 2018, 4:39 AM · AbuseFilter

Nov 21 2017

Antigng added a comment to T180485: Inputbox does not support variants conversion on Chinese sites.

This seems to be a side effect of this commit.

Nov 21 2017, 2:08 AM · MW-1.31-release-notes (WMF-deploy-2017-11-14 (1.31.0-wmf.8)), Regression, MediaWiki-Language-converter, Chinese-Sites, MediaWiki-extensions-InputBox

Sep 18 2017

Antigng added a comment to T171813: Error occured when viewing difference on conversiontable page.

The supplied ParserOptions are not safe to cache. Fix the options or set $forceParse = true.

@Antigng: So did you fix your options? What was $forceParse set to? If it was not true, did setting it to true fix this?

Sep 18 2017, 2:05 PM · MediaWiki-Language-converter, Chinese-Sites, MediaWiki-Parser

Sep 8 2017

Antigng added a comment to T175338: Fatal: Wikimedia\Rdbms\DBQueryError on Special:AbuseFilter/examine: "Error: 1054 Unknown column 'rev_id' in 'field list' (10.64.16.191)".

The problem seems to be a side effect of this.

Sep 8 2017, 12:47 PM · RelEng-Archive-FY201718-Q1, MW-1.30-release-notes (WMF-deploy-2017-09-05 (1.30.0-wmf.17)), Patch-For-Review, Regression, Wikimedia-production-error, AbuseFilter

Aug 26 2017

Antigng updated the task description for T171813: Error occured when viewing difference on conversiontable page.
Aug 26 2017, 9:11 AM · MediaWiki-Language-converter, Chinese-Sites, MediaWiki-Parser
Antigng updated the task description for T171813: Error occured when viewing difference on conversiontable page.
Aug 26 2017, 9:07 AM · MediaWiki-Language-converter, Chinese-Sites, MediaWiki-Parser

Jul 27 2017

Antigng added a project to T171813: Error occured when viewing difference on conversiontable page: MediaWiki-Parser.
Jul 27 2017, 6:25 AM · MediaWiki-Language-converter, Chinese-Sites, MediaWiki-Parser
Antigng added a project to T171813: Error occured when viewing difference on conversiontable page: Parsing-Team--ARCHIVED.
Jul 27 2017, 6:23 AM · MediaWiki-Language-converter, Chinese-Sites, MediaWiki-Parser
Antigng created T171813: Error occured when viewing difference on conversiontable page.
Jul 27 2017, 6:19 AM · MediaWiki-Language-converter, Chinese-Sites, MediaWiki-Parser

Jun 20 2017

Antigng created T168427: Characters in CJK extension C treated as U+FFFD when searching on zhWP [EPIC-ish].
Jun 20 2017, 5:17 PM · Epic, MW-1.33-notes (1.33.0-wmf.4; 2018-11-13), Discovery-Search (Current work), Chinese-Sites, Discovery-ARCHIVED

Sep 14 2016

Antigng added a comment to T43720: DISPLAYTITLE of a page not applied on for category headers.

The patch works for me.

Sep 14 2016, 3:33 PM · MW-1.32-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)), MediaWiki-Categories
Antigng added a comment to T144865: Add pageview stats to the action API.
Sep 14 2016, 3:33 PM · Analytics-Radar, Product-Infrastructure-Team-Backlog-Deprecated, PageViewInfo, Patch-For-Review, MediaWiki-Action-API

Aug 18 2016

Antigng added a comment to T43720: DISPLAYTITLE of a page not applied on for category headers.

Yeah. Someone reported this on zhWP's village pump.

Aug 18 2016, 12:48 PM · MW-1.32-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)), MediaWiki-Categories
Antigng added a comment to T43720: DISPLAYTITLE of a page not applied on for category headers.

Well, it has something to do with zhwiki. zhwiki uses the language converter, which converts "Category:XXX" to simplified Chinese "分类:XXX" or traditional Chinese "分類:XXX" for logged-out users, based on the location of their IP address. In your patch, this->getPrettyPageNameHtml() is called to get the subheading, and you might expect that expression

Aug 18 2016, 8:47 AM · MW-1.32-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)), MediaWiki-Categories

Aug 8 2016

Antigng added a comment to T43720: DISPLAYTITLE of a page not applied on for category headers.

Do you mean in preview mode?

CategoryPreview.png (607×525 px, 52 KB)

Aug 8 2016, 12:32 AM · MW-1.32-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)), MediaWiki-Categories

Aug 7 2016

Antigng added a comment to T43720: DISPLAYTITLE of a page not applied on for category headers.

It didn't change anything on the edit page. However, it did change the subheading on the submit page, which had been "Pages in category 'Test'" before your patch was applied.

Aug 7 2016, 12:37 PM · MW-1.32-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)), MediaWiki-Categories
Antigng added a comment to T43720: DISPLAYTITLE of a page not applied on for category headers.

This change completely breaks our category subheading displaying mechanism. https://en.wikipedia.org/w/index.php?title=Category:Test&action=submit gives "Pages in category 'Editing Category:Test'", and https://zh.wikipedia.org/zh-cn/Category:2016%E5%B9%B4%E8%8B%B1%E5%9C%8B%E9%AB%94%E8%82%B2 gives "分类'分类:2016年英国体育'中的页面".

Aug 7 2016, 6:13 AM · MW-1.32-notes (WMF-deploy-2018-09-18 (1.32.0-wmf.22)), MediaWiki-Categories

Feb 27 2016

Antigng added a comment to T128263: Change Password on Beta failed.

I was getting the same error on Chinese wikipedia when I tried to change my password.

Feb 27 2016, 11:11 AM · Beta-Cluster-reproducible, MediaWiki-User-login-and-signup

Feb 12 2016

Antigng added a comment to T126724: mw1.27#wmf13 update breaks GlobalReplace: "result: WrongToken".

https://github.com/fastily/jwiki/blob/master/src/jwiki/core/Auth.java#L37 Jwiki doesn't handle the token properly.

Feb 12 2016, 11:27 AM · Regression, MediaWiki-Special-pages, Commons

Jan 29 2016

Antigng added a comment to T124252: NEED_TOKEN error spike when 1.27-wmf.11 SessionManager was deployed to group1.

Login works well enough now, but bot sessions are much less stable than they used to be. Far too often, the bot either gets logged out or starts receiving error messages in the middle of a run. The most frequent error is "Invalid token", but I have also seen messages saying that "Wikipedia is in read-only mode". If I break the run and start over, everything works fine again.

Jan 29 2016, 3:38 AM · MW-1.27-release (WMF-deploy-2016-01-19_(1.27.0-wmf.11)), Product-Infrastructure-Team-Backlog-Deprecated, Wikimedia-production-error, MW-1.27-release-notes, Patch-For-Review, MediaWiki-Core-AuthManager

Nov 20 2015

Antigng added a comment to T118567: Problems encountered when enabling Flow on Chinese Wikipedia.

User:Qsx753698

Nov 20 2015, 10:01 AM · Chinese-Sites, Collab-Team-2016-Apr-Jun-Q4, Collaboration-Team-Archive-2015-2016, StructuredDiscussions

Nov 17 2015

Antigng added a comment to T118567: Problems encountered when enabling Flow on Chinese Wikipedia.

Also, User:Markmingjie failed to restore his flow archive today.

Nov 17 2015, 1:16 PM · Chinese-Sites, Collab-Team-2016-Apr-Jun-Q4, Collaboration-Team-Archive-2015-2016, StructuredDiscussions

Nov 14 2015

Antigng updated the task description for T118567: Problems encountered when enabling Flow on Chinese Wikipedia.
Nov 14 2015, 4:14 PM · Chinese-Sites, Collab-Team-2016-Apr-Jun-Q4, Collaboration-Team-Archive-2015-2016, StructuredDiscussions