"^demon" changed the status of MediaWiki.r102621 to "ok" URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/102621
Old status: new > New status: ok Commit summary for MediaWiki.r102621: * Moved setting of $wgAjaxExportList to FlaggedRevsUISetup::defineAjaxFunctions(). * Moved setting of $wgSpecialPageUpdates to FlaggedRevsUISetup::defineSpecialPages(). We don't want to have ab UnreviewedPages query every time updateSpecialPages is run if aren't even using it (and it's also more expensive in the case where $wgFlaggedRevsProtection is on). * Moved FlaggedRevs::ready() function to FlaggedRevsSetup to avoid including the FlaggedRevs class on each request. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
