$smwgAdminRefreshStore

From semantic-mediawiki.org


Configuration parameter details:
Name $smwgAdminRefreshStore
Description Sets whether it is possible to set up the database tables or to initiate the repairing or updating of all semantic data of wiki using the interface on special page "SemanticMediaWiki"
Default setting
true
(Other) available settings
false

Allows to disable triggering the database table setup as well as rebuilding semantic data via special page "SemanticMediaWiki"

Software Semantic MediaWiki
Since version
Until version still available
Configuration Installation
Keyword special page · administration · gardening · setup · store setup · data repair · data rebuild


$smwgAdminRefreshStore is a configuration parameter that sets whether it is possible set up the database tables for Semantic MediaWiki or to initiate the repairing or updating of all semantic data of wiki using the interface on special page "SemanticMediaWiki"Provides functions for wiki administrators that assist in doing their administration work formerly known special page "SMWAdmin". The configuration parameter was introduced in Semantic MediaWiki 1.3.0Released on 7 September 2008 and compatible with MW 1.12.x - 1.15.x. allowing to do this via the URL of the wiki using the "refreshstore" action but was changed with Semantic MediaWiki 1.4.0Released on 21 November 2008 and compatible with MW 1.13.x - 1.16.x. to only be used via the "SemanticMediaWiki" special page.

No longer functional as of Semantic MediaWiki 7.0.0Released on 4 June 2026 and compatible with MW 1.43.x - 1.46.x.. The runtime shim that automatically translated $smwgAdminRefreshStore to its replacement has been removed, so this setting is now silently ignored. Migrate to configuration parameter $smwgAdminFeaturesSets which administrative features may be used via special page "SemanticMediaWiki" (option 'refresh') in "LocalSettings.php".1

See also[edit]


References

  1. ^  | | | | | | | | |  Semantic MediaWiki: GitHub pull request gh:smw:6706