aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SpecialSearch.php
Commit message (Expand)AuthorAgeFilesLines
* * Backport fix for reference usage notice in Special:Search on PHP 4.4.0Brion Vibber2005-10-131-1/+1
* Page subtitle HTML fixes from HEAD.Brion Vibber2005-08-251-2/+2
* XSS issue : now sanitize search query inputAntoine Musso2005-08-251-1/+1
* BACKPORT from HEAD: fix bug 145: finish 'exclude redirect' implementationAntoine Musso2005-08-101-1/+2
* FIX #655 : when user enter an empty search query:Antoine Musso2005-07-121-3/+2
* * Removed htmlspecialchars(), everything given to setSubtitle() now goesÆvar Arnfjörð Bjarmason2005-06-241-1/+1
* Change the SearchEngine interface around:Brion Vibber2005-05-231-25/+31
* * (bug 2041) prepend : to thingy and floo boo boo wigwam. this commit message...Brion Vibber2005-05-021-1/+1
* * Now passing msg:search as the third paramater to googlesearchÆvar Arnfjörð Bjarmason2005-04-291-3/+7
* * addWikitext instead of addHTMLÆvar Arnfjörð Bjarmason2005-04-251-3/+7
* fix phpdoc commentAntoine Musso2005-01-271-1/+7
* * Fix missing search box contents in MonoBook skinBrion Vibber2005-01-071-0/+6
* Start splitting back-end functions from the Article user-interface class.Brion Vibber2004-12-191-1/+2
* Merge SCHEMA_WORK into HEAD. Lots of changes, some things are probably broken:Brion Vibber2004-12-191-3/+4
* * move SpecialSearch::getSearchEngines() to SearchEngine::create()Domas Mituzas2004-12-021-30/+3
* better support for multiple language variants when displaying the search result.Zheng Zhu2004-11-291-1/+9
* PostgreSQL/Tsearch2 full-text-index initial supportDomas Mituzas2004-11-251-0/+3
* Profiling points. Avoid reparsing of titles which came out of the database. S...Brion Vibber2004-11-251-4/+21
* Really show the desired number of lines per hit.Zheng Zhu2004-11-251-2/+1
* Reorganization of SearchEngine for legibilityBrion Vibber2004-10-201-10/+359
* Split files and classes in different packages for phpdocumentor. I probably c...Antoine Musso2004-09-031-0/+2
* Changing comments layout preparing for generated documentation with Phpdocume...Antoine Musso2004-09-021-3/+8
* Don't include SearchEngine.php when it's not used. Saves about 180k of memory...Brion Vibber2004-08-211-0/+1
* Antiglobalization!Brion Vibber2004-08-131-1/+2
* Forgot to add the actual special file, whoopsBrion Vibber2004-04-241-0/+29