|
MediaWiki master
|
The setup for all MediaWiki processes (both web-based and CLI). More...
Go to the source code of this file.
Variables | |
| if(defined( 'MW_SETUP_CALLBACK')) | $dynamicDefaults = new DynamicDefaultValues( $wgSettings->getConfigSchema() ) |
| Customization point after most things are loaded (constants, functions, classes, LocalSettings. | |
| if(!defined('MEDIAWIKI')) if(!defined( 'MW_ENTRY_POINT')) global | $IP = wfDetectInstallPath() |
| Environment checks. | |
| if(!defined('MW_NO_SESSION') &&MW_ENTRY_POINT !=='cli') if(MW_ENTRY_POINT !=='cli' && $wgPingback | $settingsWarnings ) = $wgSettings->getWarnings() |
| $wgAutoloadClasses = [] | |
| if(!interface_exists(LoggerInterface::class)) | $wgCommandLineMode = MW_ENTRY_POINT === 'cli' |
| Pre-config setup: Before loading LocalSettings.php. | |
| $wgConf = new SiteConfiguration | |
| $wgConf hold the site configuration. | |
| global | $wgExtensionFunctions |
| global | $wgFullyInitialised = true |
| if(MW_ENTRY_POINT==='index') if(!defined( 'MW_NO_SESSION') &&MW_ENTRY_POINT !=='cli' | $wgLang = new StubUserLang |
| if(MW_ENTRY_POINT==='index') if(!defined( 'MW_NO_SESSION') &&MW_ENTRY_POINT !=='cli' | $wgOut = RequestContext::getMain()->getOutput() |
| global | $wgRequest = RequestContext::getMain()->getRequest() |
| $wgScopeTest = 'MediaWiki Setup.php scope test' | |
| if( $wgServerName !==false) | $wgServerName = parse_url( $wgCanonicalServer, PHP_URL_HOST ) |
| $wgSettings = SettingsBuilder::getInstance() | |
| if(MW_ENTRY_POINT==='index') if(!defined( 'MW_NO_SESSION') &&MW_ENTRY_POINT !=='cli' | $wgTitle = null |
| $wgUser = new StubGlobalUser( RequestContext::getMain()->getUser() ) | |
| if($wgServer===false) if( $wgCanonicalServer===false) | $wgVirtualRestConfig ['global']['domain'] = $wgCanonicalServer |
| if(defined( 'MW_USE_CONFIG_SCHEMA_CLASS')) | else |
| const | MW_SERVICE_BOOTSTRAP_COMPLETE 1 |
| try | |
The setup for all MediaWiki processes (both web-based and CLI).
The entry point (such as WebStart.php and doMaintenance.php) has these responsibilities:
This file does:
Definition in file Setup.php.
| if (defined('MW_SETUP_CALLBACK')) $dynamicDefaults = new DynamicDefaultValues( $wgSettings->getConfigSchema() ) |
Customization point after most things are loaded (constants, functions, classes, LocalSettings.
Note that this runs before extensions are registered, and before most singletons become available, and before MediaWikiServices is initialized.
Definition at line 252 of file Setup.php.
Referenced by MediaWiki\Settings\Config\ConfigSchemaAggregator\addDynamicDefaults().
| $IP = wfDetectInstallPath() |
Environment checks.
These are inline checks done before we include any source files, and thus these conditions may be assumed by all source code.
Definition at line 103 of file Setup.php.
Referenced by CommandLineInstaller\__construct(), MediaWiki\Shell\CommandFactory\create(), MediaWiki\Maintenance\MaintenanceRunner\defineSettings(), MediaWiki\Installer\Installer\envCheckUploadsDirectory(), BenchmarkSettings\execute(), CleanupSpam\execute(), DumpUploads\execute(), FindDeprecated\execute(), CommandLineInstaller\execute(), DateFormats\execute(), GenerateNormalizerDataAr\execute(), GenerateNormalizerDataMl\execute(), ManageForeignResources\execute(), GeneratePhpCharToUpperMappings\execute(), MwSql\execute(), MediaWiki\Maintenance\Version\execute(), MediaWiki\ResourceLoader\Module\expandRelativePaths(), MediaWiki\ResourceLoader\ImageModule\extractLocalBasePath(), MediaWiki\ResourceLoader\OOUIIconPackModule\extractLocalBasePath(), MediaWiki\Installer\Installer\getExistingLocalSettings(), MediaWiki\Installer\SqliteInstaller\getGlobalDefaults(), MediaWiki\Language\Language\getGrammarTransformations(), MediaWiki\Language\LanguageNameUtils\getJsonMessagesFileName(), LocalisationCache\getMessagesDirs(), MediaWiki\Language\LanguageNameUtils\getMessagesFileName(), MediaWiki\ResourceLoader\Module\getRelativePaths(), MediaWiki\ResourceLoader\StartUpModule\getScript(), MediaWiki\FileRepo\File\File\iconThumb(), ExternalStoreDB\initializeTable(), MediaWiki\Settings\LocalSettingsLoader\loadLocalSettingsFile(), MediaWiki\Composer\ComposerPhpunitXmlCoverageEdit\onEvent(), and wfDetectInstallPath().
| if(!defined( 'MW_NO_SESSION') &&MW_ENTRY_POINT !=='cli') if (MW_ENTRY_POINT !=='cli' &&$wgPingback $settingsWarnings) = $wgSettings->getWarnings() |
| $wgAutoloadClasses = [] |
Definition at line 141 of file Setup.php.
Referenced by MediaWiki\Installer\Installer\getExistingLocalSettings().
| if (!interface_exists(LoggerInterface::class)) $wgCommandLineMode = MW_ENTRY_POINT === 'cli' |
Pre-config setup: Before loading LocalSettings.php.
These are changes and additions to runtime that don't vary on site configuration.
Definition at line 132 of file Setup.php.
Referenced by MediaWiki\Installer\Installer\getExistingLocalSettings(), and MediaWiki\Settings\LocalSettingsLoader\loadLocalSettingsFile().
| $wgConf = new SiteConfiguration |
$wgConf hold the site configuration.
Not used for much in a default install.
Definition at line 139 of file Setup.php.
Referenced by MediaWiki\Installer\Installer\getExistingLocalSettings(), and MediaWiki\Settings\LocalSettingsLoader\loadLocalSettingsFile().
| global $wgFullyInitialised = true |
Definition at line 579 of file Setup.php.
Referenced by MediaWiki\User\User\clearInstanceCache(), MediaWiki\User\User\isSafeToLoad(), MediaWiki\User\User\load(), and MediaWiki\User\User\loadFromCache().
| Language StubUserLang $wgLang = new StubUserLang |
Definition at line 551 of file Setup.php.
Referenced by MediaWiki\Api\ApiMain\__construct(), MediaWiki\Installer\CliInstaller\__construct(), MediaWiki\Parser\ParserOptions\__construct(), MediaWiki\Logging\LogPage\actionText(), MediaWiki\SpecialPage\SpecialPageFactory\capturePath(), MediaWiki\Installer\Installer\disableStorage(), MediaWiki\Installer\Installer\envCheckDB(), MediaWiki\FileRepo\File\LocalFileRestoreBatch\execute(), MediaWiki\Installer\WebInstallerLanguage\execute(), UpdateMediaWiki\execute(), MediaWiki\User\User\getDatePreference(), MediaWiki\FileRepo\File\File\getDescriptionText(), MediaWiki\FileRepo\File\ForeignDBFile\getDescriptionText(), MediaHandler\getGeneralShortDesc(), GIFHandler\getLongDesc(), PNGHandler\getLongDesc(), ImageHandler\getShortDesc(), MediaWiki\Html\Html\namespaceSelectorOptions(), MediaWiki\User\User\sendConfirmationMail(), MediaWiki\Installer\WebInstaller\setupLanguage(), MediaWiki\FileRepo\File\ForeignAPIFile\transform(), and wfInstallerMain().
| MediaWiki Output OutputPage $wgOut = RequestContext::getMain()->getOutput() |
Definition at line 551 of file Setup.php.
Referenced by MediaWiki\SpecialPage\SpecialPageFactory\capturePath(), MediaWiki\Feed\FeedUtils\checkFeedOutput(), MediaWiki\Feed\ChannelFeed\httpHeaders(), MediaWiki\Exception\ThrottledError\report(), MediaWiki\Exception\BadRequestError\report(), MediaWiki\Exception\BadTitleError\report(), MediaWiki\Exception\ErrorPageError\report(), MediaWiki\Exception\PermissionsError\report(), MediaWiki\FileRepo\File\LocalFileLockError\report(), wfHttpError(), and wfVarDump().
| $wgRequest = RequestContext::getMain()->getRequest() |
Definition at line 434 of file Setup.php.
Referenced by MediaWiki\SpecialPage\SpecialPageFactory\capturePath(), MediaWiki\Api\ApiEditPage\execute(), MediaWiki\Context\RequestContext\importScopedSession(), and MediaWiki\Output\OutputPage\transformCssMedia().
| if ($wgServerName !==false) $wgServerName = parse_url( $wgCanonicalServer, PHP_URL_HOST ) |
| $wgSettings = SettingsBuilder::getInstance() |
Definition at line 143 of file Setup.php.
Referenced by MediaWiki\Settings\LocalSettingsLoader\loadLocalSettingsFile().
| Title null $wgTitle = null |
Definition at line 551 of file Setup.php.
Referenced by MediaWiki\SpecialPage\SpecialPageFactory\capturePath(), MediaWiki\Actions\ActionEntryPoint\execute(), MediaWiki\Api\ApiEditPage\execute(), MediaWiki\Api\ApiEntryPoint\execute(), MediaWiki\Api\ApiParse\execute(), MediaWiki\Context\RequestContext\getTitle(), MediaWiki\Linker\Linker\makeExternalLink(), MediaWiki\WikiMap\WikiMap\makeForeignLink(), MessageCache\parse(), and MediaWiki\Actions\ActionEntryPoint\performRequest().
| User $wgUser = new StubGlobalUser( RequestContext::getMain()->getUser() ) |
Definition at line 558 of file Setup.php.
Referenced by MediaWiki\SpecialPage\SpecialPageFactory\capturePath(), MediaWiki\JobQueue\Jobs\DoubleRedirectJob\run(), and MediaWiki\StubObject\StubGlobalUser\setUser().
| if(MW_ENTRY_POINT==='index') if (!defined('MW_NO_SESSION') &&MW_ENTRY_POINT !=='cli') else |
| try |