Quick fix to make debug mode work with non-standard $wgStylePath. This strips the...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 8 Feb 2011 12:06:32 +0000 (12:06 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 8 Feb 2011 12:06:32 +0000 (12:06 +0000)
commit59cd7e327b37067333fd2897544073491f6bad2f
tree1b12ab0d51eb634c8c78d75c21fb73bf6f848c06
parent88d58abfc3df8d38ea631a12457c4de90bee0271
Quick fix to make debug mode work with non-standard $wgStylePath. This strips the leading skins/ from each file path and sets $wgStylePath as the remote base path. $IP/skins is needed as a local base path to make stuff work, but I guess that could be changed $wgSkinDirectory
resources/Resources.php