aboutsummaryrefslogtreecommitdiffstats
path: root/includes/actions/ActionEntryPoint.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-5/+5
* Namespace all remaining files in includes/actionsJames D. Forrester2025-03-191-2/+0
* Namespace all remaining files in includes/pageJames D. Forrester2025-03-181-2/+2
* Avoid constructing Title from LinkTarget where not neededthiemowmde2025-01-241-3/+1
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-1/+0
* Don't copy POST query params when generating link/redirect URLsBartosz Dziewoński2024-11-161-1/+1
* Merge "WebRequest: Deprecate parameter $default in getRawVal"jenkins-bot2024-10-101-3/+3
|\
| * WebRequest: Deprecate parameter $default in getRawValFomafix2024-10-031-3/+3
* | build: Use inline ignore for MediaWiki.Usage.DeprecatedGlobalVariablesUmherirrender2024-09-261-0/+2
|/
* rdbms: Migrate MediaWiki.rdbms_trxprofiler_warnings to statslibLarissa Gaulia2024-09-071-1/+1
* Allow interwiki redirects on the same domainMáté Szabó2024-04-251-3/+1
* Add explicit parentheses around mixed boolean operatorUmherirrender2024-03-231-2/+2
* Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* Merge "entrypoint: Isolate entry points from PHP runtime for testing"jenkins-bot2024-02-021-10/+2
|\
| * entrypoint: Isolate entry points from PHP runtime for testingdaniel2024-02-021-10/+2
* | index.php: Restore support for forcesafemode option.daniel2024-01-301-0/+6
|/
* MediaWikiEntryPoint: Inject MediaWiki services containerDerick Alangi2024-01-241-4/+6
* entrypoint: Restore doc grouping for MediaWikiEntryPointTimo Tijhof2024-01-051-4/+4
* Introduce MediaWikiEntryPoint and ActionEntryPointdaniel2024-01-031-0/+750