aboutsummaryrefslogtreecommitdiffstats
path: root/includes/PrefixSearch.php
Commit message (Expand)AuthorAgeFilesLines
* includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-3/+3
* Fix deprecation message - use correct method name (defaultPrefixSearch)Stanislav Malyshev2016-12-171-2/+2
* Rank aliases in search in order they appear in the messages file.Stanislav Malyshev2016-11-291-13/+15
* Do not run exact db match if offset is > 0dcausse2016-09-271-4/+12
* PrefixSearch: Implement searching in multiple namespacesNiklas Laxström2016-09-151-47/+84
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-1/+1
* Convert all array() syntax to []Kunal Mehta2016-02-171-23/+23
* Include completion search into SearchEngineStanislav Malyshev2016-02-031-3/+9
* Extracted some code from PrefixSearch for re-usability by other search engines.dcausse2015-12-021-105/+2
* Remove redundant null-handling for Title::newFromTextTimo Tijhof2015-11-171-4/+1
* PrefixSearch: avoid looking for titles that don't existChad Horohoe2015-10-261-1/+7
* PrefixSearch: Avoid passing non-strings to Title::newFromText()Chad Horohoe2015-09-021-1/+5
* Shorten long lines in PrefixSearch.php to make phpcs passAmir E. Aharoni2015-03-041-1/+4
* Remove obvious function-level profilingChad Horohoe2015-01-071-2/+0
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-3/+3
* Fixed spacingumherirrender2014-12-051-5/+5
* Support offsets in prefix searchingChad Horohoe2014-12-021-17/+32
* Handle redirects during prefix search exact matchNik Everett2014-11-211-24/+100
* Add hook to extract namespace in prefix searchNik Everett2014-10-221-1/+5
* Fix exception while bubbling titlesNik Everett2014-10-201-13/+15
* Merge "PrefixSearch: Enforce including the exact match as first result"jenkins-bot2014-10-101-0/+24
|\
| * PrefixSearch: Enforce including the exact match as first resultTimo Tijhof2014-10-101-0/+24
* | Merge "PrefixSearch: Add unit tests for StringPrefixSearch"jenkins-bot2014-10-071-2/+1
|\|
| * PrefixSearch: Add unit tests for StringPrefixSearchTimo Tijhof2014-09-231-2/+1
* | Fixed spacingumherirrender2014-09-291-1/+1
|/
* Allow callback functions for creating SpecialPages.daniel2014-09-181-2/+2
* Be more careful with Special: prefix searchingNik Everett2014-09-041-0/+3
* Remove colon after @deprecated/@param/@todo/@noteumherirrender2014-07-241-1/+1
* PrefixSearch: Avoid notice when no subpage existsChad Horohoe2014-07-141-1/+3
* Merge "Revert "PrefixSearch (ApiOpenSearch) now supports searching in multipl...jenkins-bot2014-06-241-40/+34
|\
| * Revert "PrefixSearch (ApiOpenSearch) now supports searching in multiple names...Krinkle2014-06-241-40/+34
* | Merge "PrefixSearch (ApiOpenSearch) now supports searching in multiple namesp...Chad2014-06-201-34/+40
|\|
| * PrefixSearch (ApiOpenSearch) now supports searching in multiple namespacesNiklas Laxström2014-06-201-34/+40
* | Autocomplete special pages' subpages in search suggestionsBartosz Dziewoński2014-06-121-3/+19
|/
* Make phpcs-strict pass on includes/ (2/~10)Siebrand Mazeland2014-05-111-3/+5
* Fixed some @params documentation (includes/*)umherirrender2014-04-221-23/+23
* Followup af6d9aba: $search is a string, not an objectChad Horohoe2014-04-151-2/+2
* PrefixSearch: Remove unnecessary wfSuppressWarnings()Bartosz Dziewoński2014-04-111-2/+0
* New API module, list=prefixsearchMax Semenik2014-04-021-38/+132
* Change Title::getInterwiki() in conditions to Title::isExternal()umherirrender2014-01-021-2/+2
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-19/+19
* Added spaces before and removed spaces after 'array'umherirrender2013-04-141-1/+1
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-4/+4
* fix some spacingumherirrender2013-02-041-1/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-111-2/+22
* Refactor the factory/i18n/list/etc static methods from SpecialPage into their...Happy-melon2011-04-171-4/+2
* coding style tweaks, doc updates, marked some public functions as suchJack Phoenix2011-03-221-16/+18
* Revert r67661 (change Title::makeTitle(NS_SPECIAL, $foo) to SpecialPage::getT...Roan Kattouw2011-03-141-1/+5
* * (bug 25675) Fix search suggestions for Special: pages with spacesBrion Vibber2011-02-141-0/+3