aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search/SearchHighlighter.php
Commit message (Expand)AuthorAgeFilesLines
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-301-1/+1
* Use ++ and -- rather than += 1 and -= 1Reedy2024-10-171-2/+2
* search: Add missing documentation to class propertiesUmherirrender2024-09-071-0/+1
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-1/+2
* Namespace Sanitizer under \MediaWiki\ParserJames D. Forrester2023-09-211-0/+1
* SearchHighlighter: Avoid broken multi-byte charactersFunc2023-03-311-4/+4
* Fix even more PHPStorm inspections (#3)Tim Starling2023-03-251-1/+1
* Remove unused local variablesUmherirrender2022-09-191-3/+0
* Migrate use of ${var}-style string interpolationMáté Szabó2022-07-291-1/+1
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-1/+2
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+8
* Don't double-escape the ellipses in Language::truncateForVisual()C. Scott Ananian2022-02-101-1/+0
* Refactor global variables to use MediaWikiServices insteadTChin2022-01-101-4/+5
* Fix typos in comments (S)Siddharth VP2022-01-091-2/+2
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-071-0/+1
* s/unrelevant/irrelevantReedy2021-07-201-1/+1
* build: Updating mediawiki/mediawiki-codesniffer to 32.0.0Umherirrender2020-10-281-1/+1
* Use strict (in)equality with namespaces constants when LHS is definitely an i...Ed Sanders2020-07-311-2/+2
* Replace "@stable for calling" by "@stable to call"daniel2020-07-131-1/+1
* Mark additional classes as newable for now.daniel2020-07-081-0/+4
* Replace @protected tagdaniel2020-06-261-2/+0
* Fix more Squiz.Scope.MethodScope.MissingReedy2020-05-181-7/+7
* Fix even more PSR12.Properties.ConstantVisibility.NotFoundReedy2020-05-161-2/+2
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-2/+2
* Set method visibility for various constructorsUmherirrender2019-12-031-1/+1
* Fix new phan errors, part 7Daimona Eaytoy2019-10-211-1/+2
* Use ExtensionRegistry instead of class nameWMDE-Fisch2019-08-141-2/+2
* Deprecate SearchEngine::userHighlightPrefs()David Causse2019-08-011-3/+20
* Fix param type of search terms in search related classesUmherirrender2019-06-141-2/+2
* No yoda conditionsFomafix2018-11-211-1/+1
* Mass conversion of $wgContLang to serviceAryeh Gregor2018-08-111-10/+14
* Remove most uses of deprecated Language::truncate()C. Scott Ananian2018-07-091-2/+2
* Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-2/+2
* Add missing @param and @return documentationUmherirrender2017-08-111-0/+1
* Add missing & to @param documentation to match functon callUmherirrender2017-08-111-8/+8
* SECURITY: XSS in search if $wgAdvancedSearchHighlighting = true;Brian Wolff2017-04-061-0/+8
* Code style: no space after unary minus operatorBartosz Dziewoński2017-01-051-4/+4
* Clarify that $terms get preg_quoted by caller in SearchHighlighterBrian Wolff2016-09-061-4/+6
* Convert all array() syntax to []Kunal Mehta2016-02-171-15/+15
* Make long lines shorter to pass phpcs in 6 filesAmir E. Aharoni2015-09-261-1/+3
* Fix whitespace issues around parenthesesVivek Ghaisas2015-06-161-1/+1
* SearchHighlighter: Stop checking for existence of "wfCite" functionKunal Mehta2015-04-301-1/+2
* Remove copious amounts of commented out preg_replace callsSam Reed2015-01-271-7/+0
* Remove unused $fname temporary variablesSam Reed2015-01-271-5/+0
* Fix phpcs errors in includes/Ricordisamoa2015-01-081-3/+0
* Removed remaining profile callsAaron Schulz2015-01-081-8/+0
* Add missing @return and @param to doc blocksumherirrender2014-08-271-2/+2
* Fixed spacingumherirrender2014-08-271-3/+3
* Add missing @return to function docsumherirrender2014-08-231-0/+1
* Fix highlighting of results when the search result does not return termMatchesStephan Gambke2014-08-181-0/+17