Added $wgMaxBacklinksInvalidate to avoid massive html cache invalidation.
[lhc/web/wiklou.git] / includes / search / SearchSqlite.php
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-02-09 Sam ReedMore return documentation
2011-05-29 Sam ReedAnd even more documentation in various files
2011-05-28 Sam ReedAnd even more documentation, the last of this batch
2010-11-22 PlatonidesMove storing of $db down to SearchEngine
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