Page MenuHomePhabricator

Umherirrender (Umherirrender)
User

Today

  • No visible events.

Tomorrow

  • No visible events.

Wednesday

  • No visible events.

User Details

User Since
Oct 7 2014, 2:31 PM (617 w, 6 d)
Availability
Available
LDAP User
Umherirrender
MediaWiki User
Umherirrender [ Global Accounts ]

Recent Activity

Yesterday

Umherirrender updated the task description for T383857: Archive the ExtJSBase extension.
Sun, Aug 9, 11:17 AM · BlueSpice, MediaWiki-extensions-Other, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Umherirrender updated the task description for T398054: Archive the FileAnnotations extension.
Sun, Aug 9, 11:16 AM · Wikimedia-GitHub, FileAnnotations, Projects-Cleanup
Umherirrender updated the task description for T400979: Archive the GoogleAnalyticsMetrics extension.
Sun, Aug 9, 11:16 AM · MediaWiki-extensions-GoogleAnalyticsMetrics, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Umherirrender updated the task description for T411289: Archive the GraphQL extension.
Sun, Aug 9, 11:15 AM · MediaWiki-extensions-GraphQL, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Umherirrender removed a project from T400993: Archive ImageTweaks extension: Patch-For-Review.
Sun, Aug 9, 11:14 AM · Projects-Cleanup, ImageTweaks
Umherirrender updated the task description for T413528: Archive the NaturalLanguageList extension.
Sun, Aug 9, 11:14 AM · MediaWiki-extensions-Other, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup

Sat, Aug 8

Umherirrender updated the task description for T413588: Archive the Semantic Image Input extension.
Sat, Aug 8, 11:33 PM · MediaWiki-extensions-Other, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Umherirrender removed a project from T369991: Archive the Memento extension's Gerrit repository: Patch-For-Review.
Sat, Aug 8, 11:26 PM · MediaWiki-extensions-Other, Projects-Cleanup
Umherirrender updated the task description for T418008: Archive the SecurityApi extension.
Sat, Aug 8, 11:21 PM · Essential-Work, MediaWiki-extensions-SecurityApi, SecTeam-Processed, Security-Team, Product Safety and Integrity, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Umherirrender updated the task description for T425234: Archive the MarkAsHelpful extension.
Sat, Aug 8, 10:51 PM · MediaWiki-extensions-MarkAsHelpful, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Umherirrender updated the task description for T413589: Archive the WikiShare extension.
Sat, Aug 8, 10:40 PM · MediaWiki-extensions-WikiShare, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Umherirrender updated the task description for T423505: Archive the UIFeedback extension.
Sat, Aug 8, 10:29 PM · MediaWiki-extensions-UIFeedback, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Umherirrender updated the task description for T413587: Archive the SidebarDonateBox extension.
Sat, Aug 8, 9:50 PM · MediaWiki-extensions-Other, Wikimedia-GitHub, Diffusion-Repository-Administrators, Projects-Cleanup
Umherirrender merged T434362: PAGESINCATEGORY parser function does not recognize html encoded apostraphes into T299218: Using {{PAGESINCATEGORY:{{PAGENAME}} }} in articles with apostrophe in their name.
Sat, Aug 8, 8:05 PM · MediaWiki-Parser
Umherirrender merged task T434362: PAGESINCATEGORY parser function does not recognize html encoded apostraphes into T299218: Using {{PAGESINCATEGORY:{{PAGENAME}} }} in articles with apostrophe in their name.
Sat, Aug 8, 8:05 PM · MediaWiki-Parser

Fri, Aug 7

Umherirrender removed a project from T145458: Editing a file annotation requires very careful mouse movement: Patch-For-Review.
Fri, Aug 7, 9:04 PM · SDC General, Wikidata, FileAnnotations (Beta Cluster Release), Multimedia
Umherirrender closed T324418: Change deprecated swiftmailer for symfony mailer as Resolved.
Fri, Aug 7, 9:01 PM · MediaWiki-extensions-SwiftMailer
Umherirrender removed a project from T227479: Mpdf extension / Mpdf library outdated and causing errors and warnings: Patch-For-Review.
Fri, Aug 7, 3:02 PM · MediaWiki-extensions-Other
Umherirrender closed T227479: Mpdf extension / Mpdf library outdated and causing errors and warnings as Resolved.
Fri, Aug 7, 3:02 PM · MediaWiki-extensions-Other
Umherirrender created T434272: Parser test failure on Josa extension - parserTests.txt: Josa with trailing ascii characters (1) [legacy].
Fri, Aug 7, 8:02 AM · ci-test-error (WMF-deployed Build Failure), MediaWiki-Parser, MediaWiki-extensions-Josa
Umherirrender created T434270: PHPUnit test Wikimedia\Tests\ObjectCache\WANObjectCacheTest::testLockTSE_stale is flaky.
Fri, Aug 7, 7:42 AM · MediaWiki-Core-Platform-Team, MediaWiki-libs-BagOStuff, ci-test-error (WMF-deployed Build Failure)

Tue, Aug 4

Umherirrender closed T390416: PHP Warning: Uninitialized string offset 21 as Resolved.
Tue, Aug 4, 6:17 PM · MW-1.44-notes (1.44.0-wmf.23; 2025-04-01), AbuseFilter, Wikimedia-production-error
Umherirrender added a comment to T419563: Missing "continue" element for categories prop when clshow set.

Even with 20 iteration it is possible to get a result with less or zero results.

Tue, Aug 4, 5:22 PM · MW-1.46-notes, MW-1.47-notes (1.47.0-wmf.13; 2026-07-28), DBA, affects-Kiwix-and-openZIM, MediaWiki-Categories, MediaWiki-API-Platform-Team, Regression, MediaWiki-Action-API
Umherirrender updated subscribers of T433922: Missing categories from generator=categorymembers (just 1 instead of 2) in itwiki.

The category is shown with a higher limit for prop=categories (cllimit=500, that would reduce the needed continue), that indicates this is a problem with the continue query for the module as the data are in the database.

Tue, Aug 4, 4:49 PM · Tool-itwiki, MediaWiki-API-Platform-Team, MediaWiki-Action-API
Umherirrender added a comment to T433644: Fix CSSJanus flipping for side-relative edge offsets in background-position property (3-value and 4-value syntax).

Also 2-value syntax is affected: background-position: left 30%; is flipped to background-position: right 70%;, but 30% is for top-bottom, not left-right.
But this can benefit from the same fixes as the used regex match the first unit and if that is a percentage, it is flipped, when x/y coordinate detection is added, that would also fix this 2-value syntax.

Tue, Aug 4, 2:31 PM · MediaWiki-Core-Platform-Team, CSSJanus

Sat, Aug 1

Umherirrender placed T433008: Wrong geoJSON error message if <mapframe> tag ist used with external data from Wikimedia Commons up for grabs.

The tracking category "Category:Pages_with_broken_maps" for all wikis contains more errors as only this one, so it can be remain filled due to possible other issues, but it should be on the same count as before this task.

Sat, Aug 1, 10:55 AM · Content-Platform-Team (Work In Progress), MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Regression, Maps (Kartographer)

Fri, Jul 31

Umherirrender closed T433008: Wrong geoJSON error message if <mapframe> tag ist used with external data from Wikimedia Commons as Resolved.
Fri, Jul 31, 8:19 PM · Content-Platform-Team (Work In Progress), MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Regression, Maps (Kartographer)

Thu, Jul 30

Umherirrender added a comment to T106735: CSSJanus should flip background-position even if it was not explicitly specified.

The demo value background-position: 10px center; is invalid, according to https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Properties/background-position#2-value_syntax center is not allowed.
The workaround background-position: left 10px center; is valid.

Thu, Jul 30, 9:18 PM · MediaWiki-Core-Platform-Team (Radar), CSSJanus, MediaWiki-ResourceLoader, RTL
Umherirrender created T433644: Fix CSSJanus flipping for side-relative edge offsets in background-position property (3-value and 4-value syntax).
Thu, Jul 30, 8:50 PM · MediaWiki-Core-Platform-Team, CSSJanus
Umherirrender reopened T424419: cssjanus.js has two coverage reports on https://doc.wikimedia.org/cover/ as "Open".

There are still two coverage reports

Thu, Jul 30, 3:15 PM · Continuous-Integration-Config, CSSJanus, Test-Coverage, MediaWiki-Core-Platform-Team
Umherirrender added a comment to T106735: CSSJanus should flip background-position even if it was not explicitly specified.

@Amire80 Please make sure this is reported in the CSSJanus issue tracker at https://github.com/cssjanus/cssjanus. Then, once fixed there, we can update the PHP port.

Thu, Jul 30, 2:29 PM · MediaWiki-Core-Platform-Team (Radar), CSSJanus, MediaWiki-ResourceLoader, RTL
Umherirrender removed a project from T333273: CSSJanus should not change gradient percentage in background property: Patch-For-Review.
Thu, Jul 30, 2:08 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), MediaWiki-Core-Platform-Team (Kanban), CSSJanus
Umherirrender closed T419253: Special:Diff should forward parameters as Resolved.
Thu, Jul 30, 1:13 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), MediaWiki-Page-diffs
Umherirrender closed T407056: Thanks: Prevent thanking expired temporary users as Resolved.
Thu, Jul 30, 12:40 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), Product Safety and Integrity, Essential-Work, Temporary accounts, Connection-Team, Thanks

Mon, Jul 27

Umherirrender added a project to T433186: New git version tag for oauthclient-php: Release.
Mon, Jul 27, 5:42 PM · Release, MediaWiki-Core-Platform-Team (Kanban), MediaWiki-extensions-OAuth
Umherirrender closed T433212: newFromKeyAndSecret calls ClientConfig with one argument too much as Resolved.
Mon, Jul 27, 5:42 PM · MediaWiki-Core-Platform-Team (Kanban), MediaWiki-extensions-OAuth
Umherirrender added a comment to T433232: LinkAlwaysKnownLookup should batch file lookup via RepoGroup::findFiles.

Commons is using ForeignDBViaLBRepo which extends LocalRepo and using the same sqls. Also ForeignDBRepo extends LocalRepo.

Mon, Jul 27, 5:39 PM · Commons, MediaWiki-File-management, Wikimedia-Performance-recommendation
Umherirrender added a comment to T282106: Upload session status should not include a Status object in the cache payload.

In T433217 is work going on to make StatusValue represent in json.

Mon, Jul 27, 5:29 PM · Platform Team Workboards (Clinic Duty Team), MediaWiki-Uploading
Umherirrender reassigned T433212: newFromKeyAndSecret calls ClientConfig with one argument too much from Umherirrender to matmarex.
Mon, Jul 27, 5:25 PM · MediaWiki-Core-Platform-Team (Kanban), MediaWiki-extensions-OAuth
Umherirrender claimed T433212: newFromKeyAndSecret calls ClientConfig with one argument too much.
Mon, Jul 27, 5:20 PM · MediaWiki-Core-Platform-Team (Kanban), MediaWiki-extensions-OAuth

Sun, Jul 26

Umherirrender renamed T433187: oauthclient-php has php fatal error on rawurlencode() with strict types from Wrong type leads to php crash to oauthclient-php has php fatal error on rawurlencode() with strict types.
Sun, Jul 26, 3:18 PM · MediaWiki-Core-Platform-Team, MediaWiki-extensions-OAuth

Sat, Jul 25

Umherirrender added a comment to T433152: Getting ValueError: pg_escape_string(): Argument #2 ($string) Escaping string failed in /var/www/VHOSTNAME/includes/libs/Rdbms/Database/DatabasePostgres.php on line 972.

It seems this could happen when the string for pg_escape_string contains some byte characters like happen for sortkey on categories depending on the collation. Not sure if the TEXT type for cl_sortkey can store the value as well.
Another category collation could fix the fatal error.

Sat, Jul 25, 4:20 PM · MediaWiki-libs-Rdbms, PostgreSQL
Umherirrender added a comment to T433164: Purge/null-edit high traffic pages frequently.

There are some time-based variable or parser function that can reduce the cache time, this seems already in use according to the parser limit report:

<!-- 
NewPP limit report
Parsed by mw‐web.eqiad.main‐7dd645d99‐nlcrv
Cached time: 20260725010021
Cache expiry: 82800
Cache expiry source: Main_Page (numberoffiles)
Reduced expiry: true
...
Sat, Jul 25, 4:13 PM · MediaWiki-Core-HTTP-Cache
Umherirrender added a comment to T433054: Bogus file options lint error detected with valid positional parameters in languages other than English.

It is multilingual, but you can only use "english" wikitext there, so using the german name for the file namespace or thumb does not work as well: [[Datei:Schloss Langenburg-msu-2021-0306-.jpg|mini|links|Sieger 2021 – Schloss Langenburg]]

Sat, Jul 25, 3:39 PM · MediaWiki-extensions-Linter
Umherirrender closed T432992: addModules() called with a string is fatal on MediaWiki 1.43 as Resolved.
Sat, Jul 25, 3:31 PM · RoadToWiki, MediaWiki-extensions-Semantic-Rating
Umherirrender added a comment to T432976: Add Special:SI as an alias for Special:SuggestedInvestigations.

The alias is to ambigous with future special page names and should not be added.
You can add a link to your user page, that is linked from each page or use some javascript to add a portlet link into the navigation, when reaching this page is used often.

Sat, Jul 25, 3:18 PM · Product Safety and Integrity, MediaWiki-Special-pages, CheckUser, CheckUser-SuggestedInvestigations
Umherirrender added a comment to T433054: Bogus file options lint error detected with valid positional parameters in languages other than English.

This referes to img_left magic word in MessagesDe.php that contains the word "links", but this media file is used on commons.wikimedia.org where only english magic words are working, so this bug seems invalid for me.

Sat, Jul 25, 3:08 PM · MediaWiki-extensions-Linter

Fri, Jul 24

Umherirrender claimed T433008: Wrong geoJSON error message if <mapframe> tag ist used with external data from Wikimedia Commons.
Fri, Jul 24, 5:43 PM · Content-Platform-Team (Work In Progress), MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Regression, Maps (Kartographer)

Sun, Jul 19

Umherirrender merged T432536: {{#ifeq:}} treats the options as standalone wikitext, not a part of the code, which sometimes causes rendering issues. into T14974: The newline added to a template, magic word, variable, or parser function that returns line-start wikicode formatting (*#:; {|) causes unexpected parsing.
Sun, Jul 19, 10:31 AM · Epic, MediaWiki-Parser
Umherirrender merged task T432536: {{#ifeq:}} treats the options as standalone wikitext, not a part of the code, which sometimes causes rendering issues. into T14974: The newline added to a template, magic word, variable, or parser function that returns line-start wikicode formatting (*#:; {|) causes unexpected parsing.
Sun, Jul 19, 10:31 AM · ParserFunctions

Thu, Jul 16

Umherirrender closed T432314: ApiMoveTest::testMoveSubpagesError() depends on $wgNamespacesWithSubpages as Resolved.
Thu, Jul 16, 5:38 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), MediaWiki-API-Platform-Team, MediaWiki-Page-rename, MediaWiki-Action-API, MediaWiki-Core-Tests
Umherirrender closed T432314: ApiMoveTest::testMoveSubpagesError() depends on $wgNamespacesWithSubpages, a subtask of T277470: Ignore (most) of LocalSettings.php when running PHPUnit (fix surprise test failures), as Resolved.
Thu, Jul 16, 5:38 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), MW-1.46-notes (1.46.0-wmf.17; 2026-02-24), Patch-For-Review, MW-1.44-notes, MW-1.45-notes (1.45.0-wmf.4; 2025-06-03), MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), MediaWiki-Core-Tests
Umherirrender added a subtask for T277470: Ignore (most) of LocalSettings.php when running PHPUnit (fix surprise test failures): T432314: ApiMoveTest::testMoveSubpagesError() depends on $wgNamespacesWithSubpages.
Thu, Jul 16, 5:17 PM · MW-1.47-notes (1.47.0-wmf.14; 2026-08-04), MW-1.46-notes (1.46.0-wmf.17; 2026-02-24), Patch-For-Review, MW-1.44-notes, MW-1.45-notes (1.45.0-wmf.4; 2025-06-03), MW-1.43-notes (1.43.0-wmf.4; 2024-05-07), MediaWiki-Core-Tests
Umherirrender added a parent task for T432314: ApiMoveTest::testMoveSubpagesError() depends on $wgNamespacesWithSubpages: T277470: Ignore (most) of LocalSettings.php when running PHPUnit (fix surprise test failures).
Thu, Jul 16, 5:17 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), MediaWiki-API-Platform-Team, MediaWiki-Page-rename, MediaWiki-Action-API, MediaWiki-Core-Tests

Wed, Jul 15

Umherirrender closed T319340: Replace deprecated global url utils functions (wfExpandUrl/wfParseUrl and friends) as Resolved.
Wed, Jul 15, 6:35 PM · MW-1.46-notes (1.46.0-wmf.24; 2026-04-14), MediaWiki-extensions-General, MW-1.45-notes (1.45.0-wmf.14; 2025-08-12), MW-1.44-notes (1.44.0-wmf.24; 2025-04-08), MW-1.43-notes (1.43.0-wmf.23; 2024-09-17), MW-1.41-notes (1.41.0-wmf.15; 2023-06-27), MW-1.40-notes (1.40.0-wmf.26; 2023-03-06), MediaWiki-General, Technical-Debt
Umherirrender closed T319340: Replace deprecated global url utils functions (wfExpandUrl/wfParseUrl and friends), a subtask of T42485: Clean up deprecated functions in GlobalFunctions.php, as Resolved.
Wed, Jul 15, 6:35 PM · Technical-Debt (Deprecation process), MW-1.34-notes (1.34.0-wmf.8; 2019-06-04), Documentation, MediaWiki-Documentation
Umherirrender removed a project from T419995: Drop hard deprecated runChild: Patch-For-Review.
Wed, Jul 15, 6:06 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Technical-Debt (Deprecation process), MediaWiki-Maintenance-system
Umherirrender closed T419995: Drop hard deprecated runChild as Resolved.
Wed, Jul 15, 6:06 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Technical-Debt (Deprecation process), MediaWiki-Maintenance-system
Umherirrender moved T361576: Switch from restbase to rest-gateway for Citoid from Untriaged to 2023+ | MW 1.40+ on the Technical-Debt (Deprecation process) board.
Wed, Jul 15, 5:54 PM · MW-1.47-notes (1.47.0-wmf.3; 2026-05-19), Technical-Debt (Deprecation process), MW-1.45-notes (1.45.0-wmf.24; 2025-10-21), Essential-Work, Patch-For-Review, MW-1.44-notes (1.44.0-wmf.25; 2025-04-15), Verified, serviceops-deprecated, Traffic, Editing-team, Citoid, RESTBase-Sunsetting
Umherirrender moved T431315: Remove PHPSessionHandler and $wgPHPSessionHandling from Untriaged to 2023+ | MW 1.40+ on the Technical-Debt (Deprecation process) board.
Wed, Jul 15, 5:53 PM · MW-1.47-notes (1.47.0-wmf.15; 2026-08-11), MediaWiki-Core-Platform-Team (Kanban), Technical-Debt (Deprecation process), MW-1.47-release, MediaWiki-Core-AuthManager
Umherirrender moved T407015: Replace getMockForAbstractClass from tests (soft-deprecated with phpunit 10) from Untriaged to Not yet on the Technical-Debt (Deprecation process) board.
Wed, Jul 15, 5:53 PM · Technical-Debt (Deprecation process), MediaWiki-Core-Tests
Umherirrender moved T42485: Clean up deprecated functions in GlobalFunctions.php from Untriaged to Not yet on the Technical-Debt (Deprecation process) board.
Wed, Jul 15, 5:53 PM · Technical-Debt (Deprecation process), MW-1.34-notes (1.34.0-wmf.8; 2019-06-04), Documentation, MediaWiki-Documentation
Umherirrender moved T305161: Hard-deprecate and remove @deprecated methods from ParserOutput from Untriaged to 2023+ | MW 1.40+ on the Technical-Debt (Deprecation process) board.
Wed, Jul 15, 5:52 PM · Patch-For-Review, MW-1.43-notes (1.43.0-wmf.18; 2024-08-13), Technical-Debt (Deprecation process), MW-1.42-notes (1.42.0-wmf.9; 2023-12-12), MW-1.41-notes (1.41.0-wmf.30; 2023-10-10), MediaWiki-Parser
Umherirrender renamed T430254: Deprecate $wgUseCopyrightUpload and remove in 1.48 from Deprecate and remove $wgUseCopyrightUpload to Deprecate $wgUseCopyrightUpload and remove in 1.48.
Wed, Jul 15, 5:50 PM · MW-1.47-notes (1.47.0-wmf.10; 2026-07-07), Technical-Debt (Deprecation process), MediaWiki-Uploading
Umherirrender moved T430254: Deprecate $wgUseCopyrightUpload and remove in 1.48 from <= 2015 / MW 1.26 to 2023+ | MW 1.40+ on the Technical-Debt (Deprecation process) board.
Wed, Jul 15, 5:49 PM · MW-1.47-notes (1.47.0-wmf.10; 2026-07-07), Technical-Debt (Deprecation process), MediaWiki-Uploading
Umherirrender moved T430254: Deprecate $wgUseCopyrightUpload and remove in 1.48 from Untriaged to <= 2015 / MW 1.26 on the Technical-Debt (Deprecation process) board.
Wed, Jul 15, 5:49 PM · MW-1.47-notes (1.47.0-wmf.10; 2026-07-07), Technical-Debt (Deprecation process), MediaWiki-Uploading
Umherirrender moved T425510: Remove File::getMetadata, deprecated since 1.37 from Untriaged to 2021 | MW 1.36 / 1.37 on the Technical-Debt (Deprecation process) board.
Wed, Jul 15, 5:48 PM · Social-Tools, Technical-Debt (Deprecation process), MediaWiki-extensions-PagedTiffHandler, MediaWiki-extensions-DrawioEditor, MediaWiki-extensions-MediaFunctions, Video extension, MediaWiki-extensions-QuickInstantCommons
Umherirrender moved T425515: Remove LocalFile::lock/unlock, deprecated since 1.38 from Untriaged to 2022 | MW 1.38 / 1.39 on the Technical-Debt (Deprecation process) board.
Wed, Jul 15, 5:47 PM · MW-1.47-notes (1.47.0-wmf.7; 2026-06-16), Patch-For-Review, Commons, MediaWiki-File-management, Technical-Debt (Deprecation process)
Umherirrender moved T425718: Remove MediaHandler::getImageSize and MediaHandler::getMetadata, deprecated since 1.37 from Untriaged to 2021 | MW 1.36 / 1.37 on the Technical-Debt (Deprecation process) board.
Wed, Jul 15, 5:47 PM · Commons, MediaWiki-File-management, Technical-Debt (Deprecation process)
Umherirrender claimed T419995: Drop hard deprecated runChild.
Wed, Jul 15, 5:29 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Technical-Debt (Deprecation process), MediaWiki-Maintenance-system
Umherirrender renamed T431612: Replace deprecated wfArrayInsertAfter, hard-deprecate and remove drop in 1.48 from Replace deprecated wfArrayInsertAfter, hard-deprecate and remove to Replace deprecated wfArrayInsertAfter, hard-deprecate and remove drop in 1.48.
Wed, Jul 15, 5:17 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Technical-Debt (Deprecation process), MediaWiki-General
Umherirrender renamed T431609: Replace deprecated wfArrayPlus2d, hard-deprecate and drop in 1.48 from Replace deprecated wfArrayPlus2d, hard-deprecate and remove to Replace deprecated wfArrayPlus2d, hard-deprecate and drop in 1.48.
Wed, Jul 15, 5:17 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Technical-Debt (Deprecation process), MediaWiki-General

Tue, Jul 14

Umherirrender updated the task description for T431612: Replace deprecated wfArrayInsertAfter, hard-deprecate and remove drop in 1.48.
Tue, Jul 14, 8:11 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Technical-Debt (Deprecation process), MediaWiki-General
Umherirrender updated the task description for T431609: Replace deprecated wfArrayPlus2d, hard-deprecate and drop in 1.48.
Tue, Jul 14, 8:11 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Technical-Debt (Deprecation process), MediaWiki-General
Umherirrender moved T431609: Replace deprecated wfArrayPlus2d, hard-deprecate and drop in 1.48 from Untriaged to 2023+ | MW 1.40+ on the Technical-Debt (Deprecation process) board.
Tue, Jul 14, 8:10 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Technical-Debt (Deprecation process), MediaWiki-General
Umherirrender moved T431612: Replace deprecated wfArrayInsertAfter, hard-deprecate and remove drop in 1.48 from Untriaged to 2023+ | MW 1.40+ on the Technical-Debt (Deprecation process) board.
Tue, Jul 14, 8:10 PM · MW-1.47-notes (1.47.0-wmf.12; 2026-07-21), Technical-Debt (Deprecation process), MediaWiki-General

Mon, Jul 13

Umherirrender claimed T268166: Special:PagesWithProp could be slow with high limit of pages to show.
Mon, Jul 13, 7:35 PM · Patch-For-Review, Performance Issue, MediaWiki-Special-pages

Sun, Jul 12

Umherirrender updated the task description for T428662: Add namespace for StatusValue class.
Sun, Jul 12, 10:07 AM · phan-taint-check-plugin, MediaWiki-General

Sat, Jul 11

Umherirrender renamed T260606: Use RevisionLookup::getKnownLatestRevision instead of PrefetchingWikiPageEntityMetaDataAccessor from Use RevisionLookup::getKnownCurrentRevision instead of PrefetchingWikiPageEntityMetaDataAccessor to Use RevisionLookup::getKnownLatestRevision instead of PrefetchingWikiPageEntityMetaDataAccessor.
Sat, Jul 11, 9:44 PM · [DEPRECATED] wdwb-tech, Wikidata

Jul 11 2026

Umherirrender merged T431916: Log for cross-wiki-upload always times out into T380636: using certain tagfilters at Special:Log triggers Wikimedia\Rdbms\DBQueryTimeoutError.
Jul 11 2026, 1:29 PM · Unstewarded-production-error, MediaWiki-Logevents, Wikimedia-Slow-DB-Query, MediaWiki-Change-tagging, Wikimedia-production-error
Umherirrender merged task T431916: Log for cross-wiki-upload always times out into T380636: using certain tagfilters at Special:Log triggers Wikimedia\Rdbms\DBQueryTimeoutError.
Jul 11 2026, 1:29 PM · Performance Issue, Wikimedia-production-error, MediaWiki-Logevents, MediaWiki-Change-tagging
Umherirrender closed T361523: Add hard-coded taints for ReplaceQueryBuilder similiar to InsertQueryBuilder as Resolved.
Jul 11 2026, 1:22 PM · phan-taint-check-plugin
Umherirrender placed T411215: Allow following class alias for \MediaWiki\Message\Message in phan-taint-check or add fallback to new proposed namespace up for grabs.
Jul 11 2026, 1:22 PM · phan-taint-check-plugin
Umherirrender placed T428662: Add namespace for StatusValue class up for grabs.
Jul 11 2026, 1:22 PM · phan-taint-check-plugin, MediaWiki-General

Jul 10 2026

Umherirrender removed a project from T382472: Special:NewMessages: Fatal exception of type Wikimedia\Rdbms\DBQueryError: Patch-For-Review.
Jul 10 2026, 9:14 PM · MW-1.44-notes (1.44.0-wmf.12; 2025-01-14), affects-translatewiki.net, MediaWiki-extensions-LiquidThreads, LPL Essential (LPL Essential 2024 Nov-Jan), Unplanned-Sprint-Work
Umherirrender claimed T411215: Allow following class alias for \MediaWiki\Message\Message in phan-taint-check or add fallback to new proposed namespace.
Jul 10 2026, 7:37 PM · phan-taint-check-plugin
Umherirrender claimed T361523: Add hard-coded taints for ReplaceQueryBuilder similiar to InsertQueryBuilder.
Jul 10 2026, 7:36 PM · phan-taint-check-plugin
Umherirrender claimed T428662: Add namespace for StatusValue class.
Jul 10 2026, 7:36 PM · phan-taint-check-plugin, MediaWiki-General
Umherirrender moved T320872: Improve formatting of hardcoded methods in caused-by lines from Backlog to Plugin itself on the phan-taint-check-plugin board.
Jul 10 2026, 7:25 PM · phan-taint-check-plugin
Umherirrender moved T351366: phan-taint-check-plugin needs clearer error messages from Backlog to Plugin itself on the phan-taint-check-plugin board.
Jul 10 2026, 7:25 PM · User-Daimona, Documentation, phan-taint-check-plugin
Umherirrender moved T359003: Optimize phan-taint-check speed, 2024 edition from Backlog to Plugin itself on the phan-taint-check-plugin board.
Jul 10 2026, 7:25 PM · Performance Issue, User-Daimona, phan-taint-check-plugin
Umherirrender moved T384083: Taitnedness from __toString() isn't inferred for function parameters from Backlog to Plugin itself on the phan-taint-check-plugin board.
Jul 10 2026, 7:25 PM · User-Daimona, phan-taint-check-plugin
Umherirrender moved T400431: Mark API parameters as unsafe (depending on parameter definition) from Backlog to MediaWiki mode on the phan-taint-check-plugin board.
Jul 10 2026, 7:25 PM · phan-taint-check-plugin
Umherirrender moved T411040: Allow using complex taintedness shapes in @param-taint and @return-taint from Backlog to Plugin itself on the phan-taint-check-plugin board.
Jul 10 2026, 7:25 PM · phan-taint-check-plugin
Umherirrender moved T422876: Research use of pecl package phan_helpers for CI runs of phan from Backlog to Other on the phan-taint-check-plugin board.
Jul 10 2026, 7:24 PM · Continuous-Integration-Config, phan-taint-check-plugin, phan
Umherirrender moved T334615: Consolidate all Wikimedia CI tools into a single Wikimedia GitLab project group from Backlog to Other on the phan-taint-check-plugin board.
Jul 10 2026, 7:24 PM · Wikimedia-Hackathon-2024, Wikimedia-Hackathon-2023, MinusX, MediaWiki-Codesniffer, phan-taint-check-plugin, phan, Core Platform Team Initiatives (API Integration Tests), Code-Health, GitLab (Project Migration), Wikimedia-GitHub
Umherirrender moved T321806: Move hardcoded taintedness data from taint-check to annotations in MW core from Backlog to MediaWiki mode on the phan-taint-check-plugin board.
Jul 10 2026, 7:24 PM · Patch-For-Review, MW-1.41-notes (1.41.0-wmf.28; 2023-09-26), MediaWiki-General, phan-taint-check-plugin
Umherirrender moved T361523: Add hard-coded taints for ReplaceQueryBuilder similiar to InsertQueryBuilder from Backlog to MediaWiki mode on the phan-taint-check-plugin board.
Jul 10 2026, 7:23 PM · phan-taint-check-plugin
Umherirrender moved T411215: Allow following class alias for \MediaWiki\Message\Message in phan-taint-check or add fallback to new proposed namespace from Backlog to MediaWiki mode on the phan-taint-check-plugin board.
Jul 10 2026, 7:23 PM · phan-taint-check-plugin
Umherirrender moved T428662: Add namespace for StatusValue class from Backlog to MediaWiki mode on the phan-taint-check-plugin board.
Jul 10 2026, 7:23 PM · phan-taint-check-plugin, MediaWiki-General