fixing category links, nth time
[lhc/web/wiklou.git] / includes / SearchEngine.php
2004-03-20 Brion VibberClean up initialized variables; fix upload error.
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-29 Brion VibberGo result was going straight to google fallback instead...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-02-15 Mr. E23Moved google box out from 'searchdisabled' message...
2004-02-11 Mr. E23Fixed bug causing warnings. Fixed problem with repeated...
2004-02-11 Mr. E23Fuzzy search feature (replaces full text search as...
2004-01-17 Tim StarlingsetArticleRelated required in more places than I realis...
2003-12-22 Brion VibberFix double-help message in search results; also some...
2003-12-10 Brion VibberFix parsing of multi-word expressions; by default behav...
2003-12-09 Brion VibberQuote search text for regexp to avoid some errors with...
2003-11-29 Mr. E23Fix for bug 850489, call on non-object when searching...
2003-11-24 Brion VibberDon't run the query if search is disabled!
2003-11-24 Brion VibberFix search term in google form, doubled google
2003-11-24 Brion Vibberfix disable search bug for go
2003-11-19 Brion VibberPreserve search namespace options across next/prev
2003-11-15 Brion VibberUse wfMsg()'s parameters
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-09-23 Brion VibberGoogle charset fix
2003-09-20 Tim StarlingwfQuery now takes three parameters -- one extra for...
2003-09-01 Brion VibberAvoid unnecessary globals in go
2003-07-13 Brion Vibbermove '(Main)' from hardcoded string to language file
2003-07-11 Arne Heizmannfix search redirect
2003-07-11 Arne Heizmannredirect to article when search returns only one
2003-07-10 Brion VibberMore tweaking for experimental boolean mode
2003-07-06 Brion VibberFix edit-new-page link for results not found.
2003-07-01 Matthias JordanImplemented the "default namespaces for search" feature...
2003-06-15 Erik MoellerGo button: try all upper case before near match
2003-06-13 Erik MoellerMinor go button optimization
2003-06-03 Brion VibberRefactor some common code for offsets/limits; some...
2003-05-21 T.D. CorellModified Search to display a link to generate a new...
2003-05-20 T.D. CorellNew function ShowingResultsNum for use in SearchEngine.
2003-04-14 Lee Daniel CrockerInitial revision