User "Krinkle" posted a comment on MediaWiki.r90567.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90567#c18552
Commit summary:
making message field configurable in preparation for welcome templates,
disabling email for barnstars for now (per Howie and Alolita), making label
verbiage consistant
Comment:
<pre>
+ icon: mw.config.get( 'wgServer' ) + mw.config.get( 'wgScriptPath' ) +
'/extensions/WikiLove/modules/ext.wikiLove/images/...
</pre>
Same gotcha as fixed earlier, the above returns a broken/404 images on
installations like Wikimedia's and others running from SVN with extensions in a
custom location. Use instead:
<pre>
icon: mw.config.get( 'wgExtensionAssetsPath' ) +
'/WikiLove/modules/ext.wikiLove/images/...
</pre>
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview