aboutsummaryrefslogtreecommitdiffstats
path: root/load.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improvements to handling of 'catastrophic' errors, like unsupported PHP versi...Happy-melon2011-04-121-2/+17
* Fix for bug 28235: IE6 looks for the file extension in the query stringTim Starling2011-04-121-4/+1
* Made ResourceLoader an instantiable object, rather than a static one, making ...Trevor Parscal2010-09-291-1/+2
* Major refactoring of site and user CSS, creating ResourceLoaderUserModule and...Trevor Parscal2010-09-111-1/+1
* Stylize files added in r72349Siebrand Mazeland2010-09-041-2/+2
* * simplified file description header or load.phpAlexandre Emsenhuber2010-09-041-5/+3
* Merging resourceloader branch into trunk. Full documentation is at http://www...Roan Kattouw2010-09-041-0/+56