$smwgBrowseShowAll

From semantic-mediawiki.org


Configuration parameter details:
Name $smwgBrowseShowAll
Description Sets whether the browse view for incoming links on special page special page "Browse" should show the incoming links
Default setting
true
(Other) available settings
false

Allows to disable showing the incoming links on special page "Browse"Shows all properties and their values annotated to a page

Software Semantic MediaWiki
Since version
Until version still available
Configuration Interface settings · Facts display
Keyword interface settings


$smwgBrowseShowAll is a configuration parameter that sets whether the browse view for incoming links on special page "Browse"Shows all properties and their values annotated to a page should show the incoming links. 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. and deprecated with Semantic MediaWiki 3.0.0Released on 11 October 2018 and compatible with MW 1.27.0 - 1.31.x.1.

Image collection Click on the images to enlarge for better view and browsing!
In case the incoming links are not shown by default a link labeled "Show properties that link here" is displayed allowing to manually show the properties after clicking on it. Conversely if the incoming links are shown by default a link labeled "Hide properties that link here" is shown allowing to manually hide the properties after clicking on it.
This configuration parameter was deprecated with Semantic MediaWiki 3.0.0Released on 11 October 2018 and compatible with MW 1.27.0 - 1.31.x. in favour of option SMW_BROWSE_SHOW_INCOMING to configuration parameter $smwgBrowseFeaturesSets the behaviour of the features provided by several browsing interfaces streamlining the overall configuration of Semantic MediaWiki.1 Thus you are advised to migrate your settings in "LocalSettings.php" to the new configuration parameter since this one will be removed with the release of Semantic MediaWiki 3.1.0Released on 23 September 2019 and compatible with MW 1.31.0 - 1.33.x. in 2019.

Default setting[edit]

$smwgBrowseShowAll = true;

This means that incoming links will be shown on special page "Browse"Shows all properties and their values annotated to a page.

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:

Disable the display of incoming links
$smwgBrowseShowAll = false;

This means that incoming links will not be shown on special page "Browse"Shows all properties and their values annotated to a page.

See also[edit]

References

  1. a b  Semantic MediaWiki: GitHub pull request gh:smw:2799