Page MenuHomePhabricator

MeneerWout (Wout Gevaert)
User

Projects

User does not belong to any projects.

Today

  • No visible events.

Tomorrow

  • No visible events.

Monday

  • No visible events.

User Details

User Since
Jun 29 2022, 1:22 PM (188 w, 2 d)
Availability
Available
LDAP User
WgevaertWikiBase
MediaWiki User
MeneerWout [ Global Accounts ]

Recent Activity

Nov 19 2025

MeneerWout added a comment to T351391: Merging users with only slot content will remove the data in slot content.

I am sorry for the mess, this gerrit is not very intuitive to me. The correct merge request is this one:
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/UserMerge/+/985103
It should have every change required as discussed here:
https://gerrit.wikimedia.org/r/c/mediawiki/extensions/UserMerge/+/975018
What changes are needed, besides rebasing and resolving the merge conflicts (I'll do that shortly)

Nov 19 2025, 7:44 AM · Patch-Needs-Improvement, MediaWiki-extensions-UserMerge

Nov 13 2025

MeneerWout created T410030: Job queue is full of EchoNotificationDeleteJob.
Nov 13 2025, 12:29 PM · Notifications (Echo)

Nov 12 2025

MeneerWout added a comment to T406391: Ampersand (&) in raw-text tags output by extensions should not be encoded during OutputTransform.

I encountered this problem when we have a widget (from Widgets extension) that has code of the form

<script>
if ( something && somethingElse ) {
  doStuff()
}
</script>

It replaced the &s by &amp;s on MW 1.43.4 and 1.43.5

Nov 12 2025, 9:30 AM · MW-1.44-notes, MW-1.43-notes, MW-1.39-notes, MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), Content-Transform-Team (Work In Progress), MediaWiki-Parser

Oct 16 2025

MeneerWout created T407489: z-index of modals created with ooui should be at least @z-index-overlay.
Oct 16 2025, 12:32 PM · OOUI

Oct 10 2025

MeneerWout added a comment to T371972: Math extension causes timeout if ParserAfterTidy hook is called often before injecting math tags.

I saw you assigned to Wgevaert, which is my old account from before I worked at Wikibase Solutions BV. Is there any action from me required on this?

Oct 10 2025, 1:56 PM · MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), User-Physikerwelt, Patch-For-Review, Math
MeneerWout claimed T371972: Math extension causes timeout if ParserAfterTidy hook is called often before injecting math tags.
Oct 10 2025, 1:55 PM · MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), User-Physikerwelt, Patch-For-Review, Math

Aug 8 2025

MeneerWout created T401472: Configure if "real name" should be used for display purposes everywhere.
Aug 8 2025, 10:22 AM · MediaWiki-Core-Preferences, MediaWiki-User-management, MediaWiki-Configuration

Jun 18 2025

MeneerWout added a comment to T397302: Allow storing full access token to session.

I have a proof-of-concept patch here:

Jun 18 2025, 11:20 AM · MediaWiki-extensions-OpenID-Connect
MeneerWout updated the task description for T397302: Allow storing full access token to session.
Jun 18 2025, 10:24 AM · MediaWiki-extensions-OpenID-Connect
MeneerWout updated the task description for T397302: Allow storing full access token to session.
Jun 18 2025, 10:23 AM · MediaWiki-extensions-OpenID-Connect
MeneerWout updated the task description for T397302: Allow storing full access token to session.
Jun 18 2025, 10:23 AM · MediaWiki-extensions-OpenID-Connect
MeneerWout updated the task description for T397302: Allow storing full access token to session.
Jun 18 2025, 10:22 AM · MediaWiki-extensions-OpenID-Connect
MeneerWout updated the task description for T397302: Allow storing full access token to session.
Jun 18 2025, 10:22 AM · MediaWiki-extensions-OpenID-Connect
MeneerWout created T397302: Allow storing full access token to session.
Jun 18 2025, 10:19 AM · MediaWiki-extensions-OpenID-Connect

Jun 13 2025

MeneerWout updated the task description for T396846: Allow wgServer to be protocol-relative.
Jun 13 2025, 12:10 PM · MediaWiki-extensions-OpenID-Connect
MeneerWout added a comment to T396846: Allow wgServer to be protocol-relative.

For now we fixed by setting wgServer to not be protocol relative.

Jun 13 2025, 9:44 AM · MediaWiki-extensions-OpenID-Connect
MeneerWout created T396846: Allow wgServer to be protocol-relative.
Jun 13 2025, 9:43 AM · MediaWiki-extensions-OpenID-Connect

May 13 2025

MeneerWout added a comment to T383351: SimpleSAMLphp should load/install simplesamlphp/simplesamlphp via composer.

We did have a dependency problem on one of our wikis:

May 13 2025, 2:26 PM · Composer, MediaWiki-extensions-SimpleSAMLphp
MeneerWout added a comment to T394009: avoid dependency conflicts between mediawiki and simplesamlphp.

It seems this may be a duplicate/related to the other ticket in this workboard: https://phabricator.wikimedia.org/T383351

May 13 2025, 2:19 PM · MediaWiki-extensions-SimpleSAMLphp
MeneerWout created T394009: avoid dependency conflicts between mediawiki and simplesamlphp.
May 13 2025, 9:22 AM · MediaWiki-extensions-SimpleSAMLphp

Feb 6 2025

MeneerWout created T385772: Implement hook for usermerge/renameuser.
Feb 6 2025, 8:07 AM · Patch-For-Review, MediaWiki-extensions-InlineComments

Aug 12 2024

MeneerWout created T372294: fixDoubleRedirects should skip instead of error out on problematic pages..
Aug 12 2024, 3:27 PM · MediaWiki-Redirects

Aug 9 2024

MeneerWout added a comment to T371972: Math extension causes timeout if ParserAfterTidy hook is called often before injecting math tags.

However, I think it would be better if the afterTidy callback was called only once. At least that was the intention by choosing that callback initially. A callback that is executed directly prior to printing out to HTML.

Aug 9 2024, 8:27 AM · MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), User-Physikerwelt, Patch-For-Review, Math

Aug 8 2024

MeneerWout added a comment to T371972: Math extension causes timeout if ParserAfterTidy hook is called often before injecting math tags.

I tested the 1_39 patch I uploaded in gerrit, it seems to fix the issue.

Aug 8 2024, 8:13 AM · MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), User-Physikerwelt, Patch-For-Review, Math
MeneerWout added a comment to T371972: Math extension causes timeout if ParserAfterTidy hook is called often before injecting math tags.

What happens is as close as one can get to rendering only once. The code unsets already processed tags.

Aug 8 2024, 7:04 AM · MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), User-Physikerwelt, Patch-For-Review, Math

Aug 7 2024

MeneerWout updated the task description for T371972: Math extension causes timeout if ParserAfterTidy hook is called often before injecting math tags.
Aug 7 2024, 12:24 PM · MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), User-Physikerwelt, Patch-For-Review, Math
MeneerWout updated the task description for T371972: Math extension causes timeout if ParserAfterTidy hook is called often before injecting math tags.
Aug 7 2024, 12:18 PM · MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), User-Physikerwelt, Patch-For-Review, Math
MeneerWout created T371972: Math extension causes timeout if ParserAfterTidy hook is called often before injecting math tags.
Aug 7 2024, 12:16 PM · MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), User-Physikerwelt, Patch-For-Review, Math
MeneerWout added a comment to T363021: The HTML Math extension converts (s) to (8).

I believe that is a "s" in a funny font that looks like an "8".

Aug 7 2024, 11:17 AM · Math

Nov 16 2023

MeneerWout added a comment to T351391: Merging users with only slot content will remove the data in slot content.

See https://gerrit.wikimedia.org/r/c/mediawiki/extensions/UserMerge/+/975018

Nov 16 2023, 4:11 PM · Patch-Needs-Improvement, MediaWiki-extensions-UserMerge
MeneerWout created T351391: Merging users with only slot content will remove the data in slot content.
Nov 16 2023, 12:19 PM · Patch-Needs-Improvement, MediaWiki-extensions-UserMerge

Jul 26 2023

MeneerWout updated the task description for T342727: ResourceLoader broken with DisplayTitle: "Sessions are disabled for load entry point".
Jul 26 2023, 8:28 AM · MediaWiki-extensions-DisplayTitle
MeneerWout updated the task description for T342727: ResourceLoader broken with DisplayTitle: "Sessions are disabled for load entry point".
Jul 26 2023, 7:34 AM · MediaWiki-extensions-DisplayTitle
MeneerWout created T342727: ResourceLoader broken with DisplayTitle: "Sessions are disabled for load entry point".
Jul 26 2023, 7:34 AM · MediaWiki-extensions-DisplayTitle

Jul 25 2023

MeneerWout created T342672: Displaytitle onSelfLinkBegin is broken when linking from other context than webrequest..
Jul 25 2023, 4:18 PM · MediaWiki-extensions-DisplayTitle

Jul 6 2023

MeneerWout added a comment to T328714: StructuredDiscussions is not handling conversion from html to wikitext on MediaWiki 1.39 zero-config setup.

Did you apply the patch?

Jul 6 2023, 7:36 AM · MW-1.41-notes, Parsoid (Third-party), Growth-Team, StructuredDiscussions

Jun 15 2023

MeneerWout added a comment to T328714: StructuredDiscussions is not handling conversion from html to wikitext on MediaWiki 1.39 zero-config setup.

For me, doing the steps as described in https://www.mediawiki.org/wiki/Parsoid#Installation worked.

Jun 15 2023, 1:14 PM · MW-1.41-notes, Parsoid (Third-party), Growth-Team, StructuredDiscussions
MeneerWout added a comment to T260648: Zeroconf Parsoid/PHP seems to be considered as unconfigured by Flow Utils.

@Aklapper I would like to get this merged. All test results on the ticket seem to be gone, so I do not know what work should be done. What needs to be changed to the patch?

Jun 15 2023, 9:00 AM · MW-1.41-notes, Growth-Team-Filtering, Editing-team (Third-party), Parsoid (Tracking), MW-1.36-notes (1.36.0-wmf.8; 2020-09-08), StructuredDiscussions, Growth-Team

Jun 2 2023

MeneerWout added a comment to T337923: AuthManager::revokeAccessForUser has no effect when PluggableAuth is enabled..

Dear Cicalese,

Jun 2 2023, 9:38 AM · MediaWiki-extensions-Pluggable-Auth

Jun 1 2023

MeneerWout updated the task description for T337923: AuthManager::revokeAccessForUser has no effect when PluggableAuth is enabled..
Jun 1 2023, 11:59 AM · MediaWiki-extensions-Pluggable-Auth
MeneerWout created T337923: AuthManager::revokeAccessForUser has no effect when PluggableAuth is enabled..
Jun 1 2023, 11:33 AM · MediaWiki-extensions-Pluggable-Auth

Mar 13 2023

MeneerWout added a comment to T331588: Allow #get_soap_data to work with private services.

Could this be back-ported to the REL1_35 branch? There's been quite some refactoring between these branches, so I am not sure how easy this will be.

Mar 13 2023, 1:03 PM · MediaWiki-extensions-ExternalData

Feb 28 2023

MeneerWout added a comment to T322828: `Sealed secret has been tampered with` causes `missing returntourl` fatal error..

@Tgr Thank you for your reply!

Feb 28 2023, 1:16 PM · MediaWiki-extensions-Pluggable-Auth

Jan 11 2023

MeneerWout added a comment to T326700: Decide what the link text should be when a link to a page with a display title contains a fragment.

For example, should [[Hello#World]] and [[Hello#World|Hello#World]] include the anchor in the link text?

Jan 11 2023, 9:51 AM · MediaWiki-extensions-DisplayTitle

Nov 14 2022

MeneerWout added a comment to T305623: Links with anchors are not rendered when the anchor is the same as the text.

Fixed by https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DisplayTitle/+/856547 please merge

Nov 14 2022, 1:22 PM · MediaWiki-extensions-DisplayTitle

Nov 10 2022

MeneerWout updated the task description for T322828: `Sealed secret has been tampered with` causes `missing returntourl` fatal error..
Nov 10 2022, 9:47 AM · MediaWiki-extensions-Pluggable-Auth
MeneerWout created T322828: `Sealed secret has been tampered with` causes `missing returntourl` fatal error..
Nov 10 2022, 9:42 AM · MediaWiki-extensions-Pluggable-Auth