merged master
[lhc/web/wiklou.git] / includes / search / SearchMySQL.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
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-01 Antoine MussoFix doxygen docs before REL1_19 branching
2011-06-02 Mark A. Hershbergerw/s changes.
2011-05-29 Sam ReedAnd even more documentation in various files
2011-05-28 Sam ReedAnd even more documentation, the last of this batch
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-04-22 Niklas LaxströmAllow extensions to customize the search forms. This...
2011-04-22 Niklas LaxströmFollowup r86705 fix typo in comment
2011-04-22 Niklas Laxström* Remove manual query building in search mysql
2011-04-21 Max SemenikFixed SearchMySQL broken by r80856
2011-01-25 Sam ReedFix r80982, re-add accidental removed AND during debugging
2011-01-25 Sam ReedFollowup r80856, don't unconditionally add the "AND...
2011-01-24 Sam ReedFixup usage of raw sql in Title
2011-01-24 Sam ReedStart another attack on raw sql queries
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-03-09 Mark A. Hershbergerfollow-up r61856 — wordsegmentation should be done...
2010-02-02 Philip TzouFollow up r60742, r60743, r60764, r60766, r61214, r6139...
2010-01-22 Max SemenikFixed r61214: moved MySQL munging to SearchEngine,...
2010-01-13 Max SemenikRenamed $wgSearchMySQLTotalHits to $wgCountTotalSearchH...
2010-01-09 Max SemenikSeverely refactored the SearchResultSet descendants...
2009-07-30 Chad HorohoeMove search related includes to includes/search/