User "Nikerabbit" changed the status of MediaWiki.r85131. Old Status: new New Status: fixme
User "Nikerabbit" also posted a comment on MediaWiki.r85131. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/85131#c15597 Comment: That looks awfully slow. For each and every message it executes 2x in_array(), after which it calls wfMessage multiple times, transforms the message texts and uses == for comparison. Besides, using wfMessage() will fail once we no longer user mediawiki-namespace for mediawiki translations. I don't think this is the right approach. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
