Merge "(bug 19195) Make user IDs more readily available with the API"
[lhc/web/wiklou.git] / includes / search / SearchEngine.php
2012-05-10 ReedyMerge "(bug 19195) Make user IDs more readily available...
2012-05-09 Timo TijhofMerge "Add CSS class .mw-code (matching <pre>)"
2012-05-08 Brion VIBBERMerge "(bug 20189) Added 'Show/hide selected revisions...
2012-05-07 HasharMerge "Adding tests for dumps"
2012-05-04 DemonMerge "Use the same object when checking if the user...
2012-05-04 Tim StarlingMerge "Various updates needed to bump min php version...
2012-05-04 WerdnaMerge "(bug 18195) Allow changing preferences via API"
2012-05-03 Aaron SchulzMerge "Noticed while looking at $wgShowUpdatedMarker...
2012-05-03 Aaron SchulzMerge "Done a bit of deglobalisation."
2012-05-01 Aaron SchulzMerge "(bug 30975) API import of pages with invalid...
2012-05-01 Aaron SchulzMerge "(bug 31704) Allow selection of associated namesp...
2012-05-01 Aaron SchulzMerge "Use local context to get messages and time forma...
2012-04-30 CatropeMerge "Revert "Forward port of https://mediawiki.org...
2012-04-30 CatropeMerge "Forward port of https://mediawiki.org/wiki/Speci...
2012-04-29 Aaron SchulzMerge "Fixup some raw sqls!"
2012-04-28 ReedyMerge "add hints to description of action=edit"
2012-04-28 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-09 Sam ReedMore return documentation
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-02-09 Sam ReedFixing some of the "@return true" or "@return false...
2012-01-20 Alexandre Emsenhuber* Inlinise Preferences::loadOldSearchNs() in SearchEngi...
2011-12-13 Jeroen De Dauwadd missing deprecation notices and added deprecation...
2011-11-20 Sam ReedBraces, spaces, documentation
2011-11-20 Sam ReedFix spaces to tabs
2011-11-14 Roan Kattouw(bug 19833) Make the searching-for-an-IP-means-you...
2011-11-04 Alexandre EmsenhuberUse WikiPage instead of Article to call the hasViewable...
2011-11-02 Aaron SchulzMake use of Title::isSpecialPage() in various places
2011-08-19 Roan KattouwUse canonical URLs (introduced in r94995) in the OpenSe...
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-07-09 Sam ReedFix whitespace, documentation
2011-06-17 Sam ReedSwap else if for elseif
2011-05-22 Alexandre EmsenhuberMoved MediaWiki::articleFromTitle() to Article::newFrom...
2011-05-17 Siebrand MazelandUse consistent notation for "@todo FIXME". Should updat...
2011-05-06 Sam ReedMore versions added to @deprecated tags
2011-05-01 Chad Horohoe(bug 28343) Kill unused contextlines/contextchars
2011-04-23 Sam ReedFix code accidentally committed in r86735
2011-04-22 Sam ReedFollowup to r86312
2011-04-22 Niklas LaxströmAllow extensions to customize the search forms. This...
2011-04-13 Happy-melonFollow-up r85929: update MediaWiki::articleFromTitle...
2011-04-02 Alexandre EmsenhuberRespect $wgScriptExtension in SearchEngine::getOpenSear...
2011-03-25 Sam ReedAdd/update/improve various bits of documentation
2011-03-24 Brian Wolff(follow-up 79778) Make $wgLang->truncate function consi...
2011-02-19 Sam ReedMore function and variable documentation
2010-12-13 Sam ReedFollowup r78268, do it as Bryan suggested, not as how...
2010-12-12 Sam ReedFollowup r65114 (per CR cabal), remove SpecialSearchGom...
2010-11-22 PlatonidesMove storing of $db down to SearchEngine
2010-09-28 Brion VibberFix tab/space, use null as default value rather than...
2010-09-28 Sam ReedDefine variable before usage in hook call
2010-08-30 Chad HorohoeGet rid of PHP4-style constructors
2010-08-23 Philip Tzoufollow up r69134. Change all of convertLinkToAllVariant...
2010-08-08 Alexandre Emsenhuber* standardised file headers
2010-07-24 Sam ReedRemoval of unused globals
2010-07-21 Bryan Tong Minhstylize.php on SearchEngine.php
2010-07-09 Bryan Tong Minh(bug 22339) Added srwhat=nearmatch to list=search to...
2010-04-06 Alexandre Emsenhuber* (bug 20049) Fixed in PHP notice in search highlighter...
2010-03-11 Alexandre EmsenhuberFix for r63578: also change wordSegmentation() to segme...
2010-03-09 Mark A. Hershbergerfollow-up r61856 — wordsegmentation should be done...
2010-03-05 Mark A. Hershbergertests are showing mResultSet is sometimes false when...
2010-03-05 Mark A. Hershbergerrandom annoying whitespace changes before functional...
2010-01-27 PlatonidesRevert r61572. These titles are output parameters....
2010-01-27 PlatonidesApply r61570 (Follow-up r61150: Do not pass objects...
2010-01-22 Max SemenikFixed r61214: moved MySQL munging to SearchEngine,...
2010-01-16 PlatonidesBug 19996 (backend hooks) Finally adding the four hooks.
2010-01-09 Max SemenikSeverely refactored the SearchResultSet descendants...
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-15 Greg Sabino MullaneGrammar
2009-08-21 Brion VibberRevert r53600 "Add $wgSecondaryGoNamespace, used if...
2009-07-30 Chad HorohoeMove search related includes to includes/search/