MediaWiki REL1_37
|
Extra settings useful for MediaWiki development. More...
Go to the source code of this file.
Variables | |
$logDir = getenv( 'MW_LOG_DIR' ) | |
global | $wgCacheDirectory |
global | $wgCiteBookReferencing = true |
global | $wgCommandLineMode |
global | $wgDBerrorLog |
global | $wgDebugLogFile |
global | $wgDebugLogGroups |
global | $wgDebugRawPage = true |
$wgDefaultUserOptions ['visualeditor-newwikitext'] = 0 | |
global | $wgDevelopmentWarnings = true |
Debugging for MediaWiki. | |
global | $wgEnableJavaScriptTest = true |
global | $wgEnableUploads = true |
global | $wgLocalisationCacheConf |
$wgLocalisationCacheConf ['store'] = 'array' | |
global | $wgRateLimits |
Make testing possible (or easier) | |
global | $wgRestAPIAdditionalRouteFiles = [ 'includes/Rest/coreDevelopmentRoutes.json' ] |
global | $wgShowExceptionDetails = true |
global | $wgShowHostnames = true |
global | $wgSQLMode = 'TRADITIONAL' |
Experimental changes that may later become the default. | |
$wgVisualEditorEnableWikitext = true | |
Extra settings useful for MediaWiki development.
To enable built-in debug and development settings, add the following to your LocalSettings.php file.
require "$IP/includes/DevelopmentSettings.php";
Alternatively, if running phpunit.php (or another Maintenance script), you can use the –mwdebug option to automatically load these settings.
Definition in file DevelopmentSettings.php.
$logDir = getenv( 'MW_LOG_DIR' ) |
Definition at line 41 of file DevelopmentSettings.php.
$wgCacheDirectory |
Definition at line 83 of file DevelopmentSettings.php.
$wgCiteBookReferencing = true |
Definition at line 83 of file DevelopmentSettings.php.
global $wgCommandLineMode |
Definition at line 29 of file DevelopmentSettings.php.
Referenced by DeferredUpdates\addUpdate(), MWLBFactory\applyDefaultConfig(), Maintenance\finalSetup(), RequestContext\getRequest(), MWHttpRequest\isLocalURL(), Maintenance\loadSettings(), DatabaseUpdater\output(), MWDebug\setup(), Maintenance\setup(), Maintenance\shouldExecute(), and wfBacktrace().
global $wgDBerrorLog |
Definition at line 30 of file DevelopmentSettings.php.
global $wgDebugLogFile |
Definition at line 29 of file DevelopmentSettings.php.
global $wgDebugLogGroups |
Definition at line 30 of file DevelopmentSettings.php.
$wgDebugRawPage = true |
Definition at line 29 of file DevelopmentSettings.php.
$wgDefaultUserOptions[ 'visualeditor-newwikitext'] = 0 |
Definition at line 106 of file DevelopmentSettings.php.
$wgDevelopmentWarnings = true |
Debugging for MediaWiki.
Definition at line 28 of file DevelopmentSettings.php.
foreach ($wgRateLimits as $right=> & $limit) $wgEnableJavaScriptTest = true |
Definition at line 59 of file DevelopmentSettings.php.
$wgEnableUploads = true |
Definition at line 83 of file DevelopmentSettings.php.
global $wgLocalisationCacheConf |
Definition at line 82 of file DevelopmentSettings.php.
$wgLocalisationCacheConf[ 'store'] = 'array' |
Definition at line 89 of file DevelopmentSettings.php.
global $wgRateLimits |
Make testing possible (or easier)
Definition at line 59 of file DevelopmentSettings.php.
$wgRestAPIAdditionalRouteFiles = [ 'includes/Rest/coreDevelopmentRoutes.json' ] |
Definition at line 59 of file DevelopmentSettings.php.
$wgShowExceptionDetails = true |
Definition at line 28 of file DevelopmentSettings.php.
$wgShowHostnames = true |
Definition at line 28 of file DevelopmentSettings.php.
$wgSQLMode = 'TRADITIONAL' |
Experimental changes that may later become the default.
(Must reference a Phabricator ticket)
Definition at line 82 of file DevelopmentSettings.php.
$wgVisualEditorEnableWikitext = true |
Definition at line 104 of file DevelopmentSettings.php.