1 Oct 2009 01:01
SVN: [57168] trunk
<tparscal <at> svn.wikimedia.org>
2009-09-30 23:01:46 GMT
2009-09-30 23:01:46 GMT
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/57168 Revision: 57168 Author: tparscal Date: 2009-09-30 23:01:46 +0000 (Wed, 30 Sep 2009) Log Message: ----------- Decided to go with yet another approach for adding extra stylesheets for Vector (so that we can test new ideas out and keep our CSS in the SVN). 1. Removed ExperiementalSkins extension 2. Added $wgVectorExtraStyles to DefaultSettings.php 3. Added code in Vector.php that adds in any extra styles defined just after adding in the main style Modified Paths: -------------- trunk/phase3/includes/DefaultSettings.php trunk/phase3/skins/Vector.php Removed Paths: ------------- trunk/extensions/UsabilityInitiative/ExperimentalSkins/ Modified: trunk/phase3/includes/DefaultSettings.php =================================================================== --- trunk/phase3/includes/DefaultSettings.php 2009-09-30 22:55:18 UTC (rev 57167) +++ trunk/phase3/includes/DefaultSettings.php 2009-09-30 23:01:46 UTC (rev 57168) <at> <at> -4109,6 +4109,14 <at> <at> $wgVectorUseIconWatch = false;(Continue reading)
RSS Feed