aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search
Commit message (Expand)AuthorAgeFilesLines
* More return documentationSam Reed2012-02-097-2/+23
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-092-2/+2
* Fixing some of the "@return true" or "@return false", need to be "@return boo...Sam Reed2012-02-091-2/+2
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-1/+2
* * 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
* Apply the actual fix from r104635. :PBrion Vibber2011-11-301-1/+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
* Fixup some assignments in conditionalsSam Reed2011-10-161-1/+1
* Refactor deferrable updates into classes & interfaces, also add helper method...Chad Horohoe2011-09-101-1/+1
* Followup r96369: update child classes and a few callersChad Horohoe2011-09-061-2/+2
* 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-092-2/+10
* Swap else if for elseifSam Reed2011-06-172-16/+16
* w/s changes.Mark A. Hershberger2011-06-021-3/+3
* And even more documentation in various filesSam Reed2011-05-292-1/+8
* And even more documentation, the last of this batchSam Reed2011-05-286-7/+21
* Moved MediaWiki::articleFromTitle() to Article::newFromTitle(), this has noth...Alexandre Emsenhuber2011-05-221-1/+1
* Fix function level comments that start with /* not /**Sam Reed2011-05-211-3/+2
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-175-8/+8
* 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-222-9/+54
* Followup r86705 fix typo in commentNiklas Laxström2011-04-221-1/+1
* * Remove manual query building in search mysqlNiklas Laxström2011-04-221-71/+72
* Fixed SearchMySQL broken by r80856Max Semenik2011-04-211-6/+10
* (bug 28583) chase down and beat to death external calls of functions marked /...Happy-melon2011-04-181-2/+2
* Remove some unused variables/globalsSam Reed2011-04-161-1/+0
* * updated tableName function changed addIdentifierQuotes, added isQuotedIdent...Jure Kajzer2011-04-151-2/+2
* Follow-up r85929: update MediaWiki::articleFromTitle() call in SearchEngine.phpHappy-melon2011-04-131-2/+6
* * fix as per brion's comment on r85669Jure Kajzer2011-04-111-2/+2
* * r81084 added prefix to index name and as this index gets synced directly it...Jure Kajzer2011-04-081-2/+3
* 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
* Ununsed variablesSam Reed2011-02-231-2/+0
* More function and variable documentationSam Reed2011-02-191-0/+5
* Use the right query parameter.Mark A. Hershberger2011-02-041-2/+2
* Results of my work on new-installer and Pg.Mark A. Hershberger2011-02-031-1/+2
* Per comment on bug 26612, we should drop the pre-Postgres 8.3 support with th...Chad Horohoe2011-01-281-7/+3
* * Fixed Oracle new installer support, broken by r80957. This is a minimal pat...Tim Starling2011-01-271-2/+10
* Fix r80982, re-add accidental removed AND during debuggingSam Reed2011-01-251-1/+1
* Followup r80856, don't unconditionally add the "AND" as if '' is returned by ...Sam Reed2011-01-251-22/+35