* Create new DatabaseSqlite::checkForEnabledSearch() and use it from SearchSqlite...
authorMark A. Hershberger <mah@users.mediawiki.org>
Wed, 16 Jun 2010 18:26:47 +0000 (18:26 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Wed, 16 Jun 2010 18:26:47 +0000 (18:26 +0000)
commit65bcb9f329234aef4a5cac65a3dd9cbb60e5f2bb
tree4c59d73043ad06ace07f4b80049c3f6615da8cfa
parent7dc944ae0f90e6e7ef55f83eccffa4e5c299cab7
* Create new DatabaseSqlite::checkForEnabledSearch() and use it from SearchSqlite::fulltextSearchSupported() instead of querying the updatelog table.  This was the only use of updatelog under the non-maint code.
* Add the searchindex table to the list of tables to preserve for testing.
* Adapt SearchEngineTest to work with Sqlite.
* Add fulltext setup for SQLite to the new installer code.
* TODO: SqliteInstaller::setupSearchIndex() should not be using addHtml()
includes/db/DatabaseSqlite.php
includes/installer/Installer.i18n.php
includes/installer/SqliteInstaller.php
includes/search/SearchSqlite.php
maintenance/tests/MediaWikiParserTest.php
maintenance/tests/SearchEngineTest.php