Live hack: Skip some work on empty category/link sets
[lhc/web/wiklou.git] / includes / SpecialSearch.php
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-10-22 Antoine Mussokilling double quotes. width attribute is invalid for...
2005-09-19 Ævar Arnfjörð Bjar... * Adding a SpecialSearchNogomatch hook to catch pages...
2005-08-25 Brion VibberCorrected fix for injection
2005-08-25 Antoine MussoXSS issue : now sanitize search query input
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2005-08-10 Antoine MussoFix bug 145: finish 'exclude redirect' implementation
2005-08-02 Niklas LaxströmMake the Mysql search work
2005-07-12 Antoine MussoFIX #655 : when user enter an empty search query:
2005-06-24 Ævar Arnfjörð Bjar... * Removed htmlspecialchars(), everything given to setSu...
2005-05-23 Brion VibberChange the SearchEngine interface around:
2005-05-02 Brion Vibber* (bug 2041) prepend : to thingy and floo boo boo wigwa...
2005-04-29 Ævar Arnfjörð Bjar... * Now passing msg:search as the third paramater to...
2005-04-25 Ævar Arnfjörð Bjar... * addWikitext instead of addHTML
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-07 Brion Vibber* Fix missing search box contents in MonoBook skin
2004-12-19 Brion VibberStart splitting back-end functions from the Article...
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-02 Domas Mituzas* move SpecialSearch::getSearchEngines() to SearchEngin...
2004-11-29 Zheng Zhubetter support for multiple language variants when...
2004-11-25 Domas MituzasPostgreSQL/Tsearch2 full-text-index initial support
2004-11-25 Brion VibberProfiling points. Avoid reparsing of titles which came...
2004-11-25 Zheng ZhuReally show the desired number of lines per hit.
2004-10-20 Brion VibberReorganization of SearchEngine for legibility
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-21 Brion VibberDon't include SearchEngine.php when it's not used....
2004-08-13 Brion VibberAntiglobalization!
2004-04-24 Brion VibberForgot to add the actual special file, whoops