Extension:ManageWiki
![]() État de la version : stable |
|
---|---|
![]() |
|
Description | Allows wiki administrators to change many aspects of their configuration. |
Maintenance | Miraheze system administrators |
Dernière version | continuous updates |
MediaWiki | 1.36.0+ |
PHP | 7.2+ |
Modifie la base de données |
Oui |
Composer | miraheze/managewiki |
Licence | Licence publique générale GNU v3.0 |
Téléchargement | |
|
|
|
|
Utilisation des wikis publics | 225 (Ranked 392nd) |
Traduire l’extension ManageWiki | |
L'extension ManageWiki fournit plusieurs pages spéciales pour la gestion du wiki : Special:ManageWiki, Special:ManageWiki/extensions, Special:ManageWiki/settings, Special:ManageWiki/namespaces et Special:ManageWiki/permissions. Les noms sont explicites.
- Special:ManageWiki
- Special:ManageWiki/extensions
- Special:ManageWiki/settings
- Special:ManageWiki/namespaces
- Special:ManageWiki/permissions
For detailed information please see this detailed page.
Issues and bug reporting
For reporting an issue or a bug, please use Miraheze Phabricator. See here for the workboard.
Installation
- First, download and install the separate extension CreateWiki .
- Télécharger et placez le(s) fichier(s) dans un répertoire appelé
ManageWiki
dans votre dossierextensions/
. - Ajoutez le code suivant à la fin de votre fichier
LocalSettings.php
:wfLoadExtension( 'ManageWiki' );
- Exécutez le script de mise à jour qui va créer automatiquement les tables de base de données dont cette extension a besoin.
- Fait – Accédez à Special:Version sur votre wiki pour vérifier que l'extension a bien été installée.
Utilisation
The ManageWiki page is used to manage several aspects of a wiki's settings. As mentioned above, users with the appropriate permissions can manage settings on their wiki, enable/disable extensions and also change permissions (wgGroupPermissions) directly from their wiki.
All settings changes are listed at Special:Log/managewiki. Anyone who has the managewiki
right can change wiki settings and use Special:ManageWiki but you only need the "read" right to view configuration.
Configuration
paramètre | défaut | Commentaire |
---|---|---|
$wgManageWiki
|
[ 'cdb' => false, 'core' => false, 'extensions' => false, 'namespaces' => false, 'permissions' => false, 'settings' => false, ];
|
Which modules of ManageWiki should be enabled on the wiki. |
$wgManageWikiCDBDirectory
|
false
|
This will enable CDB capabilities in ManageWiki. |
$wgManageWikiExtensions
|
false
|
An array of extensions enabled within the wiki farm. |
$wgManageWikiExtensionsDefault
|
false
|
An array of default extensions. |
$wgManageWikiSettings
|
false
|
An array of settings that can be managed through Special:ManageWiki |
$wgManageWikiPermissionsAdditionalAddGroups
|
false
|
ManageWiki's version of $wgAddGroups. |
$wgManageWikiPermissionsAdditionalRemoveGroups
|
false
|
ManageWiki's version of $wgRemoveGroups. |
$wgManageWikiPermissionsAdditionalRights
|
false
|
ManageWiki's version of $wgGroupPermissions. |
$wgManageWikiPermissionsDisallowedGroups
|
false
|
An array of usergroups which ManageWiki can't manage. Will prevent users creating same named groups as well. |
$wgManageWikiPermissionsDisallowedRights
|
[ 'managewiki-restricted', ];
|
An array of user rights that ManageWiki can not manage and assign on wiki. |
$wgManageWikiPermissionsDefaultPrivateGroup
|
false
|
Name of a group to add to private wikis. False disables this function. |
$wgManageWikiHelpUrl
|
false
|
URL of a help page for ManageWiki on the local wiki farm. |
$wgManageWikiSidebarLinks
|
false
|
Whether to show quick links to ManageWiki pages in the sidebar. |
Voir aussi
This extension is made by Miraheze. It may have issues you don't see in Miraheze. To report a bug or request a configuration change, please do so in the Miraheze Phabricator instead of the Wikimedia one. |
Cette extension est incluse dans les paquets et / ou les fermes de wikis suivants : Cette liste ne fait pas autorité. Certaine fermes de wikis ou d'hébergeurs peuvent contenir ce extension même s'ils ne figurent pas ici. Vérifiez toujours cela dans votre environement avant de confirmer. |