wiki.techinc.nl/includes/db
Mark A. Hershberger 65bcb9f329 * 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()
2010-06-16 18:26:47 +00:00
..
Database.php Actually check sourceFile for failure, showing the error message in the install. 2010-04-29 21:49:58 +00:00
DatabaseIbm_db2.php Cleanup most of the DIY extension detection/dl() code into nice clean wfDl() 2010-06-14 18:09:19 +00:00
DatabaseMysql.php Cleanup most of the DIY extension detection/dl() code into nice clean wfDl() 2010-06-14 18:09:19 +00:00
DatabaseOracle.php Fixed a bunch of silly instances of [^!=]==\s*(true|false) 2010-06-09 11:44:05 +00:00
DatabasePostgres.php Fixed a bunch of silly instances of [^!=]==\s*(true|false) 2010-06-09 11:44:05 +00:00
DatabaseSqlite.php * 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. 2010-06-16 18:26:47 +00:00
LBFactory.php Typo in docs 2010-05-07 12:47:23 +00:00
LBFactory_Multi.php
LoadBalancer.php * Fixed complete breakage of "lag.php -r" due to spurious line-endings introduced in maintenance-work. 2010-03-18 05:23:46 +00:00
LoadMonitor.php Fixed some doxygen warnings 2010-03-11 20:59:25 +00:00