ProfessionalWiki / chameleon

Provides a highly flexible and customizable skin using Bootstrap 4
https://www.mediawiki.org/wiki/Skin:Chameleon
Other
115 stars 63 forks source link

mediawiki.skinning.content.externallinks removed in 1.39 #345

Closed jdlrobson closed 1 year ago

jdlrobson commented 1 year ago

Impact: All custom external link icons (for PDFs) will be removed.

To fix this:

Remove the module mediawiki.skinning.content.externallinks

Optional:

Update skin.json to include "content-links-external": true, in the features array of your ResourceLoaderSkinModule (see https://github.com/wikimedia/mediawiki-skins-Wisky/blob/master/skin.json#L40 for an example)

Add the styles locally to the extension (to avoid breaking changes in future)