Don't display composer installed extensions/skins on Special:Version
authorKunal Mehta <legoktm@gmail.com>
Sat, 3 Jan 2015 23:28:02 +0000 (15:28 -0800)
committerBryanDavis <bdavis@wikimedia.org>
Mon, 5 Jan 2015 15:58:43 +0000 (15:58 +0000)
commit17ccfbb7b39ad8d8c6643539ec16ecc9bd3be036
tree0d3ae34ef817aa483c64510f958f9a88da96d9a0
parent29ca277c381cae8f792c24e9adff3c2dac932d80
Don't display composer installed extensions/skins on Special:Version

Extensions and skins should already be adding their credits through
$wgExtensionCredits, meaning that they would be duplicated in the
"Installed libraries" section.

Anything that has a type that begins with "mediawiki-" will now
be skipped.

Release notes were added for this commit and 528297f8db8dea.

Change-Id: Ie873b16c1a8a696c7de833ae69b263161d9e15a8
RELEASE-NOTES-1.25
includes/libs/composer/ComposerLock.php
includes/specials/SpecialVersion.php
maintenance/checkComposerLockUpToDate.php
tests/phpunit/data/composer/composer.lock
tests/phpunit/includes/libs/composer/ComposerLockTest.php