Extension:PermissionManager
Appearance
| この拡張機能は主に外部でサポートされています: BlueSpice Community Forum
。 支援が必要な場合は、トークページではなくそちらに投稿してください。 |
リリースの状態: 安定 |
|
|---|---|
| 説明 | 特別な権限を用いて簡単に管理を行える拡張機能です。 |
| 作者 | Hallo Welt! GmbH |
| メンテナー | Hallo Welt! GmbH |
| 最新バージョン | - |
| 互換性の方針 | 長期間サポート リリースであるすべての MediaWiki リリースについて、拡張機能に対応するブランチが存在します。 |
| MediaWiki | 1.43 (LTS) |
| データベースの変更 | はい |
|
|
| ライセンス | GNU 一般公衆利用許諾書 3.0 のみ |
| ダウンロード | |
| translatewiki.net で翻訳を利用できる場合は、PermissionManager 拡張機能の翻訳にご協力ください | |
PermissionManager拡張機能は簡単かつ便利な管理ツールを提供します。
使用法 / 機能
PermissionManagerは権限や名前空間を管理するために使用されています。
- Assignment of permissions to a user group.
- Display of permissions inherited from groups higher in the hierarchy.
- ディスプレイ権限は他の利用者グループによりブロックされています。
- Assignment of permissions on a wiki level (applies to all pages in all namespaces) and on a per-namespace basis. A user group can have certain permission in one namespace but still be denied the same permission in another namespace.
- Creation of permission templates - a set of predefined permissions that can be easily assigned to any number of user groups.
外部リンク
- Helpdesk - PermissionManager
関連項目
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-PermissionManager
.git) as a "vcs repository" and the package name (mediawiki/PermissionManager) and version to the require section of your composer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-PermissionManager .git" } ], "require": { "mediawiki/PermissionManager": "PermissionManager" } }
- 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( 'PermissionManager' );
完了 Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
Categories:
- Stable extensions/ja
- Extensions with invalid or missing type/ja
- BSPermissionManagerGroupDeleted extensions/ja
- BSPermissionManagerGroupEdited extensions/ja
- LoadExtensionSchemaUpdates extensions/ja
- MWStakeCommonUIRegisterSkinSlotComponents extensions/ja
- MWStakeDynamicConfigRegisterConfigs extensions/ja
- GPL licensed extensions/ja
- Extensions in Wikimedia version control/ja
- All extensions/ja
- Extensions by HalloWelt/ja
- BlueSpice/ja

