Revert "Deprecate no longer used Skin::getCommonStylePath."
authorDaniel Friesen <pub-github@nadir-seen-fire.com>
Fri, 15 Jun 2012 01:08:29 +0000 (18:08 -0700)
committerDaniel Friesen <pub-github@nadir-seen-fire.com>
Fri, 15 Jun 2012 01:21:01 +0000 (18:21 -0700)
commit127befb1786c6a4279de2f27066a84b3560e9bbd
tree5645712b8f62a9045e550bf15bb7d64fa619cf9e
parentc31cb08184ca84e16962d8f972ad2a5f27f3f899
Revert "Deprecate no longer used Skin::getCommonStylePath."

This reverts commit 79dcf7686d857e1dcbc3f1127a106d847de10d9e.

getCommonStylePath and getSkinStylePath are a pair of methods for use in 3rd party skins (NOT core).
They cut down on the boilerplate for including skin urls into skins for things like <img> tags.
Without these methods skin authors will be forced to revert to unintuitive boilerplate to add style paths and style versions into their code.
Most won't even bother to include the style version.
And ResourceLoader is a tangent to the whole topic because no matter what the advantages to CSS are developers writing custom skins for a single site from scratch will not care and they will choose CSS or <img> based on situations on hand in their own markup that make one or the other harder to handle.
This addition was part of the effort to fix the longstanding issue that our our skin system does not properly account for 3rd party skin developers.

Change-Id: I98f4fd83c93aba7681306d0a1edb58f798057543
RELEASE-NOTES-1.20
includes/Skin.php