Difference between revisions of "Reference:BlueSpicePageAssignments"
m (Tag: 2017 source edit) |
m (Tag: Visual edit) |
Contents
Extension: BlueSpicePageAssignments
Overview | |||
---|---|---|---|
Description: | Assigns individual users or whole groups to pages, e.g. as responsible editors. | ||
State: | stable | Dependency: | BlueSpice |
Developer: | HalloWelt | License: | GPL v3 only |
Type: | BlueSpice | Category: | Quality Assurance |
Edition: | BlueSpice free | ||
Features[edit source]
PageAssignments allows to assign pages to single users or user groups. Assigned users automatically have edit rights for a page. They will be notified about changes to the page via email or internal notifications.
Usage / features[edit | edit source]
- 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.
- Administrators Users with maintenanceadmin or reviewer rights can manage all assignments on the page Special:ManagePageAssignments.
Technical information[edit | edit source]
Configuration[edit | edit source]
The page assignments can be displayed in the title section of the page. Activate this page assignments display in LocalSettings.php (or in the php file in the d.settings folder):
$GLOBALS['bsgBlueSpiceCalummaPageHeaderBeforeContentEnabledProviders'] = [ "pageheader-assignments" ];
Set the limit:
$GLOBALS['bsgPageAssignmentsPageHeaderLimit'] = 25;
Rights (permissions)[edit | edit source]
Pages can only be assigned to users with the pageassignable permission (by default, this right is assigned to the editor and author roles). Only users with pageassignments permission can assign pages to others (by default, this right is assigned to the reviewer and maintenanceadmin role).
Requirements[edit | edit source]
PageAssignments requires BlueSpiceFoundation.
More info[edit | edit source]
For detailed description and usage, visit our help page.
Demo[edit | edit source]
Try out page assignments in our BlueSpiceDemo.
{{DISPLAYTITLE:PageAssignments}} {{BSExtensionInfobox |desc=Assigns individual users or whole groups to pages, e.g. as responsible editors. |status=stable |developer=HalloWelt |type=BlueSpice |edition=BlueSpice free |active=Yes |compatible=BlueSpice |category=Quality Assurance |license=GPL v3 only |docu=https://www.mediawiki.org/wiki/Extension:PageAssignments }} '''PageAssignments''' allows to assign pages to single users or user groups. Assigned users automatically have edit rights for a page. They will be notified about changes to the page via email or internal notifications. ==Usage / features== *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''. *Administrators Users with ''maintenanceadmin'' or ''reviewer'' rights can manage all assignments on the page ''Special:ManagePageAssignments.'' ==Technical information== ===Configuration=== The page assignments can be displayed in the title section of the page. Activate this page assignments display in ''LocalSettings.php'' (or in the php file in the ''d.settings'' folder): $GLOBALS['bsgBlueSpiceCalummaPageHeaderBeforeContentEnabledProviders'] = [ "pageheader-assignments" ]; Set the limit: $GLOBALS['bsgPageAssignmentsPageHeaderLimit'] = 25; ===Rights (permissions)=== Pages can only be assigned to users with the ''pageassignable'' permission (by default, this right is assigned to the ''editor'' and a''uthor'' roles). Only users with ''pageassignments'' permission can assign pages to others (by default, this right is assigned to the ''reviewer'' and ''maintenanceadmin'' role). ===Requirements=== PageAssignments requires [[Reference:BlueSpiceFoundation|BlueSpiceFoundation]]. ==More info== For detailed description and usage, visit our [[Manual:Extension/PageAssignments|help page.]] ==Demo== Try out page assignments in our [https://en.demo.bluespice.com/wiki/Main_Page BlueSpiceDemo.] {{Translation}} [[Category:BlueSpice free]] [[Category:Extension]] __FORCETOC__
Line 11: | Line 11: | ||
|license=GPL v3 only | |license=GPL v3 only | ||
|docu=https://www.mediawiki.org/wiki/Extension:PageAssignments | |docu=https://www.mediawiki.org/wiki/Extension:PageAssignments | ||
− | }}'''PageAssignments''' allows to assign pages to single users or user groups. Assigned users automatically have edit rights for a page. They will be notified about changes to the page via email or internal notifications. | + | }} |
+ | '''PageAssignments''' allows to assign pages to single users or user groups. Assigned users automatically have edit rights for a page. They will be notified about changes to the page via email or internal notifications. | ||
==Usage / features== | ==Usage / features== | ||
Line 20: | Line 21: | ||
*Assigned users can transfer their resposibility to another user if they have reviewer rights. | *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 can view their assignments on the page ''Special:PageAssignments''. | ||
− | * | + | *Users with ''maintenanceadmin'' or ''reviewer'' rights can manage all assignments on the page ''Special:ManagePageAssignments.'' |
==Technical information== | ==Technical information== | ||
Line 31: | Line 32: | ||
===Rights (permissions)=== | ===Rights (permissions)=== | ||
− | Pages can only be assigned to users with the ''pageassignable'' permission (by default, this right is assigned to the ''editor'' and a''uthor'' roles). Only users with ''pageassignments'' permission can assign pages to others (by default, this right is assigned to the ''reviewer'' role). | + | Pages can only be assigned to users with the ''pageassignable'' permission (by default, this right is assigned to the ''editor'' and a''uthor'' roles). Only users with ''pageassignments'' permission can assign pages to others (by default, this right is assigned to the ''reviewer'' and ''maintenanceadmin'' role). |
===Requirements=== | ===Requirements=== |