"Krinkle" posted a comment on MediaWiki.r109223. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/109223#c29796
Commit summary for MediaWiki.r109223: [Actions] Move action logic out of MediaWiki::getAction/MediaWiki::performAction into Action::getActionName. * Follows-up r109195 * Reverts/Redoes r108342, r108343, r108345 * Contributes to solution of bug 27930 - Ability to get current action (The Right Way) Krinkle's comment: Okay apparently not. The exceptions are caused by the call added on this line: <pre> + $action = Action::factory( $actionName, $context->getWikiPage() ); </pre> @IAlex/Aaron: This is imho really a bigger issue in general. Any suggestions ? Aside from the bigger problem, as far as "action" is concerned, NS_SPECIAL should always yield action=view. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
