Page MenuHomePhabricator

MW-1.45-notes (1.45.0-wmf.9; 2025-07-08)Milestone
ArchivedPublic

Members

  • This project does not have any members.
  • View All

Watchers

  • This project does not have any watchers.
  • View All

Details

Description

.

Recent Activity

Thu, Jul 16

gerritbot added a project to T396952: Expand ExtensionJsonTestBase to cover additional service specifications: Patch-For-Review.
Thu, Jul 16, 11:44 PM · Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Growth-Team (Current Sprint), Technical-Debt, MediaWiki-Core-Tests
gerritbot added a comment to T396952: Expand ExtensionJsonTestBase to cover additional service specifications.

Change #1311580 had a related patch set uploaded (by Urbanecm; author: Urbanecm):

[mediawiki/core@master] ExtensionJsonTestBase: Remove $testRestRoutes opt-out flag

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

Thu, Jul 16, 11:44 PM · Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Growth-Team (Current Sprint), Technical-Debt, MediaWiki-Core-Tests

Sun, Jul 5

Pppery placed T216356: Allow access to the page's local description via the title object up for grabs.
Sun, Jul 5, 4:16 PM · Wikidata Integration in Wikimedia projects, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Wikibase-Lua, Wikidata, MediaWiki-extensions-Wikibase-Client, Scribunto

Jun 1 2026

gerritbot added a comment to T383496: Add support for reading new file schema into MediaWiki.

Change #1245977 merged by jenkins-bot:

[mediawiki/core@master] Formally support reading from new file table

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

Jun 1 2026, 12:20 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
Maintenance_bot removed a project from T353695: Remove meaningless "Cite error: …" prefix in favor of independent error messages: Patch-For-Review.
Jun 1 2026, 10:31 AM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), WMDE-References-FocusArea, MW-1.43-notes (1.43.0-wmf.7; 2024-05-28), WMDE-TechWish-Sprint-2024-05-08, WMDE-TechWish-Sprint-2024-04-24, I18n, Technical-Debt, Cite
gerritbot added a comment to T353695: Remove meaningless "Cite error: …" prefix in favor of independent error messages.

Change #1289932 merged by jenkins-bot:

[mediawiki/extensions/Cite@master] Add missing dot to the end of all error messages

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

Jun 1 2026, 10:29 AM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), WMDE-References-FocusArea, MW-1.43-notes (1.43.0-wmf.7; 2024-05-28), WMDE-TechWish-Sprint-2024-05-08, WMDE-TechWish-Sprint-2024-04-24, I18n, Technical-Debt, Cite

May 31 2026

Zabe added a comment to T383496: Add support for reading new file schema into MediaWiki.

\o/ One thing to note: In one place in one API endpoint, the query has where condition on fr_archive_name only which is not indexed. I had a mental note to deal with it later which I guess it is now :D we have two options: 1- check if that condition is really needed and maybe just disable/remove it 2- Add an index 3- Add an index for now, then deprecate and remove it later. I leave the decision to you :P

May 31 2026, 11:06 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA

May 23 2026

Ladsgroup added a comment to T383496: Add support for reading new file schema into MediaWiki.

I don't understand the use of Special:MIMESearch but it's hard to make it really slow. There are a lot of rows to scan but it basically reach the limit quite fast and shorten out. The only case that it could become a problem would be when you're searching for an obscure MIME type that noone uses so MariaDB would have to scan many rows just to get these ones. I have no strong opinion on what to do next yet. We could for example add the index to wikireplicas, we do have "extra indexes" added there in some cases.

May 23 2026, 1:55 AM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA

May 20 2026

gerritbot added a project to T353695: Remove meaningless "Cite error: …" prefix in favor of independent error messages: Patch-For-Review.
May 20 2026, 11:39 AM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), WMDE-References-FocusArea, MW-1.43-notes (1.43.0-wmf.7; 2024-05-28), WMDE-TechWish-Sprint-2024-05-08, WMDE-TechWish-Sprint-2024-04-24, I18n, Technical-Debt, Cite
gerritbot added a comment to T353695: Remove meaningless "Cite error: …" prefix in favor of independent error messages.

Change #1289932 had a related patch set uploaded (by Thiemo Kreuz (WMDE); author: Thiemo Kreuz (WMDE)):

[mediawiki/extensions/Cite@master] Add missing dot to the end of all error messages

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

May 20 2026, 11:39 AM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), WMDE-References-FocusArea, MW-1.43-notes (1.43.0-wmf.7; 2024-05-28), WMDE-TechWish-Sprint-2024-05-08, WMDE-TechWish-Sprint-2024-04-24, I18n, Technical-Debt, Cite
Bawolff added a comment to T383496: Add support for reading new file schema into MediaWiki.

I noticed today that the new file schema does not have an index on mime type (file.file_type). Unless I'm missing something, that seems like it will significantly degrade performance on Special:MIMESearch and equivalent API modules.

May 20 2026, 12:22 AM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA

May 13 2026

Pppery removed a project from T392775: Add link color for temporary usernames in content and discussion pages: MediaWiki-General.
May 13 2026, 8:06 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Product Safety and Integrity (Sprint Mince Pie Dec 1 - Dec 12), OKR-Work, Temporary accounts, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Content-Transform-Team (Work In Progress)

Apr 17 2026

ReleaseTaggerBot edited projects for T383496: Add support for reading new file schema into MediaWiki, added: MW-1.46-notes (1.46.0-wmf.26; 2026-04-28); removed MW-1.46-notes (1.46.0-wmf.7; 2025-12-16).
Apr 17 2026, 12:01 AM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA

Apr 16 2026

gerritbot added a comment to T383496: Add support for reading new file schema into MediaWiki.

Change #1273000 merged by jenkins-bot:

[mediawiki/core@master] ImageListPager: Use correct field when checking if field is sortable

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

Apr 16 2026, 11:40 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
gerritbot added a comment to T383496: Add support for reading new file schema into MediaWiki.

Change #1273000 had a related patch set uploaded (by Zabe; author: Zabe):

[mediawiki/core@master] ImageListPager: Use correct field when checking if field is sortable

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

Apr 16 2026, 11:24 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA

Apr 7 2026

Jdlrobson-WMF moved T391781: How should skins behave when content isn't responsive (Minerva skin had a blanket `overflow: hidden` style on content area) from Backlog to TODO on the MinervaNeue board.
Apr 7 2026, 11:27 PM · Vector 2022 (Tracking), MinervaNeue, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Readers Essential Work (Improve display of large content in Vector 2022 and Minerva skins), Regression

Apr 2 2026

gerritbot added a comment to T343994: OutputPage::setPageTitle() should not accept Message objects, introduce OutputPage::setPageTitleMsg().

Change #947896 abandoned by Bartosz Dziewoński:

[mediawiki/core@master] WIP: remove Message argument to OutputPage::setPageTitle(), deprecated in 1.41

Reason:

Done in https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1149492

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

Apr 2 2026, 7:00 PM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.27; 2025-04-29), MW-1.43-notes (1.43.0-wmf.8; 2024-06-04), MW-1.41-notes, MW-1.42-notes, MW-1.41-release, MediaWiki-General, MediaWiki-Internationalization

Mar 31 2026

Pppery removed a project from T343994: OutputPage::setPageTitle() should not accept Message objects, introduce OutputPage::setPageTitleMsg(): Patch-For-Review.
Mar 31 2026, 12:20 AM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.27; 2025-04-29), MW-1.43-notes (1.43.0-wmf.8; 2024-06-04), MW-1.41-notes, MW-1.42-notes, MW-1.41-release, MediaWiki-General, MediaWiki-Internationalization

Mar 30 2026

gerritbot added a project to T343994: OutputPage::setPageTitle() should not accept Message objects, introduce OutputPage::setPageTitleMsg(): Patch-For-Review.
Mar 30 2026, 11:45 PM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.27; 2025-04-29), MW-1.43-notes (1.43.0-wmf.8; 2024-06-04), MW-1.41-notes, MW-1.42-notes, MW-1.41-release, MediaWiki-General, MediaWiki-Internationalization
gerritbot added a comment to T343994: OutputPage::setPageTitle() should not accept Message objects, introduce OutputPage::setPageTitleMsg().

Change #947896 restored by Thcipriani:

[mediawiki/core@master] WIP: remove Message argument to OutputPage::setPageTitle(), deprecated in 1.41

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

Mar 30 2026, 11:45 PM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.27; 2025-04-29), MW-1.43-notes (1.43.0-wmf.8; 2024-06-04), MW-1.41-notes, MW-1.42-notes, MW-1.41-release, MediaWiki-General, MediaWiki-Internationalization
gerritbot added a comment to T343994: OutputPage::setPageTitle() should not accept Message objects, introduce OutputPage::setPageTitleMsg().

Change #947896 abandoned by Hashar:

[mediawiki/core@master] WIP: remove Message argument to OutputPage::setPageTitle(), deprecated in 1.41

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

Mar 30 2026, 1:25 PM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.27; 2025-04-29), MW-1.43-notes (1.43.0-wmf.8; 2024-06-04), MW-1.41-notes, MW-1.42-notes, MW-1.41-release, MediaWiki-General, MediaWiki-Internationalization

Feb 28 2026

gerritbot added a project to T383496: Add support for reading new file schema into MediaWiki: Patch-For-Review.
Feb 28 2026, 1:42 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
gerritbot added a comment to T383496: Add support for reading new file schema into MediaWiki.

Change #1245977 had a related patch set uploaded (by Zabe; author: Zabe):

[mediawiki/core@master] Formally support reading from new file table

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

Feb 28 2026, 1:42 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA

Feb 24 2026

Dreamy_Jazz moved T387701: Allow multiple tallies to be associated with a poll from Inbox to Triaged (backlog) on the Product Safety and Integrity board.
Feb 24 2026, 3:56 PM · Product Safety and Integrity, Data-Persistence (work done), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Schema-change, MediaWiki-extensions-SecurePoll
Dreamy_Jazz edited projects for T387701: Allow multiple tallies to be associated with a poll, added: Product Safety and Integrity; removed Trust and Safety Product Team.
Feb 24 2026, 3:38 PM · Product Safety and Integrity, Data-Persistence (work done), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Schema-change, MediaWiki-extensions-SecurePoll

Feb 18 2026

RoySmith added a comment to T380221: Allow authorised users to see IP Info for actors if the IP exists in the CheckUser or AbuseFilter tables, or has contributions.

My usual workflow is to click the IP link in Special:CheckUser when I want more info. As things stand now, when that fails with the dreaded "IP information for this address cannot be retrieved since no contributions have been made from it" message, then I need to manually flip over the Bullseye to get the information I seek, which is silly and inefficient.

Feb 18 2026, 5:01 PM · MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Trust and Safety Product Sprint (Sprint Key Lime Pie (May 5 - May 23)), MW-1.44-notes (1.44.0-wmf.20; 2025-03-11), Temporary accounts (Major pilot wiki deployment), Trust and Safety Product Team, IP Info

Feb 6 2026

Maintenance_bot removed a project from T383496: Add support for reading new file schema into MediaWiki: Patch-For-Review.
Feb 6 2026, 11:31 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
gerritbot added a comment to T383496: Add support for reading new file schema into MediaWiki.

Change #1237593 merged by jenkins-bot:

[mediawiki/core@master] SpecialUnusedImages: Add missing file/imagelinks table support

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

Feb 6 2026, 11:18 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
gerritbot added a project to T383496: Add support for reading new file schema into MediaWiki: Patch-For-Review.
Feb 6 2026, 9:50 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
gerritbot added a comment to T383496: Add support for reading new file schema into MediaWiki.

Change #1237593 had a related patch set uploaded (by Zabe; author: Zabe):

[mediawiki/core@master] SpecialUnusedImages: Add missing file/imagelinks table support

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

Feb 6 2026, 9:50 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA

Feb 5 2026

ReleaseTaggerBot added a project to T390780: Mask mailaddress during login that triggers EmailAuth: MW-1.46-notes (1.46.0-wmf.15; 2026-02-10).
Feb 5 2026, 8:00 PM · MW-1.46-notes (1.46.0-wmf.15; 2026-02-10), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), Security, Privacy, MediaWiki-extensions-EmailAuth
Maintenance_bot removed a project from T390780: Mask mailaddress during login that triggers EmailAuth: Patch-For-Review.
Feb 5 2026, 7:31 PM · MW-1.46-notes (1.46.0-wmf.15; 2026-02-10), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), Security, Privacy, MediaWiki-extensions-EmailAuth
gerritbot added a comment to T390780: Mask mailaddress during login that triggers EmailAuth.

Change #1236318 merged by jenkins-bot:

[mediawiki/extensions/EmailAuth@master] i18n: Remove the `emailauth-login-message-no-email` message

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

Feb 5 2026, 7:19 PM · MW-1.46-notes (1.46.0-wmf.15; 2026-02-10), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), Security, Privacy, MediaWiki-extensions-EmailAuth

Feb 3 2026

gerritbot added a project to T390780: Mask mailaddress during login that triggers EmailAuth: Patch-For-Review.
Feb 3 2026, 3:23 PM · MW-1.46-notes (1.46.0-wmf.15; 2026-02-10), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), Security, Privacy, MediaWiki-extensions-EmailAuth
gerritbot added a comment to T390780: Mask mailaddress during login that triggers EmailAuth.

Change #1236318 had a related patch set uploaded (by A smart kitten; author: A smart kitten):

[mediawiki/extensions/EmailAuth@master] i18n: Remove the `emailauth-login-message-no-email` message

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

Feb 3 2026, 3:23 PM · MW-1.46-notes (1.46.0-wmf.15; 2026-02-10), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), Security, Privacy, MediaWiki-extensions-EmailAuth

Jan 30 2026

ppelberg closed T397170: EditCheck: Fix issues in touchable devices as Resolved.
Jan 30 2026, 8:17 PM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck

Jan 27 2026

EAkinloose moved T397170: EditCheck: Fix issues in touchable devices from QA to Ready for Sign Off on the Editing-team (Editing-19Jan-30Jan-2026) board.
Jan 27 2026, 4:15 AM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck
EAkinloose edited projects for T397170: EditCheck: Fix issues in touchable devices, added: Verified; removed Editing QA.
Jan 27 2026, 4:15 AM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck

Jan 23 2026

DLynch added a comment to T397170: EditCheck: Fix issues in touchable devices.

That's deliberate. When checks are enabled, the content is displayed slightly narrower so that there's space for the gutter to appear without causing the content to reflow.

Jan 23 2026, 5:56 PM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck
EAkinloose added a comment to T397170: EditCheck: Fix issues in touchable devices.

For item 2:

Jan 23 2026, 5:54 PM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck

Jan 22 2026

ppelberg moved T397170: EditCheck: Fix issues in touchable devices from Inbox to High Priority on the Editing QA board.
Jan 22 2026, 12:32 AM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck
ppelberg moved T397170: EditCheck: Fix issues in touchable devices from Decisions to be made to QA on the Editing-team (Editing-19Jan-30Jan-2026) board.
Jan 22 2026, 12:20 AM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck
ppelberg edited projects for T397170: EditCheck: Fix issues in touchable devices, added: Editing-team (Editing-19Jan-30Jan-2026); removed Editing-team (Kanban Board).
Jan 22 2026, 12:20 AM · Verified, Editing-team (Editing-19Jan-30Jan-2026), MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Goal, OKR-Work, EditCheck

Jan 21 2026

Ladsgroup added a comment to T383496: Add support for reading new file schema into MediaWiki.

\o/ One thing to note: In one place in one API endpoint, the query has where condition on fr_archive_name only which is not indexed. I had a mental note to deal with it later which I guess it is now :D we have two options: 1- check if that condition is really needed and maybe just disable/remove it 2- Add an index 3- Add an index for now, then deprecate and remove it later. I leave the decision to you :P

Jan 21 2026, 3:14 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
Zabe closed T383496: Add support for reading new file schema into MediaWiki as Resolved.
Jan 21 2026, 3:08 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
gerritbot added a comment to T383496: Add support for reading new file schema into MediaWiki.

Change #1216860 merged by jenkins-bot:

[mediawiki/core@master] findOrphanedFiles: Add support for file read new

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

Jan 21 2026, 3:07 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
Zabe updated the task description for T383496: Add support for reading new file schema into MediaWiki.
Jan 21 2026, 2:20 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
gerritbot added a comment to T383496: Add support for reading new file schema into MediaWiki.

Change #1229251 abandoned by Zabe:

[mediawiki/core@master] checkImages: Add support for file read new

Reason:

not needed

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

Jan 21 2026, 2:19 PM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA
gerritbot added a comment to T383496: Add support for reading new file schema into MediaWiki.

Change #1229251 had a related patch set uploaded (by Zabe; author: Zabe):

[mediawiki/core@master] checkImages: Add support for file read new

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

Jan 21 2026, 2:32 AM · MW-1.46-notes (1.46.0-wmf.26; 2026-04-28), Patch-For-Review, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), MW-1.44-notes (1.44.0-wmf.22; 2025-03-25), TranslationNotifications, UploadWizard, TimedMediaHandler, GlobalUsage, DBA

Jan 20 2026

cscott moved T392775: Add link color for temporary usernames in content and discussion pages from Code Review to To Deploy on the Content-Transform-Team (Work In Progress) board.
Jan 20 2026, 3:50 PM · MW-1.46-notes (1.46.0-wmf.7; 2025-12-16), Product Safety and Integrity (Sprint Mince Pie Dec 1 - Dec 12), OKR-Work, Temporary accounts, MW-1.45-notes (1.45.0-wmf.9; 2025-07-08), Content-Transform-Team (Work In Progress)