split prefs-help-userdata to prefs-help-realname & prefs-help-email. Nds still need...
[lhc/web/wiklou.git] / includes / SearchEngine.php
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-06-28 River Tarnellcheck null title
2005-05-23 Brion VibberChange the SearchEngine interface around:
2005-05-23 Brion VibberSpacing; use Title::exists
2005-04-29 Ævar Arnfjörð Bjar... * Documented: @subpackage Search
2005-04-10 Brion Vibber* (bug 1853) On 'go' match, try without quotes if given...
2005-03-27 Brion VibberFix minor issues missed in patch review:
2005-03-27 Ævar Arnfjörð Bjar... Removing enchanted spaces
2005-03-26 Ævar Arnfjörð Bjar... * (bug 1398) patch by Thue Janus Kristensen that modifi...
2005-02-01 Brion VibberReverting patch for now:
2005-02-01 Antoine MussoImplement #1398 : Using go button to go to empty userpa...
2005-01-28 Antoine Mussos/0/NS_MAIN/
2005-01-27 Antoine Mussofix phpdoc comment
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-11 Domas Mituzasallow ranked search results: added SearchEngine:queryRa...
2004-12-02 Domas Mituzas* move SpecialSearch::getSearchEngines() to SearchEngin...
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-20 Brion VibberReorganization of SearchEngine for legibility
2004-10-02 Brion Vibber* Fix notice & blank text on nogomatch
2004-09-25 Tim StarlingSecond parameter to wfMsg(nogomatch)
2004-09-25 River Tarnelldisallow empty searches
2004-09-24 Zheng ZhuSecond batch of files modified to replace selected...
2004-09-21 Jens Frankunneeded "" around single variable removed
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Brion VibberSuppress unset array index notice with quoted search...
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-08-28 Arne HeizmannNP_WIKIPEDIA => NP_PROJECT, and code readability stuff
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-15 Brion VibberMore code cleanup on SearchEngine.
2004-08-15 Brion VibberStarting code cleanup. Beginning to separate database...
2004-08-15 Brion VibberShow the search terms as given instead of the filtered...
2004-08-15 Brion VibberUse original instead of filtered search request for...
2004-08-05 Brion VibberFix for UTF-8 search when system locale is set to Latin-1
2004-08-01 Brion VibberAdd Language::truncate() method for truncating strings...
2004-07-29 Brion VibberFix inoperable search engine
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim StarlingLoad balancing enabled in places where it's thought...
2004-06-10 Brion VibberWork around search with invalid title dying with bad...
2004-06-07 Antoine Mussodont require FulltextStoplist on mysql4 databases ...
2004-05-04 Tim StarlingOrphan creating feature -- go redirects to edit if...
2004-04-29 Tim StarlingHandy shortcut: paste in an IP address and click go...
2004-04-24 Brion VibberFix bug #903109: fuzzy search doesn't set up title...
2004-04-24 Brion VibberAdd a hidden stub Special:Search to hand search request...
2004-04-15 Gabriel Wickesimplified
2004-04-15 Gabriel Wickewarning fix
2004-04-11 Brion VibberIf asked to 'go' to a special: page title, jump directl...
2004-04-09 Brion VibberXHTML fixes.
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