Extension:PermissionManager/ru
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. |
Статус релиза: стабильно |
|
|---|---|
| Описание | Easy administration of the rights management; delegation of special rights to groups. |
| Автор(ы) | Hallo Welt! GmbH |
| Поддерживающий(ие) | Hallo Welt! GmbH |
| Последняя версия | - |
| Политика совместимости | В расширении есть соответствуюшая ветвь для каждого релиза MediaWiki, который является релизом долгосрочной поддержки (Long Term Support release). |
| MediaWiki | 1.43 (LTS) |
| Изменения в БД | Да |
|
|
| Licence | GNU General Public License 3.0 only |
| Скачать | |
| Переведите расширение PermissionManager, если оно доступно на translatewiki.net | |
The extension PermissionManager allows an easy and convenient management of usergroup rights.
Usage / features
PermissionManager is used for managing rights or permissions at a group and namespace level:
- Assignment of permissions to a user group.
- Display of permissions inherited from groups higher in the hierarchy.
- Display of permissions blocked by another group.
- 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.
External links
- Helpdesk - PermissionManager
См. также
Installation
- Add the repo url (https://github.com/wikimedia/mediawiki-extensions-PermissionManager/ru.git) as a "vcs repository" and the package name (mediawiki/PermissionManager/ru) and version to the
requiresection of yourcomposer.local.json. Example:
{ "repositories": [ { "type": "vcs", "url": "https://github.com/wikimedia/mediawiki-extensions-PermissionManager/ru.git" } ], "require": { "mediawiki/PermissionManager/ru": "dev-REL1_43" } }
- 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/ru' );
Готово Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Categories:
- Stable extensions/ru
- Extensions with invalid or missing type/ru
- BSPermissionManagerGroupDeleted extensions/ru
- BSPermissionManagerGroupEdited extensions/ru
- LoadExtensionSchemaUpdates extensions/ru
- MWStakeCommonUIRegisterSkinSlotComponents extensions/ru
- MWStakeDynamicConfigRegisterConfigs extensions/ru
- GPL licensed extensions/ru
- Extensions in Wikimedia version control/ru
- All extensions/ru
- Extensions by HalloWelt/ru
- BlueSpice/ru

