aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search
Commit message (Expand)AuthorAgeFilesLines
...
* Replace deprecated MWExceptionDaimona Eaytoy2023-06-121-2/+0
* Migrate Database::update() to UpdateQueryBuilderAmir Sarabadani2023-06-082-9/+10
* search: Deprecate the use of `SearchResultThumbnail::getSize()`Derick Alangi2023-05-291-2/+11
* Special:Search - Update interwiki sister iconsSimone Cuomo2023-05-251-9/+48
* Replace deprecated token check for the searchnamespaceWMDE-Fisch2023-05-201-2/+2
* Merge "Set autocapitalize on Special:Search input"jenkins-bot2023-05-161-0/+5
|\
| * Set autocapitalize on Special:Search inputErik Bernhardson2023-05-081-0/+5
* | Replace internal Hooks::runnerUmherirrender2023-05-113-4/+8
* | build: Cleanup of .phpcs.xmlUmherirrender2023-04-133-0/+6
|/
* SearchHighlighter: Avoid broken multi-byte charactersFunc2023-03-311-4/+4
* Merge "Support exposing fieldname a search snippet is sourced from"jenkins-bot2023-03-271-0/+35
|\
| * Support exposing fieldname a search snippet is sourced fromMatthias Mullie2023-03-241-0/+35
* | Fix even more PHPStorm inspections (#3)Tim Starling2023-03-252-2/+2
* | Fix more PHPStorm inspections (#2)Tim Starling2023-03-251-8/+8
* | Fix some PHPStorm inspections (#1)Tim Starling2023-03-251-1/+1
|/
* title: Simplify Title::newMainPage() and improve docsTimo Tijhof2023-03-141-2/+0
* Reorg: Namespace the Title classJames D. Forrester2023-03-0228-11/+39
* Reorg: Move five page-related classes to page/ out of includes/Amir Sarabadani2023-02-231-0/+2
* Merge "Reorg: Move HTML-related classes out of includes/ to Html/"jenkins-bot2023-02-216-6/+6
|\
| * Reorg: Move HTML-related classes out of includes/ to Html/Amir Sarabadani2023-02-166-6/+6
* | search: Namespace TitleMatcher classDerick Alangi2023-02-192-0/+9
* | Lists of images should use lazy loadingDerk-Jan Hartman2023-02-161-0/+2
|/
* Merge "Reorg: Move category-related classes from includes/ to Category/"jenkins-bot2023-02-092-2/+2
|\
| * Reorg: Move category-related classes from includes/ to Category/Amir Sarabadani2023-02-092-2/+2
* | Remove unused arguments to private functionsUmherirrender2023-02-081-4/+3
|/
* search: Make TitleMatcher a MediaWiki service objectDerick Alangi2023-02-033-29/+59
* Merge "Remove unnecessary uses of <span class="mw-headline">"jenkins-bot2023-01-101-3/+1
|\
| * Remove unnecessary uses of <span class="mw-headline">Bartosz DziewoƄski2022-11-241-3/+1
* | Merge "Add alt text for thumbnails, aria-hidden for placeholder"jenkins-bot2022-12-151-4/+11
|\ \
| * | Add alt text for thumbnails, aria-hidden for placeholderMatthias Mullie2022-12-131-4/+11
* | | search: Avoid setting height in search thumbnailsAmir Sarabadani2022-12-121-1/+1
|/ /
* | Fix casing of class and function name usagesReedy2022-12-041-1/+1
* | Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-261-0/+1
|/
* Merge "search: Don't calculate thumbnail sizes in SearchResultThumbnailProvider"jenkins-bot2022-11-171-4/+1
|\
| * search: Don't calculate thumbnail sizes in SearchResultThumbnailProviderMatthias Mullie2022-11-171-4/+1
* | search: Use 60px for search thumbnailsAmir Sarabadani2022-11-151-2/+2
|/
* Merge "Fix division by zero in FullSearchResultWidget"jenkins-bot2022-11-141-1/+2
|\
| * Fix division by zero in FullSearchResultWidgetTim Starling2022-11-141-1/+2
* | Allow users to go to the article by clicking on thumb in special:searchSimone Cuomo2022-11-101-1/+10
|/
* Respond to some messages from Phan on PHP 8.1Tim Starling2022-11-031-1/+1
* Don't calculate size of thumb until requestedMatthias Mullie2022-10-252-7/+11
* Merge "Use short array destructuring instead of list()"jenkins-bot2022-10-214-4/+4
|\
| * Use short array destructuring instead of list()Tim Starling2022-10-214-4/+4
* | Use the null coalescing assignment operatorTim Starling2022-10-211-1/+1
|/
* Merge "Add preference to control Special:Search thumbnails"jenkins-bot2022-10-171-1/+16
|\
| * Add preference to control Special:Search thumbnailsMatthias Mullie2022-10-171-1/+16
* | SECURITY: Fix XSS in DYMDavid Causse2022-10-141-1/+2
|/
* Commons files can have thumbnails tooMatthias Mullie2022-10-131-8/+8
* Rescale images based on width aloneMatthias Mullie2022-10-111-9/+15
* Check whether title actually existsMatthias Mullie2022-10-061-3/+6