Krinkle edited projects, added Notifications, Performance-Team (Radar); removed 
MediaWiki-ResourceLoader, Performance-Team.
Krinkle added a comment.
Restricted Application added a project: Growth-Team.


  According to Codesearch, this path is set in wmf-config as 
`wmgWikibaseClientEchoIcon` using "path" (instead of "url?):
  
    wmf-config/InitialiseSettings-labs.php
    1430                'wmgWikibaseClientEchoIcon' => [
    1431                        'default' => [ 'path' => 
'/static/images/wikibase/echoIcon.svg' ],
    
    wmf-config/InitialiseSettings.php
    21926'wmgWikibaseClientEchoIcon' => [
    21927       'default' => [ 'url' => '/static/images/wikibase/echoIcon.svg' 
],
    
    wmf-config/Wikibase.php
    313 $wgWBClientSettings['echoIcon'] = $wmgWikibaseClientEchoIcon;
  
  
https://codesearch.wmcloud.org/search/?q=wmgWikibaseClientEchoIcon&i=nope&files=&excludeFiles=&repos=
  
  and then `$wgWBClientSettings['echoIcon'] `, to Wikibase 
onBeforeCreateEchoEvent, to wgEchoNotificationIcons, to   
ResourceLoaderEchoImageModule which maps "path" to "file", and then core tries 
to read the path relative to the base path "" relative to the extensions 
directory. It seems the base path is undefined as well.
  
  The option "url" does not appear to be read anywhere, though presumably the 
prod variant is the one that's working...

TASK DETAIL
  https://phabricator.wikimedia.org/T296712

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Krinkle
Cc: Krinkle, dom_walden, Aklapper, caldera, NavinRizwi, Akuckartz, kostajh, 
lucamauri, Gq86, Nattes, Vali.matei, xSavitar, Taiwania_Justo, SBisson, 
Wikidata-bugs, geraki, Catrope, Nirmos, Dinoguy1000, Jdforrester-WMF
_______________________________________________
Wikidata-bugs mailing list -- wikidata-bugs@lists.wikimedia.org
To unsubscribe send an email to wikidata-bugs-le...@lists.wikimedia.org

Reply via email to