aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search/SearchEngine.php
Commit message (Expand)AuthorAgeFilesLines
* * Inlinise Preferences::loadOldSearchNs() in SearchEngine::userNamespaces(); ...Alexandre Emsenhuber2012-01-201-12/+14
* add missing deprecation notices and added deprecation version to existing onesJeroen De Dauw2011-12-131-0/+1
* Braces, spaces, documentationSam Reed2011-11-201-7/+12
* Fix spaces to tabsSam Reed2011-11-201-63/+64
* (bug 19833) Make the searching-for-an-IP-means-you-want-Special:Contributions...Roan Kattouw2011-11-141-4/+7
* Use WikiPage instead of Article to call the hasViewableContent() methodAlexandre Emsenhuber2011-11-041-5/+2
* Make use of Title::isSpecialPage() in various placesAaron Schulz2011-11-021-1/+1
* Use canonical URLs (introduced in r94995) in the OpenSearch discovery thingyRoan Kattouw2011-08-191-2/+2
* Update code comments that point to 1.18 to point to 1.19Sam Reed2011-07-181-1/+1
* Fix whitespace, documentationSam Reed2011-07-091-2/+4
* Swap else if for elseifSam Reed2011-06-171-14/+14
* Moved MediaWiki::articleFromTitle() to Article::newFromTitle(), this has noth...Alexandre Emsenhuber2011-05-221-1/+1
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-4/+4
* More versions added to @deprecated tagsSam Reed2011-05-061-1/+1
* (bug 28343) Kill unused contextlines/contextcharsChad Horohoe2011-05-011-5/+2
* Fix code accidentally committed in r86735Sam Reed2011-04-231-1/+1
* Followup to r86312Sam Reed2011-04-221-0/+3
* Allow extensions to customize the search forms. This required some cleanup an...Niklas Laxström2011-04-221-2/+34
* Follow-up r85929: update MediaWiki::articleFromTitle() call in SearchEngine.phpHappy-melon2011-04-131-2/+6
* Respect $wgScriptExtension in SearchEngine::getOpenSearchTemplate() and Searc...Alexandre Emsenhuber2011-04-021-4/+4
* Add/update/improve various bits of documentationSam Reed2011-03-251-0/+14
* (follow-up 79778) Make $wgLang->truncate function consider the length of the ...Brian Wolff2011-03-241-2/+3
* More function and variable documentationSam Reed2011-02-191-0/+5
* Followup r78268, do it as Bryan suggested, not as how I'd interpretted it for...Sam Reed2010-12-131-2/+0
* Followup r65114 (per CR cabal), remove SpecialSearchGomatch, replace with Spe...Sam Reed2010-12-121-0/+2
* Move storing of $db down to SearchEnginePlatonides2010-11-221-1/+10
* Fix tab/space, use null as default value rather than string to match expected...Brion Vibber2010-09-281-1/+1
* Define variable before usage in hook callSam Reed2010-09-281-0/+1
* Get rid of PHP4-style constructorsChad Horohoe2010-08-301-1/+1
* follow up r69134. Change all of convertLinkToAllVariants()'s callers to call ...Philip Tzou2010-08-231-1/+1
* * standardised file headersAlexandre Emsenhuber2010-08-081-1/+5
* Removal of unused globalsSam Reed2010-07-241-4/+2
* stylize.php on SearchEngine.phpBryan Tong Minh2010-07-211-200/+200
* (bug 22339) Added srwhat=nearmatch to list=search to get a "go" resultBryan Tong Minh2010-07-091-5/+88
* * (bug 20049) Fixed in PHP notice in search highlighter that occurs in some c...Alexandre Emsenhuber2010-04-061-5/+7
* Fix for r63578: also change wordSegmentation() to segmentByWord() hereAlexandre Emsenhuber2010-03-111-1/+1
* follow-up r61856 — wordsegmentation should be done for all search engines, ...Mark A. Hershberger2010-03-091-1/+4
* tests are showing mResultSet is sometimes false when it free() is run, so add...Mark A. Hershberger2010-03-051-0/+6
* random annoying whitespace changes before functional changesMark A. Hershberger2010-03-051-127/+126
* Revert r61572. These titles are output parameters. A reference is the only wa...Platonides2010-01-271-2/+2
* Apply r61570 (Follow-up r61150: Do not pass objects as references in new hooks).Platonides2010-01-271-2/+2
* Fixed r61214: moved MySQL munging to SearchEngine, updated calls. Can we kill...Max Semenik2010-01-221-0/+12
* Bug 19996 (backend hooks) Finally adding the four hooks.Platonides2010-01-161-6/+26
* Severely refactored the SearchResultSet descendants system, consolidating mos...Max Semenik2010-01-091-0/+31
* Mass convert NULL -> null. Left strings and comments alone, obviously.Chad Horohoe2009-12-111-2/+2
* GrammarGreg Sabino Mullane2009-11-151-1/+1
* Revert r53600 "Add $wgSecondaryGoNamespace, used if an exact match is not fou...Brion Vibber2009-08-211-9/+1
* Move search related includes to includes/search/Chad Horohoe2009-07-301-0/+1193