"Hashar" posted a comment on MediaWiki.r108345.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/108345#c29256

Commit summary for MediaWiki.r108345:

[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.

Hashar's comment:

Just like r108343 , shouldn't getPerformedAction() be part of the 
RequestContext ?

That would save global :b

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to