Added wfAbruptExit() function, to replace exit() calls with.
[lhc/web/wiklou.git] / includes / SearchEngine.php
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