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
/
search
/
SearchEngine.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hooks::run() call site migration
Tim Starling
2020-05-30
1
-7
/
+56
*
Fix more Squiz.Scope.MethodScope.Missing
Reedy
2020-05-18
1
-5
/
+5
*
Fix even more Squiz.Scope.MethodScope.Missing
Reedy
2020-05-17
1
-2
/
+2
*
Fix even more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-16
1
-5
/
+5
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-2
/
+4
*
Unsuppress more phan issues (part 5)
Daimona Eaytoy
2019-09-01
1
-0
/
+1
*
Deprecate SearchEngine:getTextFromContent() and SearchEngine::textAlreadyUpda...
David Causse
2019-08-01
1
-0
/
+2
*
Deprecate SearchEngine::userHighlightPrefs()
David Causse
2019-08-01
1
-2
/
+5
*
Add BaseSearchResultSet
David Causse
2019-07-25
1
-0
/
+4
*
Add ISearchResultSet
David Causse
2019-07-22
1
-9
/
+9
*
Deprecate SearchResult::termMatches()
David Causse
2019-06-27
1
-1
/
+4
*
Merge "Fix param type of search terms in search related classes"
jenkins-bot
2019-06-17
1
-1
/
+1
|
\
|
*
Fix param type of search terms in search related classes
Umherirrender
2019-06-14
1
-1
/
+1
*
|
search: clean up some type hints in search classes
Aaron Schulz
2019-06-16
1
-2
/
+2
|
/
*
SearchEngine: Remove deprecated unused method `transformSearchTerm()`
Derick Alangi
2019-05-13
1
-14
/
+0
*
SearchEngine: Followup on I623b39e7ec791a66c4cf40
Derick Alangi
2019-05-09
1
-1
/
+1
*
SearchEngine: Hard deprecate SearchEngine::transformSearchTerm()
Derick Alangi
2019-04-26
1
-0
/
+1
*
Merge "Define index types as strings"
jenkins-bot
2019-04-23
1
-1
/
+1
|
\
|
*
Define index types as strings
Stanislav Malyshev
2019-04-18
1
-1
/
+1
*
|
search: Remove unused deprecated methods replaced by MW Services
Derick Alangi
2019-04-19
1
-86
/
+0
*
|
SearchEngine: Hard deprecate unused static methods deprecated in 1.27
James D. Forrester
2019-04-18
1
-1
/
+15
|
/
*
Merge "Improve documentation of constants throughout the codebase"
jenkins-bot
2019-04-12
1
-4
/
+4
|
\
|
*
Improve documentation of constants throughout the codebase
Thiemo Kreuz
2019-02-26
1
-4
/
+4
*
|
search: make legalSearchChars() non-static
Aaron Schulz
2019-04-11
1
-2
/
+1
*
|
Move class SearchEngineDummy to own file
Umherirrender
2019-03-29
1
-10
/
+0
|
/
*
Drop SearchEngine::getNearMatchResultSet(), deprecated in 1.27 and unused
James D. Forrester
2019-02-09
1
-12
/
+0
*
Hard deprecate SearchEngine::getNearMatchResultSet()
Max Semenik
2018-12-08
1
-0
/
+1
*
Use PHP 7 '??' operator instead of if-then-else
Fomafix
2018-10-21
1
-4
/
+1
*
Merge "Add Special:Search sort parameter without ui"
jenkins-bot
2018-08-21
1
-3
/
+5
|
\
|
*
Add Special:Search sort parameter without ui
Erik Bernhardson
2018-08-16
1
-3
/
+5
*
|
Reduce calls to MediaWikiServices::getInstance()
Umherirrender
2018-08-18
1
-2
/
+3
*
|
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-11
/
+6
|
/
*
Deprecate SearchEngine::replacePrefixes
David Causse
2018-07-17
1
-6
/
+2
*
Unify SearchEngine normalizeNamespace and parseNamespacePrefixes
David Causse
2018-07-17
1
-47
/
+42
*
Deprecate usage of SearchEngine:transformSearchTerm
David Causse
2018-07-17
1
-0
/
+2
*
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
*
Silently drop unknown titles in completion search
Erik Bernhardson
2018-06-11
1
-3
/
+10
*
Push pagination decision for search into SearchEngine
Erik Bernhardson
2018-06-11
1
-6
/
+64
*
Merge "Deprecate overriding SearchEngine::search*"
jenkins-bot
2018-05-16
1
-4
/
+45
|
\
|
*
Deprecate overriding SearchEngine::search*
Erik Bernhardson
2018-05-15
1
-4
/
+45
*
|
Allow 'all:' on all wikis in addition to 'searchall' translation
David Causse
2018-05-11
1
-5
/
+18
|
/
*
Drop OpenSearch::getOpenSearchTemplate(), deprecated in 1.25
James D. Forrester
2018-03-08
1
-11
/
+0
*
Use getSize since SearchSuggestionSet does not implement Countable
Stanislav Malyshev
2018-01-22
1
-1
/
+1
*
Require indentation of CASE statements in PHP code
Huji Lee
2017-12-10
1
-5
/
+5
*
Improve some parameter docs
Umherirrender
2017-09-10
1
-1
/
+1
*
Fix spacing for @param and indent of function comments
Umherirrender
2017-08-15
1
-1
/
+1
*
Merge "Add missing @param and @return documentation"
jenkins-bot
2017-08-11
1
-0
/
+1
|
\
|
*
Add missing @param and @return documentation
Umherirrender
2017-08-11
1
-0
/
+1
*
|
update mediawiki-codesniffer to 0.11.0 and fix issues
WMDE-Fisch
2017-08-11
1
-1
/
+1
|
/
*
Fix phrase search
David Causse
2017-07-03
1
-12
/
+10
[next]