[go: up one dir, main page]

MediaWiki skin TuleapSkin

Clone this repo:
  1. 45c7c56 Localisation updates from https://translatewiki.net. by Translation updater bot · 9 weeks ago master
  2. d7f3679 Localisation updates from https://translatewiki.net. by Translation updater bot · 3 months ago
  3. 3980063 Fix external link marker by Mschlindwein · 5 months ago
  4. c707711 build: Updating dependencies by libraryupgrader · 5 months ago
  5. 1a48ef9 Merge "Fix z-index for ve modal dialogs" by ItSpiderman · 6 months ago

TuleapSkin

Installation

Execute

composer require mediawiki/tuleap-skin ~1

within MediaWiki root or add mediawiki/tuleap-skin to the composer.json file of your project

Activation

Add

wfLoadSkin( 'TuleapSkin' );

to your LocalSettings.php.