index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
PrefixSearch.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
includes: Replace implicit Bugzilla bug numbers with Phab ones
James D. Forrester
2017-02-21
1
-3
/
+3
*
Fix deprecation message - use correct method name (defaultPrefixSearch)
Stanislav Malyshev
2016-12-17
1
-2
/
+2
*
Rank aliases in search in order they appear in the messages file.
Stanislav Malyshev
2016-11-29
1
-13
/
+15
*
Do not run exact db match if offset is > 0
dcausse
2016-09-27
1
-4
/
+12
*
PrefixSearch: Implement searching in multiple namespaces
Niklas Laxström
2016-09-15
1
-47
/
+84
*
Rename DB_SLAVE constant to DB_REPLICA
Aaron Schulz
2016-09-05
1
-1
/
+1
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-23
/
+23
*
Include completion search into SearchEngine
Stanislav Malyshev
2016-02-03
1
-3
/
+9
*
Extracted some code from PrefixSearch for re-usability by other search engines.
dcausse
2015-12-02
1
-105
/
+2
*
Remove redundant null-handling for Title::newFromText
Timo Tijhof
2015-11-17
1
-4
/
+1
*
PrefixSearch: avoid looking for titles that don't exist
Chad Horohoe
2015-10-26
1
-1
/
+7
*
PrefixSearch: Avoid passing non-strings to Title::newFromText()
Chad Horohoe
2015-09-02
1
-1
/
+5
*
Shorten long lines in PrefixSearch.php to make phpcs pass
Amir E. Aharoni
2015-03-04
1
-1
/
+4
*
Remove obvious function-level profiling
Chad Horohoe
2015-01-07
1
-2
/
+0
*
Replace wfRunHooks calls with direct Hooks::run calls
Aaron Schulz
2014-12-10
1
-3
/
+3
*
Fixed spacing
umherirrender
2014-12-05
1
-5
/
+5
*
Support offsets in prefix searching
Chad Horohoe
2014-12-02
1
-17
/
+32
*
Handle redirects during prefix search exact match
Nik Everett
2014-11-21
1
-24
/
+100
*
Add hook to extract namespace in prefix search
Nik Everett
2014-10-22
1
-1
/
+5
*
Fix exception while bubbling titles
Nik Everett
2014-10-20
1
-13
/
+15
*
Merge "PrefixSearch: Enforce including the exact match as first result"
jenkins-bot
2014-10-10
1
-0
/
+24
|
\
|
*
PrefixSearch: Enforce including the exact match as first result
Timo Tijhof
2014-10-10
1
-0
/
+24
*
|
Merge "PrefixSearch: Add unit tests for StringPrefixSearch"
jenkins-bot
2014-10-07
1
-2
/
+1
|
\
|
|
*
PrefixSearch: Add unit tests for StringPrefixSearch
Timo Tijhof
2014-09-23
1
-2
/
+1
*
|
Fixed spacing
umherirrender
2014-09-29
1
-1
/
+1
|
/
*
Allow callback functions for creating SpecialPages.
daniel
2014-09-18
1
-2
/
+2
*
Be more careful with Special: prefix searching
Nik Everett
2014-09-04
1
-0
/
+3
*
Remove colon after @deprecated/@param/@todo/@note
umherirrender
2014-07-24
1
-1
/
+1
*
PrefixSearch: Avoid notice when no subpage exists
Chad Horohoe
2014-07-14
1
-1
/
+3
*
Merge "Revert "PrefixSearch (ApiOpenSearch) now supports searching in multipl...
jenkins-bot
2014-06-24
1
-40
/
+34
|
\
|
*
Revert "PrefixSearch (ApiOpenSearch) now supports searching in multiple names...
Krinkle
2014-06-24
1
-40
/
+34
*
|
Merge "PrefixSearch (ApiOpenSearch) now supports searching in multiple namesp...
Chad
2014-06-20
1
-34
/
+40
|
\
|
|
*
PrefixSearch (ApiOpenSearch) now supports searching in multiple namespaces
Niklas Laxström
2014-06-20
1
-34
/
+40
*
|
Autocomplete special pages' subpages in search suggestions
Bartosz Dziewoński
2014-06-12
1
-3
/
+19
|
/
*
Make phpcs-strict pass on includes/ (2/~10)
Siebrand Mazeland
2014-05-11
1
-3
/
+5
*
Fixed some @params documentation (includes/*)
umherirrender
2014-04-22
1
-23
/
+23
*
Followup af6d9aba: $search is a string, not an object
Chad Horohoe
2014-04-15
1
-2
/
+2
*
PrefixSearch: Remove unnecessary wfSuppressWarnings()
Bartosz Dziewoński
2014-04-11
1
-2
/
+0
*
New API module, list=prefixsearch
Max Semenik
2014-04-02
1
-38
/
+132
*
Change Title::getInterwiki() in conditions to Title::isExternal()
umherirrender
2014-01-02
1
-2
/
+2
*
Fixed spacing in files direct in includes folder
umherirrender
2013-04-21
1
-19
/
+19
*
Added spaces before and removed spaces after 'array'
umherirrender
2013-04-14
1
-1
/
+1
*
Spellchecked /includes directory
Yuri Astrakhan
2013-03-13
1
-1
/
+1
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-4
/
+4
*
fix some spacing
umherirrender
2013-02-04
1
-1
/
+1
*
Added missing GPLv2 headers in some places.
Alexandre Emsenhuber
2012-05-11
1
-2
/
+22
*
Refactor the factory/i18n/list/etc static methods from SpecialPage into their...
Happy-melon
2011-04-17
1
-4
/
+2
*
coding style tweaks, doc updates, marked some public functions as such
Jack Phoenix
2011-03-22
1
-16
/
+18
*
Revert r67661 (change Title::makeTitle(NS_SPECIAL, $foo) to SpecialPage::getT...
Roan Kattouw
2011-03-14
1
-1
/
+5
*
* (bug 25675) Fix search suggestions for Special: pages with spaces
Brion Vibber
2011-02-14
1
-0
/
+3
[next]