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
/
api
/
ApiQuerySearch.php
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix whitespace issues around parentheses
Vivek Ghaisas
2015-06-16
1
-1
/
+1
*
Make api nearmatch search work same as 'go' feature
Erik Bernhardson
2015-05-05
1
-1
/
+3
*
Increase parity between api search and on-wiki search
Erik Bernhardson
2015-04-30
1
-0
/
+10
*
API: Overhaul ApiResult, make format=xml not throw, and add json formatversion
Brad Jorsch
2015-04-10
1
-2
/
+2
*
API: Don't dump Title object into API result
Brad Jorsch
2015-02-03
1
-1
/
+1
*
Revert "Keep backend param to search API as long as there's a backend"
Chad
2015-01-06
1
-1
/
+1
*
Keep backend param to search API as long as there's a backend
Chad Horohoe
2014-12-31
1
-1
/
+1
*
Fixed spacing
umherirrender
2014-12-05
1
-1
/
+1
*
Fix up interwiki search results in API
Chad Horohoe
2014-11-26
1
-35
/
+38
*
API: Allow generators to return data
Brad Jorsch
2014-11-26
1
-0
/
+4
*
API: Don't add searchinfo or interwiki info from generator=search
Brad Jorsch
2014-11-12
1
-29
/
+36
*
API: Fix access on getExamplesMessages
Brad Jorsch
2014-10-29
1
-1
/
+1
*
API: Internationalize all remaining core API modules
Brad Jorsch
2014-10-20
1
-41
/
+11
*
Update usage of getRedirectSnippet() and getSectionSnippet()
Mark A. Hershberger
2014-10-05
1
-1
/
+1
*
Update usage of getTitleSnippet(), getRedirectSnippet() and getSectionSnippet()
Mark A. Hershberger
2014-09-26
1
-1
/
+1
*
Properly deprecate srprop=score|hasrelated
Chad Horohoe
2014-09-12
1
-2
/
+12
*
Remove "related" searches
Chad Horohoe
2014-09-12
1
-3
/
+0
*
Cleanup - let's make IDEs more useful
Yuri Astrakhan
2014-08-13
1
-1
/
+0
*
API: Remove action=paraminfo 'props' and 'errors' result properties
Brad Jorsch
2014-08-07
1
-65
/
+0
*
Remove score display from search engine
Chad Horohoe
2014-08-07
1
-3
/
+0
*
Switch API to use Config classes
Reedy
2014-06-15
1
-3
/
+1
*
Use precise ApiMain/ApiQuery type hints in all API modules
Thiemo Mättig
2014-05-16
1
-1
/
+1
*
Pass phpcs-strict on various files in includes/
Siebrand Mazeland
2014-04-24
1
-2
/
+6
*
Fixed some @params documentation (includes/api)
umherirrender
2014-04-18
1
-1
/
+1
*
Remove "include redirects" option from search
Chad Horohoe
2014-03-26
1
-3
/
+0
*
Add final period to API module descriptions
addshore
2014-03-10
1
-1
/
+1
*
Support interwiki searches in API
Chad Horohoe
2014-02-25
1
-2
/
+47
*
Fix CodeSniffer errors and warnings on yet more API classes
Siebrand Mazeland
2013-11-15
1
-1
/
+2
*
I'm in your API classes updating your formatting
Siebrand Mazeland
2013-11-14
1
-6
/
+6
*
Select search backend by query parameter
Chad Horohoe
2013-08-12
1
-3
/
+33
*
Fixed spacing around parenthesis in includes
umherirrender
2013-04-28
1
-1
/
+1
*
Handle search engine returning status objects to the API
Chad Horohoe
2013-04-22
1
-0
/
+3
*
(bug 35885) remove api version string and parameter
Yuri Astrakhan
2013-01-18
1
-4
/
+0
*
Minor cleanup
Yuri Astrakhan
2013-01-12
1
-1
/
+1
*
Use NS_* constant for default namespace in api
umherirrender
2012-12-27
1
-1
/
+1
*
escape HTML elements in docblock with double quotes
Antoine Musso
2012-07-15
1
-1
/
+1
*
Added result properties to action=paraminfo
Petr Onderka
2012-06-06
1
-0
/
+57
*
Reverted r108743 per CR comment. This should at least be discussed first.
Aaron Schulz
2012-01-12
1
-0
/
+1
*
Kill "* @return void"
Sam Reed
2012-01-12
1
-1
/
+0
*
Oh noes, moar http:// -> https://
Sam Reed
2011-11-28
1
-1
/
+1
*
Removed the 'eclipse helper' bit on top of every API module
John Du Hart
2011-11-16
1
-5
/
+0
*
(bug 32256) API list=search stops at first invalid result. Thanks to Lupo for...
Roan Kattouw
2011-11-09
1
-0
/
+1
*
Based on diff to wikia, set more functions consistently public rather than pr...
Sam Reed
2011-08-17
1
-1
/
+1
*
* (bug 29748) Add API search prefix support
Sam Reed
2011-07-26
1
-0
/
+3
*
* (bug 28817) Add reference help page link to API Modules
Sam Reed
2011-07-17
1
-0
/
+4
*
Correct the documentation of srprop.
Derk-Jan Hartman
2011-07-06
1
-4
/
+4
*
Actually return the title of the section, instead of the pagetitle when reque...
Derk-Jan Hartman
2011-07-06
1
-1
/
+1
*
* (bug 29745) Fatal error in API search
Sam Reed
2011-07-06
1
-5
/
+6
*
Replace more multiple calls to $this->getResult() in methods with temporary v...
Sam Reed
2011-06-30
1
-4
/
+5
*
Fix the last assignment in conditional, bit of code duplication, as the next ...
Sam Reed
2011-03-25
1
-1
/
+4
[prev]
[next]