MediaWiki  REL1_23
Setup.php File Reference

Include most things that are needed to make MediaWiki work. More...

Go to the source code of this file.

Variables

if(!defined( 'MEDIAWIKI')) $fname = 'Setup.php'
 This file is not a valid entry point, perform no further processing unless MEDIAWIKI is defined.
 $messageMemc = wfGetMessageCacheStorage()
 $parserMemc = wfGetParserCacheStorage()
if($wgMetaNamespace===false)
if($wgResourceLoaderMaxQueryLength===false
$wgCanonicalNamespaceNames
 Definitions of the NS_ constants are in Defines.php.
global $wgCommandLineMode
 $wgContLang = Language::factory( $wgLanguageCode )
if(is_array($wgExtraNamespaces)) $wgContLanguageCode = $wgLanguageCode
if($wgRCFilterByAge) if($wgSkipSkin)
if($wgLocalInterwiki) if($wgSharedPrefix===false)
if(!$wgCookiePrefix) 
$wgCookiePrefix = strtr( $wgCookiePrefix, '=,; +."\'\\[', '__________' )
 $wgDeferredUpdateList = array()
if(!$wgHtml5Version
&&$wgAllowRdfaAttributes) 
$wgFileExtensions = array_values( array_diff ( $wgFileExtensions, $wgFileBlacklist ) )
 $wgFullyInitialised = true
if($wgUseFileCache||$wgUseSquid)
if(!$wgEnotifMinorEdits) 
$wgHtml5 = true
 $wgJsMimeType = 'text/javascript'
 $wgLang = new StubUserLang
 $wgLangConvMemc = wfGetLangConverterCacheStorage()
 $wgLockManagers []
 Initialise $wgLockManagers to include basic FS version.
 $wgMemc = wfGetMainCache()
 $wgNamespaceAliases ['Image'] = NS_FILE
 The canonical names of namespaces 6 and 7 are, as of v1.14, "File" and "File_talk".
 $wgNamespaceAliases ['Image_talk'] = NS_FILE_TALK
if(!isset($wgVersion)) if($wgScript===false)
if($wgLoadScript===false) if($wgArticlePath===false)
if(!empty($wgActionPaths)&&!isset($wgActionPaths['view']))
if($wgStylePath===false) if($wgLocalStylePath===false)
if($wgStyleDirectory===false)
if($wgExtensionAssetsPath===false)
if($wgLogo===false) if($wgUploadPath===false)
if($wgUploadDirectory===false)
if($wgReadOnlyFile===false) if($wgFileCacheDirectory===false)
if($wgDeletedDirectory===false)
if(isset($wgFileStore['deleted']['directory']))
if(isset($wgFooterIcons['copyright'])&&isset($wgFooterIcons['copyright']['copyright'])&&$wgFooterIcons['copyright']['copyright']===array())
if(isset($wgFooterIcons['poweredby'])&&isset($wgFooterIcons['poweredby']['mediawiki'])&&$wgFooterIcons['poweredby']['mediawiki']['src']===null) 
$wgNamespaceProtection [NS_MEDIAWIKI] = 'editinterface'
 Unconditional protection for NS_MEDIAWIKI since otherwise it's too easy for a sysadmin to set $wgNamespaceProtection incorrectly and leave the wiki insecure.
 $wgOut = RequestContext::getMain()->getOutput()
 $wgParser = new StubObject( 'wgParser', $wgParserConf['class'], array( $wgParserConf ) )
if(!is_object($wgAuth)) $wgTitle = null
 $wgUseEnotif = $wgEnotifUserTalk || $wgEnotifWatchlist
 $wgUser = RequestContext::getMain()->getUser()
 $wgXhtmlDefaultNamespace = 'http://www.w3.org/1999/xhtml'

Detailed Description

Include most things that are needed to make MediaWiki work.

This file is included by WebStart.php and doMaintenance.php so that both web and maintenance scripts share a final set up phase to include necessary files and create global object variables.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. http://www.gnu.org/copyleft/gpl.html

Definition in file Setup.php.


Variable Documentation

if (!defined( 'MEDIAWIKI')) $fname = 'Setup.php'

This file is not a valid entry point, perform no further processing unless MEDIAWIKI is defined.

Definition at line 35 of file Setup.php.

Referenced by Skin\__call(), DummyLinker\__call(), ImportStreamSource\__construct(), lessc\__construct(), StubObject\_unstub(), lessc\cachedCompile(), DatabaseTestHelper\checkFunctionName(), TextPassDumperTest\checkpointHelper(), Profiler\collateData(), lessc\compileFile(), DatabaseMssql\delete(), DatabaseMssql\deleteJoin(), DatabaseMssql\estimateRowCount(), lessc\evaluate(), lessc_parser\func(), lessc\funcToColor(), Profiler\getCallTreeLine(), Profiler\getFunctionReport(), Profiler\getRawData(), SearchHighlighter\highlightSimple(), SearchHighlighter\highlightText(), DatabaseBase\indexExists(), DatabaseMssql\indexInfo(), DatabasePostgres\indexInfo(), DatabaseMssql\insertSelect(), moveToExternal(), DatabaseTestHelper\nativeReplace(), DatabaseBase\nativeReplace(), XmlTypeCheck\newFromFilename(), DatabaseTestHelper\query(), ImageListPager\reallyDoQuery(), SearchHighlighter\removeWiki(), resolveStub(), resolveStubs(), DatabaseMssql\select(), RandomPage\selectRandomPageFromDB(), SpecialRandomInCategory\selectRandomPageFromDB(), DatabaseMssql\selectSQLText(), TextPassDumperTest\setUpStub(), splitFilename(), StreamFile\stream(), DatabaseTestHelper\tableExists(), BackupDumperPageTest\testCurrentStubGzip(), BackupDumperPageTest\testCurrentStubPlain(), ExportDemoTest\testExportDemo(), BackupDumperPageTest\testFullStubPlain(), BackupDumperPageTest\testFullTextPlain(), BaseDumpTest\testPageMissAtEnd(), BackupDumperLoggerTest\testPlain(), BaseDumpTest\testRevisionMissAtEnd(), BaseDumpTest\testSequential(), BaseDumpTest\testSynchronizePageMiss(), BaseDumpTest\testSynchronizePageMissAtStart(), BaseDumpTest\testSynchronizeRevisionMissAtStart(), BaseDumpTest\testSynchronizeRevisionMissToPage(), BaseDumpTest\testSynchronizeRevisionMissToRevision(), GlobalTest\testWfMkdirParents(), BackupDumperLoggerTest\testXmlDumpsBackupUseCaseLogging(), LocalFile\unprefixRow(), and XmlTypeCheck\validateFromFile().

$messageMemc = wfGetMessageCacheStorage()

Definition at line 514 of file Setup.php.

$parserMemc = wfGetParserCacheStorage()

Definition at line 515 of file Setup.php.

if ($wgMetaNamespace===false) if ($wgResourceLoaderMaxQueryLength===false) $wgCanonicalNamespaceNames
Initial value:
 array(
    NS_MEDIA            => 'Media',
    NS_SPECIAL          => 'Special',
    NS_TALK             => 'Talk',
    NS_USER             => 'User',
    NS_USER_TALK        => 'User_talk',
    NS_PROJECT          => 'Project',
    NS_PROJECT_TALK     => 'Project_talk',
    NS_FILE             => 'File',
    NS_FILE_TALK        => 'File_talk',
    NS_MEDIAWIKI        => 'MediaWiki',
    NS_MEDIAWIKI_TALK   => 'MediaWiki_talk',
    NS_TEMPLATE         => 'Template',
    NS_TEMPLATE_TALK    => 'Template_talk',
    NS_HELP             => 'Help',
    NS_HELP_TALK        => 'Help_talk',
    NS_CATEGORY         => 'Category',
    NS_CATEGORY_TALK    => 'Category_talk',
)

Definitions of the NS_ constants are in Defines.php.

Access:
private

Definition at line 304 of file Setup.php.

Referenced by MWNamespace\getCanonicalNamespaces(), and wfInstallerMain().

$wgContLang = Language::factory( $wgLanguageCode )

Definition at line 546 of file Setup.php.

if (is_array($wgExtraNamespaces)) $wgContLanguageCode = $wgLanguageCode
Todo:
UGLY UGLY

Definition at line 331 of file Setup.php.

if ($wgRCFilterByAge) if ($wgSkipSkin) if ($wgLocalInterwiki) if ($wgSharedPrefix===false) if (!$wgCookiePrefix) $wgCookiePrefix = strtr( $wgCookiePrefix, '=,; +."\'\\[', '__________' )
$wgDeferredUpdateList = array()

Definition at line 577 of file Setup.php.

Referenced by DeferredUpdates\clearPendingUpdates(), and DeferredUpdates\doUpdates().

if (!$wgHtml5Version &&$wgAllowRdfaAttributes) $wgFileExtensions = array_values( array_diff ( $wgFileExtensions, $wgFileBlacklist ) )
$wgFullyInitialised = true

Definition at line 606 of file Setup.php.

Referenced by MWExceptionHandler\handle(), and MWExceptionTest\testUseOutputPage().

if ($wgUseFileCache||$wgUseSquid) if (!$wgEnotifMinorEdits) $wgHtml5 = true

Definition at line 348 of file Setup.php.

$wgJsMimeType = 'text/javascript'

Definition at line 350 of file Setup.php.

Referenced by SkinTemplate\prepareQuickTemplate().

$wgLang = new StubUserLang

Definition at line 557 of file Setup.php.

$wgLangConvMemc = wfGetLangConverterCacheStorage()

Definition at line 516 of file Setup.php.

$wgLockManagers[]
Initial value:
 array(
    'name' => 'fsLockManager',
    'class' => 'FSLockManager',
    'lockDirectory' => "{$wgUploadDirectory}/lockdir",
)

Initialise $wgLockManagers to include basic FS version.

Definition at line 148 of file Setup.php.

$wgMemc = wfGetMainCache()

Definition at line 513 of file Setup.php.

$wgNamespaceAliases['Image'] = NS_FILE

The canonical names of namespaces 6 and 7 are, as of v1.14, "File" and "File_talk".

The old names "Image" and "Image_talk" are retained as aliases for backwards compatibility.

Definition at line 142 of file Setup.php.

Referenced by ApiQuerySiteinfo\appendNamespaceAliases(), UploadFromUrlTestSuite\setUp(), NewParserTest\setUp(), and NewParserTest\tearDown().

$wgNamespaceAliases['Image_talk'] = NS_FILE_TALK

Definition at line 143 of file Setup.php.

if (!isset($wgVersion)) if ($wgScript===false) if ($wgLoadScript===false) if ($wgArticlePath===false) if (!empty($wgActionPaths)&&!isset($wgActionPaths['view'])) if ($wgStylePath===false) if ($wgLocalStylePath===false) if ($wgStyleDirectory===false) if ($wgExtensionAssetsPath===false) if ($wgLogo===false) if ($wgUploadPath===false) if ($wgUploadDirectory===false) if ($wgReadOnlyFile===false) if ($wgFileCacheDirectory===false) if ($wgDeletedDirectory===false) if (isset($wgFileStore['deleted']['directory'])) if (isset($wgFooterIcons['copyright'])&&isset($wgFooterIcons['copyright']['copyright'])&&$wgFooterIcons['copyright']['copyright']===array()) if (isset($wgFooterIcons['poweredby'])&&isset($wgFooterIcons['poweredby']['mediawiki'])&&$wgFooterIcons['poweredby']['mediawiki']['src']===null) $wgNamespaceProtection[NS_MEDIAWIKI] = 'editinterface'

Unconditional protection for NS_MEDIAWIKI since otherwise it's too easy for a sysadmin to set $wgNamespaceProtection incorrectly and leave the wiki insecure.

Note that this is the definition of editinterface and it can be granted to all users if desired.

Definition at line 135 of file Setup.php.

Referenced by MWNamespace\getRestrictionLevels(), Title\isNamespaceProtected(), SpecialListGroupRights\outputNamespaceProtectionInfo(), and UploadFromUrlTestSuite\setUp().

if (!is_object($wgAuth)) $wgTitle = null

Definition at line 575 of file Setup.php.

$wgUseEnotif = $wgEnotifUserTalk || $wgEnotifWatchlist

Definition at line 288 of file Setup.php.

$wgUser = RequestContext::getMain()->getUser()

Definition at line 552 of file Setup.php.

Referenced by ProtectionForm\__construct(), ProtectionForm\buildForm(), ProtectionForm\buildSelector(), SpecialPageFactory\capturePath(), FeedUtils\checkPurge(), ResourceLoaderUserTokensModule\contextUserTokens(), create_function(), Undelete\execute(), DeleteDefaultMessages\execute(), CleanupSpam\execute(), ImportSiteScripts\execute(), CapsCleanup\execute(), EditCLI\execute(), DeleteBatch\execute(), TableCleanup\execute(), MoveBatch\execute(), DeleteEqualMessages\execute(), PPFuzzTest\execute(), ApiQueryInfo\getBlockToken(), ApiQueryInfo\getDeleteToken(), ApiQueryInfo\getEditToken(), ApiQueryInfo\getEmailToken(), GenderCache\getGenderOf(), ApiQueryInfo\getImportToken(), ResourceLoaderUserCSSPrefsModule\getModifiedTime(), ResourceLoaderUserOptionsModule\getModifiedTime(), ApiQueryInfo\getMoveToken(), Title\getNotificationTimestamp(), ApiQueryInfo\getOptionsToken(), ResourceLoaderUserGroupsModule\getPages(), ApiQueryRecentChanges\getPatrolToken(), ApiQueryInfo\getProtectToken(), SpecialPageFactory\getRestrictedPages(), ApiQueryRevisions\getRollbackToken(), ResourceLoaderUserOptionsModule\getScript(), ResourceLoaderUserCSSPrefsModule\getStyles(), SpecialPageFactory\getUsablePages(), ApiQueryUsers\getUserrightsToken(), ApiQueryInfo\getWatchToken(), Title\isValidMoveOperation(), UploadFromUrl\isValidRequest(), Linker\linkAttribs(), ProtectionForm\loadData(), Title\moveTo(), Title\moveToInternal(), PatrolLog\record(), ProtectionForm\save(), UploadFromUrlTestSuite\setUp(), WikiPageTest\testDoQuickEdit(), WikiPageTest\testDoQuickEditContent(), TitleTest\testWgWhitelistReadRegexp(), Title\updateTitleProtection(), Title\userCan(), Title\userIsWatching(), Linker\userToolLinks(), Title\validateFileMoveOperation(), and wfLogProfilingData().

$wgXhtmlDefaultNamespace = 'http://www.w3.org/1999/xhtml'

Definition at line 349 of file Setup.php.