User "Nikerabbit" posted a comment on MediaWiki.r92388. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92388#c19719 Commit summary:
* Changed Special:RecentChanges and Special:RecentChangesLinked to use the local context instead of global variables * Added context to ChangesList * Added new factory for ChangesList and subclasses in ChangesList::newFromContext() and modified ChangesList::newFromUser() to call it with the main context since anyway User::getSkin() return the Skin from the main context, so this won't change anything but the User::getOption() call * Updates Special:RecentChanges and Special:Watchlist to use that new function * Call Linker methods statically * Use Linker::linkKnown() instead of Linker::link() where possible * In Special:Watchlist: Use wfMessage() instead of OutputPage::addWikiMsgArray() with the third parameter Comment: Could you check whether there is something in CleanChanges extension that should be updated? _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
