"IAlex" changed the status of MediaWiki.r108342 to "fixme" and commented it.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/108342#c29142

Old Status: new
> New Status: fixme

Commit summary for MediaWiki.r108342:

Implement MediaWiki::getPerformedAction()
* Fixes:
-- Bug 27930 - Ablity to get current action (The Right Way)

IAlex's comment:

(This concerns this revision and its follow-ups)

You need to be very careful when using <code>$mediaWiki</code> because it's 
only defined when executing <code>index.php</code> and not other scripts or in 
CLI; this breaks [[Extension:DumpHTML|DumpHTML]] if you specify another skin 
than SkinOffline.
If you just want to use $peformedAction, why not store it directly in 
OutputPage so that you don't need to use <code>$mediaWiki</code>?

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

Reply via email to