Page MenuHomePhabricator

YvarRavy (Yvar)
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
Dec 4 2023, 3:14 PM (123 w, 4 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
YvarRavy [ Global Accounts ]

Recent Activity

Yesterday

YvarRavy added a comment to T419937: Revision timestamp not preserved on cached ParserOutput after cache clear.

@cscott it seems like a piece of logic can be added inside WikitextContentHandler.php to ensure the problem doesn't happen aswell but im not sure if this is the best place maybe you have an opion about it? right now i added the following lines inside the function fillParserOutput inside the if statement at line 363
Current:

363                 if ( $parserOptions->getUseParsoid() ) {
364                         $parser = $this->parsoidParserFactory->create();
365                         // Parsoid renders the #REDIRECT magic word as an invisible
366                         // <link> tag and doesn't require it to be stripped.
367                         // T349087: ...and in fact, RESTBase relies on getting
368                         // redirect information from this <link> tag, so it needs
369                         // to be present.
370                         // Further, Parsoid can accept a Content in place of a string.
371                         $text = $content;
372                         $extraArgs = [ $cpoParams->getPreviousOutput() ];
373                 } else {

new change(line 373 to 374):

363                 if ( $parserOptions->getUseParsoid() ) {
364                         $parser = $this->parsoidParserFactory->create();
365                         // Parsoid renders the #REDIRECT magic word as an invisible
366                         // <link> tag and doesn't require it to be stripped.
367                         // T349087: ...and in fact, RESTBase relies on getting
368                         // redirect information from this <link> tag, so it needs
369                         // to be present.
370                         // Further, Parsoid can accept a Content in place of a string.
371                         $text = $content;
372                         $extraArgs = [ $cpoParams->getPreviousOutput() ];
373                         $parser->setOptions( $parserOptions);
374                         $parser->getRevisionTimestamp();
375                 } else {
Fri, Apr 17, 7:04 AM · Patch-For-Review, MediaWiki-Parser, MediaWiki-Core-Revision-backend

Fri, Mar 27

YvarRavy added a comment to T419937: Revision timestamp not preserved on cached ParserOutput after cache clear.

is somebody able to review this?

Fri, Mar 27, 12:10 PM · Patch-For-Review, MediaWiki-Parser, MediaWiki-Core-Revision-backend

Mar 13 2026

YvarRavy added a comment to T419937: Revision timestamp not preserved on cached ParserOutput after cache clear.

https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1251219

Mar 13 2026, 7:39 AM · Patch-For-Review, MediaWiki-Parser, MediaWiki-Core-Revision-backend
YvarRavy added a comment to T419937: Revision timestamp not preserved on cached ParserOutput after cache clear.

i'm not sure which tags should've been added so please tag the correct one if there is a better one

Mar 13 2026, 7:16 AM · Patch-For-Review, MediaWiki-Parser, MediaWiki-Core-Revision-backend
YvarRavy created T419937: Revision timestamp not preserved on cached ParserOutput after cache clear.
Mar 13 2026, 7:15 AM · Patch-For-Review, MediaWiki-Parser, MediaWiki-Core-Revision-backend

Feb 13 2026

YvarRavy added a comment to T417390: VisualEditor hangs after saving page in custom skin due to missing subtitle element.

i'm not sure which tags are correct for this task. so far i've only applied VisualEditor.

Feb 13 2026, 1:14 PM · MW-1.43-notes, MW-1.44-notes, MW-1.45-notes, Skipped QA, Editing-team (Editing-2Feb-17Feb-2026), Essential-Work, MW-1.46-notes (1.46.0-wmf.17; 2026-02-24), VisualEditor
YvarRavy created T417390: VisualEditor hangs after saving page in custom skin due to missing subtitle element.
Feb 13 2026, 1:14 PM · MW-1.43-notes, MW-1.44-notes, MW-1.45-notes, Skipped QA, Editing-team (Editing-2Feb-17Feb-2026), Essential-Work, MW-1.46-notes (1.46.0-wmf.17; 2026-02-24), VisualEditor

Jan 20 2026

YvarRavy added a comment to T414574: Magic word Parser cache expiry not applied when page uses main slot + additional slot.

Maybe adding the code inside the foreach isn't the optimal place. if we are looking at the function below

Jan 20 2026, 5:25 PM · affects-Miraheze, Multi-Content-Revisions, MediaWiki-Parser
YvarRavy updated the task description for T414574: Magic word Parser cache expiry not applied when page uses main slot + additional slot.
Jan 20 2026, 7:35 AM · affects-Miraheze, Multi-Content-Revisions, MediaWiki-Parser

Jan 14 2026

YvarRavy created T414574: Magic word Parser cache expiry not applied when page uses main slot + additional slot.
Jan 14 2026, 12:47 PM · affects-Miraheze, Multi-Content-Revisions, MediaWiki-Parser

Sep 19 2025

YvarRavy created T405094: Display title with spaces won't get found.
Sep 19 2025, 12:53 PM · MediaWiki-extensions-Page_Forms

Jun 23 2025

YvarRavy assigned T397603: TOC not being shown when using LinkTarget to labster.
Jun 23 2025, 7:32 AM · MediaWiki-extensions-LinkTarget
YvarRavy created T397603: TOC not being shown when using LinkTarget.
Jun 23 2025, 7:27 AM · MediaWiki-extensions-LinkTarget

May 28 2025

YvarRavy added a comment to T395439: editsections are being shown for anonymous users.

i've created a gerrit review to fix this issue https://gerrit.wikimedia.org/r/c/mediawiki/extensions/LinkTarget/+/1151666

May 28 2025, 12:33 PM · MediaWiki-extensions-LinkTarget
YvarRavy created T395439: editsections are being shown for anonymous users.
May 28 2025, 12:32 PM · MediaWiki-extensions-LinkTarget

Jan 8 2024

YvarRavy added a comment to T329925: MediaWiki Table of Content (TOC) shows Wiki title and not the Display Title.

we are still encountering this problem in MW 1.39 is there any updates on this problem?

Jan 8 2024, 11:45 AM · MediaWiki-extensions-DisplayTitle

Dec 4 2023

YvarRavy updated the task description for T352680: replaceAll.php maintenance script error: "Namespace declaration statement has to be the very first statement".
Dec 4 2023, 3:35 PM · MediaWiki-extensions-ReplaceText
YvarRavy updated the task description for T352680: replaceAll.php maintenance script error: "Namespace declaration statement has to be the very first statement".
Dec 4 2023, 3:28 PM · MediaWiki-extensions-ReplaceText
YvarRavy created T352680: replaceAll.php maintenance script error: "Namespace declaration statement has to be the very first statement".
Dec 4 2023, 3:26 PM · MediaWiki-extensions-ReplaceText