Extension:PageAssignments
Appearance
From mediawiki.org
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.
If you need help, you should post there, and not on the talk page.
PageAssignments allows to assign pages to single users or user groups. Users can be assigned if they have edit rights for a page. Assigned user or groups will be notified about changes of an article via email or internal notifications.
Usage / Features
[edit ]- Assign responsible editors to a page.
- Assign one single user, multiple users or an entire group.
- The responsible editor(s) for the page can be viewed in the flyout "Page assignments" in the quality management tools.
- Assigned users can transfer their resposibility to another user if they have reviewer rights.
- Users can view their assignments on the page Special:PageAssignments.
- Users with maintenanceadmin or reviewer rights can manage all assignments on the page Special:ManagePageAssignments.
Installation
[edit ].git) as a "vcs repository" and the package name (mediawiki/BlueSpicePageAssignments) and version to the require section of your composer.local.json . Example:
{ "repositories":[ { "type":"vcs", "url":"https://github.com/wikimedia/mediawiki-extensions-BlueSpicePageAssignments .git" } ], "require":{ "mediawiki/BlueSpicePageAssignments":"BlueSpicePageAssignments" } }
- 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( 'BlueSpicePageAssignments' );
- Yes Done Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
External Links
[edit ]Categories:
- Stable extensions
- Extensions with invalid or missing type
- ArticleDeleteComplete extensions
- BSApiNamespaceStoreMakeData extensions
- BSBookshelfBooksOverviewBeforeSetBookActions extensions
- BSGroupManagerGroupDeleted extensions
- BSGroupManagerGroupNameChanged extensions
- BSUsageTrackerRegisterCollectors extensions
- BSUserManagerAfterDeleteUser extensions
- BeforePageDisplay extensions
- BlueSpiceDiscoveryTemplateDataProviderAfterInit extensions
- LoadExtensionSchemaUpdates extensions
- MWStakeCommonUIRegisterSkinSlotComponents extensions
- MergeAccountFromTo extensions
- NamespaceManager::editNamespace extensions
- NamespaceManager::getMetaFields extensions
- NamespaceManagerBeforePersistSettings extensions
- NamespaceManagerCollectNamespaceProperties extensions
- NotifyMeWatchlistProviderGetWatchSource extensions
- NotifyMeWatchlistProviderGetWatchers extensions
- PageMoveComplete extensions
- SkinTemplateNavigation::Universal extensions
- StandardDialogsRegisterPageInfoPanelModules extensions
- WikiExplorer::buildDataSets extensions
- WikiExplorer::queryPagesWithFilter extensions
- GPL licensed extensions
- Extensions in Wikimedia version control
- All extensions
- Extensions by HalloWelt
- BlueSpice