Page MenuHomePhabricator
Feed All Stories

Today

Bhsd added a comment to T394964: Allow customization of Stylelint and ESLint rules in CodeMirror.

CodeEditor's JSHint allows in-page customization of linter rules using comments like /* jshint esversion:10 */ and similar. I think the same will be possible with ESlint?

Sun, May 25, 4:02 AM · MediaWiki-extensions-CodeMirror
Bhsd added a comment to T394965: Add call to action to perform server-provided linting of JS, CSS and wikitext in CodeMirror.

We use Peast just to tell if a script is valid ES2017, which can be reliably determined by ESlint as well, and must faster at that. (If ESlint doesn't expose a suitable API, you could use Acorn which should already be in the bundle considering it's a dependency of Eslint).

Sun, May 25, 3:48 AM · TemplateStyles, MediaWiki-extensions-CodeMirror
Robertsky added a comment to T157747: ?action=info incorrectly states that a new page is indexed when not.

New articles now do not have noindex set for the robots meta tag. This can be verified with new articles being pushed to main space from the draft space through the AfC process that's not autopatrolled. (Use the https://en.wikipedia.org/wiki/Wikipedia:Articles_for_creation/recent list for recent accepted drafts.)

Sun, May 25, 3:44 AM · Moderator-Tools-Team, PageTriage, MediaWiki-User-Interface (actions), patch-welcome, Growth-Team-Filtering
Groceryheist added a comment to T380735: Make all Wikilink event data available somewhere publicly.

Thank you!

Sun, May 25, 3:15 AM · Epic, Moderator-Tools-Team, Wikilink-Tool
Anoop changed the status of T395193: Add Author namespace for Russian Wikisource from Open to In Progress.
Sun, May 25, 3:07 AM · Wikimedia-Site-requests
Nemoralis awarded T393513: Fatal exception of type "DBUnexpectedError: Database servers in extension1 are overloaded." affecting page views a Burninate token.
Sun, May 25, 2:48 AM · serviceops, Patch-For-Review, MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), MW-1.45-notes (1.45.0-wmf.1; 2025-05-13), Editing-team (Tracking), DBA, Wikimedia-production-error
Danlaycock updated the task description for T395200: Null data gets overridden with zeros when using edit as a table feature.
Sun, May 25, 1:53 AM · Charts
Danlaycock updated the task description for T395199: Charts do not apply axis format if null data elements.
Sun, May 25, 1:52 AM · Charts
Danlaycock created T395200: Null data gets overridden with zeros when using edit as a table feature.
Sun, May 25, 1:48 AM · Charts
Danlaycock updated the task description for T395199: Charts do not apply axis format if null data elements.
Sun, May 25, 1:19 AM · Charts
Samwilson moved T385845: Add favourite button to template form in VisualEditor from Feedback and Review to QA on the Community-Tech (Fox Squad) board.
Sun, May 25, 1:17 AM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.25; 2025-04-15), Community-Tech (Fox Squad), VisualEditor, Template-Discovery-And-Recall (Allow users to favorite a template)
Danlaycock created T395199: Charts do not apply axis format if null data elements.
Sun, May 25, 1:16 AM · Charts
Dragoniez removed a project from T395188: Serialize empty PHP associative arrays as `{}` instead of `[]` in JSON output: Technical-Debt.

I think I added the tag in relation to a TODO or something similar. But you're right, I'll remove it.

Sun, May 25, 1:11 AM · MW-Interfaces-Team, Developer Productivity, MediaWiki-Action-API
bd808 added a comment to T395198: Expand wikilinks in the same manner as wikilinksbot.

With wikilinksbot on the Telegram side of the wikimedia-cloud channel, it would be nice to have some bot expand the same messages on the irc side. It seems like it should be relatively straightforward to incorporate the wikilinksbot logic into stashbot by copy-and-paste. It would be worthwhile to talk with @jhsoby to see if he would be interested in some other form of collaboration.

Sun, May 25, 12:53 AM · Stashbot
bd808 created T395198: Expand wikilinks in the same manner as wikilinksbot.
Sun, May 25, 12:47 AM · Stashbot
Maintenance_bot removed a project from T332865: PHPUnit data providers should be simple static functions that return plain data: Patch-For-Review.
Sun, May 25, 12:30 AM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), MediaWiki-extensions-General, MediaWiki-Core-Tests, MW-1.43-notes (1.43.0-wmf.28; 2024-10-22), MW-1.41-notes (1.41.0-wmf.20; 2023-08-01)
gerritbot added a comment to T332865: PHPUnit data providers should be simple static functions that return plain data.

Change #1147101 merged by jenkins-bot:

[mediawiki/core@master] tests: Remove non-static fallback in HookRunnerTestBase

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

Sun, May 25, 12:11 AM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), MediaWiki-extensions-General, MediaWiki-Core-Tests, MW-1.43-notes (1.43.0-wmf.28; 2024-10-22), MW-1.41-notes (1.41.0-wmf.20; 2023-08-01)
jberkel added a comment to T393203: Snapshot API: unable to download chunks.

Also, it looks like there's another bug where the SDK doesn't handle the request limit situation properly and keeps on retrying the requests in quick succession before seemingly getting rate-limited for the retries:

Sun, May 25, 12:02 AM · Wikimedia Enterprise
Od1n closed T336127: No warning is shown when previewing a "sanitized-css" page containing unsupported CSS as Resolved.

Looks like this is fixed now—turns out the change in SyntaxHighlight’s hook did the trick. Thanks to everyone who helped look into this! Closing the ticket.

Sun, May 25, 12:01 AM · Regression, MediaWiki-Page-editing, TemplateStyles, css-sanitizer

Yesterday

jberkel added a comment to T393203: Snapshot API: unable to download chunks.

@creynolds Thanks for investigating. With those 1500 requests I was only able to download 35 of the 72 chunks of the Wiktionary dump. I suspect this can be explained by the SDK making several requests for each chunk. In my case I had it set to 5 MB (the default is 25MB), and each chunk is ~ 200 MB, so that makes (72 * 200) / 5 = 2880 requests. With the default transfer size of 25 MB this would just be ~ 576 requests and still in the free tier. Given that the chunk size is configurable it's strange to have these accounted for by number of requests sent. Maybe it would make more sense to cap by amount of data transferred instead.

Sat, May 24, 11:54 PM · Wikimedia Enterprise
gerritbot added a comment to T328919: Upgrade to PHPUnit 10.

Change #1149844 merged by jenkins-bot:

[mediawiki/core@master] tests: Remove unused argument from data provider in PageUpdaterTest

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

Sat, May 24, 11:51 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Patch-For-Review, MediaWiki-Core-Tests
Maintenance_bot removed a project from T337156: Make PHPUnit dataProvider static in IPInfo tests: Patch-For-Review.
Sat, May 24, 11:30 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), Trust and Safety Product Team, IP Info
Maintenance_bot removed a project from T393219: Make PHPUnit dataProvider on RestStructureTest static: Patch-For-Review.
Sat, May 24, 11:30 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MediaWiki-REST-API, MediaWiki-Core-Tests, MW-Interfaces-Team
ReleaseTaggerBot added a project to T393219: Make PHPUnit dataProvider on RestStructureTest static: MW-1.45-notes (1.45.0-wmf.3; 2025-05-27).
Sat, May 24, 11:00 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MediaWiki-REST-API, MediaWiki-Core-Tests, MW-Interfaces-Team
ReleaseTaggerBot added a project to T337156: Make PHPUnit dataProvider static in IPInfo tests: MW-1.45-notes (1.45.0-wmf.3; 2025-05-27).
Sat, May 24, 11:00 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), Trust and Safety Product Team, IP Info
ReleaseTaggerBot added a project to T393082: Make PHPUnit dataProvider on OutputTransformStageTestBase static: MW-1.45-notes (1.45.0-wmf.3; 2025-05-27).
Sat, May 24, 11:00 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Essential-Work, Content-Transform-Team (Work In Progress), MediaWiki-Core-Tests
gerritbot added a comment to T328919: Upgrade to PHPUnit 10.

Change #1149844 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/core@master] tests: Remove unused argument from data provider in PageUpdaterTest

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

Sat, May 24, 10:57 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Patch-For-Review, MediaWiki-Core-Tests
Tgr created T395197: Improve ConfirmEditTriggersCaptcha hook for authentication use cases.
Sat, May 24, 10:54 PM · MediaWiki-Core-AuthManager, ConfirmEdit (CAPTCHA extension), MediaWiki-Platform-Team
Umherirrender closed T393082: Make PHPUnit dataProvider on OutputTransformStageTestBase static, a subtask of T332865: PHPUnit data providers should be simple static functions that return plain data, as Resolved.
Sat, May 24, 10:40 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), MediaWiki-extensions-General, MediaWiki-Core-Tests, MW-1.43-notes (1.43.0-wmf.28; 2024-10-22), MW-1.41-notes (1.41.0-wmf.20; 2023-08-01)
Umherirrender closed T393082: Make PHPUnit dataProvider on OutputTransformStageTestBase static as Resolved.
Sat, May 24, 10:40 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Essential-Work, Content-Transform-Team (Work In Progress), MediaWiki-Core-Tests
Umherirrender closed T393219: Make PHPUnit dataProvider on RestStructureTest static, a subtask of T332865: PHPUnit data providers should be simple static functions that return plain data, as Resolved.
Sat, May 24, 10:40 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), MediaWiki-extensions-General, MediaWiki-Core-Tests, MW-1.43-notes (1.43.0-wmf.28; 2024-10-22), MW-1.41-notes (1.41.0-wmf.20; 2023-08-01)
Umherirrender closed T393219: Make PHPUnit dataProvider on RestStructureTest static as Resolved.
Sat, May 24, 10:40 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MediaWiki-REST-API, MediaWiki-Core-Tests, MW-Interfaces-Team
Umherirrender closed T272803: Should function without parameter but with return statements require documentation with codesniffer? as Resolved.
Sat, May 24, 10:38 PM · MediaWiki-Codesniffer
gerritbot added a comment to T337156: Make PHPUnit dataProvider static in IPInfo tests.

Change #1149837 merged by jenkins-bot:

[mediawiki/extensions/IPInfo@master] tests: Make PHPUnit data provider static

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

Sat, May 24, 10:37 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), Trust and Safety Product Team, IP Info
gerritbot added a comment to T332865: PHPUnit data providers should be simple static functions that return plain data.

Change #1149838 merged by jenkins-bot:

[mediawiki/extensions/WikimediaEvents@master] tests: Make PHPUnit data provider static

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

Sat, May 24, 10:37 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), MediaWiki-extensions-General, MediaWiki-Core-Tests, MW-1.43-notes (1.43.0-wmf.28; 2024-10-22), MW-1.41-notes (1.41.0-wmf.20; 2023-08-01)
matmarex moved T379909: Define where to add code that needs to run after a new central user has been created from Radar to Blocked/waiting on the MediaWiki-Platform-Team board.
Sat, May 24, 10:37 PM · MediaWiki-Platform-Team, Growth-Team, MediaWiki-extensions-CentralAuth
matmarex added a comment to T379909: Define where to add code that needs to run after a new central user has been created.

I looked at this again.

Sat, May 24, 10:36 PM · MediaWiki-Platform-Team, Growth-Team, MediaWiki-extensions-CentralAuth
gerritbot added a comment to T393219: Make PHPUnit dataProvider on RestStructureTest static.

Change #1147069 merged by jenkins-bot:

[mediawiki/core@master] tests: Remove two data provider in RestStructureTest

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

Sat, May 24, 10:34 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MediaWiki-REST-API, MediaWiki-Core-Tests, MW-Interfaces-Team
Maintenance_bot removed a project from T272803: Should function without parameter but with return statements require documentation with codesniffer?: Patch-For-Review.
Sat, May 24, 10:30 PM · MediaWiki-Codesniffer
Maintenance_bot removed a project from T393082: Make PHPUnit dataProvider on OutputTransformStageTestBase static: Patch-For-Review.
Sat, May 24, 10:30 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Essential-Work, Content-Transform-Team (Work In Progress), MediaWiki-Core-Tests
gerritbot added a comment to T332865: PHPUnit data providers should be simple static functions that return plain data.

Change #1147099 merged by jenkins-bot:

[mediawiki/core@master] tests: Remove non-static fallback in AuthenticationRequestTestCase

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

Sat, May 24, 10:13 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), MediaWiki-extensions-General, MediaWiki-Core-Tests, MW-1.43-notes (1.43.0-wmf.28; 2024-10-22), MW-1.41-notes (1.41.0-wmf.20; 2023-08-01)
gerritbot added a comment to T393082: Make PHPUnit dataProvider on OutputTransformStageTestBase static.

Change #1147112 merged by jenkins-bot:

[mediawiki/core@master] tests: Make PHPUnit data provider static in OutputTransformStageTestBase

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

Sat, May 24, 10:13 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Essential-Work, Content-Transform-Team (Work In Progress), MediaWiki-Core-Tests
gerritbot added a comment to T328919: Upgrade to PHPUnit 10.

Change #1149758 merged by jenkins-bot:

[mediawiki/core@master] tests: Remove use of phpunit internal function TestCase::getActualOutput

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

Sat, May 24, 10:13 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Patch-For-Review, MediaWiki-Core-Tests
gerritbot added a comment to T328919: Upgrade to PHPUnit 10.

Change #1149755 merged by jenkins-bot:

[mediawiki/extensions/Cognate@master] tests: Remove use of phpunit internal function TestCase::getActualOutput

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

Sat, May 24, 10:13 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Patch-For-Review, MediaWiki-Core-Tests
Krinkle moved T272803: Should function without parameter but with return statements require documentation with codesniffer? from Untriaged to Accepted rule changes on the MediaWiki-Codesniffer board.
Sat, May 24, 9:53 PM · MediaWiki-Codesniffer
Stashbot added a comment to T272803: Should function without parameter but with return statements require documentation with codesniffer?.

Mentioned in SAL (#wikimedia-releng) [2025-05-24T21:52:32Z] <Krinkle> Disable publishing notifs on Phab tasks from extension-Chart mirror, T143162, T272803

Sat, May 24, 9:52 PM · MediaWiki-Codesniffer
Stashbot added a comment to T143162: Reduce task notification noise/frequency of changes to associated open patchsets.

Mentioned in SAL (#wikimedia-releng) [2025-05-24T21:52:32Z] <Krinkle> Disable publishing notifs on Phab tasks from extension-Chart mirror, T143162, T272803

Sat, May 24, 9:52 PM · Phabricator, Release-Engineering-Team (Yak Shaving 🐃🪒), Developer Productivity, Diffusion
gerritbot added a comment to T272803: Should function without parameter but with return statements require documentation with codesniffer?.

Change #1133217 merged by jenkins-bot:

[mediawiki/tools/codesniffer@master] Require documentation for parameterless function with return value

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

Sat, May 24, 9:52 PM · MediaWiki-Codesniffer
Krinkle updated the task description for T272803: Should function without parameter but with return statements require documentation with codesniffer?.
Sat, May 24, 9:50 PM · MediaWiki-Codesniffer
Izno awarded T395185: Consider enabling client hints on auth.wikimedia.org a Like token.
Sat, May 24, 9:48 PM · http-client-hints, Trust and Safety Product Team, MediaWiki-Platform-Team, CheckUser, SUL3
gerritbot added a comment to T328919: Upgrade to PHPUnit 10.

Change #1149758 had a related patch set uploaded (by Krinkle; author: Umherirrender):

[mediawiki/core@master] tests: Remove use of phpunit internal function TestCase::getActualOutput

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

Sat, May 24, 9:41 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Patch-For-Review, MediaWiki-Core-Tests
gerritbot added a comment to T328919: Upgrade to PHPUnit 10.

Change #1149755 had a related patch set uploaded (by Krinkle; author: Umherirrender):

[mediawiki/extensions/Cognate@master] tests: Remove use of phpunit internal function TestCase::getActualOutput

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

Sat, May 24, 9:41 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Patch-For-Review, MediaWiki-Core-Tests
Maintenance_bot removed a project from T323773: Remove unnecessary uses of <span class="mw-headline">: Patch-For-Review.
Sat, May 24, 9:30 PM · MW-1.40-notes (1.40.0-wmf.19; 2023-01-16), MediaWiki-General
gerritbot added a comment to T389998: Allow control over which extra extensions are installed (Math REL1_43 jobs exceed 60min timeout).

Change #1149842 had a related patch set uploaded (by Krinkle; author: Krinkle):

[mediawiki/extensions/ConfirmEdit@REL1_44] tests: Skip AbuseFilter tests when AbuseFilter not installed

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

Sat, May 24, 9:29 PM · MW-1.44-notes (1.44.0-wmf.27; 2025-04-29), Patch-For-Review, MediaWiki-Platform-Team (Radar), Math, Continuous-Integration-Config
Alien333 changed the status of T342904: Highlight pending contribs on globalcontribs page from Open to In Progress.

FlaggedRevs is getting closer and closer to the deprecation bin, and looking at how to implement this it's pretty clear why. The documentation is minimal, and it's quite weird to use. Nevertheless, shouldn't be any trouble.

Sat, May 24, 8:54 PM · XTools
matmarex added a project to T395196: Use ParserOptions::isMessage() instead of ParserOptions::getInterfaceMessage() in DiscussionTools: Technical-Debt.
Sat, May 24, 8:54 PM · Technical-Debt, DiscussionTools
matmarex closed T395034: Incorrect and doubled empty talk page onboard messages on every talk page of Chinese Wikipedia as Resolved.

I filed T395196 for the followup work.

Sat, May 24, 8:53 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Chinese-Sites, Regression, DiscussionTools
matmarex created T395196: Use ParserOptions::isMessage() instead of ParserOptions::getInterfaceMessage() in DiscussionTools.
Sat, May 24, 8:50 PM · Technical-Debt, DiscussionTools
matmarex claimed T395024: Mobile site's collapsed sections not accessible for screen readers.

You're right, I overlooked this when working on T13555.

Sat, May 24, 8:31 PM · Accessibility, MinervaNeue, MobileFrontend
gerritbot added a comment to T332865: PHPUnit data providers should be simple static functions that return plain data.

Change #1149838 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/WikimediaEvents@master] tests: Make PHPUnit data provider static

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

Sat, May 24, 8:31 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), MediaWiki-extensions-General, MediaWiki-Core-Tests, MW-1.43-notes (1.43.0-wmf.28; 2024-10-22), MW-1.41-notes (1.41.0-wmf.20; 2023-08-01)
Maintenance_bot removed a project from T385845: Add favourite button to template form in VisualEditor: Patch-For-Review.
Sat, May 24, 8:30 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.25; 2025-04-15), Community-Tech (Fox Squad), VisualEditor, Template-Discovery-And-Recall (Allow users to favorite a template)
gerritbot added a project to T337156: Make PHPUnit dataProvider static in IPInfo tests: Patch-For-Review.
Sat, May 24, 8:27 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), Trust and Safety Product Team, IP Info
gerritbot added a comment to T337156: Make PHPUnit dataProvider static in IPInfo tests.

Change #1149837 had a related patch set uploaded (by Umherirrender; author: Umherirrender):

[mediawiki/extensions/IPInfo@master] tests: Make PHPUnit data provider static

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

Sat, May 24, 8:27 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.28; 2025-05-06), Trust and Safety Product Team, IP Info
VRiley-WMF closed T394727: decommission cloudvirt103[1-9].eqiad.wmnet as Resolved.
Sat, May 24, 8:05 PM · SRE, ops-eqiad, DC-Ops, cloud-services-team, decommission-hardware
ReleaseTaggerBot added a project to T385845: Add favourite button to template form in VisualEditor: MW-1.45-notes (1.45.0-wmf.3; 2025-05-27).
Sat, May 24, 8:00 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.25; 2025-04-15), Community-Tech (Fox Squad), VisualEditor, Template-Discovery-And-Recall (Allow users to favorite a template)
Alien333 changed the status of T394581: Clean up and possibly remove core_extensions.js from Open to In Progress.
Sat, May 24, 7:58 PM · XTools
gerritbot added a comment to T374314: Use native URL API instead of mw.Uri.

Change #1141467 merged by jenkins-bot:

[mediawiki/extensions/AdvancedSearch@master] Use browser native URL instead of mw.Uri

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

Sat, May 24, 7:54 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.43-notes (1.43.0-wmf.27; 2024-10-15), Patch-For-Review, Technical-Debt, JavaScript, MediaWiki-General
gerritbot added a comment to T374314: Use native URL API instead of mw.Uri.

Change #1141466 merged by jenkins-bot:

[mediawiki/extensions/RevisionSlider@master] Use browser native URL instead of mw.Uri

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

Sat, May 24, 7:52 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.43-notes (1.43.0-wmf.27; 2024-10-15), Patch-For-Review, Technical-Debt, JavaScript, MediaWiki-General
gerritbot added a comment to T385845: Add favourite button to template form in VisualEditor.

Change #1130616 merged by jenkins-bot:

[mediawiki/extensions/VisualEditor@master] ve.ui.MWTemplatePage: Add Favorite button if enabled

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

Sat, May 24, 7:36 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), MW-1.44-notes (1.44.0-wmf.25; 2025-04-15), Community-Tech (Fox Squad), VisualEditor, Template-Discovery-And-Recall (Allow users to favorite a template)
creynolds added a comment to T393203: Snapshot API: unable to download chunks.

Hey @jberkel, on-call ENG confirmed the account has reached 1500 requests for chunks endpoint. I'll flag it so monday the main crew can take a look and see if we can't open some requests before the monthly reset but for now not much I can do.
As for the dashboard - that seems to be a front-end caching/rendering bug that will receive a ticket to sort that out - apologies for that confusion.

Sat, May 24, 7:32 PM · Wikimedia Enterprise
SD0001 added a comment to T394964: Allow customization of Stylelint and ESLint rules in CodeMirror.

Add some sort of comment-based annotation to tell CodeMirror which style to use.

Sat, May 24, 7:19 PM · MediaWiki-extensions-CodeMirror
SD0001 added a comment to T394965: Add call to action to perform server-provided linting of JS, CSS and wikitext in CodeMirror.

For JavaScript, the Peast PHP package is available in Core. We'll need to add an action API endpoint to make use of it (unless one already exists?). See ResourceLoader/Module.php#999

Sat, May 24, 7:13 PM · TemplateStyles, MediaWiki-extensions-CodeMirror
ReleaseTaggerBot added a project to T394603: Configure the namespaces on Malay Wikipedia: MW-1.45-notes (1.45.0-wmf.3; 2025-05-27).
Sat, May 24, 7:00 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Campaigns-Product-Team (Campaign-Tools-Current-Sprint), CampaignEvents, Patch-For-Review, Wikimedia-Site-requests
VRiley-WMF closed T394507: decommission db1183 as Resolved.

This has been decomissioned

Sat, May 24, 7:00 PM · SRE, ops-eqiad, DC-Ops, DBA, decommission-hardware
VRiley-WMF updated the task description for T394507: decommission db1183.
Sat, May 24, 6:59 PM · SRE, ops-eqiad, DC-Ops, DBA, decommission-hardware
SomeRandomDeveloper closed T394529: Metrolook's collapsible navs do not respect wikipage.content being called multiple times as Resolved.
Sat, May 24, 6:34 PM · affects-Miraheze, Metrolook
creynolds added a comment to T389551: Prod deploy group_1 chunks.

/docs/changelog/ updated yesterday. ✅

Sat, May 24, 6:28 PM · Wikimedia Enterprise (Sprint 76)
creynolds updated the task description for T389551: Prod deploy group_1 chunks.
Sat, May 24, 6:27 PM · Wikimedia Enterprise (Sprint 76)
SD0001 added a comment to T336127: No warning is shown when previewing a "sanitized-css" page containing unsupported CSS.

This appears to have been fixed. SyntaxHighlight was recently changed to use the ContentAlterParserOutput hook instead of ContentGetParserOutput. I'm guessing that's why.

Sat, May 24, 6:25 PM · Regression, MediaWiki-Page-editing, TemplateStyles, css-sanitizer
matej_suchanek updated the task description for T59903: Add support for ordinal numbers.
Sat, May 24, 6:19 PM · MediaWiki-Internationalization, Patch-Needs-Improvement, MediaWiki-extensions-CLDR
matej_suchanek added a project to T59903: Add support for ordinal numbers: MediaWiki-Internationalization.
Sat, May 24, 6:19 PM · MediaWiki-Internationalization, Patch-Needs-Improvement, MediaWiki-extensions-CLDR
gerritbot added a comment to T394603: Configure the namespaces on Malay Wikipedia.

Change #1147142 merged by jenkins-bot:

[mediawiki/extensions/CampaignEvents@master] namespaces: Add NS_EVENT name for Malay (ms)

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

Sat, May 24, 6:09 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Campaigns-Product-Team (Campaign-Tools-Current-Sprint), CampaignEvents, Patch-For-Review, Wikimedia-Site-requests
Johannnes89 added a comment to T219543: UX review of Special:SpecialPages.

There are some inconsistencies in the access labels – why is Special:Watchlist labled as "Restricted" while Special:Preferences, Special:GlobalPreferences, Special:ChangeEmail, Special:PasswordReset and a couple of other ones which are available to all logged-in users are labled as "Public"? See dewiki discusssion (I can file a separate ticket if this is out of scope for this task).

Sat, May 24, 6:04 PM · MW-1.45-notes (1.45.0-wmf.2; 2025-05-20), User-notice, Wikimedia-Hackathon-2025, Design, Wikimedia-Design, MW-1.41-notes (1.41.0-wmf.22; 2023-08-15), MediaWiki-Special-pages
Nemoralis created T395194: View more button is not working in Kartographer.
Sat, May 24, 5:35 PM · Maps (Kartographer)
Maintenance_bot removed a project from T394529: Metrolook's collapsible navs do not respect wikipage.content being called multiple times: Patch-For-Review.
Sat, May 24, 5:30 PM · affects-Miraheze, Metrolook
gerritbot added a comment to T395187: replace codecs.open() with buildin open() function.

Change #1149831 had a related patch set uploaded (by Xqt; author: Xqt):

[pywikibot/core@master] IMPR: replace codecs.open with pathlib.Path in LoginManager.readPassword

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

Sat, May 24, 4:59 PM · Patch-For-Review, Pywikibot
gerritbot added a comment to T394529: Metrolook's collapsible navs do not respect wikipage.content being called multiple times.

Change #1147047 merged by jenkins-bot:

[mediawiki/skins/Metrolook@REL1_44] Fix executeMain function being called multiple times

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

Sat, May 24, 4:43 PM · affects-Miraheze, Metrolook
Alex44019 added a comment to T395008: Vector 2022 doesn't load search suggestions.

$wgRestPath is not relevant here unless you're doing something crazy with your setup where $wgScriptPath is irrelevant to the REST API endpoint.

Sat, May 24, 4:43 PM · Reading-Web-Third-Party-Support, Vector 2022 (Desktop improvements)
gerritbot added a comment to T394529: Metrolook's collapsible navs do not respect wikipage.content being called multiple times.

Change #1147048 merged by jenkins-bot:

[mediawiki/skins/Metrolook@REL1_43] Fix executeMain function being called multiple times

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

Sat, May 24, 4:43 PM · affects-Miraheze, Metrolook
DaxServer awarded T194332: [Epic,builds-api,components-api,webservice,jobs-api] Make Toolforge a proper platform as a service with push-to-deploy and build packs a Burninate token.
Sat, May 24, 4:41 PM · cloud-services-team (FY2024/2025-Q3-Q4), Toolforge, Goal, User-dcaro, Cloud-Services-Origin-Team, Cloud-Services-Worktype-Project, Cloud Services Proposals, Epic
Vladis13 created T395193: Add Author namespace for Russian Wikisource.
Sat, May 24, 4:41 PM · Wikimedia-Site-requests
matmarex closed T386720: Understand how to pass parameter to HTML form widgets as Resolved.
Sat, May 24, 4:35 PM · MW-1.45-notes (1.45.0-wmf.3; 2025-05-27), Design-System-Team, Wikibase (3rd party installations), Documentation, User-Physikerwelt, OOUI
Cstone added a project to T395150: Deduped contacts - still receiving emails at old address, Email 3 not showing up in Activity: Fundraising-Backlog.
Sat, May 24, 4:34 PM · Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM
Ysogo lowered the priority of T390588: APWLM- REQ2025.08 Separated access for super-user from High to Low.

Priority reduced as, currently, would not produce real advantage in maintenance

Sat, May 24, 4:16 PM · WLM-Italy (WLM-Italy-WebApp)
Ysogo closed T390587: APWLM- REQ2025.07 Reorganization of “top bar” to show some “links” in a different position as Resolved.

The new layout has been implemented

Sat, May 24, 4:13 PM · WLM-Italy (WLM-Italy-WebApp)
Ysogo closed T390585: APWLM- REQ2025.05 Have a better check of the presence of e-mail address for the user as Resolved.

The feature is now available and the app behaves accordingly

Sat, May 24, 4:12 PM · WLM-Italy (WLM-Italy-WebApp)
Aklapper added a comment to T395188: Serialize empty PHP associative arrays as `{}` instead of `[]` in JSON output.

Hmm how does this qualify as technical debt?

Sat, May 24, 4:10 PM · MW-Interfaces-Team, Developer Productivity, MediaWiki-Action-API
Physikerwelt created T395192: Remove mathvariant attribute from wikitexvc.
Sat, May 24, 3:58 PM
taavi closed T337469: Can't create a talk page for an unprefixed page as Resolved.

On the page linked I see this:

Warning: This page can only be edited by administrators and other users with the tboverride right because it matches the following disallowed titles list entry:

(?!(?:(?:Talk|(?:Category|Template|Module)(?: talk)?):)?W[bnpqty]\/(?:[a-z]{2,3}|bat-smg|be-tarask|cbk-zam|fiu-vro|map-bms|nds-nl|roa-(?:rup|tara)|zh-(?:classical|min-nan|yue))(?:\/.+)?$|(?:(?:Help|Incubator|MediaWiki|Translations|User)(?: talk)?):.+|Template(?: talk)?:Welcome\/[a-z]{2,3}(?:(-[a-z]+){1,2})?$|Category(?: talk)?:(Users|Incubator|Help|Maintenance|Templates):.+$).* <casesensitive|errmsg=Titleblacklist-incorrect-title>
Sat, May 24, 3:53 PM · MediaWiki-extensions-WikimediaIncubator
Maintenance_bot removed a project from T337469: Can't create a talk page for an unprefixed page: Patch-For-Review.
Sat, May 24, 3:30 PM · MediaWiki-extensions-WikimediaIncubator