User "Krinkle" posted a comment on MediaWiki.r96863. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96863#c22385 Commit summary:
RL2: Move category title message logic to GadgetRepo::getCategoryTitle(). This BREAKS using wikitext in category titles (->plain() is used throughout), which was already broken in some places, wasn't documented that I know of. Besides, enwiki didn't even use it :) Comment: It takes a string that is used to build a message key, which is then fetched the value for from <code>wfMessage</code>. So it's local-only. I know it's a static function currently, but those can be re-implemented in an extending class too, right ? _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
