[06:01:38] 10Multimedia, 10MediaWiki-File-management: PHP thumbnailer as a service - https://phabricator.wikimedia.org/T91104 (10Joe) 05Open→03Declined I think this was an idea before the thumbor project started, in order to have a thumbnail service that didn't need to have access to the databases, for instance. I d... [08:21:41] (03CR) 10jenkins-bot: Localisation updates from https://translatewiki.net. [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526089 (owner: 10L10n-bot) [08:23:51] (03CR) 10jenkins-bot: Localisation updates from https://translatewiki.net. [extensions/UploadWizard] - 10https://gerrit.wikimedia.org/r/526083 (owner: 10L10n-bot) [12:56:13] 10Multimedia, 10UploadWizard: Fails on slow uploads - https://phabricator.wikimedia.org/T229224 (10actiuinformatica) [15:12:16] cormacparle__ mdholloway Slack is being weird for everyone I think, let's chat here [15:12:28] marktraceur: yep [15:12:32] I'm wondering if this might be affecting us - https://github.com/wikimedia/mediawiki-extensions-Wikibase/commit/87ca76d5ee70fd5bdd0d09f8067182886bf867c5 [15:12:41] yeah, reverting that change of amir's quiets the error for me [15:12:47] that's the one [15:12:50] OK let me see if I can get him on the horn [15:12:52] but doesn't actually fix the issue [15:13:08] Oh [15:13:09] Hm. [15:13:13] Separate issue maybe then [15:13:18] (even after clearing local cache) [15:13:46] yeah, it's weird [15:14:12] Wouldn't be anything before that I think, else it would be on Test as well [15:15:22] don't suppose anyone might know why I"m getting this error [15:15:23] [3661bdf38de5e8c8ba386775] /wiki/File:Photo_on_08-02-2019_at_16.35.jpg InvalidArgumentException from line 329 of /vagrant/mediawiki/includes/resourceloader/ResourceLoader.php: Invalid module info for "mw.MwEmbedSupport": expected array, got object [15:15:42] Huh. That's weird. [15:27:58] extensions/Wikibase/lid/resources/wikibase-api/ is empty on my local [15:28:16] is it the same for you mdholloway [15:28:19] ? [15:29:08] not empty for me [15:29:12] (that should be `lib` rather than `lid` btw) [15:29:47] hmm ok [15:30:21] ok my local is working again now (had to update TimedMediaHandler) [15:30:39] and now I too can reproduce the error ... [15:30:41] have you done a git submodule update in the Wikibase folder? [15:31:00] ooh no I haven't [15:31:53] that just checked out the termbox thing [15:31:57] dir still empty [15:32:04] hmm [15:32:37] what you posted in phab suggests that files in that dir are missing [15:35:58] latest commit I have in wikibase is 0da8dc9b1cd395aa45867b892f172e391be170b7 [15:36:03] same for you? [15:37:09] https://gerrit.wikimedia.org/g/mediawiki/extensions/Wikibase/+/d0172809c005a25b7e9159007b62601c7d556378 is the latest on beta [15:38:40] `lib/resources/wikibase-api/` seems to be empty in that commit too [15:39:00] After composer, npm, etc. even? [15:39:25] it's a git submodule pointing to https://github.com/wikimedia/wikibase-javascript-api [15:39:36] i have contents matching what's there [15:39:52] ok ... so just `git submodule update` should do it? [15:39:59] https://github.com/wikimedia/mediawiki-extensions-Wikibase/blob/master/.gitmodules#L17-L19 [15:40:23] yeah, i usually use `--init` too [15:40:54] aha the `--init` got the files [15:40:55] ok cool [15:42:02] But it seems like that's not the main problem? [15:42:24] yeah, at least with me that still doesn't fix the problem [15:42:37] yeah same [15:43:29] is all that 'util is not defined' stuff from Amir's commit? [15:43:59] Seems like it [15:48:16] If I revert that commit locally the problem goes away [15:48:38] You can edit again? [15:48:52] yep [15:49:02] just double checking ... [15:49:37] yeah looks like it [15:50:05] mdholloway: does that not work for you? [15:50:32] it doesn't fix it for me [15:55:13] now I'm back on master and edit is fine [15:55:18] * cormacparle__ scratches head [15:56:38] I'm going to go out on a limb and say we won't be launching this week [15:56:57] Do we also want to raise a flag and maybe stop the train until we can figure this out? [15:59:06] give it another half hour ... [16:16:33] the js hook `mw.hook( 'wikibase.entityPage.entityLoaded' )` isn't being triggered [16:19:27] so the captions panel isn't being initialized in js [16:19:56] 10Multimedia, 10StructuredDataOnCommons, 10Multimedia-Current-Work: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Ramsey-WMF) [16:21:13] 10Multimedia, 10StructuredDataOnCommons, 10Multimedia-Current-Work: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Cparle) `mw.hook( 'wikibase.entityPage.entityLoaded' )` isn't firing, afaics that's what's wrong [16:25:01] 10Multimedia, 10StructuredDataOnCommons, 10Multimedia-Current-Work: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Ladsgroup) It's definitely not caused by [[https://gerrit.wikimedia.org/r/c/mediawiki/extensions/Wikibase/+/525107|87ca76d5ee70fd5bdd0d... [16:28:26] 10Multimedia, 10StructuredDataOnCommons, 10Multimedia-Current-Work: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Cparle) yep that looks like the likely cause ... it didn't cause a problem straight away because we weren't depending on the hook until... [16:30:21] 10Multimedia, 10SDC Engineering, 10MW-1.34-notes (1.34.0-wmf.11; 2019-06-26), 10Multimedia-Current-Work: Qualifiers property autocomplete doesn't work on beta - https://phabricator.wikimedia.org/T226103 (10Ramsey-WMF) 05Open→03Resolved [16:31:05] 10Multimedia, 10SDC Engineering, 10MW-1.34-notes (1.34.0-wmf.16; 2019-07-30), 10Multimedia-Current-Work, 10SDC-Statements (Other-statements-running): Properties lacking a label in the user's language have the fallback language name appended to the fallback label - https://phabricator.wikimedia.org/T228693... [16:31:22] 10Multimedia, 10StructuredDataOnCommons, 10Multimedia-Current-Work: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Mholloway) [16:31:46] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Mholloway) [16:32:57] cormacparle__: not sure if it's our problem to fix at this point, or theirs [16:32:58] mdholloway: I gotta run, but you've probably seen the ticket [16:33:09] heh yeah [16:33:37] tbh I think it's theirs - if that hook isn't being fired then it's their problem [16:33:53] unless less they've decided it's not supposed to be fired [16:34:09] dunno ... anyway if it's not sorted over night I'll be on the case first thing tomorrow [16:35:50] 10Multimedia, 10SDC Engineering, 10MW-1.34-notes (1.34.0-wmf.10; 2019-06-18), 10Multimedia-Current-Work, 10SDC-Statements (Other-statements-running): UI for adding statements in UploadWizard (Q-items only, no qualifiers) - https://phabricator.wikimedia.org/T219407 (10Ramsey-WMF) 05Open→03Resolved a:... [16:36:58] 10Multimedia, 10SDC Engineering, 10SDC-Statements, 10MW-1.34-notes (1.34.0-wmf.10; 2019-06-18), 10Multimedia-Current-Work: Newly added depicted items don’t show Wikidata logo - https://phabricator.wikimedia.org/T224703 (10Ramsey-WMF) 05Open→03Resolved We ended up changing the design to not include th... [16:39:46] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Ladsgroup) >>! In T229244#5373328, @Cparle wrote: > yep that looks like the likely cause ... it didn't cause a p... [16:41:53] 10Multimedia, 10SDC Engineering, 10WikibaseMediaInfo: Trim initial and trailing whitespace from captions on input and display - https://phabricator.wikimedia.org/T209736 (10Ramsey-WMF) This isn't pressing right now, so we'll get back to it at a later date. [16:42:14] (03PS1) 10Ladsgroup: Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229244) [16:46:47] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10WMDE-leszek) > When reproducing locally, this error output appears in the console: https:/... [16:48:06] 10Multimedia, 10MediaWiki-extensions-WikibaseClient, 10SDC Engineering, 10SDC General, and 4 others: Extend mw.wikibase.getEntity lua function to allow accessing Structured Data on Commons items - https://phabricator.wikimedia.org/T223792 (10Ramsey-WMF) [16:49:30] 10Multimedia, 10SDC Engineering, 10Multimedia-Current-Work: Add a "pending" state to QualifierWidget read-mode - https://phabricator.wikimedia.org/T228947 (10Ramsey-WMF) [16:51:19] 10Multimedia, 10SDC Design, 10Multimedia-Current-Work, 10Patch-For-Review: Insert a horizontal divider between statements on UW - https://phabricator.wikimedia.org/T228474 (10Ramsey-WMF) [16:51:43] 10Multimedia, 10SDC Design, 10Multimedia-Current-Work, 10Patch-For-Review: Insert a horizontal divider between statements on UW - https://phabricator.wikimedia.org/T228474 (10Ramsey-WMF) p:05Triage→03Normal [16:55:35] (03CR) 10Mholloway: [C: 04-1] "I see an error in the console with this applied:" [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229244) (owner: 10Ladsgroup) [17:01:49] (03PS2) 10Ladsgroup: Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229244) [17:02:21] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Mholloway) @WMDE-leszek Yes, I think that's right. I'm not seeing it since updating my su... [17:02:28] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Mholloway) [17:02:33] (03CR) 10Ladsgroup: "> Patch Set 1: Code-Review-1" [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229244) (owner: 10Ladsgroup) [17:06:47] (03CR) 10Mholloway: "That fixes the error I posted in PS1, but the underlying issue (missing edit button) is still present." [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229244) (owner: 10Ladsgroup) [17:10:07] 10Multimedia, 10MediaWiki-Uploading, 10UploadWizard: 4 files, that will not upload with uploadwizard (Internal error: Server failed to store temporary file.) for server-side upload - https://phabricator.wikimedia.org/T229249 (10Urbanecm) Adding projects that might be relevant, not #wikimedia-site-request. In... [17:16:47] 10Multimedia, 10MediaWiki-Uploading, 10UploadWizard: 4 files, that will not upload with uploadwizard (Internal error: Server failed to store temporary file.) for server-side upload - https://phabricator.wikimedia.org/T229249 (10C.Suthorn) All the files from the series, that I successfully upladed have less t... [17:18:05] (03CR) 10Lucas Werkmeister (WMDE): Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay (031 comment) [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229244) (owner: 10Ladsgroup) [17:20:02] (03CR) 10jerkins-bot: [V: 04-1] Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229244) (owner: 10Ladsgroup) [17:42:31] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10alaa_wmde) [17:47:10] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10alaa_wmde) p:05Unbreak!→03High Code has not reached production. High is the hightest h... [17:47:29] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Ladsgroup) So the issue seems a little bit more complicated than it looks. In short I reco... [17:57:29] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, and 2 others: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10alaa_wmde) [18:04:42] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, and 2 others: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Ladsgroup) >>! In T229244#5373748, @Ladsgroup wrote: > So the issue seems a little bit more compli... [18:14:21] (03Abandoned) 10Ladsgroup: Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229244) (owner: 10Ladsgroup) [18:27:03] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, and 2 others: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Ladsgroup) @Cparle and @Mholloway Can you take a look at https://gerrit.wikimedia.org/r/c/mediawik... [19:17:08] 10Multimedia, 10MediaViewer, 10Design, 10MW-1.34-notes (1.34.0-wmf.5; 2019-05-14): Improve usability of copypasting text from MediaViewer's download/embed dialog - https://phabricator.wikimedia.org/T110579 (10matmarex) 05Stalled→03Resolved I guess it's fine now. [19:22:24] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, and 3 others: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Ladsgroup) a:03Ladsgroup [19:36:04] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, and 3 others: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Mholloway) I think there are actually a couple of different things going on here, both fundamental... [19:59:53] 10Multimedia, 10SDC Engineering, 10WikibaseMediaInfo: When js is turned off the 'captions' header appears below the actual captions on the File page - https://phabricator.wikimedia.org/T227264 (10Ramsey-WMF) p:05Triage→03Low [20:51:31] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10Multimedia-Current-Work, and 3 others: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Mholloway) Files on the Beta Cluster with existing mediainfo content do indeed have their caption... [21:05:44] 10Multimedia, 10Multimedia-Current-Work: Captions edit controls broken for newly-created files - https://phabricator.wikimedia.org/T229279 (10egardner) [21:06:10] 10Multimedia, 10Multimedia-Current-Work: Captions edit controls broken for newly-created files - https://phabricator.wikimedia.org/T229279 (10egardner) p:05Triage→03High [21:10:40] 10Multimedia, 10Multimedia-Current-Work: Captions edit controls broken for newly-created files - https://phabricator.wikimedia.org/T229279 (10egardner) [21:11:29] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10MW-1.34-notes (1.34.0-wmf.16; 2019-07-30), and 4 others: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10egardner) Here is a new ticket for the second part of this bug: https://phabrica... [21:26:34] (03Restored) 10Ladsgroup: Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229244) (owner: 10Ladsgroup) [21:27:43] 10Multimedia, 10MediaWiki-Uploading, 10media-storage: "Internal error: Server failed to store temporary file" when trying to upload images with upload wizard - https://phabricator.wikimedia.org/T228929 (10GiorgioGaleotti) p:05Triage→03Unbreak! I don't know if I can do this, but I've changed the status to... [21:28:17] 10Multimedia, 10SDC Engineering, 10WikibaseMediaInfo, 10Multimedia-Current-Work: Captions edit controls broken for newly-created files - https://phabricator.wikimedia.org/T229279 (10Ramsey-WMF) This is pretty much top priority for us now. 🔴 Let's address as soon as we can. Thanks! [21:29:11] (03PS3) 10Ladsgroup: Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229279) [21:31:23] 10Multimedia, 10SDC Engineering, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Captions edit controls broken for newly-created files - https://phabricator.wikimedia.org/T229279 (10Ladsgroup) It's hard for me to test mediainfo things but given that new uploads still have mediainfo en... [21:32:29] 10Multimedia, 10SDC Engineering, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Captions edit controls broken for newly-created files - https://phabricator.wikimedia.org/T229279 (10Mholloway) What's happening in the case of a newly created file is that wikibase.entityPage.entityLoade... [21:34:41] 10Multimedia, 10MediaWiki-Uploading, 10media-storage: "Internal error: Server failed to store temporary file" when trying to upload images with upload wizard - https://phabricator.wikimedia.org/T228929 (10Ramsey-WMF) @hashar Any thoughts/help you can provide on this would be appreciated :) I think Matthias a... [21:41:18] 10Multimedia, 10MediaWiki-Uploading, 10media-storage: "Internal error: Server failed to store temporary file" when trying to upload images with upload wizard - https://phabricator.wikimedia.org/T228929 (10GiorgioGaleotti) All I can say, as a user, is that the problem starts at around 10MB files. [21:46:37] 10Multimedia, 10SDC Engineering, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Captions edit controls broken for newly-created files - https://phabricator.wikimedia.org/T229279 (10egardner) @Ladsgroup I have a dev environment with MediaInfo set up. Pulled down your patch but I still... [21:50:14] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10MW-1.34-notes (1.34.0-wmf.16; 2019-07-30), and 4 others: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Tgr) >>! In T229244#5373309, @Ladsgroup wrote: > You can see modules of Wikibase... [22:02:59] (03CR) 10Mholloway: [C: 03+1] Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229279) (owner: 10Ladsgroup) [22:09:44] 10Multimedia, 10Machine vision, 10Reading-Infrastructure-Team-Backlog (Kanban), 10SDC-Statements (UI-consolidation-on-a-Ferris-wheel): Design a system for serving images with depicts suggestions needing confirmation - https://phabricator.wikimedia.org/T228770 (10Jheald) [22:16:25] 10Multimedia, 10Machine vision, 10Reading-Infrastructure-Team-Backlog (Kanban), 10SDC-Statements (Machine-vision-depicts): Design a system for serving images with depicts suggestions needing confirmation - https://phabricator.wikimedia.org/T228770 (10Jheald) [22:19:24] (03CR) 10Eric Gardner: [C: 03+2] Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229279) (owner: 10Ladsgroup) [22:22:51] 10Multimedia, 10Machine vision, 10Reading-Infrastructure-Team-Backlog (Kanban), 10SDC-Statements (Machine-vision-depicts): Design a system for serving images with depicts suggestions needing confirmation - https://phabricator.wikimedia.org/T228770 (10Jheald) It would be nice -- and not just for depicts sta... [22:49:32] (03CR) 10jerkins-bot: [V: 04-1] Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229279) (owner: 10Ladsgroup) [22:50:13] (03CR) 10Eric Gardner: [C: 03+2] "recheck" [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229279) (owner: 10Ladsgroup) [23:01:26] 10Multimedia, 10SDC Engineering, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Captions edit controls broken for newly-created files - https://phabricator.wikimedia.org/T229279 (10alaa_wmde) > It seems like there are two possible solutions here: either 1) ensure that the `wikibase.e... [23:02:32] 10Multimedia, 10SDC Engineering, 10WikibaseMediaInfo, 10Multimedia-Current-Work, 10Patch-For-Review: Captions edit controls broken for newly-created files - https://phabricator.wikimedia.org/T229279 (10egardner) Did some digging into `wikibase.entityPage.entityLoaded.js` in Wikibase. It looks like the `... [23:25:27] (03Merged) 10jenkins-bot: Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229279) (owner: 10Ladsgroup) [23:31:04] (03CR) 10jenkins-bot: Add wikibase.entityPage.entityLoaded as dependency of the wikibase.mediainfo.filePageDisplay [extensions/WikibaseMediaInfo] - 10https://gerrit.wikimedia.org/r/526181 (https://phabricator.wikimedia.org/T229279) (owner: 10Ladsgroup) [23:48:23] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10MW-1.34-notes (1.34.0-wmf.16; 2019-07-30), and 4 others: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10brennen) p:05High→03Unbreak! Moving to UBN!, as this is a train blocker. [23:53:32] 10Multimedia, 10StructuredDataOnCommons, 10WikibaseMediaInfo, 10MW-1.34-notes (1.34.0-wmf.16; 2019-07-30), and 4 others: Edit link is missing from structured caption panel on Beta - https://phabricator.wikimedia.org/T229244 (10Ladsgroup) >>! In T229244#5374610, @Tgr wrote: >>>! In T229244#5373309, @Ladsgro...