[00:17:12] SomeRandomDev: it does seem like a phan bug [00:24:45] someone wants to give me a quick +2 on https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1247188 ? :) [16:14:19] MatmaRex: reviewing https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1239464/ now [16:14:37] ty [16:15:41] I like the feature flag, I was going to ask about that due to privacy/intranet leakage. Was wondering if we should piggyback on wgReferrerPolicy in some way so that sites that don't want to share that, also don't share this, but disabled by default is a good start. That makes ForeignFileRepo easier as well because it means we only add it from our end, and then presumably pass-through. [16:17:07] we don't have plans to differentiate much between nothign and non-wmf utm_source so it doesn't really need to be there otherwise, except maybe for utm_content=thumbnail_unscaled but that should come through fine via ImageInfo>InstantCommons. I'll try to test that locally to see what it does if the repo sets it but then locally the feature is off. [16:18:44] the parser preferring an existing utm_source presumably means that, if a non-wmf did did enable it, they'd preserve utm_source=commons.wikimedia.org instead of setting their own, which is fine I suppose, since we treat it as API-minted and indeed the URL was minted on Commons, not elsewhere or handmade. [16:20:42] for campaign/generator and content/format we override instead of preserve, which is a bit inconsistenet, but I guess that's because we actually need to override it in-process between File and Parser, but ideally not between ForeignApiFile and Parser. Thinking about that. [20:46:27] * ori still hoping for +2 on https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Scribunto/+/1241053 and https://gerrit.wikimedia.org/r/c/mediawiki/extensions/ParserFunctions/+/1242535 so I can start looking at data. With the core change in, I think these should be uncontroversial. [21:45:46] duesen: bvibber: fyi https://engineering.fb.com/2026/03/02/video-engineering/ffmpeg-at-meta-media-processing-at-scale/ [22:04:49] nice