Completely remove support for legacy style skins. All legacy skinning options are...
authorDaniel Friesen <dantman@users.mediawiki.org>
Fri, 4 Feb 2011 04:18:05 +0000 (04:18 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Fri, 4 Feb 2011 04:18:05 +0000 (04:18 +0000)
commit3d220be8d6eaa1bcfafaf47c7aa7c81b39e4dd7c
tree6d1bbfb0d2278bb6b73279c835b6ca7ce1029629
parent30b881123f6b59929fc51e12a4ba821a6dbd7ccb
Completely remove support for legacy style skins. All legacy skinning options are now part of a SkinLegacy/LegacySkinTemplate pair that inherits from the normal SkinTemplate setup. Also ported our three built in skins to use the new legacy classes. ( ;) if you want to kill legacy skins now, you only have to svn rm 4 files)
includes/AutoLoader.php
includes/OutputPage.php
includes/Skin.php
includes/SkinLegacy.php [new file with mode: 0644]
includes/diff/DifferenceEngine.php
skins/CologneBlue.php
skins/Nostalgia.php
skins/Standard.php