Page MenuHomePhabricator

Yaron_Koren (Yaron Koren)
User

Today

  • No visible events.

Tomorrow

  • No visible events.

Tuesday

  • No visible events.

User Details

User Since
Nov 14 2014, 3:01 AM (578 w, 2 d)
Availability
Available
LDAP User
Yaron Koren
MediaWiki User
Unknown

Recent Activity

Fri, Dec 12

Yaron_Koren added a comment to T412536: PageForms needs to be updated for the cl_to->linktarget migration.

@Miloslanda - please make sure you're using the latest version of Page Forms, 6.0.4.

Fri, Dec 12, 10:06 PM · MediaWiki-extensions-Page_Forms

Fri, Dec 5

Yaron_Koren added a comment to T411848: Cargo's Lua support causing errors.

@Alex44019 - thank you for the analysis, and for the fixes/improvements to the documentation. I look forward to any patches you provide.

Fri, Dec 5, 5:55 PM · MediaWiki-extensions-Cargo, affects-Miraheze

Wed, Nov 26

Yaron_Koren added a comment to T407862: Remove REL-style release branches from the Cargo extension git repository.

Thanks, @thcipriani and @Reedy! Let's see how this goes. Maybe this will be a good test case for removal of REL branches for many other extensions...

Wed, Nov 26, 6:03 PM · SecTeam-Processed, Security-Team, Release-Engineering-Team, MediaWiki-extensions-Cargo

Fri, Nov 14

Yaron_Koren closed T407464: Implement image attachment feature in chatbot as Resolved.

I assume this can be closed...

Fri, Nov 14, 4:53 PM · MediaWiki-extensions-Wanda

Nov 9 2025

Yaron_Koren added a comment to T408056: Enable multilingual prompting and responses based on wiki content language.

Sorry, that's really a question for @Techwizzie - it's his extension, I'm just a fan. :) From my perspective, though, I think this makes sense.

Nov 9 2025, 1:43 PM · Patch-For-Review, MediaWiki-extensions-Wanda

Nov 7 2025

Yaron_Koren added a comment to T408337: Add a change tag for edits made by ReplaceText.

Well, I created (and merged in) a cherry pick to REL1_45 - but it looks like cherry picks to any previous branch will require some manual work.

Nov 7 2025, 7:42 PM · affects-Miraheze, MediaWiki-extensions-ReplaceText
Yaron_Koren closed T408961: [Page Forms] Special:MultiPageEdit fails to add multiple new rows as Resolved.
Nov 7 2025, 5:30 PM · MediaWiki-extensions-Page_Forms
Yaron_Koren added a comment to T408337: Add a change tag for edits made by ReplaceText.

Sure, that sounds good to me - let me know if you want me to do it.

Nov 7 2025, 5:04 PM · affects-Miraheze, MediaWiki-extensions-ReplaceText
Yaron_Koren created T409572: Enable querying of structured data in Wanda.
Nov 7 2025, 5:00 PM · MediaWiki-extensions-Wanda

Nov 6 2025

Yaron_Koren updated subscribers of T408961: [Page Forms] Special:MultiPageEdit fails to add multiple new rows.

@TechieNK - thank you for this fix!

Nov 6 2025, 8:08 PM · MediaWiki-extensions-Page_Forms
Yaron_Koren added a comment to T408056: Enable multilingual prompting and responses based on wiki content language.

That translation thing sounds interesting! Could/should a prompt be added for that, if the user's language is different from the content language?

Nov 6 2025, 6:43 PM · Patch-For-Review, MediaWiki-extensions-Wanda
Yaron_Koren added a comment to T408056: Enable multilingual prompting and responses based on wiki content language.

I do wonder about that. Given that, right now, Wanda is just basically doing a text search rather than using a vector database, is it even possible for the LLM to read and answer questions in language A about content that's in language B?

Nov 6 2025, 5:24 AM · Patch-For-Review, MediaWiki-extensions-Wanda

Nov 4 2025

Yaron_Koren added a comment to T408056: Enable multilingual prompting and responses based on wiki content language.

Maybe there's no need for this setting, i.e. the additional LLM prompt "Please provide your answer in the language with code ..." should just always be added? I don't know if there would be a case where it's not a good idea to add this.

Nov 4 2025, 8:56 PM · Patch-For-Review, MediaWiki-extensions-Wanda
Yaron_Koren created T409213: Add editing to Wanda.
Nov 4 2025, 8:21 PM · Patch-For-Review, MediaWiki-extensions-Wanda

Oct 23 2025

Yaron_Koren added a comment to T407963: Avoid duplicate section entries in AdminLinks page.

Okay, this looks good! Could you create a patch for it?

Oct 23 2025, 6:24 PM · Patch-For-Review, MediaWiki-extensions-AdminLinks
Yaron_Koren added a comment to T407862: Remove REL-style release branches from the Cargo extension git repository.

Sorry for the delay. I don't see any way for me to delete these branches, either.

Oct 23 2025, 4:12 PM · SecTeam-Processed, Security-Team, Release-Engineering-Team, MediaWiki-extensions-Cargo

Oct 22 2025

Yaron_Koren closed T407717: Page Forms Parsing Error as Invalid.

Marking this as "Invalid" - feel free to re-open if escaping the curly brackets doesn't work.

Oct 22 2025, 6:52 PM · MediaWiki-extensions-Page_Forms
Yaron_Koren added a comment to T407862: Remove REL-style release branches from the Cargo extension git repository.

I can't say for sure, but I don't think I have that option.

Oct 22 2025, 6:47 PM · SecTeam-Processed, Security-Team, Release-Engineering-Team, MediaWiki-extensions-Cargo
Yaron_Koren added a comment to T407963: Avoid duplicate section entries in AdminLinks page.

Okay, I think I see the issue: Page Forms only creates a "Data structure" section if one does not exist (see here), but in the SMW code, it creates one no matter what. Maybe I had assumed that the SMW code would always be called be first, if both were installed; I'm not sure. Anyway, one relatively easy solution would be to have the SMW code first check before adding a section, like the PF code does. Your code does what might be the better solution, - assuming that no one will ever want to have two sections with the same name, which I think is a reasonable assumption. It seems a little needlessly complicated, though: the lines from 44-63 seems like they could be handled with a single section of code, without the "if" statement.

Oct 22 2025, 2:15 PM · Patch-For-Review, MediaWiki-extensions-AdminLinks

Oct 21 2025

Yaron_Koren closed T402155: Uploadable popup not great on mobile as Resolved.

Done! Thank you, @Samwilson.

Oct 21 2025, 11:25 PM · Mobile, MediaWiki-extensions-Page_Forms
Yaron_Koren added a comment to T407862: Remove REL-style release branches from the Cargo extension git repository.

I think it makes sense to remove the REL branches for every such extension that's also on Gerrit. It may seem drastic, but these branches currently cause a lot of confusion, without much of an obvious benefit. Sure, it's nice to get the right version of an extension for one's wiki running, say, MW 1.35, but for these extensions, there's a good chance that the REL1_35 branch is not the right version, and will still have MW 1.35 compatibility bugs.

Oct 21 2025, 6:43 PM · SecTeam-Processed, Security-Team, Release-Engineering-Team, MediaWiki-extensions-Cargo
Yaron_Koren added a comment to T404016: CVE-2025-62655: SQL injection in Cargo via Special:CargoExport.

Option #5! Also a good one.

Oct 21 2025, 1:55 AM · Patch-For-Review, Vuln-Inject, affects-Miraheze, MediaWiki-extensions-Cargo, Security, Security-Team

Oct 20 2025

Yaron_Koren added a comment to T404016: CVE-2025-62655: SQL injection in Cargo via Special:CargoExport.

Actually, there's a fourth option, as far as I can tell: delete the REL1_43 and REL1_44 branches, and recreate them as copies of master. (This unfortunately can't be done for REL1_39, since the latest Cargo code only supports MW 1.40 and higher.) I would think this is the best option, at least for those two branches, since it's the most painless overall. But I'm not against any of these.

Oct 20 2025, 2:51 PM · Patch-For-Review, Vuln-Inject, affects-Miraheze, MediaWiki-extensions-Cargo, Security, Security-Team
Yaron_Koren added a comment to T407717: Page Forms Parsing Error.

Hi, I think you just need to escape the curly brackets - see here: https://www.mediawiki.org/wiki/Extension:Page_Forms/Defining_forms#Reusing_form_elements

Oct 20 2025, 2:40 PM · MediaWiki-extensions-Page_Forms
Yaron_Koren closed T406068: Add a _displayTitle field to Cargo _pageData table as Resolved.

Feature added! Thank you, @Jayanthvikashs .

Oct 20 2025, 1:22 PM · MediaWiki-extensions-Cargo

Oct 17 2025

Yaron_Koren added a comment to T404016: CVE-2025-62655: SQL injection in Cargo via Special:CargoExport.

Evidently some other fix needs to be backported to these branches before this change (or any other) can pass validation; I thought it was this one, but clearly not, since this cherry-picked version gets the same error:

Oct 17 2025, 11:39 PM · Patch-For-Review, Vuln-Inject, affects-Miraheze, MediaWiki-extensions-Cargo, Security, Security-Team
Yaron_Koren added a comment to T398396: SQL queries breakage with 1.43.3 due to backport of a change from 1.44.
Oct 17 2025, 11:37 PM · MediaWiki-extensions-Cargo
Yaron_Koren added a comment to T407260: Implement bot features for ApprovedRevs tasks.

Okay, thanks, very interesting. And I guess I understand the need for a bot, for a large site - there would be too many approval-requiring changes being done for humans to have to deal with them every time.

Oct 17 2025, 1:27 PM · Tool-enderbot, Tool-enderbot-dev
Yaron_Koren added a comment to T407260: Implement bot features for ApprovedRevs tasks.

@Anderlaxe - sorry, I think I'm missing some basic information. Is there the possibility of Approved Revs being used on some Wikimedia site? Or another large site? And why would a bot be needed for approving changes?

Oct 17 2025, 1:09 PM · Tool-enderbot, Tool-enderbot-dev

Oct 16 2025

Yaron_Koren closed T407515: Add "disable floating chat" setting for Wanda as Invalid.

Oh, yes! I forgot about this - sorry.

Oct 16 2025, 5:24 PM · MediaWiki-extensions-Wanda
Yaron_Koren created T407515: Add "disable floating chat" setting for Wanda.
Oct 16 2025, 4:13 PM · MediaWiki-extensions-Wanda

Oct 15 2025

Yaron_Koren closed T407119: Text in Special:Wanda overflows box, and needs scrollbar as Resolved.

Thank you, @sanjaisid!

Oct 15 2025, 7:28 PM · good first task, MediaWiki-extensions-Wanda

Oct 14 2025

Yaron_Koren closed T407164: CargoQueryAPI: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated as Resolved.

@SomeRandomDeveloper - thanks for pointing this out; I believe this is fixed now.

Oct 14 2025, 5:21 PM · affects-Miraheze, MediaWiki-extensions-Cargo
Yaron_Koren closed T406577: Boolean Type: Adding aliases true/false as Resolved.

@Gorasuhl - thanks for pointing this out; I think this is fixed now.

Oct 14 2025, 5:20 PM · MediaWiki-extensions-Cargo

Oct 13 2025

Yaron_Koren created T407119: Text in Special:Wanda overflows box, and needs scrollbar.
Oct 13 2025, 1:23 PM · good first task, MediaWiki-extensions-Wanda
Yaron_Koren closed T406486: Wanda popup window is too tall, and overflows as Resolved.

I believe this issue was fixed by the change to Codex in T406737, so I'm closing this. I assume that the patch submitted can be "abandoned" now, since it's no longer relevant.

Oct 13 2025, 1:15 PM · Patch-For-Review, MediaWiki-extensions-Wanda

Oct 10 2025

Yaron_Koren closed T401365: Add JS hook to TimedMediaHandler to allow access to VideoJS player as Resolved.
Oct 10 2025, 3:42 PM · MW-1.45-notes (1.45.0-wmf.23; 2025-10-14), TimedMediaHandler

Oct 9 2025

Yaron_Koren added a comment to T405136: Widgets HTML Escaping issue since MediaWiki 1.44.

@Tepid_b: thank you for doing all this research! What a relief that this is not actually a Widgets bug.

Oct 9 2025, 6:08 PM · MediaWiki-extensions-Widgets
Yaron_Koren closed T406487: Source in Wanda should be a wikilink as Resolved.
Oct 9 2025, 12:57 PM · MediaWiki-extensions-Wanda

Oct 8 2025

Yaron_Koren closed T400805: InlineComments unable to serialize json exception when editing comment as Resolved.
Oct 8 2025, 5:31 PM · MediaWiki-extensions-InlineComments
Yaron_Koren added a member for MediaWiki-extensions-Wanda: Yaron_Koren.
Oct 8 2025, 5:31 PM
Yaron_Koren added a comment to T400805: InlineComments unable to serialize json exception when editing comment.

In the interest of keeping things manageable, I'm closing this, since neither I nor others have been able to duplicate the problem; but please re-open this if you still see this happening.

Oct 8 2025, 4:26 PM · MediaWiki-extensions-InlineComments
Yaron_Koren closed T406400: CargoPageValues should initialize Parser with a PageReference [PATCH] as Resolved.
Oct 8 2025, 4:06 PM · MediaWiki-extensions-Cargo

Oct 6 2025

Yaron_Koren added a comment to T406400: CargoPageValues should initialize Parser with a PageReference [PATCH].

@Taylan - thank you for the research, and the detailed explanation! Hopefully this fixes the problem.

Oct 6 2025, 8:08 PM · MediaWiki-extensions-Cargo
Yaron_Koren created T406519: Add Wanda extension to translatewiki.net.
Oct 6 2025, 7:11 PM · MediaWiki-extensions-Wanda, translatewiki.net
Yaron_Koren added a project to T406487: Source in Wanda should be a wikilink: MediaWiki-extensions-Wanda.
Oct 6 2025, 1:01 PM · MediaWiki-extensions-Wanda
Yaron_Koren created T406487: Source in Wanda should be a wikilink.
Oct 6 2025, 1:00 PM · MediaWiki-extensions-Wanda
Yaron_Koren created T406486: Wanda popup window is too tall, and overflows.
Oct 6 2025, 12:54 PM · Patch-For-Review, MediaWiki-extensions-Wanda

Oct 5 2025

Yaron_Koren closed T400422: CVE-2025-62696: Multiple critical security issues (including unauthenticated RCE) in Springboard as Resolved.

Closing this now; this probably could have been closed a long time ago!

Oct 5 2025, 6:53 PM · SecTeam-Processed, Vuln-MissingAuthz, Vuln-RCE, MediaWiki-extensions-Springboard, Security
Yaron_Koren added a comment to T406380: CVE-2025-62658: SQL injection in WatchAnalytics through Special:ClearPendingReviews.

@SomeRandomDeveloper - thank you for these patches. The one for master is not going through because of the recent removal of the cl_to field from the categorylinks table - which presumably is also preventing commits in something like 50 other extensions that use cl_to (including some of my own). I need to modify my extensions to not query cl_to - although if you want to try your hand at fixing WatchAnalytics, feel free. (The use of cl_to in WatchAnalytics seems more involved than in most of the others.)

Oct 5 2025, 2:48 PM · SecTeam-Processed, Vuln-Inject, MediaWiki-extensions-WatchAnalytics, Security
Yaron_Koren added a comment to T406380: CVE-2025-62658: SQL injection in WatchAnalytics through Special:ClearPendingReviews.

@SomeRandomDeveloper - yes, I'm the closest thing this extension has to a maintainer. This looks like a great improvement! If you want correct attribution, etc. for this patch, feel free to create a Gerrit patch for it, and I will check it in; otherwise I will create it myself. Either way is fine with me.

Oct 5 2025, 2:22 PM · SecTeam-Processed, Vuln-Inject, MediaWiki-extensions-WatchAnalytics, Security

Sep 30 2025

Yaron_Koren added a project to T406068: Add a _displayTitle field to Cargo _pageData table: MediaWiki-extensions-Cargo.
Sep 30 2025, 8:28 PM · MediaWiki-extensions-Cargo
Yaron_Koren created T406068: Add a _displayTitle field to Cargo _pageData table.
Sep 30 2025, 8:28 PM · MediaWiki-extensions-Cargo
Yaron_Koren added a comment to T396202: $egApprovedRevsBlankIfUnapproved = true; does not work.

Okay, interesting. I still can't reproduce the problem, though. It might be because of the old Approved Revs version, although I don't think there have been any changes to "blank if unapproved" handling during that time. Could it be that you placed this line in LocalSettings.php before the inclusion of AR?

Sep 30 2025, 3:35 PM · MediaWiki-extensions-Approved-Revs

Sep 26 2025

Yaron_Koren added a comment to T405733: Gallery display in Cargo drilldown leads to "Call to a member function addModules() on null".

Great to hear! Thanks for reporting the problem.

Sep 26 2025, 4:59 PM · MediaWiki-extensions-Cargo
Yaron_Koren renamed T405733: Gallery display in Cargo drilldown leads to "Call to a member function addModules() on null" from Call to a member function addModules() on null to Gallery display in Cargo drilldown leads to "Call to a member function addModules() on null".
Sep 26 2025, 3:49 PM · MediaWiki-extensions-Cargo

Sep 24 2025

Yaron_Koren closed T405347: "Module "ext.pageforms.sortable" is not loaded" when trying to use Special:MultiPageEdit as Resolved.
Sep 24 2025, 6:17 PM · MediaWiki-extensions-Page_Forms
Yaron_Koren moved T388991: DBQueryError on special page with ambiguous 'page' field from Backlog to Queries on the MediaWiki-extensions-Cargo board.
Sep 24 2025, 5:18 PM · Patch-For-Review, MediaWiki-extensions-Cargo
Yaron_Koren moved T403846: Support for CTEs and/or recursive queries from Backlog to Queries on the MediaWiki-extensions-Cargo board.
Sep 24 2025, 5:18 PM · MediaWiki-extensions-Cargo
Yaron_Koren closed T401498: Drilldown unclosed string literal as Resolved.

Thank you, @TechieNK!

Sep 24 2025, 5:17 PM · MediaWiki-extensions-Cargo
Yaron_Koren added a comment to T403846: Support for CTEs and/or recursive queries.

By the way, if anyone's curious, "CTE" = "common table expression".

Sep 24 2025, 4:54 PM · MediaWiki-extensions-Cargo
Yaron_Koren closed T400404: Add display icon for Admin links in (at least) Vector 2022 as Resolved.

Thank you, @Jayanthvikashs!

Sep 24 2025, 4:50 PM · MediaWiki-extensions-AdminLinks

Sep 23 2025

Yaron_Koren updated subscribers of T405347: "Module "ext.pageforms.sortable" is not loaded" when trying to use Special:MultiPageEdit .

Yes, I see the problem. The loading of Sortable.js was changed about a month ago, in 4c7cd83cdce - I assume that was what broke this. @Samwilson - any thoughts on this? It seems like the require( 'ext.pageforms.sortable' ); call that was added is not working.

Sep 23 2025, 2:59 PM · MediaWiki-extensions-Page_Forms
Yaron_Koren added a comment to T405357: CVE-2025-62657: Stored XSS through system messages in PageForms.

@SomeRandomDeveloper - this looks great! Could you submit it in Gerrit?

Sep 23 2025, 2:24 PM · Vuln-XSS, affects-Miraheze, MediaWiki-extensions-Page_Forms, Security, Security-Team

Sep 19 2025

Yaron_Koren closed T405009: Approved Revs has Dark mode issues as Resolved.

Fixed now, I think!

Sep 19 2025, 3:41 PM · dark-mode, MediaWiki-extensions-Approved-Revs
Yaron_Koren closed T405094: Display title with spaces won't get found as Resolved.

Thank you for the fix!

Sep 19 2025, 2:00 PM · MediaWiki-extensions-Page_Forms

Sep 18 2025

Yaron_Koren added a comment to T405009: Approved Revs has Dark mode issues.

@Orfur - thank you for looking into this. I agree that switching to variables is the way to go - it's what I've been doing with my other extensions also. I will try to get this done soon.

Sep 18 2025, 8:26 PM · dark-mode, MediaWiki-extensions-Approved-Revs
Yaron_Koren added a comment to T377307: No newline before {{{for template}}} or {{{end template}}} tags leads to PHP warning.

There are no other subtasks for this task, if I understand your question.

Sep 18 2025, 1:15 AM · MediaWiki-extensions-Page_Forms

Sep 17 2025

Yaron_Koren closed T400785: Error when saving Float field with wrong data: Incorrect double value as Resolved.

Fixed, I think, thanks to @TechieNK's patch!

Sep 17 2025, 6:14 PM · MediaWiki-extensions-Cargo

Sep 16 2025

Yaron_Koren added a comment to T404578: Uninitialized string offset in PF_FormPrinter.php .

I just wanted to mention that this looks like a subset of T377307.

Sep 16 2025, 2:24 PM · Patch-For-Review, MediaWiki-extensions-Page_Forms
Yaron_Koren moved T403491: Broken interaction of Autoedit API with Extension:FlaggedRevs from Backlog to Not PF on the MediaWiki-extensions-Page_Forms board.
Sep 16 2025, 2:22 PM · affects-Miraheze, FlaggedRevs, MediaWiki-extensions-Page_Forms

Sep 11 2025

Yaron_Koren closed T404016: CVE-2025-62655: SQL injection in Cargo via Special:CargoExport as Resolved.

I assume this can be closed.

Sep 11 2025, 7:44 PM · Patch-For-Review, Vuln-Inject, affects-Miraheze, MediaWiki-extensions-Cargo, Security, Security-Team
Yaron_Koren closed T266664: Page forms: mapping property and template are not functional when using tokens and multiple values are present as Resolved.

We just tried this bug out, and couldn't reproduce it - so my guess is that it got fixed at some point through some change to delimiter handling. I'm closing this now; feel free to re-open if you are still seeing the problem.

Sep 11 2025, 5:34 PM · MediaWiki-extensions-Page_Forms

Sep 10 2025

Yaron_Koren changed the status of T299060: Feature request: Add possible solution for "remote autocompletion" on "mapping template" problem from Resolved to Declined.

Oops, meant "Declined".

Sep 10 2025, 5:45 PM · Patch-For-Review, MediaWiki-extensions-Page_Forms
Yaron_Koren closed T299060: Feature request: Add possible solution for "remote autocompletion" on "mapping template" problem as Resolved.

I think I have to close this. A Cargo- or SMW-based remote mapping solution can work, because you are just matching to another existing DB table column or that sort of thing. But with something generic like "mapping template", I don't think this can be done - in order for the Page Forms autocomplete API to find all matches to what the user just typed, it would need to apply that mapping template on to every possible value, on every key stroke. Which is extremely inefficient. The only real solution is to get the full mapped set of values exactly once - which is what local autocompletion already does.

Sep 10 2025, 5:45 PM · Patch-For-Review, MediaWiki-extensions-Page_Forms
Yaron_Koren closed T402574: PF_FormEdit: Error: Call to a member function exists() on null as Resolved.

Thank you, @Collins!

Sep 10 2025, 5:33 PM · MediaWiki-extensions-Page_Forms
Yaron_Koren added a comment to T86959: Feature request: "remote autocompletion" on "mapping template" or a different approach?.

I'm closing this long-ago bug as a duplicate. This exact bug is no longer fully relevant, since it has to do with the "remote autocompletion" parameter, which no longer exists.

Sep 10 2025, 5:31 PM · MediaWiki-extensions-Page_Forms
Yaron_Koren merged T86959: Feature request: "remote autocompletion" on "mapping template" or a different approach? into T299060: Feature request: Add possible solution for "remote autocompletion" on "mapping template" problem.
Sep 10 2025, 5:30 PM · Patch-For-Review, MediaWiki-extensions-Page_Forms
Yaron_Koren merged task T86959: Feature request: "remote autocompletion" on "mapping template" or a different approach? into T299060: Feature request: Add possible solution for "remote autocompletion" on "mapping template" problem.
Sep 10 2025, 5:30 PM · MediaWiki-extensions-Page_Forms

Sep 8 2025

Yaron_Koren added a comment to T404016: CVE-2025-62655: SQL injection in Cargo via Special:CargoExport.

@SomeRandomDeveloper - thank you for the patch! This was a pretty serious bug.

Sep 8 2025, 10:42 PM · Patch-For-Review, Vuln-Inject, affects-Miraheze, MediaWiki-extensions-Cargo, Security, Security-Team
Yaron_Koren added a comment to T404016: CVE-2025-62655: SQL injection in Cargo via Special:CargoExport.

Oh, just saw this now.

Sep 8 2025, 9:56 PM · Patch-For-Review, Vuln-Inject, affects-Miraheze, MediaWiki-extensions-Cargo, Security, Security-Team
Yaron_Koren added a project to T384020: Fix Cargo manifest so Selenium tests pass: MediaWiki-extensions-Cargo.
Sep 8 2025, 6:45 PM · Browser Test Platform, MediaWiki-extensions-Cargo, Test-Platform (Essential Work), MediaWiki-Quickstart (Docker)
Yaron_Koren moved T322020: Implement an input type for multiple dates from Backlog to Input types on the MediaWiki-extensions-Page_Forms board.
Sep 8 2025, 6:42 PM · MediaWiki-extensions-Page_Forms
Yaron_Koren closed T400895: Error 1050: Table 'user_watch_scores' already exists as Resolved.

@MichaelLyle - thanks for the code fix! I decided to go with deleting the old temporary table each time - it seems "safer", if any of the data changed in the meantime.

Sep 8 2025, 3:41 PM · MediaWiki-extensions-WatchAnalytics
Yaron_Koren closed T399301: Flex Diagrams cannot access class Title as Resolved.
Sep 8 2025, 2:07 PM · MediaWiki-extensions-FlexDiagrams
Yaron_Koren closed T369618: Header Tabs sometime fails to load as Resolved.
Sep 8 2025, 2:06 PM · MediaWiki-extensions-HeaderTabs
Yaron_Koren closed T393838: Use of ParserOutput::addModules with non-array argument as Invalid.

I assume this can be closed.

Sep 8 2025, 2:06 PM · MediaWiki-extensions-HeaderTabs

Sep 5 2025

Yaron_Koren added a comment to T369822: Implement Integration Test Cases.

@Collins - thank you for creating these additional tests! It's unfortunate that it took so long to get this patch in, but that's alright. Getting this patch through validation led to some bug fixes/improvements in the Page Forms code, so it has already been helpful.

Sep 5 2025, 8:29 PM · Patch-For-Review, Test-Coverage, MediaWiki-extensions-Page_Forms
Yaron_Koren closed T396202: $egApprovedRevsBlankIfUnapproved = true; does not work as Invalid.

I'm closing this as "Invalid"... feel free to re-open it if you think it's still an issue.

Sep 5 2025, 3:21 PM · MediaWiki-extensions-Approved-Revs
Yaron_Koren added a comment to T398898: Add a foreign-resources.yaml file to PageForms.

@Samwilson - can this be closed now?

Sep 5 2025, 1:31 AM · Patch-For-Review, MediaWiki-extensions-Page_Forms

Aug 26 2025

Yaron_Koren added a comment to T398898: Add a foreign-resources.yaml file to PageForms.

@Collins - thank you for creating this patch! This looks like a big improvement to Page Forms.

Aug 26 2025, 6:17 PM · Patch-For-Review, MediaWiki-extensions-Page_Forms

Aug 18 2025

Yaron_Koren closed T402148: Cargo uses removed ParserOutput::getText() as Resolved.

@SomeRandomDeveloper - thank you for the bug report. I believe this is fixed now.

Aug 18 2025, 4:06 PM · MediaWiki-extensions-Cargo
Yaron_Koren moved T401193: Deprecated: ord(): Passing null to parameter #1 ($character) of type string is deprecated in /mnt/data/html/wiki/includes/language/Language.php on line 2588 from Backlog to Not PF on the MediaWiki-extensions-Page_Forms board.
Aug 18 2025, 4:00 PM · MediaWiki-extensions-Page_Forms, MediaWiki-Internationalization, PHP 8.1 support
Yaron_Koren closed T402147: CVE-2025-62671: Stored XSS through wikitext in Cargo as Resolved.

@matmarex - thank you for re-subscribing me!

Aug 18 2025, 3:58 PM · SecTeam-Processed, affects-Miraheze, Vuln-XSS, MediaWiki-extensions-Cargo, Security, Security-Team
Yaron_Koren added a comment to T402147: CVE-2025-62671: Stored XSS through wikitext in Cargo.

Well, if you can upload it yourself to Gerrit, that would be great!

Aug 18 2025, 2:35 PM · SecTeam-Processed, affects-Miraheze, Vuln-XSS, MediaWiki-extensions-Cargo, Security, Security-Team
Yaron_Koren closed T402149: CVE-2025-62670: Stored XSS through a system message in FlexDiagrams as Resolved.

@SomeRandomDeveloper - thank you for the diagnosis, and the patch. I checked in your patch here: https://gerrit.wikimedia.org/r/c/mediawiki/extensions/FlexDiagrams/+/1179692

Aug 18 2025, 1:57 PM · SecTeam-Processed, affects-Miraheze, Vuln-XSS, MediaWiki-extensions-FlexDiagrams, Security
Yaron_Koren closed T283993: Use DBTableOptions on Cargo table creation as Resolved.

@Anysite - thank you for this addition!

Aug 18 2025, 1:44 PM · Patch-For-Review, MediaWiki-extensions-Cargo
Yaron_Koren added a comment to T398898: Add a foreign-resources.yaml file to PageForms.

@Collins, @Samwilson - please see my comment on the patch; I think I know why it's failing.

Aug 18 2025, 4:20 AM · Patch-For-Review, MediaWiki-extensions-Page_Forms

Aug 15 2025

Yaron_Koren merged T402030: Upload Wizard should allow for removing EXIF coordinate data from images into T22326: Option to strip some metadata on upload (GPS/geolocation privacy).
Aug 15 2025, 5:09 PM · UploadWizard, Privacy, Multimedia, MediaWiki-Uploading
Yaron_Koren merged task T402030: Upload Wizard should allow for removing EXIF coordinate data from images into T22326: Option to strip some metadata on upload (GPS/geolocation privacy).
Aug 15 2025, 5:09 PM · UploadWizard