aboutsummaryrefslogtreecommitdiffstats
path: root/includes/MediaWikiEntryPoint.php
Commit message (Expand)AuthorAgeFilesLines
* Stats: Move StatsFactory flush into emitBufferedStatsCole White2024-12-031-7/+11
* Add request-level OpenTelemetry instrumentationMáté Szabó2024-11-261-0/+5
* Add namespace to remaining parts of Wikimedia\Mime and Wikimedia\StatsJames D. Forrester2024-09-271-1/+1
* Merge "entrypoint: Do not add new headers when headers were already sent."jenkins-bot2024-08-091-0/+1
|\
| * entrypoint: Do not add new headers when headers were already sent.Gergő Tisza2024-08-081-0/+1
* | Stats: Remove $wgSamplingStatsdClient, deprecate SamplingStatsdClient classTimo Tijhof2024-08-071-3/+2
|/
* Fix use of stale backlink partition cacheTim Starling2024-06-281-1/+4
* filerepo: extract AuthenticatedFileEntryPoint from img_auth.phpdaniel2024-05-161-0/+1
* Introduce entry point classes for media files.daniel2024-03-301-1/+2
* ResourceLoader: Follow-up creation of ResourceLoaderEntryPointTimo Tijhof2024-02-221-8/+19
* Merge "flushOutputBuffer: improve error handling"jenkins-bot2024-02-111-48/+99
|\
| * flushOutputBuffer: improve error handlingdaniel2024-02-091-48/+99
* | Namespace includes/contextJames D. Forrester2024-02-081-1/+1
|/
* Don't assume no prior output in MWEntryPoint::flushOutputBuffer()Gergő Tisza2024-02-041-6/+1
* ResourceLoader: Factor out ResourceEntryPoint from load.phpdaniel2024-02-021-3/+5
* entrypoint: Isolate entry points from PHP runtime for testingdaniel2024-02-021-31/+388
* MediaWikiEntryPoint: Inject MediaWiki services containerDerick Alangi2024-01-241-19/+71
* stats: add metric stats.statslib.bufferedCole White2024-01-151-3/+3
* MediaWikiEntryPoint: add metric stats.statsdclient.bufferedCole White2024-01-151-0/+1
* entrypoint: Restore doc grouping for MediaWikiEntryPointTimo Tijhof2024-01-051-0/+10
* Introduce MediaWikiEntryPoint and ActionEntryPointdaniel2024-01-031-0/+777