MediaWiki REL1_33
update.php File Reference

Go to the source code of this file.

Classes

class  Update
 

Variables

 $IP
 
 $maintClass = Update::class
 

Variable Documentation

◆ $IP

$IP
Initial value:
= strval( getenv( 'MW_INSTALL_PATH' ) ) !== ''
? getenv( 'MW_INSTALL_PATH' )
: realpath( __DIR__ . '/../../' )
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy

Definition at line 3 of file update.php.

Referenced by ParserTestTopLevelSuite\__construct(), CreateCommonPasswordCdb\__construct(), CommandLineInstaller\__construct(), Maintenance\__construct(), ApiQuerySiteinfo\appendGeneralInfo(), ApiQuerySiteinfo\appendInstalledLibraries(), AutoLoader\autoload(), MediaWiki\Shell\FirejailCommand\buildFinalCommand(), AutoLoaderStructureTest\checkAutoLoadConf(), MysqlUpdater\doInterwikiUpdate(), Installer\envCheckUploadsDirectory(), Installer\envPrepPath(), SpecialVersion\execute(), Update\execute(), CheckComposerLockUpToDate\execute(), CheckLess\execute(), CleanupSpam\execute(), DumpUploads\execute(), FindDeprecated\execute(), FindHooks\execute(), GenerateJsonI18n\execute(), HHVMMakeRepo\execute(), CommandLineInstaller\execute(), DateFormats\execute(), GenerateNormalizerDataAr\execute(), GenerateNormalizerDataMl\execute(), ManageForeignResources\execute(), MWDocGen\execute(), MwSql\execute(), ResourceLoaderModule\expandRelativePaths(), ResourceLoaderFileModule\extractBasePaths(), ResourceLoaderImageModule\extractLocalBasePath(), IcuCollation\fetchFirstLetterData(), GenerateCollationData\generateFirstChars(), GitInfo\getCacheFilePath(), SiteConfiguration\getConfig(), SpecialVersion\getCreditsForExtension(), Installer\getExistingLocalSettings(), SpecialVersion\getExternalLibraries(), FindDeprecated\getFiles(), Language\getJsonMessagesFileName(), LocalisationCache\getMessagesDirs(), Language\getMessagesFileName(), LocalisationCacheTest\getMockLocalisationCache(), ApiBase\getModuleSourceInfo(), InstallerOverrides\getOverrides(), ResourceLoaderModule\getRelativePaths(), ResourceLoaderStartUpModule\getScript(), SkinFallbackTemplate\getSnippetForSkin(), DatabaseInstaller\getSqlFilePath(), SpecialVersion\getVersion(), SpecialVersion\getVersionLinkedGit(), MediaWiki\Tests\Maintenance\DumpTestCase\getXmlSchemaPath(), File\iconThumb(), Installer\includeExtensions(), MWDocGen\init(), LocalisationCache\loadPluralFiles(), Maintenance\loadSettings(), TextPassDumper\openSpawn(), DatabaseUpdater\patchPath(), DatabaseInstaller\populateInterwikiTable(), DatabaseSqliteTest\prepareTestDB(), FirejailCommandTest\provideBuildFinalCommand(), UploadBaseTest\provideDetectScriptInSvg(), FirejailCommandIntegrationTest\provideExecute(), ReleaseNotesTest\provideFilesAtRoot(), MediaWikiServicesTest\provideGetService(), MergeMessageFileList\readFile(), LocalisationCache\readSourceFilesAndRegisterDeps(), ResourceLoader\registerTestModules(), GitInfo\repo(), Maintenance\setup(), MimeAnalyzerTest\setUp(), UploadFromUrlTestSuite\setUp(), SqliteInstaller\setupSearchIndex(), ParserTestRunner\setupUploadBackend(), OracleInstaller\setupUser(), PasswordPolicyChecksTest\testCheckPopularPasswordBlacklist(), MediaWikiServicesTest\testDefaultServiceWiringServicesHaveTests(), DatabaseSqliteTest\testEntireSchema(), FileBackendTest\testGetContentType(), ExtensionProcessorTest\testGlobalSettingsDocumentedInSchema(), ApiQuerySiteinfoTest\testInstalledLibraries(), CommandTest\testOutput(), MSCompoundFileReaderTest\testReadFile(), MSCompoundFileReaderTest\testReadFileInvalid(), ReleaseNotesTest\testReleaseNotesFilesExistAndAreNotMalformed(), ServiceWiringTest\testServicesAreSorted(), StoreBatchTest\teststore(), DatabaseIntegrationTest\testStoredFunctions(), DatabaseSqliteTest\testUpgrades(), GitInfoTest\testValidJsonData(), OutputPage\transformResourcePath(), Language\transformUsingPairFile(), and wfGetPrecompiledData().

◆ $maintClass

$maintClass = Update::class

Definition at line 92 of file update.php.