"Siebrand" changed the status of MediaWiki.r108034 to "resolved" URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/108034
Old status: new > New status: resolved Commit summary for MediaWiki.r108034: * Refactored TranslationHelpers to have MessageHandle as store variable, instead of separate title, language and message key * Refactored TranslationHelpers to throw exceptions, which are converted to html comments to aid debugging * Refactored TranslationHelpers to not rely on $wgRequest * Added getMessageContent to RecentMessageGroup to allow passing the message handle, getMessage only takes message key which does not include names, and thus was unable to know which message to load * Added getGroupIds and getPrimaryGroupId to MessageIndex which accept MessageHandles, equivalents in TranslationUtils::messageKeyToGroup(s) should be phased out _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
