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
/
SearchSqlite.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
search: Use NS_MAIN instead of hard coded 0
Umherirrender
2022-03-07
1
-1
/
+1
*
Replace some more usages of Wikimedia\(suppress|restore)Warnings()
Reedy
2022-02-24
1
-2
/
+3
*
Replace uses of DB_MASTER with DB_PRIMARY
James D. Forrester
2021-04-29
1
-2
/
+2
*
Pass function name to database functions
Umherirrender
2020-06-07
1
-2
/
+2
*
Remove terminating line breaks from debug messages
Tim Starling
2020-06-03
1
-1
/
+1
*
languages: Introduce LanguageConverterFactory
Peter Ovchyn
2020-02-03
1
-2
/
+4
*
Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull
James D. Forrester
2020-01-10
1
-1
/
+1
*
rdbms: remove DatabaseSqlite::checkForEnabledSearch() in favor of explicit qu...
Aaron Schulz
2019-08-07
1
-9
/
+9
*
Merge "Document SearchDatabase::doSearchTextInDB to return null"
jenkins-bot
2019-08-01
1
-2
/
+2
|
\
|
*
Document SearchDatabase::doSearchTextInDB to return null
Umherirrender
2019-07-31
1
-2
/
+2
*
|
Switch various LoadBalancer::getConnection() callers to getConnectionRef()
Aaron Schulz
2019-07-12
1
-5
/
+9
|
/
*
search: refactor DatabaseSearch to take a load balancer instance
Aaron Schulz
2019-06-26
1
-14
/
+24
*
search: make legalSearchChars() non-static
Aaron Schulz
2019-04-11
1
-1
/
+1
*
Safe replacement of a lot of `!count()` with `=== []`
Thiemo Kreuz
2019-01-15
1
-1
/
+1
*
Write Latin and other scripts with captial letter
Fomafix
2018-10-05
1
-1
/
+1
*
Mass conversion of $wgContLang to service
Aryeh Gregor
2018-08-11
1
-9
/
+9
*
Deprecate SearchEngine::replacePrefixes
David Causse
2018-07-17
1
-2
/
+2
*
Merge "Deprecate overriding SearchEngine::search*"
jenkins-bot
2018-05-16
1
-2
/
+2
|
\
|
*
Deprecate overriding SearchEngine::search*
Erik Bernhardson
2018-05-15
1
-2
/
+2
*
|
Make internal search methods private for db implementations
David Causse
2018-05-09
1
-8
/
+8
|
/
*
Update suppressWarning()/restoreWarning() calls
Reedy
2018-02-10
1
-2
/
+2
*
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
-3
/
+8
*
Fix highlighting for phrase queries
David Causse
2017-06-26
1
-2
/
+2
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-9
/
+9
*
Use mediawiki/at-ease library for suppressing warnings
Kunal Mehta
2015-06-11
1
-2
/
+2
*
Add missing @param to function docs
umherirrender
2014-08-14
1
-0
/
+2
*
rm $wgCountTotalSearchHits. It was broken.
Brian Wolff
2014-07-08
1
-8
/
+6
*
Remove use of strencode() outside Database classes
Kevin Israel
2014-06-02
1
-2
/
+2
*
Pass phpcs-strict on includes/search/
Siebrand Mazeland
2014-05-09
1
-1
/
+3
*
Don't call legalSearchChars() statically so it can properly inherit
Chad Horohoe
2014-05-05
1
-1
/
+1
*
Clean up database-backed SearchResultSets
Chad Horohoe
2014-04-22
1
-17
/
+3
*
Fixed some @params documentation (includes/*)
umherirrender
2014-04-20
1
-19
/
+19
*
Remove "include redirects" option from search
Chad Horohoe
2014-03-26
1
-15
/
+1
*
Begin abstracting more of the database-specific search backend out
Chad Horohoe
2014-01-21
1
-15
/
+1
*
docs: Remove odd colons after @todo
Timo Tijhof
2013-05-15
1
-1
/
+1
*
Fixed spacing in logging/parser/profiler/rl/revdel/search folder
umherirrender
2013-04-20
1
-16
/
+19
*
Added/Removed spaces around string concatenation
umherirrender
2013-04-13
1
-1
/
+1
*
fix some spacing
umherirrender
2013-03-25
1
-2
/
+2
*
Fixed @param tags to conform with Doxygen format.
Tyler Anthony Romeo
2013-03-11
1
-2
/
+2
*
fix some spacing
umherirrender
2013-03-07
1
-2
/
+1
*
fix some spacing
umherirrender
2013-02-04
1
-4
/
+4
*
More return documentation
Sam Reed
2012-02-09
1
-0
/
+1
*
And even more documentation in various files
Sam Reed
2011-05-29
1
-1
/
+5
*
And even more documentation, the last of this batch
Sam Reed
2011-05-28
1
-0
/
+6
*
Move storing of $db down to SearchEngine
Platonides
2010-11-22
1
-2
/
+2
*
Get rid of PHP4-style constructors
Chad Horohoe
2010-08-30
1
-1
/
+1
*
* standardised file headers
Alexandre Emsenhuber
2010-08-08
1
-17
/
+17
*
Fix SearchSqlite::updateTitle()
Max Semenik
2010-06-27
1
-1
/
+1
*
* Create new DatabaseSqlite::checkForEnabledSearch() and use it from SearchSq...
Mark A. Hershberger
2010-06-16
1
-26
/
+16
[next]