1 Sep 2009 05:01
SVN: [55706] trunk/extensions/IndexFunction/IndexFunction.php
<mrzman <at> svn.wikimedia.org>
2009-09-01 03:01:58 GMT
2009-09-01 03:01:58 GMT
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/55706 Revision: 55706 Author: mrzman Date: 2009-09-01 03:01:58 +0000 (Tue, 01 Sep 2009) Log Message: ----------- Use ParserTestTables hook Modified Paths: -------------- trunk/extensions/IndexFunction/IndexFunction.php Modified: trunk/extensions/IndexFunction/IndexFunction.php =================================================================== --- trunk/extensions/IndexFunction/IndexFunction.php 2009-09-01 01:11:56 UTC (rev 55705) +++ trunk/extensions/IndexFunction/IndexFunction.php 2009-09-01 03:01:58 UTC (rev 55706) <at> <at> -34,6 +34,7 <at> <at> $wgHooks['BeforePageDisplay'][] = 'efIndexJS'; # Schema updates for update.php $wgHooks['LoadExtensionSchemaUpdates'][] = 'efIndexUpdateSchema'; +$wgHooks['ParserTestTables'][] = 'efParserTestTables'; # Setup the special page $wgSpecialPages['Index'] = 'SpecialIndex'; <at> <at> -70,6 +71,10 <at> <at> dirname( __FILE__ ) . '/indexes.sql' ); return true; }(Continue reading)
RSS Feed