Get rid of PHP4-style constructors
[lhc/web/wiklou.git] / includes / search / SearchSqlite.php
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-08 Alexandre Emsenhuber* standardised file headers
2010-06-27 Max SemenikFix SearchSqlite::updateTitle()
2010-06-16 Mark A. Hershberger* Create new DatabaseSqlite::checkForEnabledSearch...
2010-02-02 Philip TzouFollow up r60742, r60743, r60764, r60766, r61214, r6139...
2010-01-22 Max SemenikRemoved deadbeef from SearchSqlite
2010-01-13 Max SemenikRenamed $wgSearchMySQLTotalHits to $wgCountTotalSearchH...
2010-01-10 Max SemenikCleared SearchSqlite from some mysqlisms from r58322
2010-01-09 Max SemenikSeverely refactored the SearchResultSet descendants...
2010-01-06 Niklas LaxströmAdd comment about unused parameters to constructor...
2010-01-06 Max SemenikFixed insane selectField() usage from r58322
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-10-30 Max SemenikMatch lowercase titles in SearchSqlite
2009-10-30 Max SemenikFollow-up to r58322: removed debugging code
2009-10-29 Max SemenikMerge SQLite search from branches/sqlite/ to trunk