Extension:ManageWiki/da
ManageWiki Release status: beta |
|
---|---|
![]() |
|
Beskrivelse | Provides the Special page Special:ManageWiki. |
Forfatter(e) | Southparkfandiskussion |
Maintainer(s) | John Lewis/other sysadmins of Miraheze |
Latest version | continuous updates |
MediaWiki | 1.29+ |
PHP | 5.6+ |
Database changes | Ja |
Licens | GNU General Public License 3.0 |
Download | GitHub: |
managewiki, managewiki-editdefault, managewiki-restricted |
|
Translate the ManageWiki extension | |
The ManageWiki extension provides several special pages for wiki management: Special:ManageWiki, Special:ManageWiki/extensions, Special:ManageWiki/settings, Special:ManageWiki/namespaces and Special:ManageWiki/permissions. The names are self explanatory.
For detailed information please see this detailed page.
For reporting an issue or a bug, please use Miraheze Phabricator.
Installation
- First, download and install the separate extension CreateWiki .
- Download and place the file(s) in a directory called
ManageWiki
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'ManageWiki' );
- Run the update script which will automatically create the necessary database tables that this extension needs.
Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
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.
Konfiguration
parameter | standard | kommentar |
---|---|---|
$wgManageWiki
|
array( 'cdb' => false, 'core' => false, 'extensions' => false, 'namespaces' => false, 'permissions' => false, 'settings' => false, );
|
Which modules of ManageWiki should be enabled on the wiki. |
$wgManageWikiBackendModules
|
array( 'cdb', 'core' );
|
List of backend ManageWiki modules. Burde ikke blive ændret. |
$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. |
$wgManageWikiPermissionsBlacklistGroups
|
false
|
An array of usergroups which ManageWiki can't manage. Will prevent users creating same named groups as well. |
$wgManageWikiPermissionsBlacklistRenames
|
false
|
An array of groups that can not be renamed as they would cause issues. |
$wgManageWikiPermissionsBlacklistRights
|
array( '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 side bar. |
Se også
- Beta status extensions/da
- Extensions with invalid or missing type/da
- GPL licensed extensions/da
- Extensions in GitHub version control/da
- Extensions which add rights/da
- CreateWikiCreation extensions/da
- CreateWikiDeletion extensions/da
- CreateWikiRename extensions/da
- CreateWikiStatePrivate extensions/da
- CreateWikiStatePublic extensions/da
- CreateWikiTables extensions/da
- GetPreferences extensions/da
- LoadExtensionSchemaUpdates extensions/da
- SetupAfterCache extensions/da
- SkinBuildSidebar extensions/da
- All extensions/da
- Extensions by Miraheze/da
- Wiki farm/da
- Site management extensions/da