aboutsummaryrefslogtreecommitdiffstats
path: root/includes/WebStart.php
Commit message (Expand)AuthorAgeFilesLines
* Add dark mode support to plain html outputsEbrahim Byagowi2024-06-091-1/+1
* Namespace includes/contextJames D. Forrester2024-02-081-2/+3
* entrypoint: Restore doc grouping for MediaWikiEntryPointTimo Tijhof2024-01-051-8/+0
* Use ::class for class name resolutionUmherirrender2023-09-211-1/+1
* Reorg: Move NoLocalSettings to Output/Amir Sarabadani2023-09-061-1/+1
* Reorg: Move three output related classes to includes/Output/Amir Sarabadani2023-09-051-1/+1
* WebStart: Document output buffering in wfWebStartSetup()Aaron Schulz2023-03-101-2/+8
* Setup.php: Remove internal use of $IPTimo Tijhof2022-05-131-8/+4
* Setup.php: clarify the use of $IP.daniel2022-05-031-7/+4
* Define MW_INSTALL_PATH constant and BaseDirectory config.daniel2022-03-041-2/+1
* Pass SettingsBuilder into config callbacks.daniel2022-02-211-1/+3
* Allow main settings file to be selected via env variable.daniel2022-02-061-3/+3
* Reapply "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-1/+3
* Revert "SettingsBuilder: allow maintenance scripts to manipulate config"Ppchelko2022-01-261-3/+1
* SettingsBuilder: allow maintenance scripts to manipulate configdaniel2022-01-261-1/+3
* Using @return never documentation on always-throw-functionUmherirrender2021-09-071-0/+3
* Merge "WebStart: Avoid conditionally declared functions in this file"jenkins-bot2021-03-121-19/+17
|\
| * WebStart: Avoid conditionally declared functions in this fileFlorian2021-03-121-19/+17
* | MWLBFactory: rename magic HTTP header for opting out of sqlite write lockC. Scott Ananian2021-02-041-1/+1
|/
* Setup: Move simple shortcuts together in Setup.php and improve docsTimo Tijhof2020-03-141-5/+5
* docs: Improve "Entry points" documentation pageTimo Tijhof2020-02-041-0/+8
* WebStart: Avoid DB or uselang for nonwrite-api-promise-error messageTimo Tijhof2019-08-251-4/+7
* Remove "Squiz.WhiteSpace.FunctionSpacing" from phpcs exclusionsReedy2019-05-111-0/+4
* Merge "Setup: Move mbstring.func_overload from WebStart to Setup"jenkins-bot2018-04-181-4/+0
|\
| * Setup: Move mbstring.func_overload from WebStart to SetupTimo Tijhof2018-04-171-4/+0
* | WebStart: Remove deprecated $wgRequestTimeTimo Tijhof2018-04-171-7/+0
|/
* WebStart: Remove redundant unset() for $IPTimo Tijhof2018-04-171-2/+0
* Convert OutputHandler functions to a classTimo Tijhof2018-03-201-7/+3
* 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