[Skin] Add CSS hook for action ("action-.." class on body)
authorKrinkle <krinkle@users.mediawiki.org>
Sun, 8 Jan 2012 01:49:06 +0000 (01:49 +0000)
committerKrinkle <krinkle@users.mediawiki.org>
Sun, 8 Jan 2012 01:49:06 +0000 (01:49 +0000)
commit7d98f486d276fc139314c7a465fa18e9bdcdb6ee
tree70ffbf9bfce99c0ab550d96f9618a160cb65a280
parente5c26b93dd92f73fcdb4851b9ad154a8f251c330
[Skin] Add CSS hook for action ("action-.." class on body)
* Fixes bug 4438
* Depends on r108342. See also r108343 which did a similar thing for mw.config wgAction

Previously attempted in r91871, which was reverted in r94131.

Added in OutputPage instead of Skin::getPageClasses, as this is not directly page nor skin related. It also ensures independency from skins, this CSS class should be always available so that it can be relied on by the front-end.
RELEASE-NOTES-1.19
includes/OutputPage.php