Special page "SemanticMediaWiki"

From semantic-mediawiki.org
SemanticMediaWiki
Provides functions for wiki administrators that assist in doing their administration work
Image collection
Further Information
Provided by: Semantic MediaWiki
Added: 2.5.0
Removed: still available
In this wiki: Special:SemanticMediaWiki



SemanticMediaWiki is a special page that provides functions for the software administrators of Semantic MediaWiki. This special page was introduced in Semantic MediaWiki 2.5.0Released on 14 March 2017 and compatible with MW 1.23.0 - 1.29.x. as the modernized as well as substantially extended version of the precursing special page "SMWAdmin"Provides functions for the software administrators that assist in doing their administration work1 which is now just an alias for "SemanticMediaWiki" to keep the page accessible for legacy reasons.2

Access[edit]

Opening this special page requires the smw-admin user right. As of Semantic MediaWiki 7.0.0Released on 4 June 2026 and compatible with MW 1.43.x - 1.46.x., this right is granted by default to the sysop group as well as to the dedicated smwadministrator group.3 In earlier versions only the smwadministrator group held the right by default, so wiki administrators had to add themselves to that group (or grant the right explicitly) before they could open the page.

To remove the default sysop grant, add the following to your "LocalSettings.php" file:

$wgGroupPermissions['sysop']['smw-admin'] = false;

Administrative functions and information provided[edit]

Name Description Help
Configuration settings Allows to view the configuration parameters and their settings help page
Data rebuild Allows to rebuild the semantic data in the storage backend help page
Database installation and upgrade Allows to setup and upgrade the tables to hold the semantic data in the storage backend help page
Deprecation notices Informs about changes to the availability of configuration parameters help page
Duplicate entities Allows to view information about duplicate entities help page
Full-text search index rebuild Allows to rebuild the index for the full-text search help page
Getting support Provides links to various sources of information concerned with Semantic MediaWiki help page
Object ID lookup and disposal Allows to dispose of outdated entities help page
Operational statistics Allows to view the collected operational statistics help page
Property statistics rebuild Allows to rebuild the statistics for property data help page
Wiki registration Allows to register your wiki publicly and enables external statistics collection help page
Viki yöneticilerine yönetim işlerini gerçekleştirmelerine yardımcı olan işlevler sağlar help page
help page
help page
help page


References

  1. ^  Semantic MediaWiki: GitHub pull request gh:smw:2044
  2. ^  Semantic MediaWiki: GitHub issue comment gh:smw:2044:272715734
  3. ^  Semantic MediaWiki: GitHub pull request gh:smw:6873