aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WebStart.php
Commit message (Expand)AuthorAgeFilesLines
* WebStart: Remove use of realpath() for $IPTimo Tijhof2017-11-291-5/+2
* Setup: Merge PreConfigSetup into Setup.phpTimo Tijhof2017-10-241-43/+26
* Split common pre-setup code out of WebStart/doMaintenanceTim Starling2017-08-231-25/+1
* WebStart.php: Update the file's doc commentKevin Israel2017-05-261-5/+4
* Merge "includes: Replace implicit Bugzilla bug numbers with Phab ones"jenkins-bot2017-02-281-1/+1
|\
| * includes: Replace implicit Bugzilla bug numbers with Phab onesJames D. Forrester2017-02-211-1/+1
* | Log a backtrace from the culprit location if headers were already sentTim Starling2017-02-231-0/+3
|/
* Remove check for MW_NO_SETUPChad Horohoe2017-01-121-3/+1
* Fix various phpcs error from last security patchesumherirrender2016-05-201-1/+1
* SECURITY: Check for mbstring.func_overload at runtimeBrad Jorsch2016-05-201-0/+4
* build: Update mediawiki-codesniffer to 0.6.0, add "composer fix"Kunal Mehta2016-02-171-1/+0
* Convert all array() syntax to []Kunal Mehta2016-02-171-1/+1
* Remove REQUEST_TIME_FLOAT hack for old PHPMax Semenik2016-02-111-5/+0
* Remove register_globals and magic_quotes_* checksMax Semenik2016-02-111-13/+0
* Remove various double empty newlinesumherirrender2015-12-271-3/+0
* Fix HHVM RepoAuthorative mode againReedy2015-12-141-2/+5
* Move PSR-3 support check right after autoloader setupGergő Tisza2015-12-131-0/+15
* Add header to flag API POST requests with no write intentionsAaron Schulz2015-11-061-0/+22
* WebStart.php: Make lines shorter to make phpcs happierAmir E. Aharoni2015-09-261-4/+4
* Fix some space-related phpcs warnings in includes/Ricordisamoa2015-08-151-1/+1
* Try to make POSTs as transactional as possibleAaron Schulz2015-08-121-0/+5
* Remove $wgRUstart, unusedChad Horohoe2015-04-161-1/+0
* Make WebRequest objects time-awareOri Livneh2015-04-011-1/+19
* Adding TemplateParser class providing interface to Mustache templateskaldari2015-02-191-1/+1
* Removed remaining profile callsAaron Schulz2015-01-081-4/+0
* Implement extension registration from an extension.json fileKunal Mehta2015-01-081-0/+3
* MW_NO_OUTPUT_BUFFER is never definedChad Horohoe2014-11-181-1/+1
* Profiler code cleanupChad Horohoe2014-11-041-2/+2
* Remove $wgTitle from WebStart foreverChad Horohoe2014-09-221-1/+1
* Under HHVM, measure resources for the thread, not calling processOri Livneh2014-09-101-5/+4
* Revert "Consolidate parts of WebStart.php and doMaintenance.php into Initiali...Chad2014-08-281-3/+37
* Consolidate parts of WebStart.php and doMaintenance.php into Initialize.phpwithoutaname2014-08-241-37/+3
* Shorten if/else to ternary expressions in WebStart.phpwithoutaname2014-07-221-10/+2
* No longer support installs where register_globals is enabledKunal Mehta2014-07-081-33/+4
* Make phpcs-strict pass on includes/ (4/~10)Siebrand Mazeland2014-05-111-1/+4
* Clean up access pointsWaldir Pimenta2014-03-281-1/+4
* LocalSettings.php must be readable by the serverumherirrender2014-03-071-2/+2
* Remove remaining calls to MWInit methodsKevin Israel2013-09-151-3/+0
* Deprecate MWFunction::call and ::callArrayKevin Israel2013-07-191-1/+1
* Move inclusion of the Composer autoloader to after inclusion of DefaultSettingsjeroendedauw2013-07-151-5/+5
* Remove Selenium tests from coreChad Horohoe2013-06-141-4/+0
* Support installing PHPUnit using composer.Daniel Friesen2013-06-071-0/+5
* Fixed spacingumherirrender2013-05-091-1/+1
* phpcs: Fix WhiteSpace.LanguageConstructSpacing warningsTimo Tijhof2013-05-091-11/+11
* Remove hphpc support and deprecate related functionsTim Starling2013-05-091-19/+13
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-3/+3
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-1/+1
* fix some spacingumherirrender2013-02-091-1/+1
* fix some spacingumherirrender2013-02-041-2/+2
* Bug 44157 - The return value of realpath should be testedMarkAHershberger2013-01-311-3/+7