aboutsummaryrefslogtreecommitdiffstats
path: root/load.php
Commit message (Expand)AuthorAgeFilesLines
* ResourceLoader: Follow-up creation of ResourceLoaderEntryPointTimo Tijhof2024-02-221-7/+3
* Namespace includes/contextJames D. Forrester2024-02-081-0/+1
* ResourceLoader: Factor out ResourceEntryPoint from load.phpdaniel2024-02-021-27/+10
* Centralize logic behind building ChronologyProtector objectAmir Sarabadani2023-08-301-1/+1
* resourceloader: Minor doc changes following PSR-4 namepace changeTimo Tijhof2022-05-291-2/+2
* ResourceLoader namespace (attempt 2)Tim Starling2022-05-241-1/+2
* Revert "ResourceLoader namespace"Lucas Werkmeister (WMDE)2022-05-161-1/+0
* ResourceLoader namespaceTim Starling2022-05-161-0/+1
* resourceloader: Avoid repeatly calls to getter functionsUmherirrender2021-09-261-4/+6
* Reapply Content-Length deferred updates patchesTim Starling2021-04-081-0/+2
* Revert "Move logDataPageOutputOnly() call to outputResponsePayload()"Reedy2021-04-021-2/+0
* Move logDataPageOutputOnly() call to outputResponsePayload()Aaron Schulz2021-03-291-0/+2
* docs: Improve entry point documentationTimo Tijhof2020-07-021-2/+2
* In Web entry points, move file scope code into a main functionTim Starling2020-06-251-10/+16
* docs: Improve "Entry points" documentation pageTimo Tijhof2020-02-041-1/+4
* Remove IE 6 security features from server-side codeTim Starling2019-11-281-5/+0
* Avoid using "enqueue" mode for deferred updates in doPostOutputShutdownAaron Schulz2019-09-301-1/+1
* Add MW_REST_API and MW_ENTRY_POINTTim Starling2019-09-031-0/+2
* profiler: Centralise output responsibility from ProfilerOutputText to ProfilerTimo Tijhof2019-08-281-1/+1
* resourceloader: Instantiate main class via ServiceWiringTimo Tijhof2019-02-181-6/+1
* resourceloader: Disable ChronologyProtector on load.php (again)Timo Tijhof2018-04-201-5/+3
* resourceloader: Disable ChronologyProtector to speed up wfGetLB()Timo Tijhof2016-09-281-0/+7
* Enforce load.php's no-session constraintBrad Jorsch2016-04-181-3/+2
* resourceloader: Create ResourceLoaderContext::msg() methodTimo Tijhof2016-03-111-2/+5
* Log violations of load.php's no-session constraintBrad Jorsch2016-03-071-0/+5
* resourceloader: Remove PHP4-compat codeTimo Tijhof2016-02-251-4/+2
* Remove various double empty newlinesumherirrender2015-12-271-1/+0
* Remove PHP detection from entry points other than index.phpTimo Tijhof2015-11-121-5/+0
* resourceloader: Consistently refer to the framework as ResourceLoaderTimo Tijhof2015-10-281-1/+1
* resourceloader: Make ResourceLoader logger awareTimo Tijhof2015-06-041-1/+6
* Refactored entry points to have uniform shutdown handlingAaron Schulz2015-05-291-6/+2
* Check for dependencies in entry point and Maintenance.phpaude2015-05-231-6/+4
* Flush lazy jobs in load.php and api.php tooAaron Schulz2015-05-201-0/+2
* Made text profiling actually work with load.phpAaron Schulz2015-03-311-0/+1
* Removed remaining profile callsAaron Schulz2015-01-081-2/+0
* Make load.php parse in PHP 4 againBartosz DziewoƄski2014-11-041-6/+5
* Require PHP >= 5.3.3Kunal Mehta2014-10-301-1/+1
* resourceloader: Pass a Config to the ResourceLoader constructorKunal Mehta2014-09-051-1/+3
* Use PHP_VERSION constant instead of phpversion() function callChad Horohoe2014-07-091-1/+1
* phpcs: More require/include is not a functionTimo Tijhof2013-05-211-2/+2
* Remove hphpc support and deprecate related functionsTim Starling2013-05-091-5/+1
* Follow up to dirname( __FILE__ ) clean upHoo man2012-08-281-0/+1
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-231-1/+0
* Various updates needed to bump min php version to 5.3.2Reedy2012-04-161-1/+1
* Clean up the mess that is wfDie (resolves r85918). wfDie() doesn't exist anym...Chad Horohoe2011-07-061-11/+4
* (bug 28840) If the query string hits bug 28235, redirect to a safer URL inste...Tim Starling2011-06-031-11/+1
* HipHop improvements:Tim Starling2011-05-301-1/+6
* Revert r87635, r87637, r87639, r87643 (MW_MIN_PHP_VERSION etc.): breaks HipHo...Tim Starling2011-05-151-7/+3
* Centralise the minimum-required-php-version in a MW_MIN_PHP_VERSION constant ...Happy-melon2011-05-071-3/+7