Preparing to remove the bundled PHPTAL and let the PHPTAL skins (if enabled) work...
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 20 Nov 2004 04:23:52 +0000 (04:23 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 20 Nov 2004 04:23:52 +0000 (04:23 +0000)
commit762cefe527416b1862eb22698d701247b6023971
tree8cdaa991cb308ba97433784295f9149bedd5d4c4
parent833c472b8dd7cba7a4e2a64e34af0bfd3027808f
Preparing to remove the bundled PHPTAL and let the PHPTAL skins (if enabled) work with an externally-installed PEAR+PHPTAL.
$wgUsePHPTal setting no longer exists; if a PHPTAL-based skin is used it will attempt to load PEAR+PHPTAL and gracefully disable itself if it can't.
Todo: get the list of skins in preferences to reflect this kind of disabling, so unselectable skins don't need to be moved into disabled subdir to be hidden.
includes/DefaultSettings.php
includes/SkinPHPTal.php
includes/SkinTemplate.php
maintenance/commandLine.inc
maintenance/liveCmdLine.inc
skins/SkinPHPTal.sample
skins/disabled/Amethyst.php
skins/disabled/Chick.php
skins/disabled/MonoBookTal.php
skins/disabled/WikimediaWiki.php