MediaWiki 1.39.10
|
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 |
$wgDefaultUserOptions ['visualeditor-newwikitext'] = 0 | |
global | $wgDeferredUpdateStrategy |
global | $wgDevelopmentWarnings = true |
Debugging for MediaWiki. | |
global | $wgEnableJavaScriptTest = true |
global | $wgEnableUploads = true |
$wgForceDeferredUpdatesPreSend = true | |
global | $wgLocalisationCacheConf |
$wgLocalisationCacheConf ['store'] = 'array' | |
$wgPasswordAttemptThrottle | |
global | $wgRateLimits |
Make testing possible (or easier) | |
global | $wgRestAPIAdditionalRouteFiles = [ 'includes/Rest/coreDevelopmentRoutes.json' ] |
global | $wgShowExceptionDetails = true |
global | $wgShowHostnames = true |
global | $wgSQLMode = 'STRICT_ALL_TABLES,ONLY_FULL_GROUP_BY' |
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";
Definition in file DevelopmentSettings.php.
$logDir = getenv( 'MW_LOG_DIR' ) |
Definition at line 53 of file DevelopmentSettings.php.
$wgCacheDirectory |
Definition at line 110 of file DevelopmentSettings.php.
$wgCiteBookReferencing = true |
Definition at line 110 of file DevelopmentSettings.php.
global $wgCommandLineMode |
Definition at line 42 of file DevelopmentSettings.php.
Referenced by MediaWiki\Maintenance\MaintenanceRunner\defineSettings(), RequestContext\getRequest(), MediaWiki\Maintenance\MaintenanceRunner\init(), MediaWiki\Settings\LocalSettingsLoader\loadLocalSettingsFile(), DatabaseUpdater\output(), MWDebug\setup(), MediaWiki\Maintenance\MaintenanceRunner\shouldExecute(), and wfBacktrace().
global $wgDBerrorLog |
Definition at line 43 of file DevelopmentSettings.php.
global $wgDebugLogFile |
Definition at line 42 of file DevelopmentSettings.php.
global $wgDebugLogGroups |
Definition at line 43 of file DevelopmentSettings.php.
$wgDefaultUserOptions[ 'visualeditor-newwikitext'] = 0 |
Definition at line 133 of file DevelopmentSettings.php.
global $wgDeferredUpdateStrategy |
Definition at line 72 of file DevelopmentSettings.php.
$wgDevelopmentWarnings = true |
Debugging for MediaWiki.
Definition at line 41 of file DevelopmentSettings.php.
foreach ($wgRateLimits as $right=> & $limit $wgEnableJavaScriptTest) = true |
Definition at line 71 of file DevelopmentSettings.php.
$wgEnableUploads = true |
Definition at line 110 of file DevelopmentSettings.php.
$wgForceDeferredUpdatesPreSend = true |
Definition at line 102 of file DevelopmentSettings.php.
global $wgLocalisationCacheConf |
Definition at line 109 of file DevelopmentSettings.php.
$wgLocalisationCacheConf[ 'store'] = 'array' |
Definition at line 116 of file DevelopmentSettings.php.
$wgPasswordAttemptThrottle |
Definition at line 92 of file DevelopmentSettings.php.
global $wgRateLimits |
Make testing possible (or easier)
Definition at line 71 of file DevelopmentSettings.php.
$wgRestAPIAdditionalRouteFiles = [ 'includes/Rest/coreDevelopmentRoutes.json' ] |
Definition at line 71 of file DevelopmentSettings.php.
$wgShowExceptionDetails = true |
Definition at line 41 of file DevelopmentSettings.php.
$wgShowHostnames = true |
Definition at line 41 of file DevelopmentSettings.php.
$wgSQLMode = 'STRICT_ALL_TABLES,ONLY_FULL_GROUP_BY' |
Experimental changes that may later become the default.
(Must reference a Phabricator ticket)
Definition at line 109 of file DevelopmentSettings.php.
$wgVisualEditorEnableWikitext = true |
Definition at line 131 of file DevelopmentSettings.php.