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
/
specials
/
SpecialSearch.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the rest of includes/specials/ Squiz.Scope.MethodScope.Missing
Reedy
2020-05-18
1
-2
/
+2
*
Fix more PSR12.Properties.ConstantVisibility.NotFound
Reedy
2020-05-15
1
-1
/
+1
*
Replace WebRequest::getLimitOffset with ::getLimitOffsetForUser
DannyS712
2020-02-19
1
-1
/
+5
*
widgets: Split out SearchWidgets into their own tree
James D. Forrester
2020-02-11
1
-8
/
+8
*
Introduce ContentHandlerFactory
ArtBaltai
2020-02-07
1
-1
/
+5
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-4
/
+4
*
Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse
James D. Forrester
2020-01-10
1
-2
/
+2
*
Re-instate automatic redirect from search box in some cases
Cormac Parle
2019-12-12
1
-3
/
+14
*
Search: Provide new preference to control redirects on search matches
Cormac Parle
2019-11-06
1
-0
/
+15
*
Search: Don't invite users to create a page if they can't
DannyS712
2019-11-01
1
-0
/
+2
*
Fix new phan errors, part 3
Daimona Eaytoy
2019-10-12
1
-1
/
+2
*
Remove usages of Title::quickUserCan
Petr Pchelko
2019-08-29
1
-1
/
+2
*
Validate sort order in Special:Search
Erik Bernhardson
2019-07-23
1
-6
/
+25
*
Add ISearchResultSet
David Causse
2019-07-22
1
-4
/
+4
*
Deprecate SearchResultSet::free
David Causse
2019-07-22
1
-8
/
+0
*
Refactor buildPrevNextNavigation
clarakosi
2019-06-05
1
-2
/
+2
*
Rename $search to $engine to match hook docs for SpecialSearchSetupEngine
Reedy
2019-05-25
1
-16
/
+16
*
Enable configuration to supply options for Special:Search form
Stanislav Malyshev
2019-05-22
1
-2
/
+3
*
Mass conversion to NamespaceInfo
Aryeh Gregor
2019-05-07
1
-1
/
+3
*
SearchEngine: Hard deprecate SearchEngine::transformSearchTerm()
Derick Alangi
2019-04-26
1
-7
/
+0
*
Collapse some nested if statements
Reedy
2019-04-04
1
-7
/
+5
*
Sunsetting viewPrevNext
eranroz
2019-04-01
1
-2
/
+1
*
Merge "Use the WebRequest::getCheck() shortcut where possible"
jenkins-bot
2019-03-29
1
-5
/
+2
|
\
|
*
Use the WebRequest::getCheck() shortcut where possible
Thiemo Kreuz
2019-03-11
1
-5
/
+2
*
|
Replace strlen() calls with strict string comparisons
Thiemo Kreuz
2019-03-28
1
-2
/
+2
|
/
*
Various fixes for phan-taint-check
Brian Wolff
2019-03-04
1
-15
/
+26
*
Safe replacement of a lot of `!count()` with `=== []`
Thiemo Kreuz
2019-01-15
1
-2
/
+2
*
Fix some double escaping, and some incorrect escaping for convert()
Brian Wolff
2018-09-21
1
-2
/
+2
*
Merge "Add Special:Search sort parameter without ui"
jenkins-bot
2018-08-21
1
-0
/
+11
|
\
|
*
Add Special:Search sort parameter without ui
Erik Bernhardson
2018-08-16
1
-0
/
+11
*
|
Reduce calls to MediaWikiServices::getInstance()
Umherirrender
2018-08-18
1
-2
/
+3
*
|
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-3
/
+2
|
/
*
Deprecate SearchEngine::replacePrefixes
David Causse
2018-07-17
1
-4
/
+8
*
Deprecate usage of SearchEngine:transformSearchTerm
David Causse
2018-07-17
1
-1
/
+44
*
Simplify PHP by using ?? and ?:
Fomafix
2018-07-10
1
-1
/
+1
*
Deprecate old interwiki search result widget
Erik Bernhardson
2018-01-10
1
-1
/
+2
*
Provide message/warning/error box abstraction
jdlrobson
2017-11-13
1
-6
/
+2
*
Prefer using plaintextParams instead of rawParams where possible
Brian Wolff
2017-10-30
1
-1
/
+1
*
Add missing & to @param documentation to match functon call
Umherirrender
2017-08-11
1
-1
/
+1
*
Fix and make some types in PHPDoc and JSDoc tags more specific
Thiemo Mättig
2017-08-05
1
-1
/
+1
*
Merge "Support custom offsets from SearchResultSet"
jenkins-bot
2017-07-19
1
-1
/
+9
|
\
|
*
Support custom offsets from SearchResultSet
Erik Bernhardson
2017-07-18
1
-1
/
+9
*
|
Remove empty lines at begin of function, if, foreach, switch
Umherirrender
2017-07-01
1
-1
/
+0
|
/
*
Merge "Add 'show-multimedia-search-results' to SearchEngine feature data"
jenkins-bot
2017-05-22
1
-1
/
+2
|
\
|
*
Add 'show-multimedia-search-results' to SearchEngine feature data
David Causse
2017-05-11
1
-1
/
+2
*
|
Check for null before calling a textResults method to (fixes T165091)
Mukunda Modell
2017-05-11
1
-1
/
+1
|
/
*
Revised styling of sister-search sidebar.
Jan Drewniak
2017-05-08
1
-2
/
+6
*
Check supportsDirectEditing when suggesting page creation
Marius Hoch
2017-04-21
1
-1
/
+3
*
SECURITY: Do not directly redirect to interwikis, but use splash page
Brian Wolff
2017-04-06
1
-1
/
+1
*
Revert "[search] Remove more dead code"
Erik Bernhardson
2017-03-14
1
-0
/
+6
[next]