Go to the source code of this file.
Variables | |
if(!defined( 'MEDIAWIKI')) if(!defined( 'MW_PHP4')) | $wgVersion = '1.16.4' |
NEVER EDIT THIS FILE. | |
$wgSitename = 'MediaWiki' | |
Name of the site. | |
$wgMetaNamespace = false | |
Name of the project namespace. | |
$wgMetaNamespaceTalk = false | |
Name of the project talk namespace. | |
$wgServer = '' | |
URL of the server. | |
if(isset($_SERVER['SERVER_PORT'])&&!strpos($wgServerName, ':')&&(($wgProto== 'http'&&$_SERVER['SERVER_PORT']!=80)||($wgProto== 'https'&&$_SERVER['SERVER_PORT']!=443))) | $wgScriptPath = '/wiki' |
The path we should point to. | |
$wgUsePathInfo | |
Whether to support URLs like index.php/Page_title These often break when PHP is set up in CGI mode. | |
$wgCacheDirectory = false | |
Directory for caching data in the local filesystem. | |
$wgDirectoryMode = 0777 | |
Default value for chmoding of new directories. | |
$wgFileStore = array() | |
New file storage paths; currently used only for deleted files. | |
$wgFileStore ['deleted']['directory'] = false | |
Defaults to $wgUploadDirectory/deleted. | |
$wgFileStore ['deleted']['url'] = null | |
Private. | |
$wgFileStore ['deleted']['hash'] = 3 | |
3-level subdirectory split | |
$wgImgAuthDetails = false | |
defaults to false - only set to true if you use img_auth and want the user to see details on why access failed | |
$wgImgAuthPublicTest = true | |
defaults to true - if public read is turned on, no need for img_auth, config error unless other access is used | |
$wgUseInstantCommons = false | |
Use Commons as a remote file repository. | |
$wgLegalTitleChars = " %!\"$&'()*,\\-.\\/0-9:;=?@A-Z\\\\^_`a-z~\\x80-\\xFF+" | |
Allowed title characters -- regex character class Don't change this unless you know what you're doing. | |
$wgIllegalFileChars = ":" | |
$wgUrlProtocols | |
The external URL protocols. | |
$wgAntivirus = null | |
internal name of virus scanner. | |
$wgAntivirusSetup | |
Configuration for different virus scanners. | |
$wgAntivirusRequired = true | |
Determines if a failed virus scan (AV_SCAN_FAILED) will cause the file to be rejected. | |
$wgVerifyMimeType = true | |
Determines if the mime type of uploaded files should be checked. | |
$wgMimeTypeFile = "includes/mime.types" | |
Sets the mime type definition file to use by MimeMagic.php. | |
$wgMimeInfoFile = "includes/mime.info" | |
Sets the mime type info file to use by MimeMagic.php. | |
$wgLoadFileinfoExtension = false | |
Switch for loading the FileInfo extension by PECL at runtime. | |
$wgMimeDetectorCommand = null | |
Sets an external mime detector program. | |
$wgTrivialMimeDetection = false | |
Switch for trivial mime detection. | |
$wgXMLMimeTypes | |
Additional XML types we can allow via mime-detection. | |
$wgActionPaths = array() | |
To set 'pretty' URL paths for actions other than plain page views, add to this array. | |
$wgUseSharedUploads = false | |
If you operate multiple wikis, you can define a shared upload path here. | |
$wgSharedUploadPath = "http://commons.wikimedia.org/shared/images" | |
Full path on the web server where shared uploads can be found. | |
$wgFetchCommonsDescriptions = false | |
Fetch commons image description pages and display them on the local wiki? | |
$wgSharedUploadDirectory = "/var/www/wiki3/images" | |
Path on the file system where shared uploads can be found. | |
$wgSharedUploadDBname = false | |
DB name with metadata about shared directory. | |
$wgSharedUploadDBprefix = '' | |
Optional table prefix used in database. | |
$wgCacheSharedUploads = true | |
Cache shared metadata in memcached. | |
$wgAllowCopyUploads = false | |
Allow for upload to be copied from an URL. | |
$wgMaxUploadSize = 1024*1024*100 | |
Max size for uploads, in bytes. | |
$wgUploadNavigationUrl = false | |
Point the upload navigation link to an external URL Useful if you want to use a shared repository by default without disabling local uploads (use $wgEnableUploads = false for that) e.g. | |
$wgThumbnailScriptPath = false | |
Give a path here to use thumb.php for thumbnail generation on client request, instead of generating them on render and outputting a static URL. | |
$wgSharedThumbnailScriptPath = false | |
$wgHashedSharedUploadDirectory = true | |
Set the following to false especially if you have a set of files that need to be accessible by all wikis, and you do not want to use the hash (path/a/aa/) directory layout. | |
$wgRepositoryBaseUrl = "http://commons.wikimedia.org/wiki/Image:" | |
Base URL for a repository wiki. | |
$wgEmergencyContact = 'wikiadmin@' . $wgServerName | |
Site admin email address Default to wikiadmin. | |
$wgPasswordSender = 'MediaWiki Mail <apache@' . $wgServerName . '>' | |
Password reminder email address The address we should use as sender when a user is requesting his password Default to apache. | |
$wgNoReplyAddress = 'reply@not.possible' | |
dummy address which should be accepted during mail send action It might be necessay to adapt the address or to set it equal to the $wgEmergencyContact address | |
$wgEnableEmail = true | |
Set to true to enable the e-mail basic features: Password reminders, etc. | |
$wgEnableUserEmail = true | |
Set to true to enable user-to-user e-mail. | |
$wgUserEmailUseReplyTo = false | |
Set to true to put the sending user's email in a Reply-To header instead of From. | |
$wgPasswordReminderResendTime = 24 | |
Minimum time, in hours, which must elapse between password reminder emails for a given account. | |
$wgNewPasswordExpiry = 3600 * 24 * 7 | |
The time, in seconds, when an emailed temporary password expires. | |
$wgSMTP = false | |
SMTP Mode For using a direct (authenticated) SMTP server connection. | |
$wgCheckDBSchema = true | |
Live high performance sites should disable this - some checks acquire giant mysql locks. | |
$wgSharedDB = null | |
Shared database for multiple wikis. | |
$wgSharedPrefix = false | |
$wgSharedTables = array( 'user', 'user_properties' ) | |
$wgDBservers = false | |
Database load balancer This is a two-dimensional array, an array of server info structures Fields are: host: Host name dbname: Default database name user: DB user password: DB password type: "mysql" or "postgres" load: ratio of DB_SLAVE load, must be >=0, the sum of all loads must be >0 groupLoads: array of load ratios, the key is the query group name. | |
$wgLBFactoryConf = array( 'class' => 'LBFactory_Simple' ) | |
Load balancer factory configuration To set up a multi-master wiki farm, set the class here to something that can return a LoadBalancer with an appropriate master on a call to getMainLB(). | |
$wgMasterWaitTimeout = 10 | |
How long to wait for a slave to catch up to the master. | |
$wgDBerrorLog = false | |
File to log database errors to. | |
$wgDBClusterTimeout = 10 | |
When to give an error message. | |
$wgDBAvgStatusPoll = 2000 | |
Scale load balancer polling time so that under overload conditions, the database server receives a SHOW STATUS query at an average interval of this many microseconds. | |
$wgDBtransactions = false | |
Set to true if using InnoDB tables. | |
$wgDBmysql4 = true | |
Set to true for compatibility with extensions that might be checking. | |
$wgDBmysql5 = false | |
Set to true to engage MySQL 4.1/5.0 charset-related features; for now will just cause sending of 'SET NAMES=utf8' on connect. | |
$wgLocalDatabases = array() | |
Other wikis on this site, can be administered from a single developer account. | |
$wgParserCacheExpireTime = 86400 | |
$wgDBAhandler = 'db3' | |
$wgSessionsInMemcached = false | |
$wgSessionHandler = 'files' | |
This is used for setting php's session.save_handler. | |
$wgUseLocalMessageCache = false | |
Set this to true to make a local copy of the message cache, for use in addition to memcached. | |
$wgLocalMessageCacheSerialized = true | |
Defines format of local cache true - Serialized object false - PHP source file (Warning - security risk). | |
$wgLocalisationCacheConf | |
Localisation cache configuration. | |
$wgLanguageCode = 'en' | |
Site language code, should be one of . | |
$wgGrammarForms = array() | |
Some languages need different word forms, usually for different cases. | |
$wgInterwikiMagic = true | |
Treat language links as magic connectors, not inline links. | |
$wgHideInterlanguageLinks = false | |
Hide interlanguage links from the sidebar. | |
$wgExtraLanguageNames = array() | |
List of language names or overrides for default names in Names.php. | |
$wgDummyLanguageCodes = array( 'qqq', 'als', 'be-x-old', 'dk', 'fiu-vro', 'iu', 'nb', 'simple', 'tp' ) | |
List of language codes that don't correspond to an actual language. | |
$wgInputEncoding = 'UTF-8' | |
We speak UTF-8 all the time now, unless some oddities happen. | |
$wgOutputEncoding = 'UTF-8' | |
$wgEditEncoding = '' | |
$wgFixArabicUnicode = true | |
Set this to true to replace Arabic presentation forms with their standard forms in the U+0600-U+06FF block. | |
$wgFixMalayalamUnicode = true | |
Set this to true to replace ZWJ-based chillu sequences in Malayalam text with their Unicode 5.1 equivalents. | |
$wgShellLocale = 'en_US.utf8' | |
Locale for LC_CTYPE, to work around http://bugs.php.net/bug.php?id=45132 For Unix-like operating systems, set this to to a locale that has a UTF-8 character set. | |
$wgLegacyEncoding = false | |
Set this to eg 'ISO-8859-1' to perform character set conversion when loading old revisions not marked with "utf-8" flag. | |
$wgLegacySchemaConversion = false | |
If set to true, the MediaWiki 1.4 to 1.5 schema conversion will create stub reference rows in the text table instead of copying the full text of all current entries from 'cur' to 'text'. | |
$wgMimeType = 'text/html' | |
$wgJsMimeType = 'text/javascript' | |
$wgDocType = '-//W3C//DTD XHTML 1.0 Transitional//EN' | |
$wgDTD = 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' | |
$wgXhtmlDefaultNamespace = 'http://www.w3.org/1999/xhtml' | |
$wgHtml5 = true | |
Should we output an HTML5 doctype? This mode is still experimental, but all indications are that it should be usable, so it's enabled by default. | |
$wgHtml5Version = null | |
Defines the value of the version attribute in the <html> tag, if any. | |
$wgAllowRdfaAttributes = false | |
Enabled RDFa attributes for use in wikitext. | |
$wgAllowMicrodataAttributes = false | |
Enabled HTML5 microdata attributes for use in wikitext, if $wgHtml5 is also true. | |
$wgWellFormedXml = true | |
Should we try to make our HTML output well-formed XML? If set to false, output will be a few bytes shorter, and the HTML will arguably be more readable. | |
$wgXhtmlNamespaces = array() | |
Permit other namespaces in addition to the w3.org default. | |
$wgUseDynamicDates = false | |
Enable to allow rewriting dates in page text. | |
$wgAmericanDates = false | |
Enable dates like 'May 12' instead of '12 May', this only takes effect if the interface is set to English. | |
$wgTranslateNumerals = true | |
For Hindi and Arabic use local numerals instead of Western style (0-9) numerals in interface. | |
$wgUseDatabaseMessages = true | |
Translation using MediaWiki: namespace. | |
$wgMsgCacheExpiry = 86400 | |
Expiry time for the message cache key. | |
$wgMaxMsgCacheEntrySize = 10000 | |
Maximum entry size in the message cache, in bytes. | |
$wgEnableSerializedMessages = true | |
If true, serialized versions of the messages arrays will be read from the 'serialized' subdirectory if they are present. | |
$wgCheckSerialized = true | |
Set to false if you are thorough system admin who always remembers to keep serialized files up to date to save few mtime calls. | |
$wgDisableLangConversion = false | |
Whether to enable language variant conversion. | |
$wgDisableTitleConversion = false | |
Whether to enable language variant conversion for links. | |
$wgDefaultLanguageVariant = false | |
Default variant code, if false, the default will be the language code. | |
$wgDisabledVariants = array() | |
Disabled variants array of language variant conversion. | |
$wgVariantArticlePath = false | |
Like $wgArticlePath, but on multi-variant wikis, this provides a path format that describes which parts of the URL contain the language variant. | |
$wgLoginLanguageSelector = false | |
Show a bar of language selection links in the user login and user registration forms; edit the "loginlanguagelinks" message to customise these. | |
$wgUseZhdaemon = false | |
Whether to use zhdaemon to perform Chinese text processing zhdaemon is under developement, so normally you don't want to use it unless for testing. | |
$wgZhdaemonHost = "localhost" | |
$wgZhdaemonPort = 2004 | |
$wgLocalInterwiki = 'w' | |
$wgInterwikiExpiry = 10800 | |
$wgInterwikiCache = false | |
Interwiki caching settings. | |
$wgInterwikiScopes = 3 | |
$wgInterwikiFallbackSite = 'wiki' | |
$wgRedirectSources = false | |
If local interwikis are set up which allow redirects, set this regexp to restrict URLs which will be displayed as 'redirected from' links. | |
$wgShowIPinHeader = true | |
$wgMaxSigChars = 255 | |
$wgMaxArticleSize = 2048 | |
$wgMaxNameChars = 255 | |
$wgMaxPPNodeCount = 1000000 | |
$wgMaxTemplateDepth = 40 | |
Maximum recursion depth for templates within templates. | |
$wgMaxPPExpandDepth = 40 | |
$wgCleanSignatures = true | |
If true, removes (substitutes) templates in "~~~~" signatures. | |
$wgExtraSubtitle = '' | |
$wgSiteSupportPage = '' | |
$wgReadOnly = null | |
Set this to a string to put the wiki into read-only mode. | |
$wgReadOnlyFile = false | |
defaults to "{$wgUploadDirectory}/lock_yBgMBwiR"; | |
$wgDebugLogFile = '' | |
Filename for debug logging. | |
$wgDebugLogPrefix = '' | |
Prefix for debug log lines. | |
$wgDebugRedirects = false | |
If true, instead of redirecting, show a page with a link to the redirect destination. | |
$wgDebugRawPage = false | |
If true, log debugging data from action=raw. | |
$wgDebugComments = false | |
Send debug data to an HTML comment in the output. | |
$wgDebugDumpSql = false | |
Write SQL queries to the debug log. | |
$wgDebugLogGroups = array() | |
Set to an array of log group keys to filenames. | |
$wgShowDebug = false | |
Display debug data at the bottom of the main content area. | |
$wgDebugTimestamps = false | |
Prefix debug messages with relative timestamp. | |
$wgDebugPrintHttpHeaders = true | |
Print HTTP headers for every request in the debug information. | |
$wgSpecialVersionShowHooks = false | |
Show the contents of $wgHooks in Special:Version. | |
$wgShowSQLErrors = false | |
Whether to show "we're sorry, but there has been a database error" pages. | |
$wgColorErrors = true | |
If true, some error messages will be colorized when running scripts on the command line; this can aid picking important things out when debugging. | |
$wgShowExceptionDetails = false | |
If set to true, uncaught exceptions will print a complete stack trace to output. | |
$wgShowDBErrorBacktrace = false | |
If true, show a backtrace for database errors. | |
$wgShowHostnames = false | |
Expose backend server host names through the API and various HTML comments. | |
$wgDevelopmentWarnings = false | |
If set to true MediaWiki will throw notices for some possible error conditions and for deprecated functions. | |
$wgUseCategoryBrowser = false | |
Use experimental, DMOZ-like category browser. | |
$wgEnableParserCache = true | |
Keep parsed pages in a cache (objectcache table or memcached) to speed up output of the same page viewed by another user with the same options. | |
$wgRenderHashAppend = '' | |
Append a configured value to the parser cache and the sitenotice key so that they can be kept separate for some class of activity. | |
$wgEnableSidebarCache = false | |
If on, the sidebar navigation links are cached for users with the current language set. | |
$wgSidebarCacheExpiry = 86400 | |
Expiry time for the sidebar cache, in seconds. | |
$wgUseCommaCount = false | |
Under which condition should a page in the main namespace be counted as a valid article? If $wgUseCommaCount is set to true, it will be counted if it contains at least one comma. | |
$wgHitcounterUpdateFreq = 1 | |
wgHitcounterUpdateFreq sets how often page counters should be updated, higher values are easier on the database. | |
$wgSysopUserBans = true | |
$wgSysopRangeBans = true | |
$wgAutoblockExpiry = 86400 | |
$wgBlockAllowsUTEdit = false | |
$wgSysopEmailBans = true | |
$wgBlockCIDRLimit | |
$wgBlockDisablesLogin = false | |
If true, blocked users will not be allowed to login. | |
$wgWhitelistRead = false | |
$wgEmailConfirmToEdit = false | |
Should editors be required to have a validated e-mail address before being allowed to edit? | |
$wgGroupPermissions = array() | |
Permission keys given to users in each group. | |
$wgGroupPermissions ['*']['createaccount'] = true | |
$wgGroupPermissions ['*']['read'] = true | |
$wgGroupPermissions ['*']['edit'] = true | |
$wgGroupPermissions ['*']['createpage'] = true | |
$wgGroupPermissions ['*']['createtalk'] = true | |
$wgGroupPermissions ['*']['writeapi'] = true | |
$wgGroupPermissions ['user']['move'] = true | |
$wgGroupPermissions ['user']['move-subpages'] = true | |
$wgGroupPermissions ['user']['move-rootuserpages'] = true | |
$wgGroupPermissions ['user']['read'] = true | |
$wgGroupPermissions ['user']['edit'] = true | |
$wgGroupPermissions ['user']['createpage'] = true | |
$wgGroupPermissions ['user']['createtalk'] = true | |
$wgGroupPermissions ['user']['writeapi'] = true | |
$wgGroupPermissions ['user']['upload'] = true | |
$wgGroupPermissions ['user']['reupload'] = true | |
$wgGroupPermissions ['user']['reupload-shared'] = true | |
$wgGroupPermissions ['user']['minoredit'] = true | |
$wgGroupPermissions ['user']['purge'] = true | |
$wgGroupPermissions ['user']['sendemail'] = true | |
$wgGroupPermissions ['autoconfirmed']['autoconfirmed'] = true | |
$wgGroupPermissions ['bot']['bot'] = true | |
$wgGroupPermissions ['bot']['autoconfirmed'] = true | |
$wgGroupPermissions ['bot']['nominornewtalk'] = true | |
$wgGroupPermissions ['bot']['autopatrol'] = true | |
$wgGroupPermissions ['bot']['suppressredirect'] = true | |
$wgGroupPermissions ['bot']['apihighlimits'] = true | |
$wgGroupPermissions ['bot']['writeapi'] = true | |
$wgGroupPermissions ['sysop']['block'] = true | |
$wgGroupPermissions ['sysop']['createaccount'] = true | |
$wgGroupPermissions ['sysop']['delete'] = true | |
$wgGroupPermissions ['sysop']['bigdelete'] = true | |
$wgGroupPermissions ['sysop']['deletedhistory'] = true | |
$wgGroupPermissions ['sysop']['deletedtext'] = true | |
$wgGroupPermissions ['sysop']['undelete'] = true | |
$wgGroupPermissions ['sysop']['editinterface'] = true | |
$wgGroupPermissions ['sysop']['editusercss'] = true | |
$wgGroupPermissions ['sysop']['edituserjs'] = true | |
$wgGroupPermissions ['sysop']['import'] = true | |
$wgGroupPermissions ['sysop']['importupload'] = true | |
$wgGroupPermissions ['sysop']['move'] = true | |
$wgGroupPermissions ['sysop']['move-subpages'] = true | |
$wgGroupPermissions ['sysop']['move-rootuserpages'] = true | |
$wgGroupPermissions ['sysop']['patrol'] = true | |
$wgGroupPermissions ['sysop']['autopatrol'] = true | |
$wgGroupPermissions ['sysop']['protect'] = true | |
$wgGroupPermissions ['sysop']['proxyunbannable'] = true | |
$wgGroupPermissions ['sysop']['rollback'] = true | |
$wgGroupPermissions ['sysop']['trackback'] = true | |
$wgGroupPermissions ['sysop']['upload'] = true | |
$wgGroupPermissions ['sysop']['reupload'] = true | |
$wgGroupPermissions ['sysop']['reupload-shared'] = true | |
$wgGroupPermissions ['sysop']['unwatchedpages'] = true | |
$wgGroupPermissions ['sysop']['autoconfirmed'] = true | |
$wgGroupPermissions ['sysop']['upload_by_url'] = true | |
$wgGroupPermissions ['sysop']['ipblock-exempt'] = true | |
$wgGroupPermissions ['sysop']['blockemail'] = true | |
$wgGroupPermissions ['sysop']['markbotedits'] = true | |
$wgGroupPermissions ['sysop']['apihighlimits'] = true | |
$wgGroupPermissions ['sysop']['browsearchive'] = true | |
$wgGroupPermissions ['sysop']['noratelimit'] = true | |
$wgGroupPermissions ['sysop']['versiondetail'] = true | |
$wgGroupPermissions ['sysop']['movefile'] = true | |
$wgGroupPermissions ['bureaucrat']['userrights'] = true | |
$wgGroupPermissions ['bureaucrat']['noratelimit'] = true | |
$wgRevokePermissions = array() | |
The developer group is deprecated, but can be activated if need be to use the 'lockdb' and 'unlockdb' special pages. | |
$wgImplicitGroups = array( '*', 'user', 'autoconfirmed' ) | |
Implicit groups, aren't shown on Special:Listusers or somewhere else. | |
$wgGroupsAddToSelf = array() | |
A map of group names that the user is in, to group names that those users are allowed to add or revoke. | |
$wgGroupsRemoveFromSelf = array() | |
$wgRestrictionTypes = array( 'edit', 'move' ) | |
Set of available actions that can be restricted via action=protect You probably shouldn't change this. | |
$wgRestrictionLevels = array( '', 'autoconfirmed', 'sysop' ) | |
Rights which can be required for each protection level (via action=protect). | |
$wgNamespaceProtection = array() | |
Set the minimum permissions required to edit pages in each namespace. | |
$wgNonincludableNamespaces = array() | |
Pages in namespaces in this array can not be used as templates. | |
$wgAutoConfirmAge = 0 | |
Number of seconds an account is required to age before it's given the implicit 'autoconfirm' group membership. | |
$wgAutoConfirmCount = 0 | |
$wgAutopromote | |
Automatically add a usergroup to any user who matches certain conditions. | |
$wgAddGroups = array() | |
These settings can be used to give finer control over who can assign which groups at Special:Userrights. | |
$wgRemoveGroups = array() | |
$wgAvailableRights = array() | |
A list of available rights, in addition to the ones defined by the core. | |
$wgDeleteRevisionsLimit = 0 | |
Optional to restrict deletion of pages with higher revision counts to users with the 'bigdelete' permission. | |
$wgBlockOpenProxies = false | |
If you enable this, every editor's IP address will be scanned for open HTTP proxies. | |
$wgProxyPorts = array( 80, 81, 1080, 3128, 6588, 8000, 8080, 8888, 65506 ) | |
Port we want to scan for a proxy. | |
$wgProxyScriptPath = "$IP/includes/proxy_check.php" | |
Script used to scan. | |
$wgProxyMemcExpiry = 86400 | |
$wgSecretKey = false | |
This should always be customised in LocalSettings.php. | |
$wgProxyList = array() | |
big list of banned IP addresses, in the keys not the values | |
$wgProxyKey = false | |
deprecated | |
$wgAccountCreationThrottle = 0 | |
Number of accounts each IP address may create, 0 to disable. | |
$wgCachePages = true | |
Allow client-side caching of pages. | |
$wgCacheEpoch = '20030516000000' | |
Set this to current time to invalidate all prior cached pages. | |
$wgStyleVersion = '270' | |
Bump this number when changing the global style sheets and JavaScript. | |
$wgUseFileCache = false | |
This will cache static pages for non-logged-in users to reduce database traffic on public sites. | |
$wgFileCacheDirectory = false | |
Directory where the cached page will be saved. | |
$wgUseGzip = false | |
When using the file cache, we can store the cached HTML gzipped to save disk space. | |
$wgUseETag = false | |
Whether MediaWiki should send an ETag header. | |
$wgEnotifFromEditor = false | |
$wgEmailAuthentication = true | |
$wgEnotifWatchlist = false | |
$wgEnotifUserTalk = false | |
$wgEnotifRevealEditorAddress = false | |
$wgEnotifMinorEdits = true | |
$wgEnotifImpersonal = false | |
$wgEnotifMaxRecips = 500 | |
$wgEnotifUseJobQ = false | |
$wgEnotifUseRealName = false | |
$wgUsersNotifiedOnAllChanges = array() | |
Array of usernames who will be sent a notification email for every change which occurs on a wiki. | |
$wgRCShowWatchingUsers = false | |
Show watching users in recent changes, watchlist and page history views. | |
$wgPageShowWatchingUsers = false | |
Show watching users in Page views. | |
$wgRCShowChangedSize = true | |
Show the amount of changed characters in recent changes. | |
$wgRCChangedSizeThreshold = 500 | |
If the difference between the character counts of the text before and after the edit is below that value, the value will be highlighted on the RC page. | |
$wgShowUpdatedMarker = true | |
Show "Updated (since my last visit)" marker in RC view, watchlist and history view for watched pages with new changes. | |
$wgCookieExpiration = 30*86400 | |
Default cookie expiration time. | |
$wgClockSkewFudge = 5 | |
Clock skew or the one-second resolution of time() can occasionally cause cache problems when the user requests two pages within a short period of time. | |
$wgUseSquid = false | |
Enable/disable Squid. | |
$wgUseESI = false | |
If you run Squid3 with ESI support, enable this (default:false):. | |
$wgUseXVO = false | |
Send X-Vary-Options header for better caching (requires patched Squid). | |
$wgInternalServer = $wgServer | |
Internal server name as known to Squid, if different. | |
$wgSquidMaxage = 18000 | |
Cache timeout for the squid, will be sent as s-maxage (without ESI) or Surrogate-Control (with ESI). | |
$wgForcedRawSMaxage = 300 | |
Default maximum age for raw CSS/JS accesses. | |
$wgSquidServers = array() | |
List of proxy servers to purge on changes; default port is 80. | |
$wgSquidServersNoPurge = array() | |
As above, except these servers aren't purged on page changes; use to set a list of trusted proxies, etc. | |
$wgMaxSquidPurgeTitles = 400 | |
Maximum number of titles to purge in any one client operation. | |
$wgHTCPPort = 4827 | |
HTCP multicast purging. | |
$wgHTCPMulticastTTL = 1 | |
$wgHTCPMulticastAddress = false | |
$wgUsePrivateIPs = false | |
Should forwarded Private IPs be accepted? | |
$wgCookieDomain = '' | |
Set to set an explicit domain on the login cookies eg, "justthis.domain. org" or ".any.subdomain.net". | |
$wgCookiePath = '/' | |
$wgCookieSecure = ($wgProto == 'https') | |
$wgDisableCookieCheck = false | |
$wgCookiePrefix = false | |
Set $wgCookiePrefix to use a custom one. | |
$wgCookieHttpOnly = version_compare("5.2", PHP_VERSION, "<") | |
Set authentication cookies to HttpOnly to prevent access by JavaScript, in browsers that support this feature. | |
$wgHttpOnlyBlacklist | |
If the requesting browser matches a regex in this blacklist, we won't send it cookies with HttpOnly mode, even if $wgCookieHttpOnly is on. | |
$wgCacheVaryCookies = array() | |
A list of cookies that vary the cache (for use by extensions). | |
$wgSessionName = false | |
Override to customise the session name. | |
$wgAllowExternalImages = false | |
Whether to allow inline image pointing to other websites. | |
$wgAllowExternalImagesFrom = '' | |
If the above is false, you can specify an exception here. | |
$wgEnableImageWhitelist = true | |
If $wgAllowExternalImages is false, you can allow an on-wiki whitelist of regular expression fragments to match the image URL against. | |
$wgAllowImageMoving = true | |
Allows to move images and other media files. | |
$wgMiserMode = false | |
Disable database-intensive features. | |
$wgDisableQueryPages = false | |
Disable all query pages if miser mode is on, not just some. | |
$wgQueryCacheLimit = 1000 | |
Number of rows to cache in 'querycache' table when miser mode is on. | |
$wgWantedPagesThreshold = 1 | |
Number of links to a page required before it is deemed "wanted". | |
$wgAllowSlowParserFunctions = false | |
Enable slow parser functions. | |
$wgJobClasses | |
Maps jobs to their handling classes; extensions can add to this to provide custom jobs. | |
$wgSpecialPageCacheUpdates | |
Additional functions to be performed with updateSpecialPages. | |
$wgUseTeX = false | |
To use inline TeX, you need to compile 'texvc' (in the 'math' subdirectory of the MediaWiki package and have latex, dvips, gs (ghostscript), andconvert (ImageMagick) installed and available in the PATH. | |
$wgTexvc = './math/texvc' | |
Location of the texvc binary. | |
$wgTexvcBackgroundColor = 'transparent' | |
Texvc background color use LaTeX color format as used in function for transparent background use value 'Transparent' for alpha transparency or 'transparent' for binary transparency. | |
$wgMathCheckFiles = true | |
Normally when generating math images, we double-check that the directories we want to write to exist, and that files that have been generated still exist when we need to bring them up again. | |
$wgProfileLimit = 0.0 | |
Only record profiling info for pages that took longer than this. | |
$wgProfileOnly = false | |
Don't put non-profiling info into log file. | |
$wgProfileToDatabase = false | |
Log sums from profiling into "profiling" table in db. | |
$wgProfileCallTree = false | |
If true, print a raw call tree instead of per-function report. | |
$wgProfilePerHost = false | |
Should application server host be put into profiling table. | |
$wgUDPProfilerHost = '127.0.0.1' | |
Settings for UDP profiler. | |
$wgUDPProfilerPort = '3811' | |
$wgDebugProfiling = false | |
Detects non-matching wfProfileIn/wfProfileOut calls. | |
$wgDebugFunctionEntry = 0 | |
Output debug message on every wfProfileIn/wfProfileOut. | |
$wgStatsMethod = 'cache' | |
$wgDisableCounters = false | |
Whereas to count the number of time an article is viewed. | |
$wgDisableTextSearch = false | |
$wgDisableSearchContext = false | |
$wgAdvancedSearchHighlighting = false | |
Set to true to have nicer highligted text in search results, by default off due to execution overhead. | |
$wgSearchHighlightBoundaries | |
Regexp to match word boundaries, defaults for non-CJK languages should be empty for CJK since the words are not separate. | |
$wgCountTotalSearchHits = false | |
Set to true to have the search engine count total search matches to present in the Special:Search UI. | |
$wgOpenSearchTemplate = false | |
Template for OpenSearch suggestions, defaults to API action=opensearch. | |
$wgEnableMWSuggest = false | |
Enable suggestions while typing in search boxes (results are passed around in OpenSearch format) Requires $wgEnableOpenSearchSuggest = true;. | |
$wgEnableOpenSearchSuggest = true | |
Enable OpenSearch suggestions requested by MediaWiki. | |
$wgSearchSuggestCacheExpiry = 1200 | |
Expiry time for search suggestion responses. | |
$wgMWSuggestTemplate = false | |
Template for internal MediaWiki suggestion engine, defaults to API action=opensearch. | |
$wgDisableSearchUpdate = false | |
If you've disabled search semi-permanently, this also disables updates to the table. | |
$wgEnableUploads = false | |
Uploads have to be specially set up to be secure. | |
$wgShowEXIF = function_exists( 'exif_read_data' ) | |
Show EXIF data, on by default if available. | |
$wgRemoteUploads = false | |
Set to true to enable the upload _link_ while local uploads are disabled. | |
$wgDisableAnonTalk = false | |
Disable links to talk pages of anonymous users (IPs) in listings on special pages like page history, Special:Recentchanges, etc. | |
$wgUseDumbLinkUpdate = false | |
Do DELETE/INSERT for link updates instead of incremental. | |
$wgAntiLockFlags = 0 | |
Anti-lock flags - bitfield ALF_PRELOAD_LINKS Preload links during link update for save ALF_PRELOAD_EXISTENCE Preload cur_id during replaceLinkHolders ALF_NO_LINK_LOCK Don't use locking reads when updating the link table. | |
$wgDiff3 = '/usr/bin/diff3' | |
Path to the GNU diff3 utility. | |
$wgDiff = '/usr/bin/diff' | |
Path to the GNU diff utility. | |
$wgCompressRevisions = false | |
We can also compress text stored in the 'text' table. | |
$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg' ) | |
This is the list of preferred extensions for uploading files. | |
$wgFileBlacklist | |
Files with these extensions will never be allowed as uploads. | |
$wgMimeTypeBlacklist | |
Files with these mime types will never be allowed as uploads if $wgVerifyMimeType is enabled. | |
$wgCheckFileExtensions = true | |
This is a flag to determine whether or not to check file extensions on upload. | |
$wgStrictFileExtensions = true | |
If this is turned off, users may override the warning for files not covered by $wgFileExtensions. | |
$wgUploadSizeWarning = false | |
Warn if uploaded files are larger than this (in bytes), or false to disable. | |
$wgPasswordSalt = true | |
For compatibility with old installations set to false. | |
$wgNamespacesWithSubpages | |
Which namespaces should support subpages? See Language.php for a list of namespaces. | |
$wgPreviewOnOpenNamespaces | |
Which namespaces have special treatment where they should be preview-on-open Internaly only Category: pages apply, but using this extensions (e.g. | |
$wgNamespacesToBeSearchedDefault | |
$wgNamespacesToBeSearchedHelp | |
Namespaces to be searched when user clicks the "Help" tab on Special:Search. | |
$wgSearchEverythingOnlyLoggedIn = false | |
If set to true the 'searcheverything' preference will be effective only for logged-in users. | |
$wgSiteNotice = '' | |
Site notice shown at the top of each page. | |
$wgMediaHandlers | |
Plugins for media file type handling. | |
$wgUseImageMagick = false | |
Resizing can be done using PHP's internal image libraries or using ImageMagick or another third-party converter, e.g. | |
$wgImageMagickConvertCommand = '/usr/bin/convert' | |
The convert command shipped with ImageMagick. | |
$wgSharpenParameter = '0x0.4' | |
Sharpening parameter to ImageMagick. | |
$wgSharpenReductionThreshold = 0.85 | |
Reduction in linear dimensions below which sharpening will be enabled. | |
$wgImageMagickTempDir = false | |
Temporary directory used for ImageMagick. | |
$wgCustomConvertCommand = false | |
Use another resizing converter, e.g. | |
$wgSVGConverters | |
$wgSVGConverter = 'ImageMagick' | |
Pick one of the above. | |
$wgSVGConverterPath = '' | |
If not in the executable PATH, specify. | |
$wgSVGMaxSize = 2048 | |
Don't scale a SVG larger than this. | |
$wgMaxImageArea = 1.25e7 | |
Don't thumbnail an image if it will use too much working memory Default is 50 MB if decompressed to RGBA form, which corresponds to 12.5 million pixels or 3500x3500. | |
$wgMaxAnimatedGifArea = 1.0e6 | |
Force thumbnailing of animated GIFs above this size to a single frame instead of an animated thumbnail. | |
$wgTiffThumbnailType = false | |
Browsers don't support TIFF inline generally. | |
$wgThumbnailEpoch = '20030516000000' | |
If rendered thumbnail files are older than this timestamp, they will be rerendered on demand as if the file didn't already exist. | |
$wgIgnoreImageErrors = false | |
If set, inline scaled images will still produce. | |
$wgGenerateThumbnailOnParse = true | |
Allow thumbnail rendering on page view. | |
$wgShowArchiveThumbnails = true | |
Show thumbnails for old images on the image description page. | |
$wgUseImageResize = true | |
Obsolete, always true, kept for compatibility with extensions. | |
if(!isset($wgCommandLineMode)) | $wgCommandLineDarkBg = false |
Set $wgCommandLineMode if it's not set already, to avoid notices. | |
$wgMaintenanceScripts = array() | |
Array for extensions to register their maintenance scripts with the system. | |
$wgPutIPinRC = true | |
Log IP addresses in the recentchanges table; can be accessed only by extensions (e.g. | |
$wgRCMaxAge = 13 * 7 * 24 * 3600 | |
Recentchanges items are periodically purged; entries older than this many seconds will go. | |
$wgRCFilterByAge = false | |
Filter $wgRCLinkDays by $wgRCMaxAge to avoid showing links for numbers higher than what will be stored. | |
$wgRCLinkLimits = array( 50, 100, 250, 500 ) | |
List of Days and Limits options to list in the Special:Recentchanges and Special:Recentchangeslinked pages. | |
$wgRCLinkDays = array( 1, 3, 7, 14, 30 ) | |
$wgRC2UDPAddress = false | |
Send recent changes updates via UDP. | |
$wgRC2UDPPort = false | |
Port number for RC updates. | |
$wgRC2UDPPrefix = '' | |
Prefix to prepend to each UDP packet. | |
$wgRC2UDPInterwikiPrefix = false | |
If this is set to true, $wgLocalInterwiki will be prepended to links in the IRC feed. | |
$wgRC2UDPOmitBots = false | |
Set to true to omit "bot" edits (by users with the bot permission) from the UDP feed. | |
$wgEnableNewpagesUserFilter = true | |
Enable user search in Special:Newpages This is really a temporary hack around an index install bug on some Wikipedias. | |
$wgEnableDublinCoreRdf = false | |
RDF metadata toggles. | |
$wgEnableCreativeCommonsRdf = false | |
$wgRightsPage = null | |
Override for copyright metadata. | |
$wgRightsUrl = null | |
$wgRightsText = null | |
$wgRightsIcon = null | |
$wgLicenseTerms = false | |
Set to an array of metadata terms. | |
$wgCopyrightIcon = null | |
Set this to some HTML to override the rights icon with an arbitrary logo. | |
$wgUseCopyrightUpload = false | |
Set this to true if you want detailed copyright information forms on Upload. | |
$wgCheckCopyrightUpload = true | |
Set this to false if you want to disable checking that detailed copyright information values are not empty. | |
$wgMaxCredits = 0 | |
Set this to the number of authors that you want to be credited below an article text. | |
$wgShowCreditsIfMax = true | |
If there are more than $wgMaxCredits authors, show $wgMaxCredits of them. | |
$wgCapitalLinks = true | |
Set this to false to avoid forcing the first letter of links to capitals. | |
$wgCapitalLinkOverrides = array() | |
$wgImportSources = array() | |
List of interwiki prefixes for wikis we'll accept as sources for Special:Import (for sysops). | |
$wgImportTargetNamespace = null | |
Optional default target namespace for interwiki imports. | |
$wgExportAllowHistory = true | |
If set to false, disables the full-history option on Special:Export. | |
$wgExportMaxHistory = 0 | |
If set nonzero, Special:Export requests for history of pages with more revisions than this will be rejected. | |
$wgExportAllowListContributors = false | |
Return distinct author list (when not returning full history). | |
$wgExportMaxLinkDepth = 0 | |
If non-zero, Special:Export accepts a "pagelink-depth" parameter up to this specified level, which will cause it to include all pages linked to from the pages you specify. | |
$wgExportFromNamespaces = false | |
Whether to allow the "export all pages in namespace" option. | |
$wgSpamRegex = array() | |
Edits matching these regular expressions in body text will be recognised as spam and rejected automatically. | |
$wgSummarySpamRegex = array() | |
Same as the above except for edit summaries. | |
$wgFilterCallback = false | |
Similarly you can get a function to do the job. | |
$wgGoToEdit = false | |
Go button goes straight to the edit screen if the article doesn't exist. | |
$wgRawHtml = false | |
Allow raw, unchecked HTML in <html>. | |
$wgUseTidy = false | |
$wgUseTidy: use tidy to make sure HTML output is sane. | |
$wgAlwaysUseTidy = false | |
$wgTidyBin = 'tidy' | |
$wgTidyConf = $IP.'/includes/tidy.conf' | |
$wgTidyOpts = '' | |
$wgTidyInternal = extension_loaded( 'tidy' ) | |
$wgDebugTidy = false | |
Put tidy warnings in HTML comments Only works for internal tidy. | |
$wgValidateAllHtml = false | |
Validate the overall output using tidy and refuse to display the page if it's not valid. | |
$wgDefaultSkin = 'monobook' | |
See list of skins and their symbolic names in languages/Language.php. | |
$wgAllowUserSkin = true | |
Should we allow the user's to select their own skin that will override the default? | |
$wgHandheldStyle = false | |
Optionally, we can specify a stylesheet to use for media="handheld". | |
$wgHandheldForIPhone = false | |
If set, 'screen' and 'handheld' media specifiers for stylesheets are transformed such that they apply to the iPhone/iPod Touch Mobile Safari, which doesn't recognize 'handheld' but does support media queries on its screen size. | |
$wgDefaultUserOptions | |
Settings added to this array will override the default globals for the user preferences used by anonymous visitors and newly created accounts. | |
$wgAllowRealName = true | |
Whether or not to allow and use real name fields. | |
$wgHiddenPrefs = array() | |
An array of preferences to not show for the user. | |
$wgExtensionFunctions = array() | |
A list of callback functions which are called once MediaWiki is fully initialised. | |
$wgSkinExtensionFunctions = array() | |
Extension functions for initialisation of skins. | |
$wgExtensionMessagesFiles = array() | |
Extension messages files. | |
$wgExtensionAliasesFiles = array() | |
Aliases for special pages provided by extensions. | |
$wgParserOutputHooks = array() | |
Parser output hooks. | |
$wgValidSkinNames = array() | |
List of valid skin names. | |
$wgSpecialPages = array() | |
Special page list. | |
$wgAutoloadClasses = array() | |
Array mapping class names to filenames, for autoloading. | |
$wgExtensionCredits = array() | |
An array of extension types and inside that their names, versions, authors, urls, descriptions and pointers to localized description msgs. | |
$wgAllowUserJs = false | |
Allow user Javascript page? This enables a lot of neat customizations, but may increase security risk to users and server load. | |
$wgAllowUserCss = false | |
Allow user Cascading Style Sheets (CSS)? This enables a lot of neat customizations, but may increase security risk to users and server load. | |
$wgUseSiteJs = true | |
Use the site's Javascript page? | |
$wgUseSiteCss = true | |
Use the site's Cascading Style Sheets (CSS)? | |
$wgExtraRandompageSQL = false | |
Filter for Special:Randompage. | |
$wgAllowPageInfo = false | |
Allow the "info" action, very inefficient at the moment. | |
$wgMaxTocLevel = 999 | |
Maximum indent level of toc. | |
$wgExternalDiffEngine = false | |
Name of the external diff engine to use. | |
$wgUseRCPatrol = true | |
Use RC Patrolling to check for vandalism. | |
$wgUseNPPatrol = true | |
Use new page patrolling to check new pages on Special:Newpages. | |
$wgFeed = true | |
Provide syndication feeds (RSS, Atom) for, e.g., Recentchanges, Newpages. | |
$wgFeedLimit = 50 | |
Set maximum number of results to return in syndication feeds (RSS, Atom) for eg Recentchanges, Newpages. | |
$wgFeedCacheTimeout = 60 | |
_Minimum_ timeout for cached Recentchanges feed, in seconds. | |
$wgFeedDiffCutoff = 32768 | |
When generating Recentchanges RSS/Atom feed, diffs will not be generated for pages larger than this size. | |
$wgOverrideSiteFeed = array() | |
Override the site's default RSS/ATOM feed for recentchanges that appears on every page. | |
$wgAdvertisedFeedTypes = array( 'atom' ) | |
Which feed types should we provide by default? This can include 'rss', 'atom', neither, or both. | |
$wgExtraNamespaces = null | |
Additional namespaces. | |
$wgNamespaceAliases = array() | |
Namespace aliases These are alternate names for the primary localised namespace names, which are defined by $wgExtraNamespaces and the language file. | |
$wgImageLimits | |
Limit images on image description pages to a user-selectable limit. | |
$wgThumbLimits | |
Adjust thumbnails on image pages according to a user setting. | |
$wgThumbUpright = 0.75 | |
Adjust width of upright images when parameter 'upright' is used This allows a nicer look for upright images without the need to fix the width by hardcoded px in wiki sourcecode. | |
$wgCategoryMagicGallery = true | |
On category pages, show thumbnail gallery for images belonging to that category instead of listing them as articles. | |
$wgCategoryPagingLimit = 200 | |
Paging limit for categories. | |
$wgCategoryPrefixedDefaultSortkey = true | |
Should the default category sortkey be the prefixed title? Run maintenance/refreshLinks.php after changing this. | |
$wgBrowserBlackList | |
Browser Blacklist for unicode non compliant browsers Contains a list of regexps : "/regexp/" matching problematic browsers. | |
$wgLocaltimezone = null | |
Fake out the timezone that the server thinks it's in. | |
$wgLocalTZoffset = null | |
Set an offset from UTC in minutes to use for the default timezone setting for anonymous users and new user accounts. | |
$wgForceUIMsgAsContentMsg = array() | |
When translating messages with wfMsg(), it is not always clear what should be considered UI messages and what should be content messages. | |
$wgAuth = null | |
Authentication plugin. | |
$wgHooks = array() | |
Global list of hooks. | |
$wgLogTypes | |
The logging system has two levels: an event type, which describes the general category and can be viewed as a named subset of all logs; and an action, which is a specific kind of event that can exist in that log type. | |
$wgLogRestrictions | |
This restricts log access to those who have a certain right Users without this will not see it in the option menu and can not view it Restricted logs are not added to recent changes Logs should remain non-transcludable Format: logtype => permissiontype. | |
$wgFilterLogTypes | |
Show/hide links on Special:Log will be shown for these log types. | |
$wgLogNames | |
Lists the message key string for each log type. | |
$wgLogHeaders | |
Lists the message key string for descriptive text to be shown at the top of each log type. | |
$wgLogActions | |
Lists the message key string for formatting individual events of each type and action when listed in the logs. | |
$wgLogActionsHandlers = array() | |
The same as above, but here values are names of functions, not messages. | |
$wgNewUserLog = true | |
Maintain a log of newusers at Log/newusers? | |
$wgSpecialPageGroups | |
List of special pages, followed by what subtitle they should go under at Special:SpecialPages. | |
$wgDisableInternalSearch = false | |
Disable the internal MySQL-based search, to allow it to be implemented by an extension instead. | |
$wgSearchForwardUrl = null | |
Set this to a URL to forward search requests to some external location. | |
$wgExternalLinkTarget = false | |
Set a default target for external links, e.g. | |
$wgNoFollowLinks = true | |
If true, external URL links in wiki text will be given the rel="nofollow" attribute as a hint to search engines that they should not be followed for ranking purposes as they are user-supplied and thus subject to spamming. | |
$wgNoFollowNsExceptions = array() | |
Namespaces in which $wgNoFollowLinks doesn't apply. | |
$wgNoFollowDomainExceptions = array() | |
If this is set to an array of domains, external links to these domain names (or any subdomains) will not be set to rel="nofollow" regardless of the value of $wgNoFollowLinks. | |
$wgDefaultRobotPolicy = 'index,follow' | |
Default robot policy. | |
$wgNamespaceRobotPolicies = array() | |
Robot policies per namespaces. | |
$wgArticleRobotPolicies = array() | |
Robot policies per article. | |
$wgExemptFromUserRobotsControl = null | |
An array of namespace keys in which the __INDEX__/__NOINDEX__ magic words will not function, so users can't decide whether pages in that namespace are indexed by search engines. | |
$wgMinimalPasswordLength = 1 | |
Specifies the minimal length of a user password. | |
$wgUseExternalEditor = true | |
Activate external editor interface for files and pages See http://www.mediawiki.org/wiki/Manual:External_editors. | |
$wgSortSpecialPages = true | |
Whether or not to sort special pages in Special:Specialpages. | |
$wgSkipSkin = '' | |
Specify the name of a skin that should not be presented in the list of a- vailable skins. | |
$wgSkipSkins = array() | |
$wgDisabledActions = array() | |
Array of disabled article actions, e.g. | |
$wgDisableHardRedirects = false | |
Disable redirects to special pages and interwiki redirects, which use a 302 and have no "redirected from" link. | |
$wgEnableTooltipsAndAccesskeys = true | |
Set to false to disable application of access keys and tooltips, eg to avoid keyboard conflicts with system keys or as a low-level optimization. | |
$wgEnableDnsBlacklist = false | |
Whether to use DNS blacklists in $wgDnsBlacklistUrls to check for open proxies. | |
$wgEnableSorbs = false | |
$wgDnsBlacklistUrls = array( 'http.dnsbl.sorbs.net.' ) | |
List of DNS blacklists to use, if $wgEnableDnsBlacklist is true. | |
$wgSorbsUrl = array() | |
$wgProxyWhitelist = array() | |
Proxy whitelist, list of addresses that are assumed to be non-proxy despite what the other methods might say. | |
$wgRateLimits | |
Simple rate limiter options to brake edit floods. | |
$wgRateLimitLog = null | |
Set to a filename to log rate limiter hits. | |
$wgRateLimitsExcludedGroups = array() | |
Array of groups which should never trigger the rate limiter. | |
$wgRateLimitsExcludedIPs = array() | |
Array of IPs which should be excluded from rate limits. | |
$wgCountCategorizedImagesAsUsed = false | |
On Special:Unusedimages, consider images "used", if they are put into a category. | |
$wgExternalStores = false | |
External stores allow including content from non database sources following URL links. | |
$wgExternalServers = array() | |
An array of external mysql servers, e.g. | |
$wgDefaultExternalStore = false | |
The place to put new revisions, false to put them in the local text table. | |
$wgRevisionCacheExpiry = 0 | |
Revision text may be cached in $wgMemc to reduce load on external storage servers and object extraction overhead for frequently-loaded revisions. | |
$wgTrustedMediaFormats | |
list of trusted media-types and mime types. | |
$wgAllowSpecialInclusion = true | |
Allow special page inclusions such as {{Special:Allpages}}. | |
$wgHTTPTimeout = 25 | |
Timeout for HTTP requests done internally. | |
$wgAsyncHTTPTimeout = 25 | |
Timeout for Asynchronous (background) HTTP requests. | |
$wgHTTPProxy = false | |
Proxy to use for CURL requests. | |
$wgEnableScaryTranscluding = false | |
Enable interwiki transcluding. | |
$wgTranscludeCacheExpiry = 3600 | |
Expiry time for interwiki transclusion. | |
$wgUseTrackbacks = false | |
Support blog-style "trackbacks" for articles. | |
$wgAllowCategorizedRecentChanges = false | |
Enable filtering of categories in Recentchanges. | |
$wgJobRunRate = 1 | |
Number of jobs to perform per request. | |
$wgUpdateRowsPerJob = 500 | |
Number of rows to update per job. | |
$wgUpdateRowsPerQuery = 100 | |
Number of rows to update per query. | |
$wgUseAjax = true | |
Enable AJAX framework. | |
$wgAjaxExportList = array( 'wfAjaxGetThumbnailUrl', 'wfAjaxGetFileUrl' ) | |
List of Ajax-callable functions. | |
$wgAjaxWatch = true | |
Enable watching/unwatching pages using AJAX. | |
$wgAjaxUploadDestCheck = true | |
Enable AJAX check for file overwrite, pre-upload. | |
$wgAjaxLicensePreview = true | |
Enable previewing licences via AJAX. | |
$wgAllowDisplayTitle = true | |
Allow DISPLAYTITLE to change title display. | |
$wgRestrictDisplayTitle = true | |
for consistency, restrict DISPLAYTITLE to titles that normalize to the same canonical DB key | |
$wgReservedUsernames | |
Array of usernames which may not be registered or logged in from Maintenance scripts can still use these. | |
$wgAllowTitlesInSVG = false | |
MediaWiki will reject HTMLesque tags in uploaded files due to idiotic browsers which can't perform basic stuff like MIME detection and which are vulnerable to further idiots uploading crap files as images. | |
$wgContentNamespaces = array( NS_MAIN ) | |
Array of namespaces which can be deemed to contain valid "content", as far as the site statistics are concerned. | |
$wgMaxShellMemory = 102400 | |
Maximum amount of virtual memory available to shell processes under linux, in KB. | |
$wgMaxShellFileSize = 102400 | |
Maximum file size created by shell processes under linux, in KB ImageMagick convert for example can be fairly hungry for scratch space. | |
$wgMaxShellTime = 180 | |
Maximum CPU time in seconds for shell processes under linux. | |
$wgPhpCli = '/usr/bin/php' | |
Executable path of the PHP cli binary (php/php5). | |
$wgDjvuDump = null | |
DJVU settings Path of the djvudump executable Enable this and $wgDjvuRenderer to enable djvu rendering. | |
$wgDjvuRenderer = null | |
Path of the ddjvu DJVU renderer Enable this and $wgDjvuDump to enable djvu rendering. | |
$wgDjvuTxt = null | |
Path of the djvutxt DJVU text extraction utility Enable this and $wgDjvuDump to enable text layer extraction from djvu files. | |
$wgDjvuToXML = null | |
Path of the djvutoxml executable This works like djvudump except much, much slower as of version 3.5. | |
$wgDjvuPostProcessor = 'pnmtojpeg' | |
Shell command for the DJVU post processor Default: pnmtopng, since ddjvu generates ppm output Set this to false to output the ppm file directly. | |
$wgDjvuOutputExtension = 'jpg' | |
File extension for the DJVU post processor output. | |
$wgEnableAPI = true | |
Enable the MediaWiki API for convenient access to machine-readable data via api.php. | |
$wgEnableWriteAPI = true | |
Allow the API to be used to perform write operations (page edits, rollback, etc. | |
$wgAPIModules = array() | |
API module extensions Associative array mapping module name to class name. | |
$wgAPIMetaModules = array() | |
$wgAPIPropModules = array() | |
$wgAPIListModules = array() | |
$wgAPIMaxDBRows = 5000 | |
Maximum amount of rows to scan in a DB query in the API The default value is generally fine. | |
$wgAPIMaxResultSize = 8388608 | |
The maximum size (in bytes) of an API result. | |
$wgAPIMaxUncachedDiffs = 1 | |
The maximum number of uncached diffs that can be retrieved in one API request. | |
$wgAPIRequestLog = false | |
Log file or URL (TCP or UDP) to log API requests to, or false to disable API request logging. | |
$wgAPICacheHelp = true | |
Cache the API help text for up to an hour. | |
$wgAPICacheHelpTimeout = 60*60 | |
Set the timeout for the API help text cache. | |
$wgParserTestFiles | |
Parser test suite files to be run by parserTests.php when no specific filename is passed to it. | |
$wgParserTestRemote = false | |
If configured, specifies target CodeReview installation to send test result data from 'parserTests.php --upload'. | |
$wgBreakFrames = false | |
Break out of framesets. | |
$wgEditPageFrameOptions = 'DENY' | |
The X-Frame-Options header to send on pages sensitive to clickjacking attacks, such as edit pages. | |
$wgDisableQueryPageUpdate = false | |
Set this to an array of special page names to prevent maintenance/updateSpecialPages.php from updating those pages. | |
$wgDisableOutputCompression = false | |
Disable output compression (enabled by default if zlib is available). | |
$wgSlaveLagWarning = 10 | |
If lag is higher than $wgSlaveLagWarning, show a warning in some special pages (like watchlist). | |
$wgSlaveLagCritical = 30 | |
$wgParserConf | |
Parser configuration. | |
$wgLinkHolderBatchSize = 1000 | |
LinkHolderArray batch size For debugging. | |
$wgRegisterInternalExternals = false | |
By default MediaWiki does not register links pointing to same server in externallinks dataset, use this value to override:. | |
$wgExceptionHooks = array() | |
Hooks that are used for outputting exceptions. | |
$wgPagePropLinkInvalidations | |
Page property link table invalidation lists. | |
$wgMaxRedirectLinksRetrieved = 500 | |
Maximum number of links to a redirect page listed on Special:Whatlinkshere/RedirectDestination. | |
$wgExpensiveParserFunctionLimit = 100 | |
Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY. | |
$wgMaximumMovedPages = 100 | |
Maximum number of pages to move at once when moving subpages with a page. | |
$wgFixDoubleRedirects = false | |
Fix double redirects after a page move. | |
$wgMaxRedirects = 1 | |
Max number of redirects to follow when resolving redirects. | |
$wgInvalidRedirectTargets = array( 'Filepath', 'Mypage', 'Mytalk' ) | |
Array of invalid page redirect targets. | |
$wgSitemapNamespaces = false | |
Array of namespaces to generate a sitemap for when the maintenance/generateSitemap.php script is run, or false if one is to be ge- nerated for all namespaces. | |
$wgUseAutomaticEditSummaries = true | |
If user doesn't specify any edit summary when making a an edit, MediaWiki will try to automatically create one. | |
$wgPasswordAttemptThrottle = array( 'count' => 5, 'seconds' => 300 ) | |
Limit password attempts to X attempts per Y seconds per IP per account. | |
$wgEdititis = false | |
Display user edit counts in various prominent places. | |
$wgUniversalEditButton = true | |
Enable the UniversalEditButton for browsers that support it (currently only Firefox with an extension) See http://universaleditbutton.org for more background information. | |
$wgExperimentalHtmlIds = false | |
Should we allow a broader set of characters in id attributes, per HTML5? If not, use only HTML 4-compatible IDs. | |
$wgUseTwoButtonsSearchForm = true | |
Search form behavior true = use Go & Search buttons false = use Go button & Advanced search link. | |
$wgVectorUseSimpleSearch = false | |
Search form behavior for Vector skin only true = use an icon search button false = use Go & Search buttons. | |
$wgVectorUseIconWatch = false | |
Watch and unwatch as an icon rather than a link for Vector skin only true = use an icon watch/unwatch button false = use watch/unwatch text link. | |
$wgVectorExtraStyles = null | |
Add extra stylesheets for Vector - This is only being used so that we can play around with different options while keeping our CSS code in the SVN and not having to change the main Vector styles. | |
$wgPreprocessorCacheThreshold = 1000 | |
Preprocessor caching threshold. | |
$wgUseTagFilter = true | |
Allow filtering by change tag in recentchanges, history, etc Has no effect if no tags are defined in valid_tag. | |
$wgRedirectOnLogin = null | |
Allow redirection to another page when a user logs in. | |
$wgInvalidUsernameCharacters = '@' | |
Characters to prevent during new account creations. | |
$wgUserrightsInterwikiDelimiter = '@' | |
Character used as a delimiter when testing for interwiki userrights (In Special:UserRights, it is possible to modify users on different databases if the delimiter is used, e.g. | |
$wgPoolCounterConf = null | |
Configuration for processing pool control, for use in high-traffic wikis. | |
$wgExternalAuthType = null | |
Use some particular type of external authentication. | |
$wgExternalAuthConfig = array() | |
Configuration for the external authentication. | |
$wgAutocreatePolicy = 'login' | |
When should we automatically create local accounts when external accounts already exist, if using ExternalAuth? Can have three values: 'never', 'login', 'view'. | |
$wgAllowPrefChange = array() | |
Policies for how each preference is allowed to be changed, in the presence of external authentication. | |
$wgCrossSiteAJAXdomains = array() | |
Settings for incoming cross-site AJAX requests: Newer browsers support cross-site AJAX when the target resource allows requests from the origin domain by the Access-Control-Allow-Origin header. | |
$wgCrossSiteAJAXdomainExceptions = array() | |
Domains that should not be allowed to make AJAX requests, even if they match one of the domains allowed by $wgCrossSiteAJAXdomains Uses the same syntax as $wgCrossSiteAJAXdomains. | |
$wgMemoryLimit = "50M" | |
The minimum amount of memory that MediaWiki "needs"; MediaWiki will try to raise PHP's memory limit if it's below this amount. | |
$wgUploadMaintenance = false | |
To disable file delete/restore temporarily. | |
$wgOldChangeTagsIndex = false | |
Use old names for change_tags indices. | |
$wgScriptExtension = '.php' | |
extension to append to script names by default | |
$wgScript = false | |
defaults to "{$wgScriptPath}/index{$wgScriptExtension}" | |
$wgRedirectScript = false | |
defaults to "{$wgScriptPath}/redirect{$wgScriptExtension}" | |
$wgStylePath = false | |
asset paths as seen by users | |
$wgExtensionAssetsPath = false | |
defaults to "{$wgScriptPath}/extensions" | |
$wgStyleDirectory = false | |
filesystem stylesheets directory | |
$wgStyleSheetPath = &$wgStylePath | |
asset paths as seen by users | |
$wgArticlePath = false | |
default to "{$wgScript}/$1" or "{$wgScript}?title=$1", depending on $wgUsePathInfo | |
$wgUploadPath = false | |
defaults to "{$wgScriptPath}/images" | |
$wgUploadDirectory = false | |
defaults to "{$IP}/images" | |
$wgHashedUploadDirectory = true | |
asset paths as seen by users | |
$wgLogo = false | |
defaults to "{$wgStylePath}/common/images/wiki.png" | |
$wgFavicon = '/favicon.ico' | |
asset paths as seen by users | |
$wgAppleTouchIcon = false | |
This one'll actually default to off. For iPhone and iPod Touch web app bookmarks. | |
$wgMathPath = false | |
defaults to "{$wgUploadPath}/math" | |
$wgMathDirectory = false | |
defaults to "{$wgUploadDirectory}/math" | |
$wgTmpDirectory = false | |
defaults to "{$wgUploadDirectory}/tmp" | |
$wgUploadBaseUrl = "" | |
asset paths as seen by users | |
$wgLocalFileRepo = false | |
$wgForeignFileRepos = array() | |
$wgDBserver = 'localhost' | |
database host name or ip address | |
$wgDBport = 5432 | |
database port number (for PostgreSQL) | |
$wgDBname = 'my_wiki' | |
name of the database | |
$wgDBconnection = '' | |
database host name or ip address | |
$wgDBuser = 'wikiuser' | |
Database username. | |
$wgDBpassword = '' | |
Database user's password. | |
$wgDBtype = 'mysql' | |
Database type. | |
$wgDBadminuser = null | |
Separate username and password for maintenance tasks. | |
$wgDBadminpassword = null | |
database host name or ip address | |
$wgSearchType = null | |
Search type Leave as null to select the default search engine for the selected database type (eg SearchMySQL), or set to a class name to override to a custom search engine. | |
$wgDBprefix = '' | |
Table name prefix. | |
$wgDBTableOptions = 'ENGINE=InnoDB' | |
MySQL table options to use during installation or update. | |
$wgDBmwschema = 'mediawiki' | |
Mediawiki schema. | |
$wgDBts2schema = 'public' | |
Tsearch2 schema. | |
$wgSQLiteDataDir = '' | |
To override default SQLite data directory ($docroot/. | |
$wgSQLiteDataDirMode = 0700 | |
Default directory mode for SQLite data directory on creation. | |
$wgAllDBsAreLocalhost = false | |
Make all database connections secretly go to localhost. | |
$wgMainCacheType = CACHE_NONE | |
$wgMessageCacheType = CACHE_ANYTHING | |
$wgParserCacheType = CACHE_ANYTHING | |
$wgUseMemCached = false | |
$wgMemCachedDebug = false | |
Will be set to false in Setup.php, if the server isn't working. | |
$wgMemCachedServers = array( '127.0.0.1:11000' ) | |
$wgMemCachedPersistent = false | |
$wgMemCachedTimeout = 100000 |
$wgAccountCreationThrottle = 0 |
Number of accounts each IP address may create, 0 to disable.
Requires memcached
Definition at line 1668 of file DefaultSettings.php.
Referenced by LoginForm::addNewAccountInternal().
$wgActionPaths = array() |
To set 'pretty' URL paths for actions other than plain page views, add to this array.
For instance: 'edit' => "$wgScriptPath/edit/$1"
There must be an appropriate script or rewrite rule in place to handle these URLs.
Definition at line 430 of file DefaultSettings.php.
Referenced by Title::getLocalURL(), WebRequest::interpolateTitle(), and Skin::makeGlobalVariablesScript().
$wgAddGroups = array() |
These settings can be used to give finer control over who can assign which groups at Special:Userrights.
Example configuration:
// Bureaucrat can add any group $wgAddGroups['bureaucrat'] = true; // Bureaucrats can only remove bots and sysops $wgRemoveGroups['bureaucrat'] = array( 'bot', 'sysop' ); // Sysops can make bots $wgAddGroups['sysop'] = array( 'bot' ); // Sysops can disable other sysops in an emergency, and disable bots $wgRemoveGroups['sysop'] = array( 'sysop', 'bot' );
Definition at line 1625 of file DefaultSettings.php.
Referenced by User::changeableByGroup(), and SpecialListGroupRights::execute().
$wgAdvancedSearchHighlighting = false |
Set to true to have nicer highligted text in search results, by default off due to execution overhead.
Definition at line 2031 of file DefaultSettings.php.
Referenced by SearchResult::getTextSnippet().
$wgAdvertisedFeedTypes = array( 'atom' ) |
Which feed types should we provide by default? This can include 'rss', 'atom', neither, or both.
Definition at line 2973 of file DefaultSettings.php.
Referenced by OutputPage::getHeadLinks(), and OutputPage::setFeedAppendQuery().
$wgAjaxExportList = array( 'wfAjaxGetThumbnailUrl', 'wfAjaxGetFileUrl' ) |
List of Ajax-callable functions.
Extensions acting as Ajax callbacks must register here
Definition at line 3774 of file DefaultSettings.php.
Referenced by AjaxDispatcher::performAction().
$wgAjaxLicensePreview = true |
Enable previewing licences via AJAX.
Also requires $wgEnableAPI to be true.
Definition at line 3791 of file DefaultSettings.php.
Referenced by UploadForm::addUploadJS().
$wgAjaxUploadDestCheck = true |
Enable AJAX check for file overwrite, pre-upload.
Definition at line 3786 of file DefaultSettings.php.
Referenced by UploadForm::addUploadJS().
$wgAjaxWatch = true |
Enable watching/unwatching pages using AJAX.
Requires $wgUseAjax to be true too. Causes wfAjaxWatch to be added to $wgAjaxExportList
Definition at line 3781 of file DefaultSettings.php.
Referenced by Skin::makeGlobalVariablesScript(), and OutputPage::output().
$wgAllDBsAreLocalhost = false |
Make all database connections secretly go to localhost.
Fool the load balancer thinking there is an arbitrarily large cluster of servers to connect to. Useful for debugging.
Definition at line 638 of file DefaultSettings.php.
Referenced by GetSlaveServer::execute(), and DatabaseMysql::open().
$wgAllowCategorizedRecentChanges = false |
Enable filtering of categories in Recentchanges.
Definition at line 3745 of file DefaultSettings.php.
Referenced by SpecialRecentChanges::getExtraOptions(), and SpecialRecentChanges::webOutput().
$wgAllowCopyUploads = false |
Allow for upload to be copied from an URL.
Requires Special:Upload?source=web The timeout for copy uploads is set by $wgHTTPTimeout.
Definition at line 462 of file DefaultSettings.php.
Referenced by ApiUpload::execute(), and UploadFromUrl::isEnabled().
$wgAllowDisplayTitle = true |
Allow DISPLAYTITLE to change title display.
Definition at line 3796 of file DefaultSettings.php.
Referenced by CoreParserFunctions::register().
$wgAllowExternalImages = false |
Whether to allow inline image pointing to other websites.
Definition at line 1893 of file DefaultSettings.php.
$wgAllowExternalImagesFrom = '' |
If the above is false, you can specify an exception here.
Image URLs that start with this string are then rendered, while all others are not. You can use this to set up a trusted, simple repository of images. You may also specify an array of strings to allow multiple sites
Examples: $wgAllowExternalImagesFrom = 'http://127.0.0.1/'; $wgAllowExternalImagesFrom = array( 'http://127.0.0.1/', 'http://example.com' );
Definition at line 1904 of file DefaultSettings.php.
$wgAllowImageMoving = true |
Allows to move images and other media files.
Definition at line 1917 of file DefaultSettings.php.
Referenced by MWNamespace::isMovable().
$wgAllowMicrodataAttributes = false |
Enabled HTML5 microdata attributes for use in wikitext, if $wgHtml5 is also true.
Definition at line 959 of file DefaultSettings.php.
$wgAllowPageInfo = false |
Allow the "info" action, very inefficient at the moment.
Definition at line 2927 of file DefaultSettings.php.
Referenced by Article::info().
$wgAllowPrefChange = array() |
Policies for how each preference is allowed to be changed, in the presence of external authentication.
The keys are preference keys, e.g., 'password' or 'emailaddress' (see Preferences.php et al.). The value can be one of the following:
Accounts that are not linked to an external account are never affected by this setting. You may want to look at $wgHiddenPrefs instead. $wgHiddenPrefs supersedes this option.
TODO: Implement message, global.
Definition at line 4313 of file DefaultSettings.php.
Referenced by User::saveOptions().
$wgAllowRdfaAttributes = false |
Enabled RDFa attributes for use in wikitext.
NOTE: Interaction with HTML5 is somewhat underspecified.
Definition at line 954 of file DefaultSettings.php.
$wgAllowRealName = true |
Whether or not to allow and use real name fields.
Definition at line 2797 of file DefaultSettings.php.
$wgAllowSlowParserFunctions = false |
Enable slow parser functions.
Definition at line 1928 of file DefaultSettings.php.
Referenced by CoreParserFunctions::register().
$wgAllowSpecialInclusion = true |
Allow special page inclusions such as {{Special:Allpages}}.
Definition at line 3710 of file DefaultSettings.php.
$wgAllowTitlesInSVG = false |
MediaWiki will reject HTMLesque tags in uploaded files due to idiotic browsers which can't perform basic stuff like MIME detection and which are vulnerable to further idiots uploading crap files as images.
When this directive is on, <title> will be allowed in files with an "image/svg+xml" MIME type. You should leave this disabled if your web server is misconfigured and doesn't send appropriate MIME types for SVG images.
Definition at line 3822 of file DefaultSettings.php.
Referenced by UploadBase::detectScript().
$wgAllowUserCss = false |
Allow user Cascading Style Sheets (CSS)? This enables a lot of neat customizations, but may increase security risk to users and server load.
Definition at line 2911 of file DefaultSettings.php.
Referenced by Preferences::generateSkinOptions(), and setupUserCss().
$wgAllowUserJs = false |
Allow user Javascript page? This enables a lot of neat customizations, but may increase security risk to users and server load.
Definition at line 2904 of file DefaultSettings.php.
Referenced by OutputPage::__construct(), and Preferences::generateSkinOptions().
$wgAllowUserSkin = true |
Should we allow the user's to select their own skin that will override the default?
Definition at line 2688 of file DefaultSettings.php.
$wgAlwaysUseTidy = false |
$wgAmericanDates = false |
Enable dates like 'May 12' instead of '12 May', this only takes effect if the interface is set to English.
Definition at line 995 of file DefaultSettings.php.
Referenced by Language::getDefaultDateFormat().
$wgAntiLockFlags = 0 |
Anti-lock flags - bitfield ALF_PRELOAD_LINKS Preload links during link update for save ALF_PRELOAD_EXISTENCE Preload cur_id during replaceLinkHolders ALF_NO_LINK_LOCK Don't use locking reads when updating the link table.
This is necessary for wikis with a high edit rate for performance reasons, but may cause link table inconsistency ALF_NO_BLOCK_LOCK As for ALF_LINK_LOCK, this flag is a necessity for high-traffic wikis.
Definition at line 2141 of file DefaultSettings.php.
Referenced by LinkCache::addLinkObj(), Block::getDBOptions(), and LinksUpdate::LinksUpdate().
$wgAntivirus = null |
internal name of virus scanner.
This servers as a key to the $wgAntivirusSetup array. Set this to NULL to disable virus scanning. If not null, every file uploaded will be scanned for viruses.
Definition at line 317 of file DefaultSettings.php.
Referenced by UploadBase::detectVirus().
$wgAntivirusRequired = true |
Determines if a failed virus scan (AV_SCAN_FAILED) will cause the file to be rejected.
Definition at line 376 of file DefaultSettings.php.
Referenced by UploadBase::detectVirus().
$wgAntivirusSetup |
Initial value:
array( #setup for clamav 'clamav' => array ( 'command' => "clamscan --no-summary ", 'codemap' => array ( "0" => AV_NO_VIRUS, # no virus "1" => AV_VIRUS_FOUND, # virus found "52" => AV_SCAN_ABORTED, # unsupported file format (probably imune) "*" => AV_SCAN_FAILED, # else scan failed ), 'messagepattern' => '/.*?:(.*)/sim', ), #setup for f-prot 'f-prot' => array ( 'command' => "f-prot ", 'codemap' => array ( "0" => AV_NO_VIRUS, # no virus "3" => AV_VIRUS_FOUND, # virus found "6" => AV_VIRUS_FOUND, # virus found "*" => AV_SCAN_FAILED, # else scan failed ), 'messagepattern' => '/.*?Infection:(.*)$/m', ), )
This an associative array of associative arrays: it contains on setup array per known scanner type. The entry is selected by $wgAntivirus, i.e. valid values for $wgAntivirus are the keys defined in this array.
The configuration array for each scanner contains the following keys: "command", "codemap", "messagepattern";
"command" is the full command to call the virus scanner - f will be replaced with the name of the file to scan. If not present, the filename will be appended to the command. Note that this must be overwritten if the scanner is not in the system path; in that case, plase set $wgAntivirusSetup[$wgAntivirus]['command'] to the desired command with full path.
"codemap" is a mapping of exit code to return codes of the detectVirus function in SpecialUpload. An exit code mapped to AV_SCAN_FAILED causes the function to consider the scan to be failed. This will pass the file if $wgAntivirusRequired is not set. An exit code mapped to AV_SCAN_ABORTED causes the function to consider the file to have an usupported format, which is probably imune to virusses. This causes the file to pass. An exit code mapped to AV_NO_VIRUS will cause the file to pass, meaning no virus was found. All other codes (like AV_VIRUS_FOUND) will cause the function to report a virus. You may use "*" as a key in the array to catch all exit codes not mapped otherwise.
"messagepattern" is a perl regular expression to extract the meaningful part of the scanners output. The relevant part should be matched as group one (). If not defined or the pattern does not match, the full message is shown to the user.
Definition at line 343 of file DefaultSettings.php.
Referenced by UploadBase::detectVirus().
$wgAPICacheHelp = true |
Cache the API help text for up to an hour.
Disable this during API debugging and development
Definition at line 3952 of file DefaultSettings.php.
Referenced by ApiMain::makeHelpMsg().
$wgAPICacheHelpTimeout = 60*60 |
Set the timeout for the API help text cache.
Ignored if $wgAPICacheHelp is false.
Definition at line 3958 of file DefaultSettings.php.
Referenced by ApiMain::makeHelpMsg().
$wgAPIListModules = array() |
$wgAPIMaxDBRows = 5000 |
Maximum amount of rows to scan in a DB query in the API The default value is generally fine.
Definition at line 3928 of file DefaultSettings.php.
Referenced by ApiQueryBase::checkRowCount().
$wgAPIMaxResultSize = 8388608 |
The maximum size (in bytes) of an API result.
Don't set this lower than $wgMaxArticleSize*1024
Definition at line 3934 of file DefaultSettings.php.
Referenced by ApiResult::addValue().
$wgAPIMaxUncachedDiffs = 1 |
The maximum number of uncached diffs that can be retrieved in one API request.
Set this to 0 to disable API diffs altogether
Definition at line 3940 of file DefaultSettings.php.
Referenced by ApiQueryRevisions::extractRowInfo().
$wgAPIMetaModules = array() |
$wgAPIModules = array() |
API module extensions Associative array mapping module name to class name.
Extension modules may override the core modules.
Definition at line 3919 of file DefaultSettings.php.
Referenced by ApiMain::__construct().
$wgAPIPropModules = array() |
$wgAPIRequestLog = false |
Log file or URL (TCP or UDP) to log API requests to, or false to disable API request logging.
Definition at line 3946 of file DefaultSettings.php.
$wgAppleTouchIcon = false |
This one'll actually default to off. For iPhone and iPod Touch web app bookmarks.
Definition at line 161 of file DefaultSettings.php.
Referenced by Skin::initPage().
$wgArticlePath = false |
default to "{$wgScript}/$1" or "{$wgScript}?title=$1", depending on $wgUsePathInfo
Definition at line 155 of file DefaultSettings.php.
Referenced by Title::getLocalURL(), User::getTokenUrl(), WebRequest::interpolateTitle(), Skin::makeGlobalVariablesScript(), SkinTemplate::outputPage(), BenchmarkPurge::randomUrl(), and MediaWikiParserTestSuite::suite().
$wgArticleRobotPolicies = array() |
Robot policies per article.
These override the per-namespace robot policies. Must be in the form of an array where the key part is a properly canonical- ised text form title and the value is a robot policy. Example: $wgArticleRobotPolicies = array( 'Main Page' => 'noindex,follow', 'User:Bob' => 'index,follow' ); Example that DOES NOT WORK because the names are not canonical text forms: $wgArticleRobotPolicies = array( # Underscore, not space! 'Main_Page' => 'noindex,follow', # "Project", not the actual project name! 'Project:X' => 'index,follow', # Needs to be "Abc", not "abc" (unless $wgCapitalLinks is false for that namespace)! 'abc' => 'noindex,nofollow' );
Definition at line 3508 of file DefaultSettings.php.
Referenced by Title::canUseNoindex(), and Article::getRobotPolicy().
$wgAsyncHTTPTimeout = 25 |
Timeout for Asynchronous (background) HTTP requests.
Definition at line 3720 of file DefaultSettings.php.
$wgAuth = null |
Authentication plugin.
Definition at line 3164 of file DefaultSettings.php.
Referenced by LoginForm::addNewAccountInternal(), LoginForm::attemptAutoCreate(), LoginForm::authenticateUserData(), User::checkPassword(), SpecialResetpass::execute(), User::getCanonicalName(), LoginForm::initUser(), User::isHidden(), User::isLocked(), LoginForm::LoginForm(), LoginForm::mailPassword(), LoginForm::mainLoginForm(), LoginForm::processLogin(), Preferences::profilePreferences(), User::setPassword(), and ApiSetup::setup().
$wgAutoblockExpiry = 86400 |
$wgAutoConfirmAge = 0 |
Number of seconds an account is required to age before it's given the implicit 'autoconfirm' group membership.
This can be used to limit privileges of new accounts.
Accounts created by earlier versions of the software may not have a recorded creation date, and will always be considered to pass the age test.
When left at 0, all registered accounts will pass.
Definition at line 1577 of file DefaultSettings.php.
$wgAutoConfirmCount = 0 |
Definition at line 1583 of file DefaultSettings.php.
$wgAutocreatePolicy = 'login' |
When should we automatically create local accounts when external accounts already exist, if using ExternalAuth? Can have three values: 'never', 'login', 'view'.
'view' requires the external database to support cookies, and implies 'login'.
TODO: Implement 'view' (currently behaves like 'login').
Definition at line 4288 of file DefaultSettings.php.
Referenced by LoginForm::attemptAutoCreate(), LoginForm::authenticateUserData(), and User::loadFromSession().
$wgAutoloadClasses = array() |
Array mapping class names to filenames, for autoloading.
Definition at line 2871 of file DefaultSettings.php.
Referenced by AutoLoader::autoload(), AutoLoader::loadAllExtensions(), and ApiBase::makeHelpMsg_callback().
$wgAutopromote |
Initial value:
array( 'autoconfirmed' => array( '&', array( APCOND_EDITCOUNT, &$wgAutoConfirmCount ), array( APCOND_AGE, &$wgAutoConfirmAge ), ), )
The format is array( '&' or '|' or '^', cond1, cond2, ... ) where cond1, cond2, ... are themselves conditions; *OR* APCOND_EMAILCONFIRMED, *OR* array( APCOND_EMAILCONFIRMED ), *OR* array( APCOND_EDITCOUNT, number of edits ), *OR* array( APCOND_AGE, seconds since registration ), *OR* array( APCOND_INGROUPS, group1, group2, ... ), *OR* array( APCOND_ISIP, ip ), *OR* array( APCOND_IPINRANGE, range ), *OR* array( APCOND_AGE_FROM_EDIT, seconds since first edit ), *OR* array( APCOND_BLOCKED ), *OR* similar constructs defined by extensions.
If $wgEmailAuthentication is off, APCOND_EMAILCONFIRMED will be true for any user who has provided an e-mail address.
Definition at line 1605 of file DefaultSettings.php.
Referenced by Autopromote::getAutopromoteGroups().
$wgAvailableRights = array() |
A list of available rights, in addition to the ones defined by the core.
For extensions only.
Definition at line 1632 of file DefaultSettings.php.
Referenced by User::getAllRights().
$wgBlockAllowsUTEdit = false |
Definition at line 1340 of file DefaultSettings.php.
Referenced by IPBlockForm::__construct(), IPBlockForm::blockLogFlags(), ApiBlock::execute(), IPUnblockForm::formatRow(), and User::isBlockedFrom().
$wgBlockCIDRLimit |
Initial value:
array( 'IPv4' => 16, # Blocks larger than a /16 (64k addresses) will not be allowed 'IPv6' => 64, # 2^64 = ~1.8x10^19 addresses )
Definition at line 1342 of file DefaultSettings.php.
$wgBlockDisablesLogin = false |
If true, blocked users will not be allowed to login.
When using this with a public wiki, the effect of logging out blocked users may actually be avers: unless the user's address is also blocked (e.g. auto-block), logging the user out will again allow reading and editing, just as for anonymous visitors.
Definition at line 1354 of file DefaultSettings.php.
Referenced by LoginForm::authenticateUserData(), and User::loadFromSession().
$wgBlockOpenProxies = false |
If you enable this, every editor's IP address will be scanned for open HTTP proxies.
Don't enable this. Many sysops will report "hostile TCP port scans" to your ISP and ask for your server to be shut down.
You have been warned.
Definition at line 1652 of file DefaultSettings.php.
Referenced by wfProxyCheck(), and wfSpecialBlockme().
$wgBreakFrames = false |
Break out of framesets.
This can be used to prevent clickjacking attacks, or to prevent external sites from framing your site with ads.
Definition at line 3992 of file DefaultSettings.php.
Referenced by OutputPage::getFrameOptions(), and Skin::makeGlobalVariablesScript().
$wgBrowserBlackList |
Initial value:
array( '/^Mozilla\/2\.[^ ]+ [^(]*?\((?!compatible).*; [UIN]/', '/^Mozilla\/3\.[^ ]+ [^(]*?\((?!compatible).*; [UIN]/', '/^Mozilla\/4\.[^ ]+ [^(]*?\((?!compatible).*; [UIN]/', '/^Mozilla\/4\.0 \(compatible; MSIE \d+\.\d+; Mac_PowerPC\)/', '/^Mozilla\/4\.0 \(compatible; MSIE 6.0; Windows NT 5.0; Google Wireless Transcoder;\)/' )
Definition at line 3068 of file DefaultSettings.php.
Referenced by EditPage::checkUnicodeCompliantBrowser().
$wgCacheDirectory = false |
Directory for caching data in the local filesystem.
Should not be accessible from the web. Set this to false to not use any local caches.
Note: if multiple wikis share the same localisation cache directory, they must all have the same set of extensions. You can set a directory just for the localisation cache using $wgLocalisationCacheConf['storeDirectory'].
Definition at line 176 of file DefaultSettings.php.
Referenced by LCStore_CDB::__construct(), LocalisationCache::__construct(), HTMLFileCache::fileCacheName(), MessageCache::loadFromLocal(), MessageCache::saveToLocal(), and MessageCache::saveToScript().
$wgCacheEpoch = '20030516000000' |
Set this to current time to invalidate all prior cached pages.
Affects both client- and server-side caching. You can get the current date on your server by using the command: date +YmdHMS
Definition at line 1681 of file DefaultSettings.php.
Referenced by OutputPage::checkLastModified(), AjaxResponse::checkLastModified(), ParserOutput::expired(), ParserCache::get(), and HTMLFileCache::isFileCacheGood().
$wgCachePages = true |
Allow client-side caching of pages.
Definition at line 1673 of file DefaultSettings.php.
Referenced by OutputPage::checkLastModified(), and AjaxResponse::checkLastModified().
$wgCacheSharedUploads = true |
Cache shared metadata in memcached.
Don't do this if the commons wiki is in a different memcached domain
Definition at line 457 of file DefaultSettings.php.
$wgCacheVaryCookies = array() |
A list of cookies that vary the cache (for use by extensions).
Definition at line 1887 of file DefaultSettings.php.
Referenced by OutputPage::getCacheVaryCookies().
$wgCapitalLinkOverrides = array() |
Definition at line 2553 of file DefaultSettings.php.
Referenced by MWNamespace::isCapitalized().
$wgCapitalLinks = true |
Set this to false to avoid forcing the first letter of links to capitals.
WARNING: may break links! This makes links COMPLETELY case-sensitive. Links appearing with a capital at the beginning of a sentence will *not* go to the same place as links in the middle of a sentence using a lowercase initial.
Definition at line 2541 of file DefaultSettings.php.
Referenced by XmlDumpWriter::caseSetting(), NamespaceConflictChecker::checkAll(), CapsCleanup::execute(), FileRepo::getNameFromTitle(), and MWNamespace::isCapitalized().
$wgCategoryMagicGallery = true |
On category pages, show thumbnail gallery for images belonging to that category instead of listing them as articles.
Definition at line 3051 of file DefaultSettings.php.
Referenced by CategoryViewer::getHTML().
$wgCategoryPagingLimit = 200 |
Paging limit for categories.
Definition at line 3056 of file DefaultSettings.php.
Referenced by CategoryViewer::__construct(), and CategoryViewer::getHTML().
$wgCategoryPrefixedDefaultSortkey = true |
Should the default category sortkey be the prefixed title? Run maintenance/refreshLinks.php after changing this.
Definition at line 3062 of file DefaultSettings.php.
Referenced by Parser::getDefaultSort().
$wgCheckCopyrightUpload = true |
Set this to false if you want to disable checking that detailed copyright information values are not empty.
Definition at line 2518 of file DefaultSettings.php.
$wgCheckDBSchema = true |
Live high performance sites should disable this - some checks acquire giant mysql locks.
Definition at line 644 of file DefaultSettings.php.
$wgCheckFileExtensions = true |
This is a flag to determine whether or not to check file extensions on upload.
Definition at line 2199 of file DefaultSettings.php.
Referenced by UploadBase::checkWarnings(), UploadForm::getExtensionsMessage(), UploadBase::getTitle(), and wfGetType().
$wgCheckSerialized = true |
Set to false if you are thorough system admin who always remembers to keep serialized files up to date to save few mtime calls.
Definition at line 1030 of file DefaultSettings.php.
$wgCleanSignatures = true |
If true, removes (substitutes) templates in "~~~~" signatures.
Definition at line 1146 of file DefaultSettings.php.
$wgClockSkewFudge = 5 |
Clock skew or the one-second resolution of time() can occasionally cause cache problems when the user requests two pages within a short period of time.
This variable adds a given number of seconds to vulnerable timestamps, thereby giving a grace period.
Definition at line 1790 of file DefaultSettings.php.
Referenced by User::newTouchedTimestamp().
$wgColorErrors = true |
If true, some error messages will be colorized when running scripts on the command line; this can aid picking important things out when debugging.
Ignored when running on Windows or when output is redirected to a file.
Definition at line 1251 of file DefaultSettings.php.
if (!isset($wgCommandLineMode)) $wgCommandLineDarkBg = false |
Set $wgCommandLineMode if it's not set already, to avoid notices.
For colorized maintenance script output, is your terminal background dark ?
Definition at line 2415 of file DefaultSettings.php.
Referenced by AnsiTermColorer::color().
$wgCompressRevisions = false |
We can also compress text stored in the 'text' table.
If this is set on, new revisions will be compressed on page save if zlib support is available. Any compressed revisions will be decompressed on load regardless of this setting *but will not be readable at all* if zlib support is not available.
Definition at line 2160 of file DefaultSettings.php.
Referenced by Revision::compressRevisionText().
$wgContentNamespaces = array( NS_MAIN ) |
Array of namespaces which can be deemed to contain valid "content", as far as the site statistics are concerned.
Useful if additional namespaces also contain "content" which should be considered when generating a count of the number of articles in the wiki.
Definition at line 3830 of file DefaultSettings.php.
Referenced by RandomPage::__construct(), OutputPage::addParserOutputNoText(), SiteStatsInit::articles(), Title::canUseNoindex(), UpdateArticleCount::execute(), RebuildFileCache::execute(), ShortPagesPage::getSQL(), PopularPagesPage::getSQL(), and MWNamespace::isContent().
$wgCookieDomain = '' |
Set to set an explicit domain on the login cookies eg, "justthis.domain. org" or ".any.subdomain.net".
Definition at line 1855 of file DefaultSettings.php.
Referenced by WebResponse::setcookie(), and wfSetupSession().
$wgCookieExpiration = 30*86400 |
Default cookie expiration time.
Setting to 0 makes all cookies session-only.
Definition at line 1783 of file DefaultSettings.php.
Referenced by LoginForm::mainLoginForm(), and WebResponse::setcookie().
$wgCookieHttpOnly = version_compare("5.2", PHP_VERSION, "<") |
Set authentication cookies to HttpOnly to prevent access by JavaScript, in browsers that support this feature.
This can mitigates some classes of XSS attack.
Only supported on PHP 5.2 or higher.
Definition at line 1873 of file DefaultSettings.php.
Referenced by WebResponse::setcookie(), and wfSetupSession().
$wgCookiePath = '/' |
Definition at line 1856 of file DefaultSettings.php.
Referenced by WebResponse::setcookie(), and wfSetupSession().
$wgCookiePrefix = false |
Set $wgCookiePrefix to use a custom one.
Setting to false sets the default of using the database name.
Definition at line 1864 of file DefaultSettings.php.
Referenced by ApiLogin::execute(), OutputPage::getCacheVaryCookies(), User::loadDefaults(), User::loadFromSession(), LoginForm::mainLoginForm(), and WebResponse::setcookie().
$wgCookieSecure = ($wgProto == 'https') |
Definition at line 1857 of file DefaultSettings.php.
Referenced by WebResponse::setcookie(), and wfSetupSession().
$wgCopyrightIcon = null |
Set this to some HTML to override the rights icon with an arbitrary logo.
Definition at line 2511 of file DefaultSettings.php.
Referenced by getCopyrightIcon().
$wgCountCategorizedImagesAsUsed = false |
On Special:Unusedimages, consider images "used", if they are put into a category.
Default (false) is not to count those as used.
Definition at line 3648 of file DefaultSettings.php.
Referenced by UnusedimagesPage::getSQL().
$wgCountTotalSearchHits = false |
Set to true to have the search engine count total search matches to present in the Special:Search UI.
Not supported by every search engine shipped with MW.
This could however be slow on larger wikis, and is pretty flaky with the current title vs content split. Recommend avoiding until that's been worked out cleanly; but this may aid in testing the search UI and API to confirm that the result count works.
Definition at line 2050 of file DefaultSettings.php.
Referenced by SearchSqlite::searchInternal(), and SearchMySQL::searchInternal().
$wgCrossSiteAJAXdomainExceptions = array() |
Domains that should not be allowed to make AJAX requests, even if they match one of the domains allowed by $wgCrossSiteAJAXdomains Uses the same syntax as $wgCrossSiteAJAXdomains.
Definition at line 4343 of file DefaultSettings.php.
$wgCrossSiteAJAXdomains = array() |
Settings for incoming cross-site AJAX requests: Newer browsers support cross-site AJAX when the target resource allows requests from the origin domain by the Access-Control-Allow-Origin header.
This is currently only used by the API (requests to api.php) $wgCrossSiteAJAXdomains can be set using a wildcard syntax:
'*' matches any number of characters '?' matches any 1 character
Example: $wgCrossSiteAJAXdomains = array( 'www.mediawiki.org', '*.wikipedia.org', '*.wikimedia.org', '*.wiktionary.org', );
Definition at line 4335 of file DefaultSettings.php.
$wgCustomConvertCommand = false |
Use another resizing converter, e.g.
GraphicMagick s will be replaced with the source path, d with the destination w and h will be replaced with the width and height
An example is provided for GraphicMagick Leave as false to skip this
Definition at line 2325 of file DefaultSettings.php.
Referenced by BitmapHandler::doTransform().
$wgDBadminpassword = null |
database host name or ip address
Database settings
Definition at line 605 of file DefaultSettings.php.
Referenced by convertLinks(), ConvertLinks::createTempTable(), createTempTable(), ConvertLinks::execute(), and Maintenance::finalSetup().
$wgDBadminuser = null |
Separate username and password for maintenance tasks.
Leave as null to use the default
Definition at line 604 of file DefaultSettings.php.
Referenced by convertLinks(), ConvertLinks::createTempTable(), createTempTable(), ConvertLinks::execute(), and Maintenance::finalSetup().
$wgDBAhandler = 'db3' |
$wgDBAvgStatusPoll = 2000 |
Scale load balancer polling time so that under overload conditions, the database server receives a SHOW STATUS query at an average interval of this many microseconds.
Definition at line 733 of file DefaultSettings.php.
Referenced by LoadBalancer::getReaderIndex().
$wgDBClusterTimeout = 10 |
When to give an error message.
Definition at line 727 of file DefaultSettings.php.
Referenced by LoadBalancer::getReaderIndex().
$wgDBconnection = '' |
database host name or ip address
Database settings
Definition at line 595 of file DefaultSettings.php.
$wgDBerrorLog = false |
File to log database errors to.
Definition at line 724 of file DefaultSettings.php.
Referenced by wfLogDBError().
$wgDBmwschema = 'mediawiki' |
Mediawiki schema.
Definition at line 620 of file DefaultSettings.php.
Referenced by DatabasePostgres::constraintExists(), DatabaseIbm_db2::DatabaseIbm_db2(), do_postgres_updates(), DatabasePostgres::fieldExists(), PostgresField::fromText(), IBM_DB2Field::fromText(), DatabasePostgres::hasConstraint(), DatabasePostgres::initial_setup(), DatabasePostgres::open(), pg_describe_index(), pg_describe_table(), pg_fkey_deltype(), pg_index_exists(), pg_rule_def(), DatabasePostgres::relationExists(), DatabasePostgres::ruleExists(), DatabasePostgres::setup_database(), DatabaseOracle::setup_database(), and DatabasePostgres::triggerExists().
$wgDBmysql4 = true |
Set to true for compatibility with extensions that might be checking.
MySQL 3.23.x is no longer supported.
Definition at line 739 of file DefaultSettings.php.
$wgDBmysql5 = false |
Set to true to engage MySQL 4.1/5.0 charset-related features; for now will just cause sending of 'SET NAMES=utf8' on connect.
WARNING: THIS IS EXPERIMENTAL!
May break if you're not using the table defs from mysql5/tables.sql. May break if you're upgrading an existing wiki if set differently. Broken symptoms likely to include incorrect behavior with page titles, usernames, comments etc containing non-ASCII characters. Might also cause failures on the object cache and other things.
Even correct usage may cause failures with Unicode supplementary characters (those not in the Basic Multilingual Plane) unless MySQL has enhanced their Unicode support.
Definition at line 757 of file DefaultSettings.php.
Referenced by DatabaseMysql::open().
$wgDBname = 'my_wiki' |
name of the database
Definition at line 593 of file DefaultSettings.php.
Referenced by convertLinks(), ConvertLinks::createTempTable(), createTempTable(), RebuildMessages::execute(), PopulateSha1::execute(), ConvertLinks::execute(), UserRightsProxy::getDB(), LBFactory_Multi::getDBNameAndPrefix(), DatabasePostgres::initial_setup(), Skin::makeGlobalVariablesScript(), LBFactory_Simple::newMainLB(), TextPassDumper::openSpawn(), CheckStorage::restoreText(), DatabasePostgres::setup_plpgsql(), wfIncrStats(), wfLogDBError(), wfProfileIn(), wfProfileOut(), and wfWikiID().
$wgDBpassword = '' |
Database user's password.
Definition at line 599 of file DefaultSettings.php.
Referenced by RenameWiki::execute(), PopulateSha1::execute(), AddWiki::execute(), Maintenance::finalSetup(), DatabasePostgres::initial_setup(), and LBFactory_Simple::newMainLB().
$wgDBport = 5432 |
database port number (for PostgreSQL)
Definition at line 591 of file DefaultSettings.php.
Referenced by DatabasePostgres::open(), DatabasePostgres::setup_database(), and DatabaseOracle::setup_database().
$wgDBprefix = '' |
Table name prefix.
Definition at line 615 of file DefaultSettings.php.
Referenced by DatabaseMssql::__construct(), DatabaseBase::__construct(), MediaWiki_Setup::buildTestDatabase(), ParserTest::changePrefix(), LBFactory_Multi::getDBNameAndPrefix(), ParserTest::setupDatabase(), and wfWikiID().
$wgDBserver = 'localhost' |
database host name or ip address
Database settings
Definition at line 589 of file DefaultSettings.php.
Referenced by BackupDumper::backupServer(), convertLinks(), ConvertLinks::createTempTable(), createTempTable(), PopulateSha1::execute(), ConvertLinks::execute(), and LBFactory_Simple::newMainLB().
$wgDBservers = false |
Database load balancer This is a two-dimensional array, an array of server info structures Fields are: host: Host name dbname: Default database name user: DB user password: DB password type: "mysql" or "postgres" load: ratio of DB_SLAVE load, must be >=0, the sum of all loads must be >0 groupLoads: array of load ratios, the key is the query group name.
A query may belong to several groups, the most specific group defined here is used.
flags: bit field DBO_DEFAULT -- turns on DBO_TRX only if !$wgCommandLineMode (recommended) DBO_DEBUG -- equivalent of $wgDebugDumpSql DBO_TRX -- wrap entire request in a transaction DBO_IGNORE -- ignore errors (not useful in LocalSettings.php) DBO_NOBUFFER -- turn off buffering (not useful in LocalSettings.php)
max lag: (optional) Maximum replication lag before a slave will taken out of rotation max threads: (optional) Maximum number of running threads
These and any other user-defined properties will be assigned to the mLBInfo member variable of the Database object.
Leave at false to use the single-server variables above. If you set this variable, the single-server variables will generally be ignored (except perhaps in some command-line scripts).
The first server listed in this array (with key 0) will be the master. The rest of the servers will be slaves. To prevent writes to your slaves due to accidental misconfiguration or MediaWiki bugs, set read_only=1 on all your slaves in my.cnf. You can set read_only mode at runtime using:
SET @read_only=1;
Since the effect of writing to a slave is so damaging and difficult to clean up, we at Wikimedia set read_only=1 in my.cnf on all our DB servers, even our masters, and then set read_only=0 on masters at runtime.
Definition at line 706 of file DefaultSettings.php.
Referenced by InitEditCount::execute(), FixSlaveDesync::execute(), Maintenance::finalSetup(), LBFactory_Simple::newMainLB(), and SearchUpdateTest::setUp().
$wgDBTableOptions = 'ENGINE=InnoDB' |
MySQL table options to use during installation or update.
Definition at line 617 of file DefaultSettings.php.
Referenced by UpdateLogging::execute(), ConfigData::setSchema(), and DatabaseMssql::setup_database().
$wgDBtransactions = false |
Set to true if using InnoDB tables.
Definition at line 736 of file DefaultSettings.php.
Referenced by Article::doEdit().
$wgDBts2schema = 'public' |
Tsearch2 schema.
Definition at line 622 of file DefaultSettings.php.
Referenced by do_postgres_updates(), DatabasePostgres::initial_setup(), DatabasePostgres::open(), DatabasePostgres::setup_database(), and DatabaseOracle::setup_database().
$wgDBtype = 'mysql' |
Database type.
Definition at line 601 of file DefaultSettings.php.
Referenced by archive(), check_bin(), convertLinks(), do_all_updates(), do_namespace_size_on(), SqliteMaintenance::execute(), RebuildTextIndex::execute(), RebuildAll::execute(), ConvertLinks::execute(), LoadBalancer::getConnection(), SqlBagOStuff::getDB(), LoadBalancer::getReaderIndex(), UnusedimagesPage::getSQL(), AncientPagesPage::getSQL(), ParserTest::listTables(), LBFactory_Simple::newMainLB(), DatabaseBase::patchPath(), SearchUpdateTest::setUp(), ParserTest::setupDatabase(), ParserTest::setupGlobals(), DbTestRecorder::start(), DbTestPreviewer::start(), and ParserTest::teardownDatabase().
$wgDBuser = 'wikiuser' |
Database username.
Definition at line 597 of file DefaultSettings.php.
Referenced by do_postgres_updates(), RenameWiki::execute(), PopulateSha1::execute(), AddWiki::execute(), Maintenance::finalSetup(), DatabasePostgres::initial_setup(), LBFactory_Simple::newMainLB(), DatabasePostgres::setup_database(), and DatabaseOracle::setup_database().
$wgDebugComments = false |
Send debug data to an HTML comment in the output.
This may occasionally be useful when supporting a non-technical end-user. It's more secure than exposing the debug log file to the web, since the output only contains private data for the current user. But it's not ideal for development use since data is lost on fatal errors and redirects.
Definition at line 1202 of file DefaultSettings.php.
Referenced by SkinTemplate::outputPage(), Skin::outputPage(), and wfDebug().
$wgDebugDumpSql = false |
Write SQL queries to the debug log.
Definition at line 1207 of file DefaultSettings.php.
Referenced by LBFactory_Simple::newMainLB().
$wgDebugFunctionEntry = 0 |
Output debug message on every wfProfileIn/wfProfileOut.
Definition at line 2008 of file DefaultSettings.php.
Referenced by Profiler::getOutput(), ProfilerSimpleTrace::profileIn(), ProfilerSimple::profileIn(), Profiler::profileIn(), ProfilerSimpleTrace::profileOut(), ProfilerSimple::profileOut(), and Profiler::profileOut().
$wgDebugLogFile = '' |
Filename for debug logging.
See http://www.mediawiki.org/wiki/How_to_debug The debug log file should be not be publicly accessible if it is used, as it may contain private data.
Definition at line 1173 of file DefaultSettings.php.
Referenced by MacBinary::hexdump(), wfDebug(), and wfLogProfilingData().
$wgDebugLogGroups = array() |
Set to an array of log group keys to filenames.
If set, wfDebugLog() output for that group will go to that file instead of the regular $wgDebugLogFile. Useful for enabling selective logging in production.
Definition at line 1215 of file DefaultSettings.php.
Referenced by wfDebugLog().
$wgDebugLogPrefix = '' |
Prefix for debug log lines.
Definition at line 1178 of file DefaultSettings.php.
Referenced by wfDebug().
$wgDebugPrintHttpHeaders = true |
Print HTTP headers for every request in the debug information.
Definition at line 1232 of file DefaultSettings.php.
$wgDebugProfiling = false |
Detects non-matching wfProfileIn/wfProfileOut calls.
Definition at line 2006 of file DefaultSettings.php.
$wgDebugRawPage = false |
If true, log debugging data from action=raw.
This is normally false to avoid overlapping debug entries due to gen=css and gen=js requests.
Definition at line 1192 of file DefaultSettings.php.
Referenced by wfDebug(), and wfLogProfilingData().
$wgDebugRedirects = false |
If true, instead of redirecting, show a page with a link to the redirect destination.
This allows for the inspection of PHP error messages, and easy resubmission of form data. For developer use only.
Definition at line 1185 of file DefaultSettings.php.
Referenced by OutputPage::output().
$wgDebugTidy = false |
Put tidy warnings in HTML comments Only works for internal tidy.
Definition at line 2673 of file DefaultSettings.php.
Referenced by MWTidy::execInternalTidy().
$wgDebugTimestamps = false |
Prefix debug messages with relative timestamp.
Very-poor man's profiler.
Definition at line 1227 of file DefaultSettings.php.
Referenced by wfDebugTimer().
$wgDefaultExternalStore = false |
The place to put new revisions, false to put them in the local text table.
Part of a URL, e.g. DB://cluster1
Can be an array instead of a single string, to enable data distribution. Keys must be consecutive integers, starting at zero. Example:
$wgDefaultExternalStore = array( 'DB://cluster1', 'DB://cluster2' );
Definition at line 3678 of file DefaultSettings.php.
Referenced by RenameWiki::execute(), AddWiki::execute(), Revision::insertOn(), and ExternalStore::insertToDefault().
$wgDefaultLanguageVariant = false |
Default variant code, if false, the default will be the language code.
Definition at line 1039 of file DefaultSettings.php.
Referenced by LanguageConverter::getPreferredVariant(), LanguageConverterTest::testGetPreferredVariantDefaultLanguageVariant(), and LanguageConverterTest::testGetPreferredVariantDefaultLanguageVsUrlVariant().
$wgDefaultRobotPolicy = 'index,follow' |
Default robot policy.
The default policy is to encourage indexing and fol- lowing of links. It may be overridden on a per-namespace and/or per-page basis.
Definition at line 3475 of file DefaultSettings.php.
Referenced by Article::getRobotPolicy().
$wgDefaultSkin = 'monobook' |
See list of skins and their symbolic names in languages/Language.php.
Definition at line 2682 of file DefaultSettings.php.
Referenced by Preferences::generateSkinOptions(), User::getDefaultOptions(), User::getSkin(), and Skin::normalizeKey().
$wgDefaultUserOptions |
Settings added to this array will override the default globals for the user preferences used by anonymous visitors and newly created accounts.
For instance, to disable section editing links: $wgDefaultUserOptions ['editsection'] = 0;
Definition at line 2723 of file DefaultSettings.php.
Referenced by User::getDefaultOptions(), Preferences::getPreferences(), and User::setOption().
$wgDeleteRevisionsLimit = 0 |
Optional to restrict deletion of pages with higher revision counts to users with the 'bigdelete' permission.
(Default given to sysops.)
Definition at line 1638 of file DefaultSettings.php.
Referenced by Article::delete(), ApiDelete::delete(), MovePageForm::doSubmit(), and Article::isBigDeletion().
$wgDevelopmentWarnings = false |
If set to true MediaWiki will throw notices for some possible error conditions and for deprecated functions.
Definition at line 1275 of file DefaultSettings.php.
Referenced by wfWarn().
$wgDiff = '/usr/bin/diff' |
Path to the GNU diff utility.
Definition at line 2152 of file DefaultSettings.php.
Referenced by wfDiff().
$wgDiff3 = '/usr/bin/diff3' |
Path to the GNU diff3 utility.
If the file doesn't exist, edit conflicts will fall back to the old behaviour (no merging).
Definition at line 2147 of file DefaultSettings.php.
Referenced by wfMerge().
$wgDirectoryMode = 0777 |
Default value for chmoding of new directories.
Definition at line 181 of file DefaultSettings.php.
Referenced by wfMkdirParents().
$wgDisableAnonTalk = false |
Disable links to talk pages of anonymous users (IPs) in listings on special pages like page history, Special:Recentchanges, etc.
Definition at line 2121 of file DefaultSettings.php.
Referenced by Linker::userToolLinks().
$wgDisableCookieCheck = false |
$wgDisableCounters = false |
Whereas to count the number of time an article is viewed.
Does not work if pages are cached (for example with squid).
Definition at line 2021 of file DefaultSettings.php.
Referenced by ApiQuerySiteinfo::appendStatistics(), RebuildFileCache::execute(), SpecialStatistics::execute(), SpecialPage::initList(), SkinTemplate::outputPage(), pageStats(), and Article::viewUpdates().
$wgDisabledActions = array() |
Array of disabled article actions, e.g.
view, edit, dublincore, delete, etc.
Definition at line 3546 of file DefaultSettings.php.
$wgDisabledVariants = array() |
Disabled variants array of language variant conversion.
example: $wgDisabledVariants[] = 'zh-mo'; $wgDisabledVariants[] = 'zh-my';
or: $wgDisabledVariants = array('zh-mo', 'zh-my');
Definition at line 1049 of file DefaultSettings.php.
Referenced by LanguageConverter::__construct().
$wgDisableHardRedirects = false |
Disable redirects to special pages and interwiki redirects, which use a 302 and have no "redirected from" link.
Definition at line 3552 of file DefaultSettings.php.
$wgDisableInternalSearch = false |
Disable the internal MySQL-based search, to allow it to be implemented by an extension instead.
Definition at line 3423 of file DefaultSettings.php.
Referenced by SpecialPage::initList().
$wgDisableLangConversion = false |
Whether to enable language variant conversion.
Definition at line 1033 of file DefaultSettings.php.
Referenced by SkinTemplate::buildContentActionUrls(), SkinVector::buildNavigationUrls(), LanguageConverter::convert(), LanguageConverter::findVariantLink(), Parser::parse(), Preferences::profilePreferences(), and variantLinks().
$wgDisableOutputCompression = false |
Disable output compression (enabled by default if zlib is available).
Definition at line 4024 of file DefaultSettings.php.
Referenced by wfOutputHandler(), and wfResetOutputBuffers().
$wgDisableQueryPages = false |
Disable all query pages if miser mode is on, not just some.
Definition at line 1922 of file DefaultSettings.php.
Referenced by QueryPage::isExpensive().
$wgDisableQueryPageUpdate = false |
Set this to an array of special page names to prevent maintenance/updateSpecialPages.php from updating those pages.
Definition at line 4019 of file DefaultSettings.php.
Referenced by QueryPage::doQuery(), and UpdateSpecialPages::execute().
$wgDisableSearchContext = false |
Definition at line 2024 of file DefaultSettings.php.
$wgDisableSearchUpdate = false |
If you've disabled search semi-permanently, this also disables updates to the table.
If you ever re-enable, be sure to rebuild the search table.
Definition at line 2094 of file DefaultSettings.php.
Referenced by SearchUpdate::doUpdate(), and UpdateSearchIndex::doUpdateSearchIndex().
$wgDisableTextSearch = false |
$wgDisableTitleConversion = false |
Whether to enable language variant conversion for links.
Definition at line 1036 of file DefaultSettings.php.
Referenced by LanguageConverter::findVariantLink(), Parser::parse(), and Preferences::profilePreferences().
$wgDjvuDump = null |
DJVU settings Path of the djvudump executable Enable this and $wgDjvuRenderer to enable djvu rendering.
Definition at line 3859 of file DefaultSettings.php.
Referenced by DjVuHandler::isEnabled(), and DjVuImage::retrieveMetaData().
$wgDjvuOutputExtension = 'jpg' |
File extension for the DJVU post processor output.
Definition at line 3897 of file DefaultSettings.php.
Referenced by DjVuHandler::getThumbType().
$wgDjvuPostProcessor = 'pnmtojpeg' |
Shell command for the DJVU post processor Default: pnmtopng, since ddjvu generates ppm output Set this to false to output the ppm file directly.
Definition at line 3893 of file DefaultSettings.php.
Referenced by DjVuHandler::doTransform().
$wgDjvuRenderer = null |
Path of the ddjvu DJVU renderer Enable this and $wgDjvuDump to enable djvu rendering.
Definition at line 3866 of file DefaultSettings.php.
Referenced by DjVuHandler::doTransform(), and DjVuHandler::isEnabled().
$wgDjvuToXML = null |
Path of the djvutoxml executable This works like djvudump except much, much slower as of version 3.5.
For now I recommend you use djvudump instead. The djvuxml output is probably more stable, so we'll switch back to it as soon as they fix the efficiency problem. http://sourceforge.net/tracker/index.php?func=detail&aid=1704049&group_id=32953&atid=406583
Definition at line 3885 of file DefaultSettings.php.
Referenced by DjVuHandler::isEnabled(), and DjVuImage::retrieveMetaData().
$wgDjvuTxt = null |
Path of the djvutxt DJVU text extraction utility Enable this and $wgDjvuDump to enable text layer extraction from djvu files.
Definition at line 3873 of file DefaultSettings.php.
Referenced by DjVuImage::retrieveMetaData().
$wgDnsBlacklistUrls = array( 'http.dnsbl.sorbs.net.' ) |
List of DNS blacklists to use, if $wgEnableDnsBlacklist is true.
Definition at line 3577 of file DefaultSettings.php.
Referenced by User::isDnsBlacklisted().
$wgDocType = '-//W3C//DTD XHTML 1.0 Transitional//EN' |
$wgDTD = 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd' |
$wgDummyLanguageCodes = array( 'qqq', 'als', 'be-x-old', 'dk', 'fiu-vro', 'iu', 'nb', 'simple', 'tp' ) |
List of language codes that don't correspond to an actual language.
These codes are leftoffs from renames, or other legacy things. Also, qqq is a dummy "language" for documenting messages.
Definition at line 866 of file DefaultSettings.php.
$wgEditEncoding = '' |
Definition at line 871 of file DefaultSettings.php.
Referenced by LanguageEo::initEncoding(), Language::recodeForEdit(), and Language::recodeInput().
$wgEdititis = false |
Display user edit counts in various prominent places.
Definition at line 4158 of file DefaultSettings.php.
Referenced by UsersPager::formatRow().
$wgEditPageFrameOptions = 'DENY' |
The X-Frame-Options header to send on pages sensitive to clickjacking attacks, such as edit pages.
This prevents those pages from being displayed in a frame or iframe. The options are:
For extra safety, set $wgBreakFrames = true, to prevent framing on all pages, not just edit pages.
Definition at line 4013 of file DefaultSettings.php.
Referenced by OutputPage::getFrameOptions().
$wgEmailAuthentication = true |
Definition at line 1731 of file DefaultSettings.php.
Referenced by LoginForm::addNewAccount(), Autopromote::checkCondition(), SpecialPage::initList(), User::isEmailConfirmationPending(), User::isEmailConfirmed(), Preferences::profilePreferences(), and Preferences::tryFormSubmit().
$wgEmailConfirmToEdit = false |
Should editors be required to have a validated e-mail address before being allowed to edit?
Definition at line 1371 of file DefaultSettings.php.
Referenced by LoginForm::addNewAccountInternal(), Title::getUserPermissionsErrors(), LoginForm::mainLoginForm(), Preferences::profilePreferences(), and Preferences::validateEmail().
$wgEmergencyContact = 'wikiadmin@' . $wgServerName |
$wgEnableAPI = true |
Enable the MediaWiki API for convenient access to machine-readable data via api.php.
See http://www.mediawiki.org/wiki/API
Definition at line 3905 of file DefaultSettings.php.
Referenced by UploadForm::addUploadJS(), Skin::makeGlobalVariablesScript(), and Preferences::watchlistPreferences().
$wgEnableCreativeCommonsRdf = false |
$wgEnableDnsBlacklist = false |
Whether to use DNS blacklists in $wgDnsBlacklistUrls to check for open proxies.
Definition at line 3565 of file DefaultSettings.php.
Referenced by User::isDnsBlacklisted().
$wgEnableDublinCoreRdf = false |
RDF metadata toggles.
Definition at line 2494 of file DefaultSettings.php.
Referenced by Skin::addMetadataLinks().
$wgEnableEmail = true |
Set to true to enable the e-mail basic features: Password reminders, etc.
If sending e-mail on your server doesn't work, you might want to disable this.
Definition at line 540 of file DefaultSettings.php.
Referenced by User::canSendEmail(), LoginForm::LoginForm(), LoginForm::mainLoginForm(), Preferences::profilePreferences(), Preferences::tryFormSubmit(), and EmailUserForm::userEmailEnabled().
$wgEnableImageWhitelist = true |
If $wgAllowExternalImages is false, you can allow an on-wiki whitelist of regular expression fragments to match the image URL against.
If the image matches one of the regular expression fragments, The image will be displayed.
Set this to true to enable the on-wiki whitelist (MediaWiki:External image whitelist) Or false to disable it
Definition at line 1914 of file DefaultSettings.php.
$wgEnableMWSuggest = false |
Enable suggestions while typing in search boxes (results are passed around in OpenSearch format) Requires $wgEnableOpenSearchSuggest = true;.
Definition at line 2068 of file DefaultSettings.php.
Referenced by Skin::makeGlobalVariablesScript(), OutputPage::output(), and Preferences::searchPreferences().
$wgEnableNewpagesUserFilter = true |
Enable user search in Special:Newpages This is really a temporary hack around an index install bug on some Wikipedias.
Kill it once fixed.
Definition at line 2487 of file DefaultSettings.php.
Referenced by SpecialNewpages::form(), NewPagesPager::getQueryInfo(), and SpecialNewpages::setup().
$wgEnableOpenSearchSuggest = true |
Enable OpenSearch suggestions requested by MediaWiki.
Set this to false if you've disabled MWSuggest or another suggestion script and want reduce load caused by cached scripts pulling suggestions.
Definition at line 2075 of file DefaultSettings.php.
Referenced by ApiOpenSearch::execute().
$wgEnableParserCache = true |
Keep parsed pages in a cache (objectcache table or memcached) to speed up output of the same page viewed by another user with the same options.
This can provide a significant speedup for medium to large pages, so you probably want to keep it on. Extensions that conflict with the parser cache should disable the cache on a per-page basis instead.
Definition at line 1291 of file DefaultSettings.php.
Referenced by Article::editUpdates(), ApiParse::execute(), Article::getOutputFromWikitext(), Article::getParserOutput(), MediaWikiParserTestSuite::suite(), Article::useParserCache(), and Article::view().
$wgEnableScaryTranscluding = false |
Enable interwiki transcluding.
Only when iw_trans=1.
Definition at line 3730 of file DefaultSettings.php.
Referenced by Parser::interwikiTransclude().
$wgEnableSerializedMessages = true |
If true, serialized versions of the messages arrays will be read from the 'serialized' subdirectory if they are present.
Set to false to always use the Messages files, regardless of whether they are up to date or not.
Definition at line 1024 of file DefaultSettings.php.
$wgEnableSidebarCache = false |
If on, the sidebar navigation links are cached for users with the current language set.
This can save a touch of load on a busy site by shaving off extra message lookups.
However it is also fragile: changing the site configuration, or having a variable $wgArticlePath, can produce broken links that don't update as expected.
Definition at line 1308 of file DefaultSettings.php.
Referenced by buildSidebar(), and RebuildMessages::execute().
$wgEnableSorbs = false |
Definition at line 3571 of file DefaultSettings.php.
Referenced by User::isDnsBlacklisted().
$wgEnableTooltipsAndAccesskeys = true |
Set to false to disable application of access keys and tooltips, eg to avoid keyboard conflicts with system keys or as a low-level optimization.
Definition at line 3559 of file DefaultSettings.php.
Referenced by Linker::tooltip(), and Linker::tooltipAndAccesskeyAttribs().
$wgEnableUploads = false |
Uploads have to be specially set up to be secure.
Definition at line 2096 of file DefaultSettings.php.
Referenced by SkinTemplate::buildNavUrls(), WikiRevision::downloadSource(), UploadBase::isEnabled(), Linker::makeBrokenImageLinkObj(), ImagePage::openShowImage(), SkinStandard::quickBar(), SkinCologneBlue::quickBar(), SkinNostalgia::topLinks(), and ImagePage::uploadLinksBox().
$wgEnableUserEmail = true |
Set to true to enable user-to-user e-mail.
This can potentially be abused, as it's hard to track.
Definition at line 546 of file DefaultSettings.php.
Referenced by User::canSendEmail(), Preferences::profilePreferences(), and EmailUserForm::userEmailEnabled().
$wgEnableWriteAPI = true |
Allow the API to be used to perform write operations (page edits, rollback, etc.
) when an authorised user accesses it
Definition at line 3912 of file DefaultSettings.php.
Referenced by Skin::makeGlobalVariablesScript().
$wgEnotifFromEditor = false |
Definition at line 1725 of file DefaultSettings.php.
Referenced by EmailNotification::composeCommonMailtext().
$wgEnotifImpersonal = false |
Definition at line 1744 of file DefaultSettings.php.
Referenced by EmailNotification::actuallyNotifyOnPageChange(), EmailNotification::compose(), EmailNotification::composeCommonMailtext(), UserMailer::send(), and EmailNotification::sendMails().
$wgEnotifMaxRecips = 500 |
$wgEnotifMinorEdits = true |
Definition at line 1735 of file DefaultSettings.php.
Referenced by EmailNotification::actuallyNotifyOnPageChange().
$wgEnotifRevealEditorAddress = false |
Definition at line 1734 of file DefaultSettings.php.
Referenced by EmailNotification::composeCommonMailtext().
$wgEnotifUseJobQ = false |
Definition at line 1751 of file DefaultSettings.php.
Referenced by EmailNotification::notifyOnPageChange().
$wgEnotifUseRealName = false |
Definition at line 1754 of file DefaultSettings.php.
Referenced by EmailNotification::composeCommonMailtext(), EmailNotification::sendPersonalised(), and MailAddress::toString().
$wgEnotifUserTalk = false |
Definition at line 1733 of file DefaultSettings.php.
Referenced by EmailNotification::actuallyNotifyOnPageChange(), and Preferences::profilePreferences().
$wgEnotifWatchlist = false |
Definition at line 1732 of file DefaultSettings.php.
Referenced by EmailNotification::actuallyNotifyOnPageChange(), EmailNotification::notifyOnPageChange(), Preferences::profilePreferences(), and wfSpecialWatchlist().
$wgExceptionHooks = array() |
Hooks that are used for outputting exceptions.
Format is: $wgExceptionHooks[] = $funcname or: $wgExceptionHooks[] = array( $class, $funcname ) Hooks should return strings or false
Definition at line 4079 of file DefaultSettings.php.
Referenced by MWException::runHooks().
$wgExemptFromUserRobotsControl = null |
An array of namespace keys in which the __INDEX__/__NOINDEX__ magic words will not function, so users can't decide whether pages in that namespace are indexed by search engines.
If set to null, default to $wgContentNamespaces. Example: $wgExemptFromUserRobotsControl = array( NS_MAIN, NS_TALK, NS_PROJECT );
Definition at line 3517 of file DefaultSettings.php.
Referenced by OutputPage::addParserOutputNoText(), and Title::canUseNoindex().
$wgExpensiveParserFunctionLimit = 100 |
Maximum number of calls per parse to expensive parser functions such as PAGESINCATEGORY.
Definition at line 4102 of file DefaultSettings.php.
Referenced by Parser::incrementExpensiveFunctionCount().
$wgExperimentalHtmlIds = false |
Should we allow a broader set of characters in id attributes, per HTML5? If not, use only HTML 4-compatible IDs.
This option is for testing -- when the functionality is ready, it will be on by default with no option.
Currently this appears to work fine in Chrome 4 and 5, Firefox 3.5 and 3.6, IE6 and 8, and Opera 10.50, but it fails in Opera 10.10: Unicode IDs don't seem to work as anchors. So not quite ready for general use yet.
Definition at line 4176 of file DefaultSettings.php.
Referenced by Parser::formatHeadings().
$wgExportAllowHistory = true |
If set to false, disables the full-history option on Special:Export.
This is currently poorly optimized for long edit histories, so is disabled on Wikimedia's sites.
Definition at line 2579 of file DefaultSettings.php.
Referenced by SpecialExport::execute().
$wgExportAllowListContributors = false |
Return distinct author list (when not returning full history).
Definition at line 2591 of file DefaultSettings.php.
Referenced by SpecialExport::execute().
$wgExportFromNamespaces = false |
Whether to allow the "export all pages in namespace" option.
Definition at line 2609 of file DefaultSettings.php.
Referenced by SpecialExport::execute().
$wgExportMaxHistory = 0 |
If set nonzero, Special:Export requests for history of pages with more revisions than this will be rejected.
On some big sites things could get bogged down by very very long pages.
Definition at line 2586 of file DefaultSettings.php.
Referenced by SpecialExport::doExport(), and SpecialExport::execute().
$wgExportMaxLinkDepth = 0 |
If non-zero, Special:Export accepts a "pagelink-depth" parameter up to this specified level, which will cause it to include all pages linked to from the pages you specify.
Since this number can become *insanely large* and could easily break your wiki, it's disabled by default for now.
There's a HARD CODED limit of 5 levels of recursion to prevent a crazy-big export from being done by someone setting the depth number too high. In other words, last resort safety net.
Definition at line 2604 of file DefaultSettings.php.
Referenced by SpecialImport::doImport(), SpecialExport::execute(), SpecialImport::showForm(), and SpecialExport::validateLinkDepth().
$wgExtensionAliasesFiles = array() |
Aliases for special pages provided by extensions.
Definition at line 2838 of file DefaultSettings.php.
Referenced by LocalisationCache::recache().
$wgExtensionAssetsPath = false |
$wgExtensionCredits = array() |
An array of extension types and inside that their names, versions, authors, urls, descriptions and pointers to localized description msgs.
Note that the version, url, description and descriptionmsg key can be omitted.
$wgExtensionCredits[$type][] = array( 'name' => 'Example extension', 'version' => 1.9, 'path' => __FILE__, 'author' => 'Foo Barstein', 'url' => 'http://wwww.example.com/Example20Extension/', 'description' => 'An example extension', 'descriptionmsg' => 'exampleextension-desc', );
Where $type is 'specialpage', 'parserhook', 'variable', 'media' or 'other'. Where 'descriptionmsg' can be an array with message key and parameters: 'descriptionmsg' => array( 'exampleextension-desc', param1, param2, ... ),
Definition at line 2894 of file DefaultSettings.php.
Referenced by ApiQuerySiteinfo::appendExtensions(), and SpecialVersion::extensionCredits().
$wgExtensionFunctions = array() |
A list of callback functions which are called once MediaWiki is fully initialised.
Definition at line 2809 of file DefaultSettings.php.
Referenced by SpecialVersion::extensionCredits().
$wgExtensionMessagesFiles = array() |
Extension messages files.
Associative array mapping extension name to the filename where messages can be found. The file should contain variable assignments. Any of the variables present in languages/messages/MessagesEn.php may be defined, but $messages is the most common.
Variables defined in extensions will override conflicting variables defined in the core.
Example: $wgExtensionMessagesFiles['ConfirmEdit'] = dirname(__FILE__).'/ConfirmEdit.i18n.php';
Definition at line 2832 of file DefaultSettings.php.
Referenced by LocalisationCache::recache().
$wgExternalAuthConfig = array() |
Configuration for the external authentication.
This may include arbitrary keys that depend on the authentication mechanism. For instance, authentication against another web app might require that the database login info be provided. Check the file where your auth mechanism is defined for info on what to put here.
Definition at line 4278 of file DefaultSettings.php.
$wgExternalAuthType = null |
Use some particular type of external authentication.
The specific authentication module you use will normally require some extra settings to be specified.
null indicates no external authentication is to be used. Otherwise, $wgExternalAuthType must be the name of a non-abstract class that extends ExternalUser.
Core authentication modules can be found in includes/extauth/.
Definition at line 4269 of file DefaultSettings.php.
Referenced by LoginForm::authenticateUserData(), User::loadFromSession(), ExternalUser::newFromCookie(), ExternalUser::newFromId(), ExternalUser::newFromName(), and ExternalUser::newFromUser().
$wgExternalDiffEngine = false |
Name of the external diff engine to use.
Definition at line 2933 of file DefaultSettings.php.
Referenced by _DiffEngine::diff_local(), DifferenceEngine::generateDiffBody(), and DifferenceEngine::initDiffEngines().
$wgExternalLinkTarget = false |
Set a default target for external links, e.g.
_blank to pop up a new window
Definition at line 3441 of file DefaultSettings.php.
$wgExternalServers = array() |
An array of external mysql servers, e.g.
$wgExternalServers = array( 'cluster1' => array( 'srv28', 'srv29', 'srv30' ) ); Used by LBFactory_Simple, may be ignored if $wgLBFactoryConf is set to another class.
Definition at line 3666 of file DefaultSettings.php.
Referenced by RenameWiki::execute(), AddWiki::execute(), and LBFactory_Simple::newExternalLB().
$wgExternalStores = false |
External stores allow including content from non database sources following URL links.
Short names of ExternalStore classes may be specified in an array here: $wgExternalStores = array("http","file","custom")...
CAUTION: Access to database might lead to code execution
Definition at line 3659 of file DefaultSettings.php.
Referenced by ExternalStore::fetchFromURL(), and ExternalStore::getStoreObject().
$wgExtraLanguageNames = array() |
List of language names or overrides for default names in Names.php.
Definition at line 859 of file DefaultSettings.php.
Referenced by Language::getLanguageNames().
$wgExtraNamespaces = null |
Additional namespaces.
If the namespaces defined in Language.php and Namespace.php are insufficient, you can create new ones here, for example, to import Help files in other languages. PLEASE NOTE: Once you delete a namespace, the pages in that namespace will no longer be accessible. If you rename it, then you can access them through the new namespace name.
Custom namespaces should start at 100 to avoid conflicting with standard namespaces, and should always follow the even/odd main/talk pattern.
Definition at line 2992 of file DefaultSettings.php.
Referenced by Language::getNamespaces().
$wgExtraRandompageSQL = false |
Filter for Special:Randompage.
Part of a WHERE clause
Definition at line 2924 of file DefaultSettings.php.
Referenced by RandomPage::selectRandomPageFromDB().
$wgExtraSubtitle = '' |
$wgFavicon = '/favicon.ico' |
asset paths as seen by users
These various web and file path variables are set to their defaults in Setup.php if they are not explicitly set from LocalSettings.php. If you do override them, be sure to set them all!
These will relatively rarely need to be set manually, unless you are splitting style sheets or images outside the main document root. defaults to "{$wgScriptPath}/skins"
Definition at line 160 of file DefaultSettings.php.
Referenced by Skin::initPage().
$wgFeed = true |
Provide syndication feeds (RSS, Atom) for, e.g., Recentchanges, Newpages.
Definition at line 2942 of file DefaultSettings.php.
Referenced by FeedUtils::checkFeedOutput(), QueryPage::doFeed(), SpecialNewpages::feed(), SpecialContributions::feed(), and OutputPage::getHeadLinks().
$wgFeedCacheTimeout = 60 |
_Minimum_ timeout for cached Recentchanges feed, in seconds.
A cached version will continue to be served out even if changes are made, until this many seconds runs out since the last render.
If set to 0, feed caching is disabled. Use this for debugging only; feed generation can be pretty slow with diffs.
Definition at line 2955 of file DefaultSettings.php.
Referenced by ChangesFeed::execute(), and ChangesFeed::loadFromCache().
$wgFeedDiffCutoff = 32768 |
When generating Recentchanges RSS/Atom feed, diffs will not be generated for pages larger than this size.
Definition at line 2959 of file DefaultSettings.php.
Referenced by FeedUtils::formatDiffRow().
$wgFeedLimit = 50 |
Set maximum number of results to return in syndication feeds (RSS, Atom) for eg Recentchanges, Newpages.
Definition at line 2946 of file DefaultSettings.php.
Referenced by QueryPage::doFeed(), ApiFeedWatchlist::execute(), SpecialNewpages::feed(), SpecialContributions::feed(), HistoryPage::feed(), and SpecialRecentChanges::feedSetup().
$wgFetchCommonsDescriptions = false |
Fetch commons image description pages and display them on the local wiki?
Definition at line 449 of file DefaultSettings.php.
$wgFileBlacklist |
Initial value:
array( # HTML may contain cookie-stealing JavaScript and web bugs 'html', 'htm', 'js', 'jsb', 'mhtml', 'mht', 'xhtml', 'xht', # PHP scripts may execute arbitrary code on the server 'php', 'phtml', 'php3', 'php4', 'php5', 'phps', # Other types that may be interpreted by some servers 'shtml', 'jhtml', 'pl', 'py', 'cgi', # May contain harmful executables for Windows victims 'exe', 'scr', 'dll', 'msi', 'vbs', 'bat', 'com', 'pif', 'cmd', 'vxd', 'cpl' )
Definition at line 2169 of file DefaultSettings.php.
Referenced by UploadForm::getExtensionsMessage(), UploadBase::getTitle(), and wfGetType().
$wgFileCacheDirectory = false |
Directory where the cached page will be saved.
defaults to "$wgCacheDirectory/html";
Definition at line 1702 of file DefaultSettings.php.
Referenced by HTMLFileCache::fileCacheName().
$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg' ) |
This is the list of preferred extensions for uploading files.
Uploading files with extensions not in this list will trigger a warning.
Definition at line 2166 of file DefaultSettings.php.
Referenced by ApiQuerySiteinfo::appendFileExtensions(), UploadBase::checkWarnings(), UploadForm::getExtensionsMessage(), UploadBase::getTitle(), Skin::makeGlobalVariablesScript(), ApiUpload::performUpload(), SpecialUpload::processVerificationError(), and wfGetType().
$wgFileStore['deleted']['hash'] = 3 |
$wgFileStore['deleted']['url'] = null |
$wgFileStore['deleted']['directory'] = false |
$wgFileStore = array() |
New file storage paths; currently used only for deleted files.
Set it like this:
$wgFileStore['deleted']['directory'] = '/var/wiki/private/deleted';
Definition at line 190 of file DefaultSettings.php.
$wgFilterCallback = false |
Similarly you can get a function to do the job.
The function will be given the following args:
true : block it
For a complete example, have a look at the SpamBlacklist extension.
Definition at line 2637 of file DefaultSettings.php.
Referenced by EditPage::internalAttemptSave().
$wgFilterLogTypes |
Initial value:
array( 'patrol' => true )
This is associative array of log type => boolean "hide by default"
See $wgLogTypes for a list of available log types.
For example: $wgFilterLogTypes => array( 'move' => true, 'import' => false, );
Will display show/hide links for the move and import logs. Move logs will be hidden by default unless the link is clicked. Import logs will be shown by default, and hidden when the link is clicked.
A message of the form log-show-hide-<type> should be added, and will be used for the link text.
Definition at line 3227 of file DefaultSettings.php.
Referenced by LogPager::getFilterParams().
$wgFixArabicUnicode = true |
Set this to true to replace Arabic presentation forms with their standard forms in the U+0600-U+06FF block.
This only works if $wgLanguageCode is set to "ar".
Note that pages with titles containing presentation forms will become inaccessible, run maintenance/cleanupTitles.php to fix this.
Definition at line 881 of file DefaultSettings.php.
Referenced by LanguageAr::normalize().
$wgFixDoubleRedirects = false |
Fix double redirects after a page move.
Tends to conflict with page move vandalism, use only on a private wiki.
Definition at line 4113 of file DefaultSettings.php.
Referenced by MovePageForm::doSubmit(), and MovePageForm::showForm().
$wgFixMalayalamUnicode = true |
Set this to true to replace ZWJ-based chillu sequences in Malayalam text with their Unicode 5.1 equivalents.
This only works if $wgLanguageCode is set to "ml". Note that some clients (even new clients as of 2010) do not support these characters.
If you enable this on an existing wiki, run maintenance/cleanupTitles.php to fix any ZWJ sequences in existing page titles.
Definition at line 892 of file DefaultSettings.php.
Referenced by LanguageMl::normalize().
$wgForcedRawSMaxage = 300 |
Default maximum age for raw CSS/JS accesses.
Definition at line 1819 of file DefaultSettings.php.
Referenced by RawPage::__construct().
$wgForceUIMsgAsContentMsg = array() |
When translating messages with wfMsg(), it is not always clear what should be considered UI messages and what should be content messages.
For example, for the English Wikipedia, there should be only one 'mainpage', so when getting the link for 'mainpage', we should treat it as site content and call wfMsgForContent(), but for rendering the text of the link, we call wfMsg(). The code behaves this way by default. However, sites like the Wikimedia Commons do offer different versions of 'mainpage' and the like for different languages. This array provides a way to override the default behavior. For example, to allow language-specific main page and community portal, set
$wgForceUIMsgAsContentMsg = array( 'mainpage', 'portal-url' );
Definition at line 3158 of file DefaultSettings.php.
Referenced by wfMsgForContent(), wfMsgForContentNoTrans(), and wfMsgNoDBForContent().
$wgForeignFileRepos = array() |
File repository structures
$wgLocalFileRepo is a single repository structure, and $wgForeignFileRepos is an array of such structures. Each repository structure is an associative array of properties configuring the repository.
Properties required for all repos: class The class name for the repository. May come from the core or an extension. The core repository classes are LocalRepo, ForeignDBRepo, FSRepo.
name A unique name for the repository.
For most core repos: url Base public URL hashLevels The number of directory levels for hash-based division of files thumbScriptUrl The URL for thumb.php (optional, not recommended) transformVia404 Whether to skip media file transformation on parse and rely on a 404 handler instead. initialCapital Equivalent to $wgCapitalLinks (or $wgCapitalLinkOverrides[NS_FILE], determines whether filenames implicitly start with a capital letter. The current implementation may give incorrect description page links when the local $wgCapitalLinks and initialCapital are mismatched. pathDisclosureProtection May be 'paranoid' to remove all parameters from error messages, 'none' to leave the paths in unchanged, or 'simple' to replace paths with placeholders. Default for LocalRepo is 'simple'. fileMode This allows wikis to set the file mode when uploading/moving files. Default is 0644. directory The local filesystem directory where public files are stored. Not used for some remote repos. thumbDir The base thumbnail directory. Defaults to <directory>/thumb. thumbUrl The base thumbnail URL. Defaults to <url>/thumb.
These settings describe a foreign MediaWiki installation. They are optional, and will be ignored for local repositories: descBaseUrl URL of image description pages, e.g. http://en.wikipedia.org/wiki/Image: scriptDirUrl URL of the MediaWiki installation, equivalent to $wgScriptPath, e.g. http://en.wikipedia.org/w
articleUrl Equivalent to $wgArticlePath, e.g. http://en.wikipedia.org/wiki/$1 fetchDescription Fetch the text of the remote file description page. Equivalent to $wgFetchCommonsDescriptions.
ForeignDBRepo: dbType, dbServer, dbUser, dbPassword, dbName, dbFlags equivalent to the corresponding member of $wgDBservers tablePrefix Table prefix, the foreign wiki's $wgDBprefix hasSharedCache True if the wiki's shared cache is accessible via the local $wgMemc
ForeignAPIRepo: apibase Use for the foreign API's URL apiThumbCacheExpiry How long to locally cache thumbs for
The default is to initialise these arrays from the MW<1.11 backwards compatible settings: $wgUploadPath, $wgThumbnailScriptPath, $wgSharedUploadDirectory, etc.
Definition at line 257 of file DefaultSettings.php.
Referenced by RepoGroup::singleton().
$wgGenerateThumbnailOnParse = true |
Allow thumbnail rendering on page view.
If this is false, a valid thumbnail URL is still output, but no file will be created at the target location. This may save some time if you have a thumb.php or 404 handler set up which is faster than the regular webserver(s).
Definition at line 2398 of file DefaultSettings.php.
$wgGoToEdit = false |
Go button goes straight to the edit screen if the article doesn't exist.
Definition at line 2640 of file DefaultSettings.php.
Referenced by SpecialSearch::goResult().
$wgGrammarForms = array() |
Some languages need different word forms, usually for different cases.
Used in Language::convertGrammar().
Definition at line 849 of file DefaultSettings.php.
Referenced by Language::convertGrammar(), LanguageUk::convertGrammar(), LanguageTyv::convertGrammar(), LanguageSl::convertGrammar(), LanguageRu::convertGrammar(), LanguageLa::convertGrammar(), LanguageKaa::convertGrammar(), LanguageHy::convertGrammar(), LanguageHu::convertGrammar(), LanguageHsb::convertGrammar(), LanguageHe::convertGrammar(), LanguageGa::convertGrammar(), LanguageFi::convertGrammar(), LanguageDsb::convertGrammar(), LanguageCu::convertGrammar(), LanguageBs::convertGrammar(), LanguageKk_cyrl::convertGrammarKk_arab(), LanguageKk_cyrl::convertGrammarKk_cyrl(), and LanguageKk_cyrl::convertGrammarKk_latn().
$wgGroupPermissions['bureaucrat']['noratelimit'] = true |
Definition at line 1472 of file DefaultSettings.php.
$wgGroupPermissions['bureaucrat']['userrights'] = true |
Definition at line 1471 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['movefile'] = true |
Definition at line 1467 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['versiondetail'] = true |
Definition at line 1466 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['noratelimit'] = true |
Definition at line 1465 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['browsearchive'] = true |
Definition at line 1464 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['apihighlimits'] = true |
Definition at line 1463 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['markbotedits'] = true |
Definition at line 1462 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['blockemail'] = true |
Definition at line 1461 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['ipblock-exempt'] = true |
Definition at line 1460 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['upload_by_url'] = true |
Definition at line 1459 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['autoconfirmed'] = true |
Definition at line 1458 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['unwatchedpages'] = true |
Definition at line 1457 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['reupload-shared'] = true |
Definition at line 1456 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['reupload'] = true |
Definition at line 1455 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['upload'] = true |
Definition at line 1454 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['trackback'] = true |
Definition at line 1453 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['rollback'] = true |
Definition at line 1452 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['proxyunbannable'] = true |
Definition at line 1451 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['protect'] = true |
Definition at line 1450 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['autopatrol'] = true |
Definition at line 1449 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['patrol'] = true |
Definition at line 1448 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['move-rootuserpages'] = true |
Definition at line 1447 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['move-subpages'] = true |
Definition at line 1446 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['move'] = true |
Definition at line 1445 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['importupload'] = true |
Definition at line 1444 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['import'] = true |
Definition at line 1443 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['edituserjs'] = true |
Definition at line 1442 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['editusercss'] = true |
Definition at line 1441 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['editinterface'] = true |
Definition at line 1440 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['undelete'] = true |
Definition at line 1439 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['deletedtext'] = true |
Definition at line 1438 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['deletedhistory'] = true |
Definition at line 1437 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['bigdelete'] = true |
Definition at line 1436 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['delete'] = true |
Definition at line 1435 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['createaccount'] = true |
Definition at line 1434 of file DefaultSettings.php.
$wgGroupPermissions['sysop']['block'] = true |
Definition at line 1433 of file DefaultSettings.php.
$wgGroupPermissions['bot']['writeapi'] = true |
Definition at line 1429 of file DefaultSettings.php.
$wgGroupPermissions['bot']['apihighlimits'] = true |
Definition at line 1428 of file DefaultSettings.php.
$wgGroupPermissions['bot']['suppressredirect'] = true |
Definition at line 1427 of file DefaultSettings.php.
$wgGroupPermissions['bot']['autopatrol'] = true |
Definition at line 1426 of file DefaultSettings.php.
$wgGroupPermissions['bot']['nominornewtalk'] = true |
Definition at line 1425 of file DefaultSettings.php.
$wgGroupPermissions['bot']['autoconfirmed'] = true |
Definition at line 1424 of file DefaultSettings.php.
$wgGroupPermissions['bot']['bot'] = true |
Definition at line 1423 of file DefaultSettings.php.
$wgGroupPermissions['autoconfirmed']['autoconfirmed'] = true |
Definition at line 1419 of file DefaultSettings.php.
$wgGroupPermissions['user']['sendemail'] = true |
Definition at line 1416 of file DefaultSettings.php.
$wgGroupPermissions['user']['purge'] = true |
Definition at line 1415 of file DefaultSettings.php.
$wgGroupPermissions['user']['minoredit'] = true |
Definition at line 1414 of file DefaultSettings.php.
$wgGroupPermissions['user']['reupload-shared'] = true |
Definition at line 1413 of file DefaultSettings.php.
$wgGroupPermissions['user']['reupload'] = true |
Definition at line 1412 of file DefaultSettings.php.
$wgGroupPermissions['user']['upload'] = true |
Definition at line 1411 of file DefaultSettings.php.
$wgGroupPermissions['user']['writeapi'] = true |
Definition at line 1410 of file DefaultSettings.php.
$wgGroupPermissions['user']['createtalk'] = true |
Definition at line 1409 of file DefaultSettings.php.
$wgGroupPermissions['user']['createpage'] = true |
Definition at line 1408 of file DefaultSettings.php.
$wgGroupPermissions['user']['edit'] = true |
Definition at line 1407 of file DefaultSettings.php.
$wgGroupPermissions['user']['read'] = true |
Definition at line 1406 of file DefaultSettings.php.
$wgGroupPermissions['user']['move-rootuserpages'] = true |
Definition at line 1404 of file DefaultSettings.php.
$wgGroupPermissions['user']['move-subpages'] = true |
Definition at line 1403 of file DefaultSettings.php.
$wgGroupPermissions['user']['move'] = true |
Definition at line 1402 of file DefaultSettings.php.
$wgGroupPermissions['*']['writeapi'] = true |
Definition at line 1398 of file DefaultSettings.php.
$wgGroupPermissions['*']['createtalk'] = true |
Definition at line 1397 of file DefaultSettings.php.
$wgGroupPermissions['*']['createpage'] = true |
Definition at line 1396 of file DefaultSettings.php.
$wgGroupPermissions['*']['edit'] = true |
Definition at line 1395 of file DefaultSettings.php.
$wgGroupPermissions['*']['read'] = true |
Definition at line 1394 of file DefaultSettings.php.
$wgGroupPermissions['*']['createaccount'] = true |
Definition at line 1393 of file DefaultSettings.php.
$wgGroupPermissions = array() |
Permission keys given to users in each group.
All users are implicitly in the '*' group including anonymous visitors; logged-in users are all implicitly in the 'user' group. These will be combined with the permissions of all groups that a given user is listed in in the user_groups table.
Note: Don't set $wgGroupPermissions = array(); unless you know what you're doing! This will wipe all permissions, and may mean that your users are unable to perform certain essential tasks or access new functionality when new permissions are introduced and default grants established.
Functionality to make pages inaccessible has not been extensively tested for security. Use at your own risk!
This replaces wgWhitelistAccount and wgWhitelistEdit
Definition at line 1390 of file DefaultSettings.php.
Referenced by RawPage::__construct(), ApiQuerySiteinfo::appendUserGroups(), ProtectionForm::buildCleanupScript(), SpecialUpload::execute(), SpecialListGroupRights::execute(), ApiMain::executeAction(), SpecialNewpages::filterLinks(), ChangesList::flagLegend(), User::getAllGroups(), User::getGroupPermissions(), SpecialStatistics::getGroupStats(), User::getGroupsWithPermission(), NewPagesPager::getQueryInfo(), Title::getUserPermissionsErrorsInternal(), SpecialPage::isRestricted(), RebuildRecentchanges::rebuildRecentChangesTablePass4(), ProtectionForm::save(), and Title::userCanRead().
$wgGroupsAddToSelf = array() |
A map of group names that the user is in, to group names that those users are allowed to add or revoke.
Setting the list of groups to add or revoke to true is equivalent to "any group".
For example, to allow sysops to add themselves to the "bot" group:
$wgGroupsAddToSelf = array( 'sysop' => array( 'bot' ) );
Implicit groups may be used for the source group, for instance:
$wgGroupsRemoveFromSelf = array( '*' => true );
This allows users in the '*' group (i.e. any user) to remove themselves from any group that they happen to be in.
Definition at line 1527 of file DefaultSettings.php.
Referenced by User::changeableByGroup(), SpecialListGroupRights::execute(), and UserrightsPage::saveUserGroups().
$wgGroupsRemoveFromSelf = array() |
Definition at line 1528 of file DefaultSettings.php.
Referenced by User::changeableByGroup(), SpecialListGroupRights::execute(), and UserrightsPage::saveUserGroups().
$wgHandheldForIPhone = false |
If set, 'screen' and 'handheld' media specifiers for stylesheets are transformed such that they apply to the iPhone/iPod Touch Mobile Safari, which doesn't recognize 'handheld' but does support media queries on its screen size.
Consider only using this if you have a *really good* handheld stylesheet, as iPhone users won't have any way to disable it and use the "grown-up" styles instead.
Definition at line 2714 of file DefaultSettings.php.
Referenced by OutputPage::transformCssMedia().
$wgHandheldStyle = false |
Optionally, we can specify a stylesheet to use for media="handheld".
This is recognized by some, but not all, handheld/mobile/PDA browsers. If left empty, compliant handheld browsers won't pick up the skin stylesheet, which is specified for 'screen' media.
Can be a complete URL, base-relative path, or $wgStylePath-relative path. Try 'chick/main.css' to apply the Chick styles to the MonoBook HTML.
Will also be switched in when 'handheld=yes' is added to the URL, like the 'printable=yes' mode for print media.
Definition at line 2702 of file DefaultSettings.php.
Referenced by SkinMonoBook::setupSkinUserCss(), and setupUserCss().
$wgHashedSharedUploadDirectory = true |
Set the following to false especially if you have a set of files that need to be accessible by all wikis, and you do not want to use the hash (path/a/aa/) directory layout.
Definition at line 498 of file DefaultSettings.php.
$wgHashedUploadDirectory = true |
asset paths as seen by users
These various web and file path variables are set to their defaults in Setup.php if they are not explicitly set from LocalSettings.php. If you do override them, be sure to set them all!
These will relatively rarely need to be set manually, unless you are splitting style sheets or images outside the main document root. defaults to "{$wgScriptPath}/skins"
Definition at line 158 of file DefaultSettings.php.
$wgHiddenPrefs = array() |
An array of preferences to not show for the user.
Definition at line 2800 of file DefaultSettings.php.
Referenced by Credits::getContributors(), Preferences::getPreferences(), User::getSkin(), Credits::link(), LoginForm::LoginForm(), LoginForm::mainLoginForm(), Preferences::tryFormSubmit(), and Credits::userLink().
$wgHideInterlanguageLinks = false |
Hide interlanguage links from the sidebar.
Definition at line 856 of file DefaultSettings.php.
Referenced by otherLanguages(), and SkinTemplate::outputPage().
$wgHitcounterUpdateFreq = 1 |
wgHitcounterUpdateFreq sets how often page counters should be updated, higher values are easier on the database.
A value of 1 causes the counters to be updated on every hit, any higher value n cause them to update *on average* every n hits. Should be set to either 1 or something largish, eg 1000, for maximum efficiency.
Definition at line 1334 of file DefaultSettings.php.
Referenced by Article::incViewCount().
$wgHooks = array() |
Global list of hooks.
Add a hook by doing: $wgHooks['event_name'][] = $function; or: $wgHooks['event_name'][] = array($function, $data); or: $wgHooks['event_name'][] = array($object, 'method');
Definition at line 3175 of file DefaultSettings.php.
Referenced by LanguageZh::__construct(), LanguageSr::__construct(), LanguageKu::__construct(), LanguageKk::__construct(), LanguageGan::__construct(), Parser_DiffTest::init(), wfRunHooks(), and SpecialVersion::wgHooks().
$wgHTCPMulticastAddress = false |
Definition at line 1844 of file DefaultSettings.php.
Referenced by SquidUpdate::HTCPPurge(), and SquidUpdate::purge().
$wgHTCPMulticastTTL = 1 |
$wgHTCPPort = 4827 |
HTCP multicast purging.
Definition at line 1841 of file DefaultSettings.php.
Referenced by SquidUpdate::HTCPPurge(), and SquidUpdate::purge().
$wgHtml5 = true |
Should we output an HTML5 doctype? This mode is still experimental, but all indications are that it should be usable, so it's enabled by default.
If all goes well, it will be removed and become always true before the 1.16 release.
Definition at line 942 of file DefaultSettings.php.
Referenced by OutputPage::addDefaultMeta(), Html::dropDefaults(), Html::expandAttributes(), Parser::formatHeadings(), OutputPage::headElement(), Html::inlineScript(), Html::linkedScript(), and Html::textarea().
$wgHtml5Version = null |
Defines the value of the version attribute in the <html> tag, if any.
Will be initialized later if not set explicitly.
Definition at line 948 of file DefaultSettings.php.
Referenced by OutputPage::headElement(), and SkinTemplate::outputPage().
$wgHttpOnlyBlacklist |
Initial value:
array(
'/^Mozilla\/4\.0 \(compatible; MSIE \d+\.\d+; Mac_PowerPC\)/',
)
Definition at line 1879 of file DefaultSettings.php.
Referenced by wfHttpOnlySafe().
$wgHTTPProxy = false |
Proxy to use for CURL requests.
Definition at line 3725 of file DefaultSettings.php.
Referenced by HttpRequest::proxySetup().
$wgHTTPTimeout = 25 |
Timeout for HTTP requests done internally.
Definition at line 3715 of file DefaultSettings.php.
Referenced by HttpRequest::__construct().
$wgIgnoreImageErrors = false |
If set, inline scaled images will still produce.
tags ready for output instead of showing an error message.
This may be useful if errors are transitory, especially if the site is configured to automatically render thumbnails on request.
On the other hand, it may obscure error conditions from debugging. Enable the debug log or the 'thumbnail' log group to make sure errors are logged to a file for review.
Definition at line 2389 of file DefaultSettings.php.
Referenced by File::transform().
$wgIllegalFileChars = ":" |
$wgImageLimits |
Initial value:
array ( array(320,240), array(640,480), array(800,600), array(1024,768), array(1280,1024), array(10000,10000) )
In order to reduce disk usage, limits can only be selected from a list. The user preference is saved as an array offset in the database, by default the offset is set with $wgDefaultUserOptions['imagesize']. Make sure you change it if you alter the array (see bug 8858). This is the list of settings the user can choose from:
Definition at line 3018 of file DefaultSettings.php.
Referenced by Preferences::getImageSizes(), and ImagePage::openShowImage().
$wgImageMagickConvertCommand = '/usr/bin/convert' |
The convert command shipped with ImageMagick.
Definition at line 2302 of file DefaultSettings.php.
Referenced by BitmapHandler::doTransform().
$wgImageMagickTempDir = false |
Temporary directory used for ImageMagick.
The directory must exist. Leave this set to false to let ImageMagick decide for itself.
Definition at line 2314 of file DefaultSettings.php.
Referenced by BitmapHandler::doTransform().
$wgImgAuthDetails = false |
defaults to false - only set to true if you use img_auth and want the user to see details on why access failed
Definition at line 195 of file DefaultSettings.php.
Referenced by wfForbidden().
$wgImgAuthPublicTest = true |
defaults to true - if public read is turned on, no need for img_auth, config error unless other access is used
Definition at line 196 of file DefaultSettings.php.
$wgImplicitGroups = array( '*', 'user', 'autoconfirmed' ) |
Implicit groups, aren't shown on Special:Listusers or somewhere else.
Definition at line 1507 of file DefaultSettings.php.
Referenced by SpecialListGroupRights::execute(), SpecialStatistics::getGroupStats(), and User::getImplicitGroups().
$wgImportSources = array() |
List of interwiki prefixes for wikis we'll accept as sources for Special:Import (for sysops).
Since complete page history can be imported, these should be 'trusted'.
If a user has the 'import' permission but not the 'importupload' permission, they will only be able to run imports through this transwiki interface.
Definition at line 2563 of file DefaultSettings.php.
Referenced by SpecialImport::doImport(), ApiImport::getAllowedParams(), and SpecialImport::showForm().
$wgImportTargetNamespace = null |
Optional default target namespace for interwiki imports.
Can use this to create an incoming "transwiki"-style queue. Set to numeric key, not the name.
Users may override this in the Special:Import dialog.
Definition at line 2572 of file DefaultSettings.php.
Referenced by SpecialImport::__construct().
$wgInputEncoding = 'UTF-8' |
We speak UTF-8 all the time now, unless some oddities happen.
Definition at line 869 of file DefaultSettings.php.
Referenced by RawPage::__construct(), ExternalEdit::__construct(), Revision::getRevisionText(), OutputPage::out(), MathRenderer::render(), DBConnectionError::searchForm(), OutputPage::setEncodings(), DifferenceEngine::showDiffPage(), SpecialSearch::showResults(), and wfQuotedPrintable().
$wgInternalServer = $wgServer |
Internal server name as known to Squid, if different.
Definition at line 1806 of file DefaultSettings.php.
Referenced by SquidUpdate::expand(), and Title::getInternalURL().
$wgInterwikiCache = false |
Interwiki caching settings.
$wgInterwikiCache specifies path to constant database file This cdb database is generated by dumpInterwiki from maintenance and has such key formats: dbname:key - a simple key (e.g. enwiki:meta) _sitename:key - site-scope key (e.g. wiktionary:meta) __global:key - global-scope key (e.g. __global:meta) __sites:dbname - site mapping (e.g. __sites:enwiki) Sites mapping just specifies site name, other keys provide "local url" data layout. $wgInterwikiScopes specify number of domains to check for messages: 1 - Just wiki(db)-level 2 - wiki and global levels 3 - site levels $wgInterwikiFallbackSite - if unable to resolve from cache
Definition at line 1106 of file DefaultSettings.php.
Referenced by Interwiki::fetch(), and Interwiki::getInterwikiCacheEntry().
$wgInterwikiExpiry = 10800 |
$wgInterwikiFallbackSite = 'wiki' |
Definition at line 1108 of file DefaultSettings.php.
Referenced by Interwiki::getInterwikiCacheEntry().
$wgInterwikiMagic = true |
Treat language links as magic connectors, not inline links.
Definition at line 853 of file DefaultSettings.php.
$wgInterwikiScopes = 3 |
Definition at line 1107 of file DefaultSettings.php.
Referenced by Interwiki::getInterwikiCacheEntry().
$wgInvalidRedirectTargets = array( 'Filepath', 'Mypage', 'Mytalk' ) |
Array of invalid page redirect targets.
Attempting to create a redirect to any of the pages in this array will make the redirect fail. Userlogout is hard-coded, so it does not need to be listed here. (bug 10569) Disallow Mypage and Mytalk as well.
As of now, this only checks special pages. Redirects to pages in other namespaces cannot be invalidated by this variable.
Definition at line 4132 of file DefaultSettings.php.
Referenced by Title::isValidRedirectTarget().
$wgInvalidUsernameCharacters = '@' |
Characters to prevent during new account creations.
This is used in a regular expression character class during registration (regex metacharacters like / are escaped).
Definition at line 4229 of file DefaultSettings.php.
Referenced by User::isCreatableName().
$wgJobClasses |
Initial value:
array( 'refreshLinks' => 'RefreshLinksJob', 'refreshLinks2' => 'RefreshLinksJob2', 'htmlCacheUpdate' => 'HTMLCacheUpdateJob', 'html_cache_update' => 'HTMLCacheUpdateJob', 'sendMail' => 'EmaillingJob', 'enotifNotify' => 'EnotifNotifyJob', 'fixDoubleRedirect' => 'DoubleRedirectJob', )
Definition at line 1934 of file DefaultSettings.php.
Referenced by Job::factory().
$wgJobRunRate = 1 |
Number of jobs to perform per request.
May be less than one in which case jobs are performed probabalistically. If this is zero, jobs will not be done during ordinary apache requests. In this case, maintenance/runJobs.php should be run periodically.
Definition at line 3753 of file DefaultSettings.php.
$wgJsMimeType = 'text/javascript' |
Definition at line 931 of file DefaultSettings.php.
Referenced by RawPage::__construct(), OutputPage::getHeadScripts(), OutputPage::includeJQuery(), SkinVector::initPage(), Html::inlineScript(), Html::linkedScript(), SkinTemplate::outputPage(), SkinModern::setupSkinUserCss(), and SkinTemplate::setupUserJs().
$wgLanguageCode = 'en' |
Site language code, should be one of .
/languages/Language(.*).php
Definition at line 843 of file DefaultSettings.php.
Referenced by CheckLanguageCLI::__construct().
$wgLBFactoryConf = array( 'class' => 'LBFactory_Simple' ) |
Load balancer factory configuration To set up a multi-master wiki farm, set the class here to something that can return a LoadBalancer with an appropriate master on a call to getMainLB().
The class identified here is responsible for reading $wgDBservers, $wgDBserver, etc., so overriding it may cause those globals to be ignored.
The LBFactory_Multi class is provided for this purpose, please see includes/db/LBFactory_Multi.php for configuration information.
Definition at line 718 of file DefaultSettings.php.
Referenced by Maintenance::finalSetup(), SearchUpdateTest::setUp(), and LBFactory::singleton().
$wgLegacyEncoding = false |
Set this to eg 'ISO-8859-1' to perform character set conversion when loading old revisions not marked with "utf-8" flag.
Use this when converting wiki to UTF-8 without the burdensome mass conversion of old text data.
NOTE! This DOES NOT touch any fields other than old_text. Titles, comments, user names, etc still must be converted en masse in the database before continuing as a UTF-8 wiki.
Definition at line 911 of file DefaultSettings.php.
Referenced by Revision::getRevisionText().
$wgLegacySchemaConversion = false |
If set to true, the MediaWiki 1.4 to 1.5 schema conversion will create stub reference rows in the text table instead of copying the full text of all current entries from 'cur' to 'text'.
This will speed up the conversion step for large sites, but requires that the cur table be kept around for those revisions to remain viewable.
maintenance/migrateCurStubs.php can be used to complete the migration in the background once the wiki is back online.
This option affects the updaters *only*. Any present cur stub revisions will be readable at runtime regardless of this setting.
Definition at line 928 of file DefaultSettings.php.
Referenced by do_schema_restructuring().
$wgLegalTitleChars = " %!\"$&'()*,\\-.\\/0-9:;=?@A-Z\\\\^_`a-z~\\x80-\\xFF+" |
Allowed title characters -- regex character class Don't change this unless you know what you're doing.
Problematic punctuation: []{}|# Are needed for link syntax, never enable these <> Causes problems with HTML escaping, don't use % Enabled by default, minor problems with path to query rewrite rules, see below + Enabled by default, but doesn't work with path to query rewrite rules, corrupted by apache ? Enabled by default, but doesn't work with path to PATH_INFO rewrites
All three of these punctuation problems can be avoided by using an alias, instead of a rewrite rule of either variety.
The problem with % is that when using a path to query rewrite rule, URLs are double-unescaped: once by Apache's path conversion code, and again by PHP. So 253F, for example, becomes "?". Our code does not double-escape to compensate for this, indeed double escaping would break if the double-escaped title was passed in the query string rather than the path. This is a minor security issue because articles can be created such that they are hard to view or edit.
In some rare cases you may wish to remove + for compatibility with old links.
Theoretically 0x80-0x9F of ISO 8859-1 should be disallowed, but this breaks interlanguage links
Definition at line 293 of file DefaultSettings.php.
Referenced by ImageCleanup::buildSafeTitle(), Title::legalChars(), Title::newFromURL(), and Parser::pstPass2().
$wgLicenseTerms = false |
Set to an array of metadata terms.
Else they will be loaded based on $wgRightsUrl
Definition at line 2508 of file DefaultSettings.php.
Referenced by RdfMetaData::getTerms().
$wgLinkHolderBatchSize = 1000 |
LinkHolderArray batch size For debugging.
Definition at line 4064 of file DefaultSettings.php.
Referenced by LinkHolderArray::isBig().
$wgLoadFileinfoExtension = false |
Switch for loading the FileInfo extension by PECL at runtime.
This should be used only if fileinfo is installed as a shared object or a dynamic libary
Definition at line 394 of file DefaultSettings.php.
$wgLocalDatabases = array() |
Other wikis on this site, can be administered from a single developer account.
Array numeric key => database name
Definition at line 764 of file DefaultSettings.php.
Referenced by RebuildMessages::execute(), clear_stats::execute(), ClearInterwikiCache::execute(), CleanupSpam::execute(), UserRightsProxy::getDB(), nextJobDB::getPendingDbs(), and UserRightsProxy::validDatabase().
$wgLocalFileRepo = false |
File repository structures
$wgLocalFileRepo is a single repository structure, and $wgForeignFileRepos is an array of such structures. Each repository structure is an associative array of properties configuring the repository.
Properties required for all repos: class The class name for the repository. May come from the core or an extension. The core repository classes are LocalRepo, ForeignDBRepo, FSRepo.
name A unique name for the repository.
For most core repos: url Base public URL hashLevels The number of directory levels for hash-based division of files thumbScriptUrl The URL for thumb.php (optional, not recommended) transformVia404 Whether to skip media file transformation on parse and rely on a 404 handler instead. initialCapital Equivalent to $wgCapitalLinks (or $wgCapitalLinkOverrides[NS_FILE], determines whether filenames implicitly start with a capital letter. The current implementation may give incorrect description page links when the local $wgCapitalLinks and initialCapital are mismatched. pathDisclosureProtection May be 'paranoid' to remove all parameters from error messages, 'none' to leave the paths in unchanged, or 'simple' to replace paths with placeholders. Default for LocalRepo is 'simple'. fileMode This allows wikis to set the file mode when uploading/moving files. Default is 0644. directory The local filesystem directory where public files are stored. Not used for some remote repos. thumbDir The base thumbnail directory. Defaults to <directory>/thumb. thumbUrl The base thumbnail URL. Defaults to <url>/thumb.
These settings describe a foreign MediaWiki installation. They are optional, and will be ignored for local repositories: descBaseUrl URL of image description pages, e.g. http://en.wikipedia.org/wiki/Image: scriptDirUrl URL of the MediaWiki installation, equivalent to $wgScriptPath, e.g. http://en.wikipedia.org/w
articleUrl Equivalent to $wgArticlePath, e.g. http://en.wikipedia.org/wiki/$1 fetchDescription Fetch the text of the remote file description page. Equivalent to $wgFetchCommonsDescriptions.
ForeignDBRepo: dbType, dbServer, dbUser, dbPassword, dbName, dbFlags equivalent to the corresponding member of $wgDBservers tablePrefix Table prefix, the foreign wiki's $wgDBprefix hasSharedCache True if the wiki's shared cache is accessible via the local $wgMemc
ForeignAPIRepo: apibase Use for the foreign API's URL apiThumbCacheExpiry How long to locally cache thumbs for
The default is to initialise these arrays from the MW<1.11 backwards compatible settings: $wgUploadPath, $wgThumbnailScriptPath, $wgSharedUploadDirectory, etc.
Definition at line 256 of file DefaultSettings.php.
Referenced by ForeignAPIRepo::__construct(), RepoGroup::singleton(), and MediaWikiParserTestSuite::suite().
$wgLocalInterwiki = 'w' |
Definition at line 1087 of file DefaultSettings.php.
Referenced by RecentChange::getIRCLine(), RecentChange::save(), and Title::secureAndSplit().
$wgLocalisationCacheConf |
Initial value:
array( 'class' => 'LocalisationCache', 'store' => 'detect', 'storeClass' => false, 'storeDirectory' => false, 'manualRecache' => false, )
Associative array with keys: class: The class to use. May be overridden by extensions.
store: The location to store cache data. May be 'files', 'db' or 'detect'. If set to "files", data will be in CDB files. If set to "db", data will be stored to the database. If set to "detect", files will be used if $wgCacheDirectory is set, otherwise the database will be used.
storeClass: The class name for the underlying storage. If set to a class name, it overrides the "store" setting.
storeDirectory: If the store class puts its data in files, this is the directory it will use. If this is false, $wgCacheDirectory will be used.
manualRecache: Set this to true to disable cache updates on web requests. Use maintenance/rebuildLocalisationCache.php instead.
Definition at line 832 of file DefaultSettings.php.
Referenced by RebuildLocalisationCache::execute(), Language::getLocalisationCache(), and wfSetupUpdateScript().
$wgLocalMessageCacheSerialized = true |
Defines format of local cache true - Serialized object false - PHP source file (Warning - security risk).
Definition at line 810 of file DefaultSettings.php.
Referenced by MessageCache::loadFromLocal(), and MessageCache::saveToCaches().
$wgLocaltimezone = null |
Fake out the timezone that the server thinks it's in.
This will be used for date display and not for what's stored in the DB. Leave to null to retain your server's OS-based timezone value.
This variable is currently used only for signature formatting and for local time/date parser variables ({{LOCALTIME}} etc.)
Timezones can be translated by editing MediaWiki messages of type timezone-nameinlowercase like timezone-utc.
Definition at line 3119 of file DefaultSettings.php.
Referenced by Parser::getVariableValue(), and Parser::pstPass2().
$wgLocalTZoffset = null |
Set an offset from UTC in minutes to use for the default timezone setting for anonymous users and new user accounts.
This setting is used for most date/time displays in the software, and is overrideable in user preferences. It is *not* used for signature timestamps.
You can set it to match the configured server timezone like this: $wgLocalTZoffset = date("Z") / 60;
If your server is not configured for the timezone you want, you can set this in conjunction with the signature timezone and override the PHP default timezone like so: $wgLocaltimezone="Europe/Berlin"; date_default_timezone_set( $wgLocaltimezone ); $wgLocalTZoffset = date("Z") / 60;
Leave at NULL to show times in universal time (UTC/GMT).
Definition at line 3140 of file DefaultSettings.php.
Referenced by Preferences::getTimezoneOptions(), TimeAdjustTest::testUserAdjust(), and Language::userAdjust().
$wgLogActions |
Initial value:
array( 'block/block' => 'blocklogentry', 'block/unblock' => 'unblocklogentry', 'block/reblock' => 'reblock-logentry', 'protect/protect' => 'protectedarticle', 'protect/modify' => 'modifiedarticleprotection', 'protect/unprotect' => 'unprotectedarticle', 'protect/move_prot' => 'movedarticleprotection', 'rights/rights' => 'rightslogentry', 'delete/delete' => 'deletedarticle', 'delete/restore' => 'undeletedarticle', 'delete/revision' => 'revdelete-logentry', 'delete/event' => 'logdelete-logentry', 'upload/upload' => 'uploadedimage', 'upload/overwrite' => 'overwroteimage', 'upload/revert' => 'uploadedimage', 'move/move' => '1movedto2', 'move/move_redir' => '1movedto2_redir', 'import/upload' => 'import-logentry-upload', 'import/interwiki' => 'import-logentry-interwiki', 'merge/merge' => 'pagemerge-logentry', 'suppress/revision' => 'revdelete-logentry', 'suppress/file' => 'revdelete-logentry', 'suppress/event' => 'logdelete-logentry', 'suppress/delete' => 'suppressedarticle', 'suppress/block' => 'blocklogentry', 'suppress/reblock' => 'reblock-logentry', )
Extensions with custom log types may add to this array.
Definition at line 3277 of file DefaultSettings.php.
Referenced by LogPage::actionText().
$wgLogActionsHandlers = array() |
The same as above, but here values are names of functions, not messages.
Definition at line 3310 of file DefaultSettings.php.
Referenced by LogPage::actionText().
$wgLogHeaders |
Initial value:
array( '' => 'alllogstext', 'block' => 'blocklogtext', 'protect' => 'protectlogtext', 'rights' => 'rightslogtext', 'delete' => 'dellogpagetext', 'upload' => 'uploadlogpagetext', 'move' => 'movelogpagetext', 'import' => 'importlogpagetext', 'patrol' => 'patrol-log-header', 'merge' => 'mergelogpagetext', 'suppress' => 'suppressionlogtext', )
Extensions with custom log types may add to this array.
Definition at line 3257 of file DefaultSettings.php.
Referenced by LogPage::logHeader().
$wgLoginLanguageSelector = false |
Show a bar of language selection links in the user login and user registration forms; edit the "loginlanguagelinks" message to customise these.
Definition at line 1072 of file DefaultSettings.php.
Referenced by LoginForm::addNewAccount(), and LoginForm::mainLoginForm().
$wgLogNames |
Initial value:
array( '' => 'all-logs-page', 'block' => 'blocklogpage', 'protect' => 'protectlogpage', 'rights' => 'rightslog', 'delete' => 'dellogpage', 'upload' => 'uploadlogpage', 'move' => 'movelogpage', 'import' => 'importlogpage', 'patrol' => 'patrol-log-page', 'merge' => 'mergelog', 'suppress' => 'suppressionlog', )
The localized messages will be listed in the user interface.
Extensions with custom log types may add to this array.
Definition at line 3237 of file DefaultSettings.php.
Referenced by LogPage::logName().
$wgLogo = false |
defaults to "{$wgStylePath}/common/images/wiki.png"
Definition at line 159 of file DefaultSettings.php.
Referenced by getLogo(), MWException::htmlHeader(), and SkinTemplate::outputPage().
$wgLogRestrictions |
Initial value:
array( 'suppress' => 'suppressionlog' )
Definition at line 3203 of file DefaultSettings.php.
Referenced by LogEventsList::getTypeMenu(), LogPager::limitType(), RecentChange::notifyLog(), RebuildRecentchanges::rebuildRecentChangesTablePass3(), and LogPage::saveContent().
$wgLogTypes |
Initial value:
array( '', 'block', 'protect', 'rights', 'delete', 'upload', 'move', 'import', 'patrol', 'merge', 'suppress', )
Definition at line 3183 of file DefaultSettings.php.
Referenced by ApiQueryLogEvents::getAllowedParams(), RebuildRecentchanges::rebuildRecentChangesTablePass3(), LogPage::validTypes(), and wfSpecialLog().
$wgMainCacheType = CACHE_NONE |
Object cache settings See Defines.php for types
Definition at line 770 of file DefaultSettings.php.
Referenced by ForkController::forkWorkers(), ForkController::initChild(), and wfGetMainCache().
$wgMaintenanceScripts = array() |
Array for extensions to register their maintenance scripts with the system.
The key is the name of the class and the value is the full path to the file
Definition at line 2422 of file DefaultSettings.php.
Referenced by Maintenance::getMaintenanceScripts().
$wgMasterWaitTimeout = 10 |
How long to wait for a slave to catch up to the master.
Definition at line 721 of file DefaultSettings.php.
Referenced by LBFactory_Multi::newLoadBalancer(), and LBFactory_Simple::newMainLB().
$wgMathCheckFiles = true |
Normally when generating math images, we double-check that the directories we want to write to exist, and that files that have been generated still exist when we need to bring them up again.
This lets us give useful error messages in case of permission problems, and automatically rebuild images that have been lost.
On a big site with heavy NFS traffic this can be slow and flaky, so sometimes we want to short-circuit it by setting this to false.
Definition at line 1980 of file DefaultSettings.php.
Referenced by MathRenderer::_recall(), and MathRenderer::render().
$wgMathDirectory = false |
defaults to "{$wgUploadDirectory}/math"
Definition at line 163 of file DefaultSettings.php.
Referenced by MathRenderer::_getHashPath(), and MathRenderer::_recall().
$wgMathPath = false |
defaults to "{$wgUploadPath}/math"
Definition at line 162 of file DefaultSettings.php.
Referenced by MathRenderer::_mathImageUrl().
$wgMaxAnimatedGifArea = 1.0e6 |
Force thumbnailing of animated GIFs above this size to a single frame instead of an animated thumbnail.
ImageMagick seems to get real unhappy and doesn't play well with resource limits. :P Defaulting to 1 megapixel (1000x1000)
Definition at line 2358 of file DefaultSettings.php.
Referenced by BitmapHandler::doTransform().
$wgMaxArticleSize = 2048 |
Definition at line 1127 of file DefaultSettings.php.
Referenced by ApiEditPage::execute(), ApiEditPage::getPossibleErrors(), EditPage::internalAttemptSave(), and EditPage::showHeader().
$wgMaxCredits = 0 |
Set this to the number of authors that you want to be credited below an article text.
Set it to zero to hide the attribution block, and a negative number (like -1) to show all authors. Note that this will require 2-3 extra database hits, which can have a not insignificant impact on performance for large wikis.
Definition at line 2527 of file DefaultSettings.php.
Referenced by SkinTemplate::outputPage(), and pageStats().
$wgMaxImageArea = 1.25e7 |
Don't thumbnail an image if it will use too much working memory Default is 50 MB if decompressed to RGBA form, which corresponds to 12.5 million pixels or 3500x3500.
Definition at line 2351 of file DefaultSettings.php.
Referenced by BitmapHandler::normaliseParams().
$wgMaximumMovedPages = 100 |
Maximum number of pages to move at once when moving subpages with a page.
Definition at line 4107 of file DefaultSettings.php.
Referenced by MovePageForm::doSubmit(), Title::moveSubpages(), and MovePageForm::showForm().
$wgMaxMsgCacheEntrySize = 10000 |
Maximum entry size in the message cache, in bytes.
Definition at line 1016 of file DefaultSettings.php.
Referenced by MessageCache::loadFromDB(), and MessageCache::replace().
$wgMaxNameChars = 255 |
$wgMaxPPExpandDepth = 40 |
Definition at line 1141 of file DefaultSettings.php.
$wgMaxPPNodeCount = 1000000 |
Definition at line 1132 of file DefaultSettings.php.
$wgMaxRedirectLinksRetrieved = 500 |
Maximum number of links to a redirect page listed on Special:Whatlinkshere/RedirectDestination.
Definition at line 4096 of file DefaultSettings.php.
Referenced by SpecialWhatLinksHere::showIndirectLinks().
$wgMaxRedirects = 1 |
Max number of redirects to follow when resolving redirects.
1 means only the first redirect is followed (default behavior). 0 or less means no redirects are followed.
Definition at line 4120 of file DefaultSettings.php.
Referenced by Title::newFromRedirectArray().
$wgMaxShellFileSize = 102400 |
Maximum file size created by shell processes under linux, in KB ImageMagick convert for example can be fairly hungry for scratch space.
Definition at line 3841 of file DefaultSettings.php.
Referenced by wfShellExec().
$wgMaxShellMemory = 102400 |
Maximum amount of virtual memory available to shell processes under linux, in KB.
Definition at line 3835 of file DefaultSettings.php.
$wgMaxShellTime = 180 |
Maximum CPU time in seconds for shell processes under linux.
Definition at line 3846 of file DefaultSettings.php.
Referenced by wfShellExec().
$wgMaxSigChars = 255 |
Definition at line 1126 of file DefaultSettings.php.
Referenced by PPFuzzTest::__construct(), Parser::getUserSig(), Preferences::profilePreferences(), and Preferences::validateSignature().
$wgMaxSquidPurgeTitles = 400 |
Maximum number of titles to purge in any one client operation.
Definition at line 1838 of file DefaultSettings.php.
Referenced by SquidUpdate::__construct(), and SquidUpdate::newFromTitles().
$wgMaxTemplateDepth = 40 |
Maximum recursion depth for templates within templates.
The current parser adds two levels to the PHP call stack for each template, and xdebug limits the call stack to 100 by default. So this should hopefully stop the parser before it hits the xdebug limit.
Definition at line 1140 of file DefaultSettings.php.
$wgMaxTocLevel = 999 |
Maximum indent level of toc.
Definition at line 2930 of file DefaultSettings.php.
Referenced by Parser::formatHeadings().
$wgMaxUploadSize = 1024*1024*100 |
Max size for uploads, in bytes.
Currently only works for uploads from URL via CURL (see $wgAllowCopyUploads). The only way to impose limits on normal uploads is currently to edit php.ini.
Definition at line 469 of file DefaultSettings.php.
Referenced by UploadForm::getSourceSection(), and UploadFromUrl::uploadCurlCallback().
$wgMediaHandlers |
Initial value:
array( 'image/jpeg' => 'BitmapHandler', 'image/png' => 'BitmapHandler', 'image/gif' => 'GIFHandler', 'image/tiff' => 'TiffHandler', 'image/x-ms-bmp' => 'BmpHandler', 'image/x-bmp' => 'BmpHandler', 'image/svg+xml' => 'SvgHandler', 'image/svg' => 'SvgHandler', 'image/vnd.djvu' => 'DjVuHandler', 'image/x.djvu' => 'DjVuHandler', 'image/x-djvu' => 'DjVuHandler', )
Each entry in the array maps a MIME type to a class name
Definition at line 2277 of file DefaultSettings.php.
Referenced by MediaHandler::getHandler().
$wgMemCachedDebug = false |
Will be set to false in Setup.php, if the server isn't working.
Definition at line 793 of file DefaultSettings.php.
Referenced by wfGetCache().
$wgMemCachedPersistent = false |
Memcached-specific settings See docs/memcached.txt
Definition at line 795 of file DefaultSettings.php.
Referenced by wfGetCache().
$wgMemCachedServers = array( '127.0.0.1:11000' ) |
Memcached-specific settings See docs/memcached.txt
Definition at line 794 of file DefaultSettings.php.
Referenced by mcTest::execute(), and wfGetCache().
$wgMemCachedTimeout = 100000 |
Memcached-specific settings See docs/memcached.txt
Definition at line 796 of file DefaultSettings.php.
Referenced by MWMemcached::__construct().
$wgMemoryLimit = "50M" |
The minimum amount of memory that MediaWiki "needs"; MediaWiki will try to raise PHP's memory limit if it's below this amount.
Definition at line 4348 of file DefaultSettings.php.
Referenced by wfMemoryLimit().
$wgMessageCacheType = CACHE_ANYTHING |
Object cache settings See Defines.php for types
Definition at line 771 of file DefaultSettings.php.
Referenced by wfGetMessageCacheStorage().
$wgMetaNamespace = false |
Name of the project namespace.
If left set to false, $wgSitename will be used instead.
Definition at line 45 of file DefaultSettings.php.
Referenced by Language::fixVariableInNamespace(), and Language::getNamespaces().
$wgMetaNamespaceTalk = false |
Name of the project talk namespace.
Normally you can ignore this and it will be something like $wgMetaNamespace . "_talk". In some languages, you may want to set this manually for grammatical reasons. It is currently only respected by those languages where it might be relevant and where no automatic grammar converter exists.
Definition at line 56 of file DefaultSettings.php.
Referenced by Language::getNamespaces().
$wgMimeDetectorCommand = null |
Sets an external mime detector program.
The command must print only the mime type to standard output. The name of the file to process will be appended to the command given here. If not set or NULL, mime_content_type will be used if available.
Definition at line 401 of file DefaultSettings.php.
Referenced by MimeMagic::detectMimeType().
$wgMimeInfoFile = "includes/mime.info" |
Sets the mime type info file to use by MimeMagic.php.
Definition at line 387 of file DefaultSettings.php.
Referenced by MimeMagic::__construct().
$wgMimeType = 'text/html' |
Definition at line 930 of file DefaultSettings.php.
Referenced by OutputPage::headElement(), HTMLFileCache::loadFromFileCache(), AtomFeed::outItem(), OutputPage::output(), and SkinTemplate::outputPage().
$wgMimeTypeBlacklist |
Initial value:
array( # HTML may contain cookie-stealing JavaScript and web bugs 'text/html', 'text/javascript', 'text/x-javascript', 'application/x-shellscript', # PHP scripts may execute arbitrary code on the server 'application/x-php', 'text/x-php', # Other types that may be interpreted by some servers 'text/x-python', 'text/x-perl', 'text/x-bash', 'text/x-sh', 'text/x-csh', # Client-side hazards on Internet Explorer 'text/scriptlet', 'application/x-msdownload', # Windows metafile, client-side vulnerability on some systems 'application/x-msmetafile', # A ZIP file may be a valid Java archive containing an applet which exploits the # same-origin policy to steal cookies 'application/zip', )
Definition at line 2182 of file DefaultSettings.php.
Referenced by UploadBase::verifyFile(), and wfGetType().
$wgMimeTypeFile = "includes/mime.types" |
Sets the mime type definition file to use by MimeMagic.php.
Definition at line 382 of file DefaultSettings.php.
Referenced by MimeMagic::__construct().
$wgMinimalPasswordLength = 1 |
Specifies the minimal length of a user password.
If set to 0, empty pass- words are allowed.
Definition at line 3523 of file DefaultSettings.php.
Referenced by LoginForm::addNewAccountInternal(), User::getPasswordValidity(), User::passwordChangeInputAttribs(), User::randomPassword(), and User::setPassword().
$wgMiserMode = false |
Disable database-intensive features.
Definition at line 1920 of file DefaultSettings.php.
Referenced by ImageListPager::__construct(), SpecialStatistics::execute(), ImageListPager::getFieldNames(), ImageListPager::getForm(), WithoutInterwikiPage::getPageHeader(), ApiQueryCategoryMembers::getParamDescription(), MostlinkedPage::getSQL(), LinkSearchPage::getSQL(), QueryPage::isCached(), LogPager::limitTitle(), LinkSearchPage::linkParameters(), RebuildRecentchanges::rebuildRecentChangesTablePass4(), ApiQueryCategoryMembers::run(), ChangesList::showCharacterDifference(), LogEventsList::showOptions(), wfQueriesMustScale(), wfSpecialLinkSearch(), and wfSpecialNewimages().
$wgMsgCacheExpiry = 86400 |
Expiry time for the message cache key.
Definition at line 1011 of file DefaultSettings.php.
Referenced by MediaWikiParserTestSuite::suite().
$wgMWSuggestTemplate = false |
Template for internal MediaWiki suggestion engine, defaults to API action=opensearch.
Placeholders: {searchTerms}, {namespaces}, {dbname}
Definition at line 2088 of file DefaultSettings.php.
Referenced by SearchEngine::getMWSuggestTemplate(), and Skin::makeGlobalVariablesScript().
$wgNamespaceAliases = array() |
Namespace aliases These are alternate names for the primary localised namespace names, which are defined by $wgExtraNamespaces and the language file.
If a page is requested with such a prefix, the request will be redirected to the primary name.
Set this to a map from namespace names to IDs. Example: $wgNamespaceAliases = array( 'Wikipedian' => NS_USER, 'Help' => 100, );
Definition at line 3008 of file DefaultSettings.php.
Referenced by ApiQuerySiteinfo::appendNamespaceAliases(), NamespaceConflictChecker::checkAll(), Language::getNamespaceIds(), and MediaWikiParserTestSuite::suite().
$wgNamespaceProtection = array() |
Set the minimum permissions required to edit pages in each namespace.
If you list more than one permission, a user must have all of them to edit pages in that namespace.
Note: NS_MEDIAWIKI is implicitly restricted to editinterface.
Definition at line 1556 of file DefaultSettings.php.
Referenced by Title::isNamespaceProtected(), and MediaWikiParserTestSuite::suite().
$wgNamespaceRobotPolicies = array() |
Robot policies per namespaces.
The default policy is given above, the array is made of namespace constants as defined in includes/Defines.php. You can- not specify a different default policy for NS_SPECIAL: it is always noindex, nofollow. This is because a number of special pages (e.g., ListPages) have many permutations of options that display the same data under redundant URLs, so search engine spiders risk getting lost in a maze of twisty special pages, all alike, and never reaching your actual content.
Example: $wgNamespaceRobotPolicies = array( NS_TALK => 'noindex' );
Definition at line 3489 of file DefaultSettings.php.
Referenced by Article::getRobotPolicy().
$wgNamespacesToBeSearchedDefault |
Initial value:
array( NS_MAIN => true, )
Definition at line 2238 of file DefaultSettings.php.
Referenced by SearchEngine::defaultNamespaces(), and User::getDefaultOptions().
$wgNamespacesToBeSearchedHelp |
Initial value:
array( NS_PROJECT => true, NS_HELP => true, )
Same format as $wgNamespacesToBeSearchedDefault
Definition at line 2248 of file DefaultSettings.php.
Referenced by SearchEngine::helpNamespaces().
$wgNamespacesWithSubpages |
Initial value:
array( NS_TALK => true, NS_USER => true, NS_USER_TALK => true, NS_PROJECT_TALK => true, NS_FILE_TALK => true, NS_MEDIAWIKI => true, NS_MEDIAWIKI_TALK => true, NS_TEMPLATE_TALK => true, NS_HELP_TALK => true, NS_CATEGORY_TALK => true )
Definition at line 2216 of file DefaultSettings.php.
Referenced by MWNamespace::hasSubpages(), and MediaWikiParserTestSuite::suite().
$wgNewPasswordExpiry = 3600 * 24 * 7 |
The time, in seconds, when an emailed temporary password expires.
Definition at line 567 of file DefaultSettings.php.
Referenced by User::checkTemporaryPassword(), and LoginForm::mailPasswordInternal().
$wgNewUserLog = true |
Maintain a log of newusers at Log/newusers?
Definition at line 3315 of file DefaultSettings.php.
Referenced by User::addNewUserLogEntry(), and User::addNewUserLogEntryAutoCreate().
$wgNoFollowDomainExceptions = array() |
If this is set to an array of domains, external links to these domain names (or any subdomains) will not be set to rel="nofollow" regardless of the value of $wgNoFollowLinks.
For instance:
$wgNoFollowDomainExceptions = array( 'en.wikipedia.org', 'wiktionary.org' );
This would add rel="nofollow" to links to de.wikipedia.org, but not en.wikipedia.org, wiktionary.org, en.wiktionary.org, us.en.wikipedia.org, etc.
Definition at line 3468 of file DefaultSettings.php.
Referenced by Parser::getExternalLinkAttribs().
$wgNoFollowLinks = true |
If true, external URL links in wiki text will be given the rel="nofollow" attribute as a hint to search engines that they should not be followed for ranking purposes as they are user-supplied and thus subject to spamming.
Definition at line 3449 of file DefaultSettings.php.
Referenced by Parser::getExternalLinkAttribs().
$wgNoFollowNsExceptions = array() |
Namespaces in which $wgNoFollowLinks doesn't apply.
See Language.php for a list of namespaces.
Definition at line 3455 of file DefaultSettings.php.
Referenced by Parser::getExternalLinkAttribs().
$wgNonincludableNamespaces = array() |
Pages in namespaces in this array can not be used as templates.
Elements must be numeric namespace ids. Among other things, this may be useful to enforce read-restrictions which may otherwise be bypassed by using the template machanism.
Definition at line 1564 of file DefaultSettings.php.
Referenced by Parser::braceSubstitution().
$wgNoReplyAddress = 'reply@not.possible' |
dummy address which should be accepted during mail send action It might be necessay to adapt the address or to set it equal to the $wgEmergencyContact address
Definition at line 533 of file DefaultSettings.php.
Referenced by EmailNotification::composeCommonMailtext().
$wgOldChangeTagsIndex = false |
Use old names for change_tags indices.
Definition at line 4358 of file DefaultSettings.php.
Referenced by ApiQueryRevisions::execute(), ApiQueryRecentChanges::execute(), ApiQueryLogEvents::execute(), ChangeTags::modifyDisplayQuery(), and ApiQueryContributions::prepareQuery().
$wgOpenSearchTemplate = false |
Template for OpenSearch suggestions, defaults to API action=opensearch.
Sites with heavy load would tipically have these point to a custom PHP wrapper to avoid firing up mediawiki for every keystroke
Placeholders: {searchTerms}
Definition at line 2061 of file DefaultSettings.php.
Referenced by SearchEngine::getOpenSearchTemplate().
$wgOutputEncoding = 'UTF-8' |
Definition at line 870 of file DefaultSettings.php.
Referenced by OutputPage::headElement(), MWException::htmlHeader(), HTMLFileCache::loadFromFileCache(), OutputPage::out(), OutputPage::output(), SkinTemplate::outputPage(), CreativeCommonsRdf::prologue(), DublinCoreRdf::prologue(), UserMailer::send(), and OutputPage::setEncodings().
$wgOverrideSiteFeed = array() |
Override the site's default RSS/ATOM feed for recentchanges that appears on every page.
Some sites might have a different feed they'd like to promote instead of the RC feed (maybe like a "Recent New Articles" or "Breaking news" one). Ex: $wgSiteFeed['format'] = "http://example.com/somefeed.xml"; Format can be one of either 'rss' or 'atom'.
Definition at line 2967 of file DefaultSettings.php.
Referenced by OutputPage::getHeadLinks().
$wgPagePropLinkInvalidations |
Initial value:
array( 'hiddencat' => 'categorylinks', )
When a page property changes, this may require other link tables to be updated (eg adding __HIDDENCAT__ means the hiddencat tracking category will have been added, so the categorylinks table needs to be rebuilt). This array can be added to by extensions.
Definition at line 4088 of file DefaultSettings.php.
Referenced by LinksUpdate::invalidateProperties().
$wgPageShowWatchingUsers = false |
Show watching users in Page views.
Definition at line 1764 of file DefaultSettings.php.
Referenced by SkinTemplate::outputPage(), and pageStats().
$wgParserCacheExpireTime = 86400 |
$wgParserCacheType = CACHE_ANYTHING |
Object cache settings See Defines.php for types
Definition at line 772 of file DefaultSettings.php.
Referenced by wfGetParserCacheStorage().
$wgParserConf |
Initial value:
array( 'class' => 'Parser', #'preprocessorClass' => 'Preprocessor_Hash', )
Associative array with the following members:
class The class name
preprocessorClass The preprocessor class. Two classes are currently available: Preprocessor_Hash, which uses plain PHP arrays for tempoarary storage, and Preprocessor_DOM, which uses the DOM module for temporary storage. Preprocessor_DOM generally uses less memory; the speed of the two is roughly the same.
If this parameter is not given, it uses Preprocessor_DOM if the DOM module is available, otherwise it uses Preprocessor_Hash.
The entire associative array will be passed through to the constructor as the first parameter. Note that only Setup.php can use this variable -- the configuration will change at runtime via $wgParser member functions, so the contents of this variable will be out-of-date. The variable can only be changed during LocalSettings.php, in particular, it can't be changed during an extension setup function.
Definition at line 4055 of file DefaultSettings.php.
Referenced by ParserTest::getParser(), MediaWikiParserTestSuite::suite(), and MessageCache::transform().
$wgParserOutputHooks = array() |
Parser output hooks.
This is an associative array where the key is an extension-defined tag (typically the extension name), and the value is a PHP callback. These will be called as an OutputPageParserOutput hook, if the relevant tag has been registered with the parser output object.
Registration is done with $pout->addOutputHook( $tag, $data ).
The callback has the form: function outputHook( $outputPage, $parserOutput, $data ) { ... }
Definition at line 2852 of file DefaultSettings.php.
Referenced by OutputPage::addParserOutputNoText().
$wgParserTestFiles |
Initial value:
array(
"$IP/maintenance/parserTests.txt",
)
Extensions may add their own tests to this array, or site-local tests may be added via LocalSettings.php
Use full paths.
Definition at line 3969 of file DefaultSettings.php.
$wgParserTestRemote = false |
If configured, specifies target CodeReview installation to send test result data from 'parserTests.php --upload'.
Something like this: $wgParserTestRemote = array( 'api-url' => 'http://www.mediawiki.org/w/api.php', 'repo' => 'MediaWiki', 'suite' => 'ParserTests', 'path' => '/trunk/phase3', // not used client-side; for reference 'secret' => 'qmoicj3mc4mcklmqw', // Shared secret used in HMAC validation );
Definition at line 3986 of file DefaultSettings.php.
Referenced by RemoteTestRecorder::ping().
$wgPasswordAttemptThrottle = array( 'count' => 5, 'seconds' => 300 ) |
Limit password attempts to X attempts per Y seconds per IP per account.
Requires memcached.
Definition at line 4153 of file DefaultSettings.php.
Referenced by LoginForm::authenticateUserData(), and ApiLogin::execute().
$wgPasswordReminderResendTime = 24 |
Minimum time, in hours, which must elapse between password reminder emails for a given account.
This is to prevent abuse by mail flooding.
Definition at line 562 of file DefaultSettings.php.
Referenced by User::isPasswordReminderThrottled(), and LoginForm::mailPassword().
$wgPasswordSalt = true |
For compatibility with old installations set to false.
Definition at line 2211 of file DefaultSettings.php.
Referenced by User::crypt(), and User::oldCrypt().
$wgPasswordSender = 'MediaWiki Mail <apache@' . $wgServerName . '>' |
Password reminder email address The address we should use as sender when a user is requesting his password Default to apache.
For email notification on page changes.
Definition at line 525 of file DefaultSettings.php.
Referenced by EmailNotification::composeCommonMailtext(), EmailUserForm::doSubmit(), and User::sendMail().
$wgPhpCli = '/usr/bin/php' |
Executable path of the PHP cli binary (php/php5).
Should be set up on install.
Definition at line 3851 of file DefaultSettings.php.
$wgPoolCounterConf = null |
Configuration for processing pool control, for use in high-traffic wikis.
An implementation is provided in the PoolCounter extension.
This configuration array maps pool types to an associative array. The only defined key in the associative array is "class", which gives the class name. The remaining elements are passed through to the class as constructor parameters. Example:
$wgPoolCounterConf = array( 'Articleview' => array( 'class' => 'PoolCounter_Client', ... any extension-specific options... );
Definition at line 4256 of file DefaultSettings.php.
Referenced by PoolCounter::factory().
$wgPreprocessorCacheThreshold = 1000 |
Preprocessor caching threshold.
Definition at line 4210 of file DefaultSettings.php.
Referenced by Preprocessor_Hash::preprocessToObj(), and Preprocessor_DOM::preprocessToObj().
$wgPreviewOnOpenNamespaces |
Initial value:
array( NS_CATEGORY => true )
Semantic MediaWiki) can specify namespaces of pages they have special treatment for
Definition at line 2234 of file DefaultSettings.php.
Referenced by EditPage::previewOnOpen().
$wgProfileCallTree = false |
If true, print a raw call tree instead of per-function report.
Definition at line 1997 of file DefaultSettings.php.
Referenced by Profiler::getOutput().
$wgProfileLimit = 0.0 |
Only record profiling info for pages that took longer than this.
Definition at line 1991 of file DefaultSettings.php.
Referenced by wfLogProfilingData().
$wgProfileOnly = false |
Don't put non-profiling info into log file.
Definition at line 1993 of file DefaultSettings.php.
Referenced by wfDebug().
$wgProfilePerHost = false |
Should application server host be put into profiling table.
Definition at line 1999 of file DefaultSettings.php.
Referenced by Profiler::logToDB().
$wgProfileToDatabase = false |
Log sums from profiling into "profiling" table in db.
Definition at line 1995 of file DefaultSettings.php.
Referenced by Profiler::getFunctionReport(), and Profiler::getOutput().
$wgProxyKey = false |
deprecated
Definition at line 1664 of file DefaultSettings.php.
Referenced by User::setToken(), wfProxyCheck(), and wfSpecialBlockme().
$wgProxyList = array() |
big list of banned IP addresses, in the keys not the values
Definition at line 1662 of file DefaultSettings.php.
Referenced by wfIsLocallyBlockedProxy().
$wgProxyMemcExpiry = 86400 |
$wgProxyPorts = array( 80, 81, 1080, 3128, 6588, 8000, 8080, 8888, 65506 ) |
Port we want to scan for a proxy.
Definition at line 1654 of file DefaultSettings.php.
Referenced by wfProxyCheck().
$wgProxyScriptPath = "$IP/includes/proxy_check.php" |
Script used to scan.
Definition at line 1656 of file DefaultSettings.php.
Referenced by wfProxyCheck().
$wgProxyWhitelist = array() |
Proxy whitelist, list of addresses that are assumed to be non-proxy despite what the other methods might say.
Definition at line 3589 of file DefaultSettings.php.
Referenced by User::getBlockedStatus(), and User::isDnsBlacklisted().
$wgPutIPinRC = true |
Log IP addresses in the recentchanges table; can be accessed only by extensions (e.g.
CheckUser) or a DB admin
Definition at line 2429 of file DefaultSettings.php.
Referenced by RecentChange::save().
$wgQueryCacheLimit = 1000 |
Number of rows to cache in 'querycache' table when miser mode is on.
Definition at line 1924 of file DefaultSettings.php.
Referenced by UpdateSpecialPages::execute().
$wgRateLimitLog = null |
Set to a filename to log rate limiter hits.
Definition at line 3625 of file DefaultSettings.php.
Referenced by User::pingLimiter().
$wgRateLimits |
Initial value:
array( 'edit' => array( 'anon' => null, 'user' => null, 'newbie' => null, 'ip' => null, 'subnet' => null, ), 'move' => array( 'user' => null, 'newbie' => null, 'ip' => null, 'subnet' => null, ), 'mailpassword' => array( 'anon' => null, ), 'emailuser' => array( 'user' => null, ), )
Maximum number actions allowed in the given number of seconds; after that the violating client re- ceives HTTP 500 error pages until the period elapses.
array( 4, 60 ) for a maximum of 4 hits in 60 seconds.
This option set is experimental and likely to change. Requires memcached.
Definition at line 3600 of file DefaultSettings.php.
Referenced by ApiQueryUserInfo::getRateLimits(), and User::pingLimiter().
$wgRateLimitsExcludedGroups = array() |
Array of groups which should never trigger the rate limiter.
Definition at line 3636 of file DefaultSettings.php.
Referenced by User::isPingLimitable().
$wgRateLimitsExcludedIPs = array() |
Array of IPs which should be excluded from rate limits.
This may be useful for whitelisting NAT gateways for conferences, etc.
Definition at line 3642 of file DefaultSettings.php.
Referenced by User::isPingLimitable().
$wgRawHtml = false |
Allow raw, unchecked HTML in <html>.
..</html> sections. THIS IS VERY DANGEROUS on a publically editable site, so USE wgGroupPermissions TO RESTRICT EDITING to only those that you trust
Definition at line 2646 of file DefaultSettings.php.
Referenced by Parser::extensionSubstitution(), EditPage::getPreviewText(), CoreTagHooks::html(), and CoreTagHooks::register().
$wgRC2UDPAddress = false |
Send recent changes updates via UDP.
The updates will be formatted for IRC. Set this to the IP address of the receiver.
Definition at line 2455 of file DefaultSettings.php.
Referenced by RecentChange::notifyRC2UDP(), RecentChange::save(), and RecentChange::sendToUDP().
$wgRC2UDPInterwikiPrefix = false |
If this is set to true, $wgLocalInterwiki will be prepended to links in the IRC feed.
If this is set to a string, that string will be used as the prefix.
Definition at line 2474 of file DefaultSettings.php.
Referenced by RecentChange::getIRCLine().
$wgRC2UDPOmitBots = false |
Set to true to omit "bot" edits (by users with the bot permission) from the UDP feed.
Definition at line 2480 of file DefaultSettings.php.
Referenced by RecentChange::notifyRC2UDP(), and RecentChange::save().
$wgRC2UDPPort = false |
Port number for RC updates.
Definition at line 2460 of file DefaultSettings.php.
Referenced by RecentChange::sendToUDP().
$wgRC2UDPPrefix = '' |
Prefix to prepend to each UDP packet.
This can be used to identify the wiki. A script is available called mxircecho.py which listens on a UDP port, and uses a prefix ending in a tab to identify the IRC channel to send the log line to.
Definition at line 2468 of file DefaultSettings.php.
Referenced by RecentChange::sendToUDP().
$wgRCChangedSizeThreshold = 500 |
If the difference between the character counts of the text before and after the edit is below that value, the value will be highlighted on the RC page.
Definition at line 1773 of file DefaultSettings.php.
Referenced by ChangesList::showCharacterDifference().
$wgRCFilterByAge = false |
Filter $wgRCLinkDays by $wgRCMaxAge to avoid showing links for numbers higher than what will be stored.
Note that this is disabled by default because we sometimes do have RC data which is beyond the limit for some reason, and some users may use the high numbers to display that data which is still there.
Definition at line 2443 of file DefaultSettings.php.
$wgRCLinkDays = array( 1, 3, 7, 14, 30 ) |
Definition at line 2449 of file DefaultSettings.php.
Referenced by SpecialRecentChanges::optionsPanel().
$wgRCLinkLimits = array( 50, 100, 250, 500 ) |
List of Days and Limits options to list in the Special:Recentchanges and Special:Recentchangeslinked pages.
Definition at line 2448 of file DefaultSettings.php.
Referenced by SpecialRecentChanges::optionsPanel().
$wgRCMaxAge = 13 * 7 * 24 * 3600 |
Recentchanges items are periodically purged; entries older than this many seconds will go.
Default: 13 weeks = about three months
Definition at line 2436 of file DefaultSettings.php.
Referenced by ActiveUsersPager::__construct(), Article::editUpdates(), SpecialActiveUsers::execute(), Preferences::getPreferences(), SpecialStatistics::getUserStats(), Preferences::rcPreferences(), RebuildRecentchanges::rebuildRecentChangesTablePass1(), and RebuildRecentchanges::rebuildRecentChangesTablePass3().
$wgRCShowChangedSize = true |
Show the amount of changed characters in recent changes.
Definition at line 1766 of file DefaultSettings.php.
Referenced by EnhancedChangesList::recentChangesBlockGroup(), EnhancedChangesList::recentChangesBlockLine(), and OldChangesList::recentChangesLine().
$wgRCShowWatchingUsers = false |
Show watching users in recent changes, watchlist and page history views.
Definition at line 1762 of file DefaultSettings.php.
Referenced by Preferences::rcPreferences(), SpecialRecentChanges::webOutput(), and wfSpecialWatchlist().
$wgReadOnly = null |
Set this to a string to put the wiki into read-only mode.
The text will be used as an explanation to users.
This prevents most write operations via the web interface. Cache updates may still be possible. To prevent database writes completely, use the read_only option in MySQL.
Definition at line 1159 of file DefaultSettings.php.
Referenced by LBFactory_Multi::__construct(), LoadBalancer::getReaderIndex(), GlobalTest::testReadOnlyEmpty(), GlobalTest::testReadOnlySet(), wfReadOnly(), and wfReadOnlyReason().
$wgReadOnlyFile = false |
defaults to "{$wgUploadDirectory}/lock_yBgMBwiR";
Definition at line 1166 of file DefaultSettings.php.
Referenced by DBUnlockForm::doSubmit(), DBLockForm::doSubmit(), GlobalTest::setUp(), DBUnlockForm::showForm(), GlobalTest::tearDown(), GlobalTest::testReadOnlySet(), wfReadOnly(), and wfSpecialLockdb().
$wgRedirectOnLogin = null |
Allow redirection to another page when a user logs in.
To enable, set to a string like 'Main Page'
Definition at line 4222 of file DefaultSettings.php.
Referenced by LoginForm::LoginForm().
$wgRedirectScript = false |
defaults to "{$wgScriptPath}/redirect{$wgScriptExtension}"
Definition at line 132 of file DefaultSettings.php.
Referenced by specialPagesList().
$wgRedirectSources = false |
If local interwikis are set up which allow redirects, set this regexp to restrict URLs which will be displayed as 'redirected from' links.
It might look something like this: $wgRedirectSources = '!^https?://[a-z-]+\.wikipedia\.org/!';
Leave at false to avoid displaying any incoming redirect markers. This does not affect intra-wiki redirects, which don't change the URL.
Definition at line 1122 of file DefaultSettings.php.
Referenced by Article::showRedirectedFromHeader().
$wgRegisterInternalExternals = false |
By default MediaWiki does not register links pointing to same server in externallinks dataset, use this value to override:.
Definition at line 4070 of file DefaultSettings.php.
Referenced by ParserOutput::addExternalLink().
$wgRemoteUploads = false |
Set to true to enable the upload _link_ while local uploads are disabled.
Assumes that the special page link will be bounced to another server where uploads do work.
Definition at line 2115 of file DefaultSettings.php.
Referenced by SkinStandard::quickBar().
$wgRemoveGroups = array() |
Definition at line 1626 of file DefaultSettings.php.
Referenced by User::changeableByGroup(), and SpecialListGroupRights::execute().
$wgRenderHashAppend = '' |
Append a configured value to the parser cache and the sitenotice key so that they can be kept separate for some class of activity.
Definition at line 1297 of file DefaultSettings.php.
Referenced by User::getPageRenderingHash(), and wfGetCachedNotice().
$wgRepositoryBaseUrl = "http://commons.wikimedia.org/wiki/Image:" |
Base URL for a repository wiki.
Leave this blank if uploads are just stored in a shared directory and not meant to be accessible through a separate wiki. Otherwise the image description pages on the local wiki will link to the image description page on this wiki.
Please specify the namespace, as in the example below.
Definition at line 508 of file DefaultSettings.php.
$wgReservedUsernames |
Initial value:
array( 'MediaWiki default', 'Conversion script', 'Maintenance script', 'Template namespace initialisation script', 'msg:double-redirect-fixer', )
Definition at line 3807 of file DefaultSettings.php.
Referenced by User::isUsableName().
$wgRestrictDisplayTitle = true |
for consistency, restrict DISPLAYTITLE to titles that normalize to the same canonical DB key
Definition at line 3801 of file DefaultSettings.php.
Referenced by CoreParserFunctions::displaytitle().
$wgRestrictionLevels = array( '', 'autoconfirmed', 'sysop' ) |
Rights which can be required for each protection level (via action=protect).
You can add a new protection level that requires a specific permission by manipulating this array. The ordering of elements dictates the order on the protection form's lists.
'' will be ignored (i.e. unprotected) 'sysop' is quietly rewritten to 'protect' for backwards compatibility
Definition at line 1547 of file DefaultSettings.php.
Referenced by ProtectionForm::buildCleanupScript(), ProtectionForm::buildSelector(), ApiProtect::execute(), ApiQueryProtectedTitles::getAllowedParams(), ApiQueryAllpages::getAllowedParams(), ProtectedTitlesForm::getLevelMenu(), ProtectedPagesForm::getLevelMenu(), Title::isProtected(), and ProtectionForm::loadData().
$wgRestrictionTypes = array( 'edit', 'move' ) |
Set of available actions that can be restricted via action=protect You probably shouldn't change this.
Translated through restriction-* messages.
Definition at line 1535 of file DefaultSettings.php.
Referenced by ApiProtect::execute(), ApiQueryAllpages::getAllowedParams(), Title::getRestrictionTypes(), ProtectedPagesForm::getTypeMenu(), and Skin::makeGlobalVariablesScript().
$wgRevisionCacheExpiry = 0 |
Revision text may be cached in $wgMemc to reduce load on external storage servers and object extraction overhead for frequently-loaded revisions.
Set to 0 to disable, or number of seconds before cache expiry.
Definition at line 3686 of file DefaultSettings.php.
Referenced by Revision::loadText().
$wgRevokePermissions = array() |
The developer group is deprecated, but can be activated if need be to use the 'lockdb' and 'unlockdb' special pages.
Those require that a lock file be defined and creatable/removable by the web server. Permission keys revoked from users in each group. This acts the same way as wgGroupPermissions above, except that if the user is in a group here, the permission will be removed from them.
Improperly setting this could mean that your users will be unable to perform certain essential tasks, so use at your own risk!
Definition at line 1502 of file DefaultSettings.php.
Referenced by SpecialListGroupRights::execute(), User::getAllGroups(), User::getGroupPermissions(), and Title::userCanRead().
$wgRightsIcon = null |
$wgRightsPage = null |
Override for copyright metadata.
TODO: these options need documentation
Definition at line 2500 of file DefaultSettings.php.
Referenced by Skin::addMetadataLinks(), ApiQuerySiteinfo::appendRightsInfo(), getCopyright(), and RdfMetaData::rights().
$wgRightsText = null |
Definition at line 2502 of file DefaultSettings.php.
Referenced by ApiQuerySiteinfo::appendRightsInfo(), getCopyright(), getCopyrightIcon(), EditPage::getCopywarn(), and RdfMetaData::rights().
$wgRightsUrl = null |
Definition at line 2501 of file DefaultSettings.php.
Referenced by Skin::addMetadataLinks(), ApiQuerySiteinfo::appendRightsInfo(), getCopyright(), getCopyrightIcon(), RdfMetaData::rights(), and CreativeCommonsRdf::show().
$wgScript = false |
defaults to "{$wgScriptPath}/index{$wgScriptExtension}"
Definition at line 131 of file DefaultSettings.php.
Referenced by SpecialAllmessages::buildForm(), SpecialRecentChanges::doHeader(), ExternalEdit::edit(), FilepathForm::execute(), SpecialNewpages::form(), ImageListPager::getForm(), DeletedContributionsPage::getForm(), SpecialContributions::getForm(), TablePager::getLimitForm(), Title::getLocalURL(), WithoutInterwikiPage::getPageHeader(), UsersPager::getPageHeader(), ActiveUsersPager::getPageHeader(), HistoryPager::getStartBody(), CategoryPager::getStartForm(), HistoryPage::history(), WebRequest::interpolateTitle(), LoginForm::mailPasswordInternal(), SpecialBookSources::makeForm(), Skin::makeGlobalVariablesScript(), SpecialAllpages::namespaceForm(), SpecialPrefixindex::namespacePrefixForm(), ImagePage::openShowImage(), SkinTemplate::outputPage(), SpecialSearch::powerSearchBox(), IPUnblockForm::searchForm(), DifferenceEngine::showDiffPage(), MergehistoryForm::showMergeForm(), ProtectedTitlesForm::showOptions(), ProtectedPagesForm::showOptions(), LogEventsList::showOptions(), SpecialSearch::showResults(), UndeleteForm::showSearchForm(), MediaWikiParserTestSuite::suite(), UserrightsPage::switchForm(), RawPage::view(), wfSpecialFileDuplicateSearch(), and SpecialWhatLinksHere::whatlinkshereForm().
$wgScriptExtension = '.php' |
extension to append to script names by default
Script users will request to get articles ATTN: Old installations used wiki.phtml and redirect.phtml - make sure that LocalSettings.php is correctly set!
Will be set based on $wgScriptPath in Setup.php if not overridden in LocalSettings.php. Generally you should not need to change this unless you don't like seeing "index.php".
Definition at line 130 of file DefaultSettings.php.
Referenced by WebRequest::isPathInfoBad(), Skin::makeGlobalVariablesScript(), ApiSetup::setup(), Title::trackbackURL(), and wfScript().
if (isset($_SERVER['SERVER_PORT'])&&!strpos($wgServerName, ':')&&(($wgProto== 'http'&&$_SERVER['SERVER_PORT']!=80)||($wgProto== 'https'&&$_SERVER['SERVER_PORT']!=443))) $wgScriptPath = '/wiki' |
The path we should point to.
It might be a virtual path in case with use apache mod_rewrite for example
This *needs* to be set correctly.
Other paths will be set to defaults based on it unless they are directly set in LocalSettings.php
Definition at line 97 of file DefaultSettings.php.
Referenced by ExternalEdit::edit(), GenerateSitemap::execute(), SearchEngine::getMWSuggestTemplate(), SearchEngine::getOpenSearchTemplate(), Parser::getVariableValue(), SkinVector::initPage(), Skin::makeGlobalVariablesScript(), SkinTemplate::outputPage(), ApiSetup::setup(), MediaWikiParserTestSuite::suite(), ApiTest::testApiGotCookie(), Title::trackbackURL(), wfScript(), and wfSpecialWatchlist().
$wgSearchEverythingOnlyLoggedIn = false |
If set to true the 'searcheverything' preference will be effective only for logged-in users.
Useful for big wikis to maintain different search profiles for anonymous and logged-in users.
Definition at line 2258 of file DefaultSettings.php.
Referenced by SearchEngine::userNamespaces().
$wgSearchForwardUrl = null |
Set this to a URL to forward search requests to some external location.
If the URL includes '$1', this will be replaced with the URL-encoded search term.
For example, to forward to Google you'd have something like: $wgSearchForwardUrl = 'http://www.google.com/search?q=$1' . '&domains=http://example.com' . '&sitesearch=http://example.com' . '&ie=utf-8&oe=utf-8';
Definition at line 3436 of file DefaultSettings.php.
Referenced by SpecialSearch::showResults().
$wgSearchHighlightBoundaries |
Initial value:
version_compare("5.1", PHP_VERSION, "<")? '[\p{Z}\p{P}\p{C}]' : '[ ,.;:!?~!@#$%\^&*\(\)+=\-\\|\[\]"\'<>\n\r\/{}]'
Definition at line 2037 of file DefaultSettings.php.
Referenced by SearchHighlighter::highlightText().
$wgSearchSuggestCacheExpiry = 1200 |
Expiry time for search suggestion responses.
Definition at line 2080 of file DefaultSettings.php.
Referenced by ApiOpenSearch::execute().
$wgSearchType = null |
Search type Leave as null to select the default search engine for the selected database type (eg SearchMySQL), or set to a class name to override to a custom search engine.
Definition at line 612 of file DefaultSettings.php.
Referenced by SearchEngine::create(), and SearchUpdateTest::setUp().
$wgSecretKey = false |
This should always be customised in LocalSettings.php.
Definition at line 1660 of file DefaultSettings.php.
Referenced by User::setToken().
$wgServer = '' |
URL of the server.
It will be automatically built including https mode
Definition at line 60 of file DefaultSettings.php.
Referenced by ParserOutput::addExternalLink(), ExternalEdit::edit(), DeleteSelfExternals::execute(), Maintenance::finalSetup(), WebRequest::getFullRequestURL(), Title::getFullURL(), Title::getLocalURL(), SearchEngine::getMWSuggestTemplate(), SearchEngine::getOpenSearchTemplate(), ForeignAPIRepo::getThumbUrlFromCache(), Parser::getVariableValue(), LoginForm::mailPasswordInternal(), Skin::makeGlobalVariablesScript(), SkinTemplate::outputPage(), BenchmarkPurge::randomUrl(), DBConnectionError::searchForm(), ApiSetup::setup(), DifferenceEngine::showDiffPage(), specialPagesList(), ApiTest::testApi(), ApiTest::testApiGotCookie(), ApiTest::testApiListPages(), ApiTest::testApiLoginBadPass(), ApiTest::testApiLoginGoodPass(), ApiTest::testApiLoginNoName(), Title::trackbackURL(), File::transform(), wfExpandUrl(), and wfSpecialWatchlist().
$wgSessionHandler = 'files' |
This is used for setting php's session.save_handler.
In practice, you will almost never need to change this ever. Other options might be 'user' or 'session_mysql.' Setting to null skips setting this entirely (which might be useful if you're doing cross-application sessions, see bug 11381)
Definition at line 786 of file DefaultSettings.php.
Referenced by wfSetupSession().
$wgSessionName = false |
$wgSessionsInMemcached = false |
$wgSharedDB = null |
Shared database for multiple wikis.
Commonly used for storing a user table for single sign-on. The server for this database must be the same as for the main database. For backwards compatibility the shared prefix is set to the same as the local prefix, and the user table is listed in the default list of shared tables. The user_properties table is also added so that users will continue to have their preferences shared (preferences were stored in the user table prior to 1.16)
$wgSharedTables may be customized with a list of tables to share in the shared datbase. However it is advised to limit what tables you do share as many of MediaWiki's tables may have side effects if you try to share them. EXPERIMENTAL
Definition at line 661 of file DefaultSettings.php.
Referenced by do_all_updates(), and DatabaseBase::tableName().
$wgSharedPrefix = false |
$wgSharedTables = array( 'user', 'user_properties' ) |
Definition at line 663 of file DefaultSettings.php.
Referenced by do_all_updates(), and DatabaseBase::tableName().
$wgSharedThumbnailScriptPath = false |
Definition at line 491 of file DefaultSettings.php.
$wgSharedUploadDBname = false |
DB name with metadata about shared directory.
Set this to false if the uploads do not come from a wiki.
Definition at line 453 of file DefaultSettings.php.
$wgSharedUploadDBprefix = '' |
$wgSharedUploadDirectory = "/var/www/wiki3/images" |
Path on the file system where shared uploads can be found.
Definition at line 451 of file DefaultSettings.php.
$wgSharedUploadPath = "http://commons.wikimedia.org/shared/images" |
Full path on the web server where shared uploads can be found.
Definition at line 447 of file DefaultSettings.php.
$wgSharpenParameter = '0x0.4' |
Sharpening parameter to ImageMagick.
Definition at line 2305 of file DefaultSettings.php.
Referenced by BitmapHandler::doTransform().
$wgSharpenReductionThreshold = 0.85 |
Reduction in linear dimensions below which sharpening will be enabled.
Definition at line 2308 of file DefaultSettings.php.
Referenced by BitmapHandler::doTransform().
$wgShellLocale = 'en_US.utf8' |
Locale for LC_CTYPE, to work around http://bugs.php.net/bug.php?id=45132 For Unix-like operating systems, set this to to a locale that has a UTF-8 character set.
Only the character set is relevant.
Definition at line 899 of file DefaultSettings.php.
Referenced by wfInitShellLocale().
$wgShowArchiveThumbnails = true |
Show thumbnails for old images on the image description page.
Definition at line 2403 of file DefaultSettings.php.
Referenced by ImageHistoryList::__construct().
$wgShowCreditsIfMax = true |
If there are more than $wgMaxCredits authors, show $wgMaxCredits of them.
Otherwise, link to a separate credits page.
Definition at line 2531 of file DefaultSettings.php.
Referenced by SkinTemplate::outputPage(), and pageStats().
$wgShowDBErrorBacktrace = false |
If true, show a backtrace for database errors.
Definition at line 1264 of file DefaultSettings.php.
Referenced by DBQueryError::getHTML(), DBConnectionError::getHTML(), DBQueryError::getText(), and DBError::getText().
$wgShowDebug = false |
Display debug data at the bottom of the main content area.
Useful for developers and technical users trying to working on a closed wiki.
Definition at line 1222 of file DefaultSettings.php.
Referenced by generateDebugHTML(), and wfDebug().
$wgShowExceptionDetails = false |
If set to true, uncaught exceptions will print a complete stack trace to output.
This should only be used for debugging, as it may reveal private information in function parameters due to PHP's backtrace formatting.
Definition at line 1259 of file DefaultSettings.php.
$wgShowEXIF = function_exists( 'exif_read_data' ) |
Show EXIF data, on by default if available.
Requires PHP's EXIF extension: http://www.php.net/manual/en/ref.exif.php
NOTE FOR WINDOWS USERS: To enable EXIF functions, add the folloing lines to the "Windows extensions" section of php.ini:
extension=extensions/php_mbstring.dll extension=extensions/php_exif.dll
Definition at line 2108 of file DefaultSettings.php.
Referenced by BitmapHandler::getMetadata(), BitmapHandler::isMetadataValid(), and ImagePage::view().
$wgShowHostnames = false |
Expose backend server host names through the API and various HTML comments.
Definition at line 1269 of file DefaultSettings.php.
Referenced by ApiQuerySiteinfo::appendDbReplLagInfo(), DifferenceEngine::debug(), ApiMain::executeAction(), wfDebugLog(), wfMaxlagError(), wfReportTime(), and wfThumbError().
$wgShowIPinHeader = true |
Definition at line 1125 of file DefaultSettings.php.
Referenced by showIPinHeader(), and HTMLFileCache::useFileCache().
$wgShowSQLErrors = false |
Whether to show "we're sorry, but there has been a database error" pages.
Displaying errors aids in debugging, but may display information useful to an attacker.
Definition at line 1244 of file DefaultSettings.php.
$wgShowUpdatedMarker = true |
Show "Updated (since my last visit)" marker in RC view, watchlist and history view for watched pages with new changes.
Definition at line 1778 of file DefaultSettings.php.
Referenced by User::clearAllNotifications(), User::clearNotification(), Title::getNotificationTimestamp(), EmailNotification::notifyOnPageChange(), RecentChange::save(), SpecialRecentChanges::webOutput(), and wfSpecialWatchlist().
$wgSidebarCacheExpiry = 86400 |
Expiry time for the sidebar cache, in seconds.
Definition at line 1313 of file DefaultSettings.php.
Referenced by buildSidebar().
$wgSitemapNamespaces = false |
Array of namespaces to generate a sitemap for when the maintenance/generateSitemap.php script is run, or false if one is to be ge- nerated for all namespaces.
Definition at line 4139 of file DefaultSettings.php.
Referenced by GenerateSitemap::generateNamespaces().
$wgSitename = 'MediaWiki' |
Name of the site.
It must be changed in LocalSettings.php
Definition at line 39 of file DefaultSettings.php.
Referenced by RdfMetaData::basics(), SpecialExport::execute(), ChangesFeed::execute(), ApiFeedWatchlist::execute(), SpecialNewpages::feedTitle(), SpecialContributions::feedTitle(), QueryPage::feedTitle(), ChangesFeed::getFeedObject(), OutputPage::getHeadLinks(), MWException::getPageTitle(), DBConnectionError::getPageTitle(), Parser::getVariableValue(), MWException::htmlHeader(), Skin::makeGlobalVariablesScript(), DBConnectionError::searchForm(), and XmlDumpWriter::sitename().
$wgSiteNotice = '' |
Site notice shown at the top of each page.
MediaWiki:Sitenotice page, which will override this. You can also provide a separate message for logged-out users using the MediaWiki:Anonnotice page.
Definition at line 2267 of file DefaultSettings.php.
Referenced by wfGetCachedNotice(), and wfGetSiteNotice().
$wgSiteSupportPage = '' |
Definition at line 1149 of file DefaultSettings.php.
Referenced by SkinStandard::quickBar(), and SkinCologneBlue::quickBar().
$wgSkinExtensionFunctions = array() |
Extension functions for initialisation of skins.
This is called somewhat earlier than $wgExtensionFunctions.
Definition at line 2815 of file DefaultSettings.php.
Referenced by SpecialVersion::extensionCredits().
$wgSkipSkin = '' |
Specify the name of a skin that should not be presented in the list of a- vailable skins.
Use for blacklisting a skin which you do not want to remove from the .../skins/ directory
Definition at line 3540 of file DefaultSettings.php.
$wgSkipSkins = array() |
$wgSlaveLagCritical = 30 |
$wgSlaveLagWarning = 10 |
If lag is higher than $wgSlaveLagWarning, show a warning in some special pages (like watchlist).
If the lag is higher than $wgSlaveLagCritical, show a more obvious warning.
Definition at line 4031 of file DefaultSettings.php.
Referenced by OutputPage::showLagWarning().
$wgSMTP = false |
SMTP Mode For using a direct (authenticated) SMTP server connection.
Default to false or fill an array : "host" => 'SMTP domain', "IDHost" => 'domain for MessageID', "port" => "25", "auth" => true/false, "username" => user, "password" => password
Definition at line 582 of file DefaultSettings.php.
Referenced by UserMailer::send().
$wgSorbsUrl = array() |
Definition at line 3583 of file DefaultSettings.php.
Referenced by User::isDnsBlacklisted().
$wgSortSpecialPages = true |
Whether or not to sort special pages in Special:Specialpages.
Definition at line 3533 of file DefaultSettings.php.
Referenced by wfSpecialSpecialpages().
$wgSpamRegex = array() |
Edits matching these regular expressions in body text will be recognised as spam and rejected automatically.
There's no administrator override on-wiki, so be careful what you set. :) May be an array of regexes or a single string for backwards compatibility.
See http://en.wikipedia.org/wiki/Regular_expression Note that each regex needs a beginning/end delimiter, eg: # or /
Definition at line 2621 of file DefaultSettings.php.
Referenced by EditPage::matchSpamRegex().
$wgSpecialPageCacheUpdates |
Initial value:
array( 'Statistics' => array('SiteStatsUpdate','cacheUpdate') )
Expensive Querypages are already updated.
Definition at line 1948 of file DefaultSettings.php.
Referenced by UpdateSpecialPages::execute().
$wgSpecialPageGroups |
List of special pages, followed by what subtitle they should go under at Special:SpecialPages.
Definition at line 3321 of file DefaultSettings.php.
Referenced by SpecialPage::getGroup(), and SpecialPage::setGroup().
$wgSpecialPages = array() |
Special page list.
See the top of SpecialPage.php for documentation.
Definition at line 2866 of file DefaultSettings.php.
Referenced by SpecialPage::initList().
$wgSpecialVersionShowHooks = false |
Show the contents of $wgHooks in Special:Version.
Definition at line 1237 of file DefaultSettings.php.
Referenced by SpecialVersion::execute().
$wgSQLiteDataDir = '' |
To override default SQLite data directory ($docroot/.
./data)
Definition at line 625 of file DefaultSettings.php.
Referenced by DatabaseSqlite::open().
$wgSQLiteDataDirMode = 0700 |
Default directory mode for SQLite data directory on creation.
Note that this is different from the default directory mode used elsewhere.
Definition at line 631 of file DefaultSettings.php.
$wgSquidMaxage = 18000 |
Cache timeout for the squid, will be sent as s-maxage (without ESI) or Surrogate-Control (with ESI).
Without ESI, you should strip out s-maxage in the Squid config. 18000 seconds = 5 hours, more cache hits with 2678400 = 31 days
Definition at line 1814 of file DefaultSettings.php.
Referenced by RawPage::__construct(), OutputPage::sendCacheControl(), and setupUserCss().
$wgSquidServers = array() |
List of proxy servers to purge on changes; default port is 80.
Use IP addresses.
When MediaWiki is running behind a proxy, it will trust X-Forwarded-For headers sent/modified from these proxies when obtaining the remote IP address
For a list of trusted servers which *aren't* purged, see $wgSquidServersNoPurge.
Definition at line 1829 of file DefaultSettings.php.
Referenced by BenchmarkPurge::execute(), SquidUpdate::purge(), and wfIsTrustedProxy().
$wgSquidServersNoPurge = array() |
As above, except these servers aren't purged on page changes; use to set a list of trusted proxies, etc.
Definition at line 1835 of file DefaultSettings.php.
Referenced by wfIsTrustedProxy().
$wgStatsMethod = 'cache' |
$wgStrictFileExtensions = true |
If this is turned off, users may override the warning for files not covered by $wgFileExtensions.
Definition at line 2205 of file DefaultSettings.php.
Referenced by UploadForm::getExtensionsMessage(), UploadBase::getTitle(), and wfGetType().
$wgStyleDirectory = false |
filesystem stylesheets directory
defaults to "{$IP}/skins"
Definition at line 153 of file DefaultSettings.php.
Referenced by Skin::getSkinNames(), File::iconThumb(), Skin::newFromKey(), and MediaWikiParserTestSuite::suite().
$wgStylePath = false |
asset paths as seen by users
These various web and file path variables are set to their defaults in Setup.php if they are not explicitly set from LocalSettings.php. If you do override them, be sure to set them all!
These will relatively rarely need to be set manually, unless you are splitting style sheets or images outside the main document root. defaults to "{$wgScriptPath}/skins"
Definition at line 147 of file DefaultSettings.php.
Referenced by OutputPage::addScriptFile(), EnhancedChangesList::arrow(), EnhancedChangesList::beginRecentChangesList(), SkinVector::buildNavigationUrls(), ProtectionForm::buildScript(), SpecialStatistics::formatRow(), Skin::generateUserJs(), EditPage::getEditToolbar(), OutputPage::getHeadScripts(), TablePager::getNavigationBar(), getPoweredBy(), TablePager::getStartBody(), Parser::getVariableValue(), File::iconThumb(), OutputPage::includeJQuery(), SkinVector::initPage(), Skin::makeGlobalVariablesScript(), Linker::makeThumbLink2(), SkinTemplate::outputPage(), ChannelFeed::outXmlHeader(), VectorTemplate::renderNavigation(), SkinModern::setupSkinUserCss(), setupUserCss(), DifferenceEngine::showDiffStyle(), OutputPage::styleLink(), MediaWikiParserTestSuite::suite(), ImagePage::view(), Article::view(), and Article::viewRedirect().
$wgStyleSheetPath = &$wgStylePath |
asset paths as seen by users
These various web and file path variables are set to their defaults in Setup.php if they are not explicitly set from LocalSettings.php. If you do override them, be sure to set them all!
These will relatively rarely need to be set manually, unless you are splitting style sheets or images outside the main document root. defaults to "{$wgScriptPath}/skins"
Definition at line 154 of file DefaultSettings.php.
Referenced by MediaWikiParserTestSuite::suite().
$wgStyleVersion = '270' |
Bump this number when changing the global style sheets and JavaScript.
It should be appended in the query string of static CSS and JS includes, to ensure that client-side caches do not keep obsolete copies of global styles.
Definition at line 1689 of file DefaultSettings.php.
Referenced by OutputPage::addScriptFile(), EnhancedChangesList::beginRecentChangesList(), ProtectionForm::buildScript(), OutputPage::getHeadScripts(), OutputPage::headElement(), OutputPage::includeJQuery(), SkinVector::initPage(), ChannelFeed::outXmlHeader(), SkinModern::setupSkinUserCss(), DifferenceEngine::showDiffStyle(), OutputPage::styleLink(), and ImagePage::view().
$wgSummarySpamRegex = array() |
Same as the above except for edit summaries.
Definition at line 2624 of file DefaultSettings.php.
Referenced by EditPage::matchSummarySpamRegex().
$wgSVGConverter = 'ImageMagick' |
Pick one of the above.
Definition at line 2341 of file DefaultSettings.php.
Referenced by SvgHandler::isEnabled(), and SvgHandler::rasterize().
$wgSVGConverterPath = '' |
If not in the executable PATH, specify.
Definition at line 2343 of file DefaultSettings.php.
Referenced by SvgHandler::rasterize().
$wgSVGConverters |
Initial value:
array( 'ImageMagick' => '$path/convert -background white -thumbnail $widthx$height\! $input PNG:$output', 'sodipodi' => '$path/sodipodi -z -w $width -f $input -e $output', 'inkscape' => '$path/inkscape -z -w $width -f $input -e $output', 'batik' => 'java -Djava.awt.headless=true -jar $path/batik-rasterizer.jar -w $width -d $output $input', 'rsvg' => '$path/rsvg -w$width -h$height $input $output', 'imgserv' => '$path/imgserv-wrapper -i svg -o png -w$width $input $output', )
Definition at line 2332 of file DefaultSettings.php.
Referenced by SvgHandler::isEnabled(), and SvgHandler::rasterize().
$wgSVGMaxSize = 2048 |
Don't scale a SVG larger than this.
Definition at line 2345 of file DefaultSettings.php.
Referenced by SvgHandler::normaliseParams().
$wgSysopEmailBans = true |
Definition at line 1341 of file DefaultSettings.php.
$wgSysopRangeBans = true |
Definition at line 1338 of file DefaultSettings.php.
$wgSysopUserBans = true |
Definition at line 1337 of file DefaultSettings.php.
Referenced by SpecialContributions::contributionsSub(), DeletedContributionsPage::getSubTitle(), IPUnblockForm::showForm(), IPBlockForm::showForm(), and Linker::userToolLinks().
$wgTexvc = './math/texvc' |
Location of the texvc binary.
Definition at line 1960 of file DefaultSettings.php.
Referenced by MathRenderer::render().
$wgTexvcBackgroundColor = 'transparent' |
Texvc background color use LaTeX color format as used in function for transparent background use value 'Transparent' for alpha transparency or 'transparent' for binary transparency.
Definition at line 1967 of file DefaultSettings.php.
Referenced by MathRenderer::render().
$wgThumbLimits |
Initial value:
array( 120, 150, 180, 200, 250, 300 )
In order to reduce disk usage, the values can only be selected from a list. This is the list of settings the user can choose from:
Definition at line 3031 of file DefaultSettings.php.
Referenced by Preferences::getThumbSizes(), and Linker::makeImageLink2().
$wgThumbnailEpoch = '20030516000000' |
If rendered thumbnail files are older than this timestamp, they will be rerendered on demand as if the file didn't already exist.
Update if there is some need to force thumbs and SVG rasterizations to rerender, such as fixes to rendering bugs.
Definition at line 2376 of file DefaultSettings.php.
Referenced by File::transform().
$wgThumbnailScriptPath = false |
Give a path here to use thumb.php for thumbnail generation on client request, instead of generating them on render and outputting a static URL.
This is necessary if some of your apache servers don't have read/write access to the thumbnail path.
Example: $wgThumbnailScriptPath = "{$wgScriptPath}/thumb{$wgScriptExtension}";
Definition at line 490 of file DefaultSettings.php.
Referenced by MediaWikiParserTestSuite::suite().
$wgThumbUpright = 0.75 |
Adjust width of upright images when parameter 'upright' is used This allows a nicer look for upright images without the need to fix the width by hardcoded px in wiki sourcecode.
Definition at line 3045 of file DefaultSettings.php.
Referenced by Linker::makeImageLink2().
$wgTidyBin = 'tidy' |
$wgTidyConf = $IP.'/includes/tidy.conf' |
Definition at line 2665 of file DefaultSettings.php.
Referenced by MWTidy::execExternalTidy(), and MWTidy::execInternalTidy().
$wgTidyInternal = extension_loaded( 'tidy' ) |
Definition at line 2667 of file DefaultSettings.php.
Referenced by MWTidy::checkErrors(), and MWTidy::tidy().
$wgTidyOpts = '' |
$wgTiffThumbnailType = false |
Browsers don't support TIFF inline generally.
.. For inline display, we need to convert to PNG or JPEG. Note scaling should work with ImageMagick, but may not with GD scaling. // PNG is lossless, but inefficient for photos $wgTiffThumbnailType = array( 'png', 'image/png' ); // JPEG is good for photos, but has no transparency support. Bad for diagrams. $wgTiffThumbnailType = array( 'jpg', 'image/jpeg' );
Definition at line 2368 of file DefaultSettings.php.
Referenced by TiffHandler::canRender(), and TiffHandler::getThumbType().
$wgTmpDirectory = false |
defaults to "{$wgUploadDirectory}/tmp"
Definition at line 164 of file DefaultSettings.php.
Referenced by DBABagOStuff::__construct(), DifferenceEngine::generateDiffBody(), UploadFromUrl::initialize(), MathRenderer::render(), and CheckStorage::restoreText().
$wgTranscludeCacheExpiry = 3600 |
Expiry time for interwiki transclusion.
Definition at line 3734 of file DefaultSettings.php.
Referenced by Parser::fetchScaryTemplateMaybeFromCache().
$wgTranslateNumerals = true |
For Hindi and Arabic use local numerals instead of Western style (0-9) numerals in interface.
Definition at line 1000 of file DefaultSettings.php.
Referenced by Language::formatNum().
$wgTrivialMimeDetection = false |
Switch for trivial mime detection.
Used by thumb.php to disable all fance things, because only a few types of images are needed and file extensions can be trusted.
Definition at line 408 of file DefaultSettings.php.
Referenced by wfGetType().
$wgTrustedMediaFormats |
Initial value:
array( MEDIATYPE_BITMAP, MEDIATYPE_AUDIO, MEDIATYPE_VIDEO, "image/svg+xml", "application/pdf", #"application/x-shockwave-flash", )
Use the MEDIATYPE_xxx constants to represent media types. This list is used by Image::isSafeFile
Types not listed here will have a warning about unsafe content displayed on the images description page. It would also be possible to use this for further restrictions, like disabling direct [[media:...]] links for non-trusted formats.
Definition at line 3698 of file DefaultSettings.php.
Referenced by File::_getIsSafeFile().
$wgUDPProfilerHost = '127.0.0.1' |
Settings for UDP profiler.
Definition at line 2002 of file DefaultSettings.php.
Referenced by ProfilerSimpleUDP::getFunctionReport(), and wfIncrStats().
$wgUDPProfilerPort = '3811' |
Definition at line 2003 of file DefaultSettings.php.
Referenced by ProfilerSimpleUDP::getFunctionReport(), and wfIncrStats().
$wgUniversalEditButton = true |
Enable the UniversalEditButton for browsers that support it (currently only Firefox with an extension) See http://universaleditbutton.org for more background information.
Definition at line 4165 of file DefaultSettings.php.
Referenced by OutputPage::output().
$wgUpdateRowsPerJob = 500 |
Number of rows to update per job.
Definition at line 3758 of file DefaultSettings.php.
Referenced by HTMLCacheUpdate::__construct(), and LinksUpdate::queueRecursiveJobs().
$wgUpdateRowsPerQuery = 100 |
Number of rows to update per query.
Definition at line 3763 of file DefaultSettings.php.
Referenced by HTMLCacheUpdate::__construct().
$wgUploadBaseUrl = "" |
asset paths as seen by users
These various web and file path variables are set to their defaults in Setup.php if they are not explicitly set from LocalSettings.php. If you do override them, be sure to set them all!
These will relatively rarely need to be set manually, unless you are splitting style sheets or images outside the main document root. defaults to "{$wgScriptPath}/skins"
Definition at line 165 of file DefaultSettings.php.
$wgUploadDirectory = false |
defaults to "{$IP}/images"
Definition at line 157 of file DefaultSettings.php.
Referenced by ForeignAPIFile::getThumbPath(), and ForeignAPIRepo::getThumbUrlFromCache().
$wgUploadMaintenance = false |
To disable file delete/restore temporarily.
Definition at line 4353 of file DefaultSettings.php.
Referenced by ImagePage::delete(), and UndeleteForm::execute().
$wgUploadNavigationUrl = false |
Point the upload navigation link to an external URL Useful if you want to use a shared repository by default without disabling local uploads (use $wgEnableUploads = false for that) e.g.
$wgUploadNavigationUrl = 'http://commons.wikimedia.org/wiki/Special:Upload';
This also affects images inline images that do not exist. In that case the URL will get (?|&)wpDestFile=<filename> appended to it as appropriate.
Definition at line 480 of file DefaultSettings.php.
Referenced by SkinTemplate::buildNavUrls(), Linker::getUploadUrl(), and Linker::makeBrokenImageLinkObj().
$wgUploadPath = false |
defaults to "{$wgScriptPath}/images"
Definition at line 156 of file DefaultSettings.php.
Referenced by ForeignAPIRepo::getThumbUrlFromCache().
$wgUploadSizeWarning = false |
Warn if uploaded files are larger than this (in bytes), or false to disable.
Definition at line 2208 of file DefaultSettings.php.
Referenced by UploadBase::checkWarnings().
$wgUrlProtocols |
Initial value:
array( 'http://', 'https://', 'ftp://', 'irc://', 'gopher://', 'telnet://', 'nntp://', 'worldwind://', 'mailto:', 'news:', 'svn://', )
Definition at line 300 of file DefaultSettings.php.
Referenced by ApiFormatBase::formatHTML(), ApiQueryExtLinksUsage::getAllowedParams(), ApiQueryExtLinksUsage::run(), wfParseUrl(), wfSpecialLinkSearch(), and wfUrlProtocols().
$wgUseAjax = true |
Enable AJAX framework.
Definition at line 3768 of file DefaultSettings.php.
Referenced by UploadForm::addUploadJS(), Skin::makeGlobalVariablesScript(), and OutputPage::output().
$wgUseAutomaticEditSummaries = true |
If user doesn't specify any edit summary when making a an edit, MediaWiki will try to automatically create one.
This feature can be disabled by set- ting this variable false.
Definition at line 4147 of file DefaultSettings.php.
Referenced by Article::doEdit().
$wgUseCategoryBrowser = false |
Use experimental, DMOZ-like category browser.
Definition at line 1280 of file DefaultSettings.php.
Referenced by getCategoryLinks().
$wgUseCommaCount = false |
Under which condition should a page in the main namespace be counted as a valid article? If $wgUseCommaCount is set to true, it will be counted if it contains at least one comma.
If it is set to false (default), it will only be counted if it contains at least one [[wiki link]]. See http://www.mediawiki.org/wiki/Manual:Article_count
Retroactively changing this variable will not affect the existing count (cf. maintenance/recount.sql).
Definition at line 1325 of file DefaultSettings.php.
Referenced by Article::isCountable().
$wgUseCopyrightUpload = false |
Set this to true if you want detailed copyright information forms on Upload.
Definition at line 2514 of file DefaultSettings.php.
Referenced by UploadForm::getDescriptionSection(), and SpecialUpload::getInitialPageText().
$wgUseDatabaseMessages = true |
Translation using MediaWiki: namespace.
Interface messages will be loaded from the database.
Definition at line 1006 of file DefaultSettings.php.
Referenced by SpecialAllmessages::execute(), and MediaWikiParserTestSuite::suite().
$wgUseDumbLinkUpdate = false |
Do DELETE/INSERT for link updates instead of incremental.
Definition at line 2125 of file DefaultSettings.php.
Referenced by LinksUpdate::doUpdate().
$wgUseDynamicDates = false |
Enable to allow rewriting dates in page text.
DOES NOT FORMAT CORRECTLY FOR MOST LANGUAGES
Definition at line 991 of file DefaultSettings.php.
Referenced by User::getPageRenderingHash().
$wgUseESI = false |
If you run Squid3 with ESI support, enable this (default:false):.
Definition at line 1799 of file DefaultSettings.php.
Referenced by OutputPage::sendCacheControl(), and AjaxResponse::sendHeaders().
$wgUseETag = false |
Whether MediaWiki should send an ETag header.
Definition at line 1715 of file DefaultSettings.php.
Referenced by OutputPage::sendCacheControl(), and Article::view().
$wgUseExternalEditor = true |
Activate external editor interface for files and pages See http://www.mediawiki.org/wiki/Manual:External_editors.
Definition at line 3529 of file DefaultSettings.php.
Referenced by Preferences::editingPreferences(), DifferenceEngine::showDiffPage(), and ImagePage::uploadLinksBox().
$wgUseFileCache = false |
This will cache static pages for non-logged-in users to reduce database traffic on public sites.
Must set $wgShowIPinHeader = false
Definition at line 1699 of file DefaultSettings.php.
Referenced by HTMLFileCache::clearFileCache(), RebuildFileCache::execute(), DBConnectionError::getHTML(), Article::getOutputFromWikitext(), HTMLCacheUpdate::invalidateTitles(), HTMLFileCache::saveToFileCache(), HTMLFileCache::useFileCache(), RawPage::view(), and Article::view().
$wgUseGzip = false |
When using the file cache, we can store the cached HTML gzipped to save disk space.
Pages will then also be served compressed to clients that support it. THIS IS NOT COMPATIBLE with ob_gzhandler which is now enabled if supported in the default LocalSettings.php! If you enable this, remove that setting first.
Requires zlib support enabled in PHP.
Definition at line 1712 of file DefaultSettings.php.
Referenced by HTMLFileCache::useGzip().
$wgUseImageMagick = false |
Resizing can be done using PHP's internal image libraries or using ImageMagick or another third-party converter, e.g.
GraphicMagick. These support more file formats than PHP, which only supports PNG, GIF, JPG, XBM and WBMP.
Use Image Magick instead of PHP builtin functions.
Definition at line 2300 of file DefaultSettings.php.
Referenced by BitmapHandler::doTransform().
$wgUseImageResize = true |
Obsolete, always true, kept for compatibility with extensions.
Definition at line 2406 of file DefaultSettings.php.
Referenced by BitmapHandler::doTransform().
$wgUseInstantCommons = false |
Use Commons as a remote file repository.
Essentially a wrapper, when this is enabled $wgForeignFileRepos will point at Commons with a set of default settings
Definition at line 265 of file DefaultSettings.php.
$wgUseLocalMessageCache = false |
Set this to true to make a local copy of the message cache, for use in addition to memcached.
The files will be put in $wgCacheDirectory.
Definition at line 803 of file DefaultSettings.php.
Referenced by MessageCache::load(), and MessageCache::saveToCaches().
$wgUseMemCached = false |
Memcached-specific settings See docs/memcached.txt
Definition at line 792 of file DefaultSettings.php.
$wgUseNPPatrol = true |
Use new page patrolling to check new pages on Special:Newpages.
Definition at line 2939 of file DefaultSettings.php.
Referenced by Article::doEdit(), RecentChange::doMarkPatrolled(), RecentChange::getIRCLine(), User::isAllowed(), Article::markpatrolled(), and User::useNPPatrol().
$wgUsePathInfo |
Initial value:
( strpos( php_sapi_name(), 'cgi' ) === false ) && ( strpos( php_sapi_name(), 'apache2filter' ) === false ) && ( strpos( php_sapi_name(), 'isapi' ) === false )
PATH_INFO *may* be correct if cgi.fix_pathinfo is set, but then again it may not; lighttpd converts incoming path data to lowercase on systems with case-insensitive filesystems, and there have been reports of problems on Apache as well.
To be safe we'll continue to keep it off by default.
Override this to false if $_SERVER['PATH_INFO'] contains unexpectedly incorrect garbage, or to true if it is really correct.
The default $wgArticlePath will be set based on this value at runtime, but if you have customized it, having this incorrectly set to true can cause redirect loops when "pretty URLs" are used.
Definition at line 115 of file DefaultSettings.php.
Referenced by WebRequest::interpolateTitle().
$wgUsePrivateIPs = false |
Should forwarded Private IPs be accepted?
Definition at line 1847 of file DefaultSettings.php.
Referenced by wfGetIP().
$wgUseRCPatrol = true |
Use RC Patrolling to check for vandalism.
Definition at line 2936 of file DefaultSettings.php.
Referenced by SpecialRecentChanges::checkLastModified(), Article::commitRollback(), Article::doEdit(), RecentChange::doMarkPatrolled(), RecentChange::getIRCLine(), User::getToggles(), User::isAllowed(), Article::markpatrolled(), Preferences::rcPreferences(), RebuildRecentchanges::rebuildRecentChangesTablePass4(), Article::rollback(), DifferenceEngine::showDiffPage(), User::useNPPatrol(), User::useRCPatrol(), and Preferences::watchlistPreferences().
$wgUserEmailUseReplyTo = false |
Set to true to put the sending user's email in a Reply-To header instead of From.
($wgEmergencyContact will be used as From.)
Some mailers (eg sSMTP) set the SMTP envelope sender to the From value, which can cause problems with SPF validation and leak recipient addressses when bounces are sent to the sender.
Definition at line 556 of file DefaultSettings.php.
Referenced by EmailUserForm::doSubmit().
$wgUserrightsInterwikiDelimiter = '@' |
Character used as a delimiter when testing for interwiki userrights (In Special:UserRights, it is possible to modify users on different databases if the delimiter is used, e.g.
Someuser).
It is recommended that you have this delimiter in $wgInvalidUsernameCharacters above, or you will not be able to modify the user rights of those users via Special:UserRights
Definition at line 4240 of file DefaultSettings.php.
Referenced by UserrightsPage::fetchUser(), and LogPage::getTitleLink().
$wgUsersNotifiedOnAllChanges = array() |
Array of usernames who will be sent a notification email for every change which occurs on a wiki.
Definition at line 1759 of file DefaultSettings.php.
Referenced by EmailNotification::actuallyNotifyOnPageChange().
$wgUseSharedUploads = false |
If you operate multiple wikis, you can define a shared upload path here.
Uploads to this wiki will NOT be put there - they will be put into $wgUploadDirectory. If $wgUseSharedUploads is set, the wiki will look in the shared repository if no file of the given name is found in the local repository (for [[Image:..]], [[Media:..]] links). Thumbnails will also be looked for and generated in this directory.
Note that these configuration settings can now be defined on a per- repository basis for an arbitrary number of file repositories, using the $wgForeignFileRepos variable.
Definition at line 445 of file DefaultSettings.php.
Referenced by UploadDumper::execute().
$wgUseSiteCss = true |
Use the site's Cascading Style Sheets (CSS)?
Definition at line 2917 of file DefaultSettings.php.
Referenced by setupUserCss().
$wgUseSiteJs = true |
Use the site's Javascript page?
Definition at line 2914 of file DefaultSettings.php.
Referenced by OutputPage::getHeadScripts(), and SkinTemplate::outputPage().
$wgUseSquid = false |
Enable/disable Squid.
Definition at line 1796 of file DefaultSettings.php.
Referenced by Article::doDeleteArticle(), Article::doPurge(), BenchmarkPurge::execute(), LocalFileDeleteBatch::execute(), HTMLCacheUpdate::invalidateTitles(), Title::moveOverExistingRedirect(), Title::moveToNewTitle(), Title::purgeSquid(), LocalFile::purgeThumbnails(), MathRenderer::render(), OutputPage::sendCacheControl(), AjaxResponse::sendHeaders(), and File::transform().
$wgUseTagFilter = true |
Allow filtering by change tag in recentchanges, history, etc Has no effect if no tags are defined in valid_tag.
Definition at line 4216 of file DefaultSettings.php.
Referenced by ChangeTags::buildTagFilterSelector(), and ChangeTags::modifyDisplayQuery().
$wgUseTeX = false |
To use inline TeX, you need to compile 'texvc' (in the 'math' subdirectory of the MediaWiki package and have latex, dvips, gs (ghostscript), andconvert (ImageMagick) installed and available in the PATH.
Please see math/README for more information.
Definition at line 1958 of file DefaultSettings.php.
Referenced by Preferences::mathPreferences(), and CoreTagHooks::register().
$wgUseTidy = false |
$wgUseTidy: use tidy to make sure HTML output is sane.
Tidy is a free tool that fixes broken HTML. See http://www.w3.org/People/Raggett/tidy/ $wgTidyBin should be set to the path of the binary and $wgTidyConf to the path of the configuration file. $wgTidyOpts can include any number of parameters.
$wgTidyInternal controls the use of the PECL extension to use an in- process tidy library instead of spawning a separate program. Normally you shouldn't need to override the setting except for debugging. To install, use 'pear install tidy' and add a line 'extension=tidy.so' to php.ini.
Definition at line 2662 of file DefaultSettings.php.
Referenced by RefreshLinks::doRefreshLinks(), Parser::parse(), and ParserTest::tidy().
$wgUseTrackbacks = false |
Support blog-style "trackbacks" for articles.
See http://www.sixapart.com/pronet/docs/trackback_spec for details.
Definition at line 3740 of file DefaultSettings.php.
Referenced by bottomLinks(), SkinTemplate::buildNavUrls(), Article::doDeleteArticle(), OutputPage::headElement(), Title::moveOverExistingRedirect(), SkinTemplate::outputPage(), Article::showViewFooter(), and Article::view().
$wgUseTwoButtonsSearchForm = true |
Search form behavior true = use Go & Search buttons false = use Go button & Advanced search link.
Definition at line 4183 of file DefaultSettings.php.
Referenced by MonoBookTemplate::searchBox(), ModernTemplate::searchBox(), SkinCologneBlue::searchForm(), and searchForm().
$wgUseXVO = false |
Send X-Vary-Options header for better caching (requires patched Squid).
Definition at line 1802 of file DefaultSettings.php.
Referenced by OutputPage::sendCacheControl(), ApiMain::sendCacheHeaders(), and wfGzipHandler().
$wgUseZhdaemon = false |
Whether to use zhdaemon to perform Chinese text processing zhdaemon is under developement, so normally you don't want to use it unless for testing.
Definition at line 1079 of file DefaultSettings.php.
$wgValidateAllHtml = false |
Validate the overall output using tidy and refuse to display the page if it's not valid.
Definition at line 2679 of file DefaultSettings.php.
Referenced by wfOutputHandler().
$wgValidSkinNames = array() |
List of valid skin names.
The key should be the name in all lower case, the value should be a display name. The default skins will be added later, by Skin::getSkinNames(). Use Skin::getSkinNames() as an accessor if you wish to have access to the full list.
Definition at line 2860 of file DefaultSettings.php.
Referenced by Skin::getSkinNames().
$wgVariantArticlePath = false |
Like $wgArticlePath, but on multi-variant wikis, this provides a path format that describes which parts of the URL contain the language variant.
For Example:
$wgLanguageCode = 'sr'; $wgVariantArticlePath = '/$2/$1'; $wgArticlePath = '/wiki/$1';
A link to /wiki/ would be redirected to /sr/Главна_страна
It is important that $wgArticlePath not overlap with possible values of $wgVariantArticlePath. defaults to false
Definition at line 1065 of file DefaultSettings.php.
Referenced by Title::getLocalURL(), WebRequest::interpolateTitle(), and Skin::makeGlobalVariablesScript().
$wgVectorExtraStyles = null |
Add extra stylesheets for Vector - This is only being used so that we can play around with different options while keeping our CSS code in the SVN and not having to change the main Vector styles.
This will probably go away later on. null = add no extra styles array = list of style paths relative to skins/vector/
Definition at line 4205 of file DefaultSettings.php.
Referenced by SkinVector::initPage().
$wgVectorUseIconWatch = false |
Watch and unwatch as an icon rather than a link for Vector skin only true = use an icon watch/unwatch button false = use watch/unwatch text link.
Definition at line 4197 of file DefaultSettings.php.
Referenced by SkinVector::buildNavigationUrls().
$wgVectorUseSimpleSearch = false |
Search form behavior for Vector skin only true = use an icon search button false = use Go & Search buttons.
Definition at line 4190 of file DefaultSettings.php.
Referenced by VectorTemplate::renderNavigation().
$wgVerifyMimeType = true |
Determines if the mime type of uploaded files should be checked.
Definition at line 379 of file DefaultSettings.php.
Referenced by UploadBase::verifyFile(), and wfGetType().
NEVER EDIT THIS FILE.
To customize your installation, edit "LocalSettings.php". If you make changes here, they will be lost on next upgrade of MediaWiki!
Note that since all these string interpolations are expanded before LocalSettings is included, if you localize something like $wgScriptPath, you must also localize everything that depends on it.
Documentation is in the source and on: http://www.mediawiki.org/wiki/Manual:Configuration_settings Create a site configuration object Not used for much in a default install MediaWiki version number
Definition at line 36 of file DefaultSettings.php.
Referenced by OutputPage::addDefaultMeta(), do_postgres_updates(), XmlDumpWriter::generator(), SkinModern::getPoweredBy(), SpecialVersion::getVersion(), SpecialVersion::getVersionLinked(), Skin::makeGlobalVariablesScript(), AtomFeed::outHeader(), RSSFeed::outHeader(), DatabasePostgres::setup_database(), DatabaseOracle::setup_database(), Http::userAgent(), and wfUseMW().
$wgWantedPagesThreshold = 1 |
Number of links to a page required before it is deemed "wanted".
Definition at line 1926 of file DefaultSettings.php.
Referenced by WantedPagesPage::getSQL().
$wgWellFormedXml = true |
Should we try to make our HTML output well-formed XML? If set to false, output will be a few bytes shorter, and the HTML will arguably be more readable.
If set to true, life will be much easier for the authors of screen-scraping bots, and the HTML will arguably be more readable.
Setting this to false may omit quotation marks on some attributes, omit slashes from some self-closing tags, omit some ending tags, etc., where permitted by HTML5. Setting it to true will not guarantee that all pages will be well-formed, although non-well-formed pages should be rare and it's a bug if you find one. Conversely, setting it to false doesn't mean that all XML-y constructs will be omitted, just that they might be.
Because of compatibility with screen-scraping bots, and because it's controversial, this is currently left to true by default.
Definition at line 977 of file DefaultSettings.php.
Referenced by Html::expandAttributes(), OutputPage::headElement(), Html::inlineScript(), Html::inlineStyle(), and Html::rawElement().
$wgWhitelistRead = false |
$wgXhtmlDefaultNamespace = 'http://www.w3.org/1999/xhtml' |
Definition at line 934 of file DefaultSettings.php.
Referenced by OutputPage::headElement(), and SkinTemplate::outputPage().
$wgXhtmlNamespaces = array() |
Permit other namespaces in addition to the w3.org default.
Use the prefix for the key and the namespace for the value. For example: $wgXhtmlNamespaces['svg'] = 'http://www.w3.org/2000/svg'; Normally we wouldn't have to define this in the root <html> element, but IE needs it there in some circumstances.
Definition at line 987 of file DefaultSettings.php.
Referenced by OutputPage::headElement(), and SkinTemplate::outputPage().
$wgXMLMimeTypes |
Initial value:
array( 'http://www.w3.org/2000/svg:svg' => 'image/svg+xml', 'svg' => 'image/svg+xml', 'http://www.lysator.liu.se/~alla/dia/:diagram' => 'application/x-dia-diagram', 'http://www.w3.org/1999/xhtml:html' => 'text/html', 'html' => 'text/html', )
array = ( 'rootElement' => 'associatedMimeType' )
Definition at line 414 of file DefaultSettings.php.
Referenced by MimeMagic::doGuessMimeType().
$wgZhdaemonHost = "localhost" |
Definition at line 1080 of file DefaultSettings.php.
$wgZhdaemonPort = 2004 |
Definition at line 1081 of file DefaultSettings.php.