$smwgIgnoreUpgradeKeyCheck
From semantic-mediawiki.org
Configuration parameter details: | |||
Name | $smwgIgnoreUpgradeKeyCheck | ||
Description | Allows to disable the upgrade key check | ||
Default setting | false |
||
(Other) available settings |
|
||
Software | Semantic MediaWiki | ||
Since version | |||
Until version | still available | ||
Configuration | Basic settings · Installation | ||
Keyword | special page · links |
$smwgCompactLinkSupport
is a configuration parameter that sets whether upgrade and setup consistency will be used (default) or bypassed. The configuration parameter was introduced in Semantic MediaWiki 4.1.3Released on 17 February 2024 and compatible with MW 1.35.0 - 1.39.x.. .1
Default setting[edit]
$smwgIgnoreUpgradeKeyCheck = false;
This setting means the software will perform upgrade and setup consistency checks.
Changing the default setting[edit]
To modify the setting to this configuration parameter, add one of the following lines to your "LocalSettings.php" file after the enableSemantics()
call:
- Enable the usage of compact links
$smwgIgnoreUpgradeKeyCheck = true;
This setting means the software will not perform upgrade and setup consistency checks.
References
- ^ Semantic MediaWiki: GitHub pull request gh:smw:5577