Extension:ConfigManager
Appearance
| This extension is mainly supported in an external venue: BlueSpice Community Forum. If you need help, you should post there, and not on the talk page. |
Release status: stable |
|
|---|---|
| Description | Provides a special page that enables managing global wiki settings in one place. |
| Author(s) | Hallo Welt! GmbH |
| Maintainer(s) | Hallo Welt! GmbH |
| Latest version | - |
| Compatibility policy | For every MediaWiki release that is a Long Term Support release there is a corresponding branch in the extension. |
| MediaWiki | 1.43 (LTS) |
|
|
|
|
| Licence | GNU General Public License 3.0 only |
| Download | |
| Translate the ConfigManager extension if it is available at translatewiki.net | |
BlueSpiceConfigManager provides a special page that enables managing global wiki settings in one place.
Usage / features
[edit]Once on the special page, all settings are grouped by logical groups.
There are three groupings of the settings:
- by featureː grouping by type of functionality setting belongs to (searching, administration...).
- by extensionː grouping by the extension the setting is coming from.
- by packageː grouping by the edition type (free, pro, cloud).
Requirements
[edit]This extension requires BlueSpiceFoundation.
Installation
[edit]- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-BlueSpiceConfigManager
.git) as a "vcs repository" and the package name (mediawiki/BlueSpiceConfigManager) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-BlueSpiceConfigManager .git" } ], "require": { "mediawiki/BlueSpiceConfigManager": "BlueSpiceConfigManager" } }
- Run the following command in your MediaWiki installation path
composer update --no-dev
- Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'BlueSpiceConfigManager' );
Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

