aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search
Commit message (Expand)AuthorAgeFilesLines
* Move SearchResultProvideThumbnail hook to 'search'Matthias Mullie2022-09-011-0/+28
* ppearance update of "Sister project widgets" on Special:SearchMark Shenouda2022-08-092-13/+31
* search: Replace deprecated User::getOptionUmherirrender2022-08-051-4/+17
* Make use of ?? and ?: operators where it makes senseThiemo Kreuz2022-08-041-6/+2
* Migrate use of ${var}-style string interpolationMáté Szabó2022-07-291-1/+1
* Start `catch` blocks on the same line as the preceding }DannyS7122022-06-231-2/+1
* Get rid of warnings on PHP 8.1Aryeh Gregor2022-06-132-2/+2
* Fix many typos in commentsMatěj Suchánek2022-05-101-1/+1
* Use str_starts_with/str_ends_withAryeh Gregor2022-05-021-1/+1
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-134-7/+12
* phan: Remove PhanPossiblyUndeclaredVariable suppressionUmherirrender2022-03-301-0/+8
* phan: Disable null_casts_as_any_type settingUmherirrender2022-03-213-0/+4
* phan: Disable scalar_implicit_cast settingUmherirrender2022-03-182-0/+2
* search: Improve null documentation on RevisionSearchResultTraitUmherirrender2022-03-141-2/+2
* Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* search: Fix various scalar types to match documentationUmherirrender2022-03-086-7/+7
* search: Use NS_MAIN instead of hard coded 0Umherirrender2022-03-073-4/+4
* SearchEngineConfig: Make code example match extension namespace best practiceReedy2022-03-051-2/+2
* rdbms: Deprecate getLazyConnectionRefAmir Sarabadani2022-03-031-1/+1
* Fix various documentation related to null typesUmherirrender2022-02-261-2/+2
* Merge "Convert SearchFormWidget namespace checkboxes to OOUI"jenkins-bot2022-02-251-11/+26
|\
| * Convert SearchFormWidget namespace checkboxes to OOUIdylsss2022-02-241-11/+26
* | Replace some more usages of Wikimedia\(suppress|restore)Warnings()Reedy2022-02-242-4/+6
|/
* Don't double-escape the ellipses in Language::truncateForVisual()C. Scott Ananian2022-02-101-1/+0
* Add getMemberCount() to Category to supersede getPageCount()Ammarpad2022-01-311-1/+1
* Merge "Special:Search Refactor powerSearchBox method"jenkins-bot2022-01-191-94/+103
|\
| * Special:Search Refactor powerSearchBox methodjoseph emmanuel kayode (iemarjay)2022-01-181-94/+103
* | Merge "Special:Search Change namespace selector layout to fix ugly scroll on ...jenkins-bot2022-01-111-16/+16
|\|
| * Special:Search Change namespace selector layout to fix ugly scroll on mobile webjoseph emmanuel kayode (iemarjay)2022-01-111-16/+16
* | Refactor global variables to use MediaWikiServices insteadTChin2022-01-103-8/+12
* | Fix typos in comments (S)Siddharth VP2022-01-093-5/+5
|/
* SearchFormWidget: Minor cleanupReedy2021-12-221-16/+8
* Remove some more comments that literally repeat the codeThiemo Kreuz2021-12-091-2/+2
* Use PHP's [ $this, 'fn' ] callback syntax where possibleThiemo Kreuz2021-12-031-3/+1
* Introduce `Redirect(Lookup&Store)` services to handle redirectsDerick Alangi2021-12-011-5/+5
* Remove or replace usages of "sane"Reedy2021-11-222-6/+5
* Merge "Use Message::sizeParams to simplify code when building messages"jenkins-bot2021-10-151-6/+3
|\
| * Use Message::sizeParams to simplify code when building messagesUmherirrender2021-10-131-6/+3
* | Rename ParserOutput::setCategoryLinks() and ::getCategoryLinks()C. Scott Ananian2021-10-151-1/+1
* | SECURITY: Pass escaped HTML to FullSearchResultWidget::buildMetaAlexander Vorwerk2021-09-301-3/+5
* | Merge "Change null to [] for html attributes on call of Html functions"jenkins-bot2021-09-291-1/+1
|\ \
| * | Change null to [] for html attributes on call of Html functionsUmherirrender2021-09-221-1/+1
| |/
* / docs: Fix nullable documentation for class propertiesUmherirrender2021-09-241-1/+1
|/
* Remove Title from signatures in CategoryViewerAryeh Gregor2021-09-131-1/+2
* build: Update mediawiki/mediawiki-phan-config to 0.11.0Umherirrender2021-09-072-0/+2
* Merge "Remove unneeded variable assignment"jenkins-bot2021-09-041-1/+0
|\
| * Remove unneeded variable assignmentUmherirrender2021-09-031-1/+0
* | Cleanup mixed space/tab line indentUmherirrender2021-09-041-2/+2
|/
* Merge "Make use of Html class utility methods in a few places"jenkins-bot2021-08-314-75/+116
|\
| * Make use of Html class utility methods in a few placesDannyS7122021-08-124-75/+116