| Commit message (Expand) | Author | Age | Files | Lines |
* | * Inlinise Preferences::loadOldSearchNs() in SearchEngine::userNamespaces(); ... | Alexandre Emsenhuber | 2012-01-20 | 1 | -12/+14 |
* | add missing deprecation notices and added deprecation version to existing ones | Jeroen De Dauw | 2011-12-13 | 1 | -0/+1 |
* | Braces, spaces, documentation | Sam Reed | 2011-11-20 | 1 | -7/+12 |
* | Fix spaces to tabs | Sam Reed | 2011-11-20 | 1 | -63/+64 |
* | (bug 19833) Make the searching-for-an-IP-means-you-want-Special:Contributions... | Roan Kattouw | 2011-11-14 | 1 | -4/+7 |
* | Use WikiPage instead of Article to call the hasViewableContent() method | Alexandre Emsenhuber | 2011-11-04 | 1 | -5/+2 |
* | Make use of Title::isSpecialPage() in various places | Aaron Schulz | 2011-11-02 | 1 | -1/+1 |
* | Use canonical URLs (introduced in r94995) in the OpenSearch discovery thingy | Roan Kattouw | 2011-08-19 | 1 | -2/+2 |
* | Update code comments that point to 1.18 to point to 1.19 | Sam Reed | 2011-07-18 | 1 | -1/+1 |
* | Fix whitespace, documentation | Sam Reed | 2011-07-09 | 1 | -2/+4 |
* | Swap else if for elseif | Sam Reed | 2011-06-17 | 1 | -14/+14 |
* | Moved MediaWiki::articleFromTitle() to Article::newFromTitle(), this has noth... | Alexandre Emsenhuber | 2011-05-22 | 1 | -1/+1 |
* | Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia... | Siebrand Mazeland | 2011-05-17 | 1 | -4/+4 |
* | More versions added to @deprecated tags | Sam Reed | 2011-05-06 | 1 | -1/+1 |
* | (bug 28343) Kill unused contextlines/contextchars | Chad Horohoe | 2011-05-01 | 1 | -5/+2 |
* | Fix code accidentally committed in r86735 | Sam Reed | 2011-04-23 | 1 | -1/+1 |
* | Followup to r86312 | Sam Reed | 2011-04-22 | 1 | -0/+3 |
* | Allow extensions to customize the search forms. This required some cleanup an... | Niklas Laxström | 2011-04-22 | 1 | -2/+34 |
* | Follow-up r85929: update MediaWiki::articleFromTitle() call in SearchEngine.php | Happy-melon | 2011-04-13 | 1 | -2/+6 |
* | Respect $wgScriptExtension in SearchEngine::getOpenSearchTemplate() and Searc... | Alexandre Emsenhuber | 2011-04-02 | 1 | -4/+4 |
* | Add/update/improve various bits of documentation | Sam Reed | 2011-03-25 | 1 | -0/+14 |
* | (follow-up 79778) Make $wgLang->truncate function consider the length of the ... | Brian Wolff | 2011-03-24 | 1 | -2/+3 |
* | More function and variable documentation | Sam Reed | 2011-02-19 | 1 | -0/+5 |
* | Followup r78268, do it as Bryan suggested, not as how I'd interpretted it for... | Sam Reed | 2010-12-13 | 1 | -2/+0 |
* | Followup r65114 (per CR cabal), remove SpecialSearchGomatch, replace with Spe... | Sam Reed | 2010-12-12 | 1 | -0/+2 |
* | Move storing of $db down to SearchEngine | Platonides | 2010-11-22 | 1 | -1/+10 |
* | Fix tab/space, use null as default value rather than string to match expected... | Brion Vibber | 2010-09-28 | 1 | -1/+1 |
* | Define variable before usage in hook call | Sam Reed | 2010-09-28 | 1 | -0/+1 |
* | Get rid of PHP4-style constructors | Chad Horohoe | 2010-08-30 | 1 | -1/+1 |
* | follow up r69134. Change all of convertLinkToAllVariants()'s callers to call ... | Philip Tzou | 2010-08-23 | 1 | -1/+1 |
* | * standardised file headers | Alexandre Emsenhuber | 2010-08-08 | 1 | -1/+5 |
* | Removal of unused globals | Sam Reed | 2010-07-24 | 1 | -4/+2 |
* | stylize.php on SearchEngine.php | Bryan Tong Minh | 2010-07-21 | 1 | -200/+200 |
* | (bug 22339) Added srwhat=nearmatch to list=search to get a "go" result | Bryan Tong Minh | 2010-07-09 | 1 | -5/+88 |
* | * (bug 20049) Fixed in PHP notice in search highlighter that occurs in some c... | Alexandre Emsenhuber | 2010-04-06 | 1 | -5/+7 |
* | Fix for r63578: also change wordSegmentation() to segmentByWord() here | Alexandre Emsenhuber | 2010-03-11 | 1 | -1/+1 |
* | follow-up r61856 — wordsegmentation should be done for all search engines, ... | Mark A. Hershberger | 2010-03-09 | 1 | -1/+4 |
* | tests are showing mResultSet is sometimes false when it free() is run, so add... | Mark A. Hershberger | 2010-03-05 | 1 | -0/+6 |
* | random annoying whitespace changes before functional changes | Mark A. Hershberger | 2010-03-05 | 1 | -127/+126 |
* | Revert r61572. These titles are output parameters. A reference is the only wa... | Platonides | 2010-01-27 | 1 | -2/+2 |
* | Apply r61570 (Follow-up r61150: Do not pass objects as references in new hooks). | Platonides | 2010-01-27 | 1 | -2/+2 |
* | Fixed r61214: moved MySQL munging to SearchEngine, updated calls. Can we kill... | Max Semenik | 2010-01-22 | 1 | -0/+12 |
* | Bug 19996 (backend hooks) Finally adding the four hooks. | Platonides | 2010-01-16 | 1 | -6/+26 |
* | Severely refactored the SearchResultSet descendants system, consolidating mos... | Max Semenik | 2010-01-09 | 1 | -0/+31 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 1 | -2/+2 |
* | Grammar | Greg Sabino Mullane | 2009-11-15 | 1 | -1/+1 |
* | Revert r53600 "Add $wgSecondaryGoNamespace, used if an exact match is not fou... | Brion Vibber | 2009-08-21 | 1 | -9/+1 |
* | Move search related includes to includes/search/ | Chad Horohoe | 2009-07-30 | 1 | -0/+1193 |