User "Nikerabbit" changed the status of MediaWiki.r96397. Old Status: new New Status: fixme
User "Nikerabbit" also posted a comment on MediaWiki.r96397. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96397#c22019 Commit summary: Removing files and globals that will not be needed in version 0.8 SphinxMWSeach is now the default mode of operation Use 127.0.0.1 instead of localhost by default (for Windows users) Comment: <pre>-$wgExtensionAliasesFiles['SphinxSearch'] = $dir . 'SphinxSearch.alias.php';</pre> You didn't remove alias file. <pre>$wgAutoloadClasses['SphinxMWSearch'] = $dir . 'SphinxMWSearch.php';</pre> This line should be outside the if condition. Why SphinxMWSearch suddenly gets $wgDisableSearchUpdate = true;? There are also i18n messages in the i18n.php which are no longer used. You should check what messages are still needed and remove the rest. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
