aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WebStart.php
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* (bug 29898) Set cookie to force HTTPS from HTTPcsteipp2012-09-211-1/+0
* Use __DIR__ instead of dirname( __FILE__ )jeroendedauw2012-08-271-1/+1
* Additional register_globals vulnerability check. Merged in from big Wikia mer...Sean Colombo2011-09-161-1/+1
* Added some GPL headersAlexandre Emsenhuber2011-06-281-0/+15
* * Restored the page shown when LocalSettings.php is missing to how it was bef...Tim Starling2011-06-071-20/+2
* * Made the profiler work in HipHop:Tim Starling2011-05-311-5/+7
* HipHop improvements:Tim Starling2011-05-301-20/+2
* And even more documentation, the last of this batchSam Reed2011-05-281-0/+2
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-1/+1
* * (bug 15461) Make IE8 turn off content sniffing. Everbody else should ignore...Brion Vibber2011-05-131-0/+5
* More profiler cleanup:Chad Horohoe2011-04-161-5/+4
* First step of reorganizing profiling files:Chad Horohoe2011-04-161-1/+1
* Improvements to handling of 'catastrophic' errors, like unsupported PHP versi...Happy-melon2011-04-121-13/+21
* The beginnings of HipHop compiled mode support. It works now for parser cache...Tim Starling2011-04-041-27/+54
* Fixes Bug #28214 - When page not found, sends malformed HTTP/1.x instead of H...Mark A. Hershberger2011-03-251-1/+1
* Tweak comment, we don't create LS in the conf dir anymore, you have to upload itChad Horohoe2011-02-261-2/+2
* (bug 1379) Installer directory conflicts with some hosts' configuration panel.Max Semenik2011-02-261-1/+1
* Per my comment on r68760: Make MWfunction class, complete with call_user_func...X!2011-01-021-6/+2
* (bug 26130) Revert changes to WebStart.php in r72349, which turn out to have ...Roan Kattouw2010-12-061-6/+1
* Remove some of the rubbish that has been accumulating in the default LocalSet...Tim Starling2010-12-061-3/+2
* Add MW_CONFIG_FILE support to load a separate config file instead of LocalSet...Daniel Friesen2010-12-051-4/+7
* Followup r68760: add commentChad Horohoe2010-10-181-0/+1