User Mentions Application

Version 21.4 by Admin on 2020/06/08 00:22

bellMacro to mention a user
TypeXAR
CategoryApplication
Developed by

Manuel Leduc

Active Installs1
Rating
0 Votes
LicenseGNU Lesser General Public License 2.1
Compatibility

XWiki Standard 12.4+

Installable with the Extension Manager

Description

This extension is still under heavy development and is highly unstable: use it only to perform tests on a dedicated XWiki instance.

This Mentions application allows for the integration of user mentions on XWiki.

This application integrates the user mentions feature in XWiki. Users can mention other users using a dedicated macro. Users are then notified of the pages in which they are mentioned through XWiki activity stream.

demo_mentions.png

Mentions Auto-Completion

To assist quickly mentioning users, an auto-completion is displayed when '@' is typed in the WYSIWYG editor.
A list of users matching the characters typed after the '@' is presented as you type.

Mention Macro

The mention macro allows for the insertion of the mention to a user in a body of text.
It has two parameters:

- The identifier of the mentioned user
- The mode of display of the mentioned user identity:
  - First and last name
  - First name only
  - User login

The mention macro can be user in all long text fields of the Wiki, for instance:
- The body of the documents
- Long text fields of the applications
- Comments
- Annotations

A notification will be sent to the mentioned user, who will eventually receive it according to its notifications settings.

Comments and Annotations currently use a wiki editor and not the WYSIWYG editor (see Using the Source Editor).
XWIKI-17318 aims at integrating the WYSIWYG editor on the comments and annotations.

Using the WYSIWYG Editor

To insert a mention:

  1. In the WYSIWYG editor menu click on add a mention and select other macros
  2. Search for the User Mention entry and click on select
  3. Look for a user name in the first field
  4. Select a display method for the mention:
    1. First and last name of the user (e.g., John Doe)
    2. First name only (e.g., John)
    3. User login (e.g., JDoe)

These steps are detailed in the gallery below.

Using the Source Editor

{{mention identifier="XWiki.Admin" displayChoice="FIRST_AND_LAST_NAME"/}}
{{mention identifier="XWiki.Admin" displayChoice="FIRST_NAME"/}}
{{mention identifier="XWiki.Admin" displayChoice="LOGIN"/}}

Parameters definition

NameOptionalAllowed valuesDefault valueDescription
identifiernoA user identifier (for instance xwiki:XWiki.User)-The user identifier of the mentioned user.
displayChoicenoA value of the DisplayChoice enumeration (i.e., FIRST_AND_LAST_NAME, FIRST_NAME, or LOGIN).-

Defines of the mentioned user is presented in the macro.

  • FIRST_AND_LAST_NAME: The first and last name of the user is displayed.
  • FIRST_NAME: Only the first name of the user is displayed.
  • LOGIN: The login of the user is displayed.

Notifications

The mentions rely on the standard notification mechanism of XWiki, based on XWiki Activity Stream.

User Mentions Activation

A user can choose if and how they want to receive their mentions through the notifications, using the notifications settings.
To do so, choose the notification entry in the user's profile and turn the toggle buttons on in the Notification menu or Email columns of the Mentions row.

Administration

To promote the widest adoption of the mentions, we suggest to activate the notifications of the mentions for all users by default.

Global Mentions Activation

Notifications can be globally configured on the wiki administration, in the Notifications entry (under the Other category).
To do so, turn the toggle buttons on in the Notification menu or Email columns of the Mentions row.
The users of the wiki still have the possibility to change these settings individually (see the User Mentions Activation section).

Mentions Colors Administration

Mentions colors can be configured in the wiki administration, in the sub-section Mentions of the Other section.
Two colors can be configured, the default color of the mentions, and the colors of the mentions to the current users.

Known related issues

Prerequisites & Installation Instructions

We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager). Note that installing Extensions when being offline is currently not supported and you'd need to use some complex manual method.

You can also use the following manual method, which is useful if this extension cannot be installed with the Extension Manager or if you're using an old version of XWiki that doesn't have the Extension Manager:

  1. Log in the wiki with a user having Administration rights
  2. Go to the Administration page and select the Import category
  3. Follow the on-screen instructions to upload the downloaded XAR
  4. Click on the uploaded XAR and follow the instructions
  5. You'll also need to install all dependent Extensions that are not already installed in your wiki

Release Notes

v1.0

Dependencies

Dependencies for this extension (org.xwiki.contrib:mentions-ui 1.0):

  • org.xwiki.contrib:mentions-api 1.0
Tags:
    

Get Connected