.
Details
Thu, Jul 16
Change #1311580 had a related patch set uploaded (by Urbanecm; author: Urbanecm):
[mediawiki/core@master] ExtensionJsonTestBase: Remove $testRestRoutes opt-out flag
Sun, Jul 5
Jun 1 2026
Change #1245977 merged by jenkins-bot:
[mediawiki/core@master] Formally support reading from new file table
Change #1289932 merged by jenkins-bot:
[mediawiki/extensions/Cite@master] Add missing dot to the end of all error messages
May 31 2026
May 23 2026
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 20 2026
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
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 13 2026
Apr 17 2026
Apr 16 2026
Change #1273000 merged by jenkins-bot:
[mediawiki/core@master] ImageListPager: Use correct field when checking if field is sortable
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
Apr 7 2026
Apr 2 2026
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
Mar 31 2026
Mar 30 2026
Change #947896 restored by Thcipriani:
[mediawiki/core@master] WIP: remove Message argument to OutputPage::setPageTitle(), deprecated in 1.41
Change #947896 abandoned by Hashar:
[mediawiki/core@master] WIP: remove Message argument to OutputPage::setPageTitle(), deprecated in 1.41
Feb 28 2026
Change #1245977 had a related patch set uploaded (by Zabe; author: Zabe):
[mediawiki/core@master] Formally support reading from new file table
Feb 24 2026
Feb 18 2026
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 6 2026
Change #1237593 merged by jenkins-bot:
[mediawiki/core@master] SpecialUnusedImages: Add missing file/imagelinks table support
Change #1237593 had a related patch set uploaded (by Zabe; author: Zabe):
[mediawiki/core@master] SpecialUnusedImages: Add missing file/imagelinks table support
Feb 5 2026
Change #1236318 merged by jenkins-bot:
[mediawiki/extensions/EmailAuth@master] i18n: Remove the `emailauth-login-message-no-email` message
Feb 3 2026
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
Jan 30 2026
Jan 27 2026
Jan 23 2026
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.
For item 2:
Jan 22 2026
Jan 21 2026
\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
Change #1216860 merged by jenkins-bot:
[mediawiki/core@master] findOrphanedFiles: Add support for file read new
Change #1229251 abandoned by Zabe:
[mediawiki/core@master] checkImages: Add support for file read new
Reason:
not needed
Change #1229251 had a related patch set uploaded (by Zabe; author: Zabe):
[mediawiki/core@master] checkImages: Add support for file read new
