aboutsummaryrefslogtreecommitdiffstats
path: root/includes/search
Commit message (Expand)AuthorAgeFilesLines
* DomainEvent: rename EventIngressBase to DomainEventIngressAaron Schulz2025-04-031-2/+2
* Use type declaration on undocumented private functionsUmherirrender2025-04-024-5/+7
* Merge "DomainEvents: Model page state before/after"jenkins-bot2025-03-251-4/+4
|\
| * DomainEvents: Model page state before/afterdaniel2025-03-251-4/+4
* | Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-0/+1
|/
* DomainEvents: add listener interfacesdaniel2025-03-201-1/+6
* Merge "DomainEvents: remove "AfterCommit" suffix from event handlers"jenkins-bot2025-03-201-1/+1
|\
| * DomainEvents: remove "AfterCommit" suffix from event handlersAaron Schulz2025-03-141-1/+1
* | Namespace all remaining files in includes/filerepoJames D. Forrester2025-03-195-5/+7
* | Merge "EventSubscriberBase: rename to EventIngressBase"jenkins-bot2025-03-181-2/+2
|\ \
| * | EventSubscriberBase: rename to EventIngressBasedaniel2025-03-181-2/+2
| |/
* / DomainEvents: Rename getOldRevision and getNewRevisiondaniel2025-03-151-1/+1
|/
* DomainEvents: Rename PageEvent and PageUpdatedEventdaniel2025-03-111-5/+5
* DeletePage: emit PageDeletedEventdaniel2025-03-102-7/+19
* Split MediaWikiTitleCodecTim Starling2025-03-031-2/+2
* DomainEvents: More clearly model null edits and dummy revisionsdaniel2025-02-261-5/+7
* SearchEngine: reset result limit when performing variant searchesDaimona Eaytoy2025-02-211-4/+10
* Replace call_user_func with dynamic function callUmherirrender2025-02-132-2/+2
* Use $string === '' instead of strlen( $string ) === 0Fomafix2025-01-302-2/+2
* DomainEvent: Typo fixesBartosz Dziewoński2025-01-291-2/+2
* PageUpdatedEvent: explicitly model cause and performerdaniel2025-01-211-1/+1
* DomainEvent: Support type hierarchiesdaniel2025-01-211-1/+1
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-175-9/+0
* Remove trivial 1-line PHPDocs that just repeat the codethiemowmde2025-01-162-6/+0
* Use real type hints for services etc. in includes/search/Bartosz Dziewoński2025-01-0411-159/+50
* Merge "Replace isset() with null checks"jenkins-bot2024-12-191-2/+2
|\
| * Replace isset() with null checksUmherirrender2024-12-191-2/+2
* | Replace isset() with falsy checksUmherirrender2024-12-191-1/+1
|/
* Introduce ISearchResultSet::isApproximateTotalHitsDavid Causse2024-12-133-3/+27
* Ensure necessary updates are performed on import and undeletedaniel2024-12-121-1/+2
* rdbms: fix table prefixing in "FOR UPDATE" clause generation in PostgresAaron Schulz2024-12-111-1/+1
* search: Move SearchUpdate.php to /includes/search directoryTimo Tijhof2024-11-262-1/+208
* DomainEventEmitter: migrate logic from DerivedDataUpdaterdaniel2024-11-221-0/+54
* Use ParserOutput::getLinkList() internallyC. Scott Ananian2024-11-151-14/+21
* Merge "Correct SQLite support for language variants"jenkins-bot2024-11-041-0/+5
|\
| * Correct SQLite support for language variantsDerk-Jan Hartman2024-11-041-0/+5
* | Merge "Sort namespaces list vertically on Special:Search"jenkins-bot2024-11-021-7/+2
|\ \ | |/ |/|
| * Sort namespaces list vertically on Special:SearchSaint Johann2024-11-021-7/+2
* | Merge "Use ++ and -- rather than += 1 and -= 1"jenkins-bot2024-10-231-2/+2
|\ \ | |/ |/|
| * Use ++ and -- rather than += 1 and -= 1Reedy2024-10-171-2/+2
* | Use namespaced classesUmherirrender2024-10-212-0/+2
|/
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-168-12/+12
* Remove meaningless @var documentation from constantsthiemowmde2024-10-092-2/+2
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-0/+1
* Remove unchecked exception annotationsAdam Wight2024-09-171-1/+0
* Migrate all uses of deprecated URL global functions to use wfGetUrlUtils()James D. Forrester2024-09-101-1/+2
* Merge "Avoid use of deprecated wfExpandUrl in various places"jenkins-bot2024-09-102-2/+6
|\
| * Avoid use of deprecated wfExpandUrl in various placesEbrahim Byagowi2024-09-092-2/+6
* | Merge "search: Simplify host name logic in InterwikiSearchResultSetWidget"jenkins-bot2024-09-091-12/+9
|\ \
| * | search: Simplify host name logic in InterwikiSearchResultSetWidgetTimo Tijhof2024-09-071-12/+9
| |/