User Mentions Application

Version 46.1 by Admin on 2021/03/17 19:44

bellMention users in wiki content.
TypeXAR
CategoryApplication
Developed by

XWiki Development Team

Rating
0 Votes
LicenseGNU Lesser General Public License 2.1
Bundled With

XWiki Standard

Compatibility

XWiki Standard 12.6+

Installable with the Extension Manager

Description

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.

This applications is based on the XWiki Platform - Mentions - API. The API documentation details provides more details on how to customize or create your own mentions actors and listeners.

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 four parameters:

- The identifier of the mentioned actor
- The mode of display of the mentioned actor:
  - First and last name
  - First name only
  - User login
- The anchor, a unique identifier of a mention in a document.

XWiki 12.10+ - The type of the mentioned actor

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.

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)
  5. Type a unique anchor, make sure to make it unique across the document, for instance using random.org.

These steps are detailed in the gallery below.

Using the Source Editor

When inserting a mention manually, be careful to make the mention anchor unique across the document, for instance using random.org.

{{mention identifier="XWiki.Admin" displayChoice="FULL_NAME" anchor="xwiki-XWiki.Admin-123456"/}}
{{mention identifier="XWiki.Admin" displayChoice="FIRST_NAME" anchor="xwiki-XWiki.Admin-123456"/}}
{{mention identifier="XWiki.Admin" displayChoice="LOGIN" anchor="xwiki-XWiki.Admin-123456"/}}

Parameters definition

NameOptionalAllowed valuesDefault valueDescription
identifiernoAn actor identifier (for instance xwiki:XWiki.User)-The user identifier of the mentioned actor. It will be read according to the type of the mention. By default a wiki user identifier.
displayChoicenoA value of the DisplayChoice enumeration (i.e., FULL_NAME, FIRST_NAME, or LOGIN).-

Defines of the mentioned user is presented in the macro.

  • FULL_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.
anchornoAny stringThe empty stringA random string, usually prefixed by the mentioned user identifier (e.g., xwiki-XWiki-User).
typeyes (default: 'user')Any stringThe empty stringXWiki 12.10+  The type of the mentioned actor.

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.

Settings

Pool Size

The number of threads dedicated to the analysis of new mentions in created or updated document is available in xwiki.properties.

#-# [Since 12.6RC1]
#-# The detection and notification for the user mentions in created or edited content is done asynchronously
#-# by a pool of consumers.
#-# This properties controls the size of this pool.
#-#
#-# The default is :
# mentions.poolSize = 1

Administration

To promote the widest adoption of the mentions, the notifications of the mentions are activated 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.

Mentions Summary

A summary of the text surrounding a mentions can now be integrated in a mention notification.

The generation and display of the mention summary can be deactivated in the mentions section of the administration.

Monitoring

JMX

An object named org.xwiki:name=mentions is provided and provides two attributes and one operations:

  • QueueSize: Displays the numbers of elements (created or updated pages) to be analysed.
  • ThreadNumber:  The number the threads in the thread pool.
  • clearQueue(): Removes all the elements in the queue. Warning: By doing so some pages will not be analysed and some mentions will be missed. To be used carefully.

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

v12.5-rc-1

Starting with XWiki 12.5RC1 the Mentions Application has been moved to XWiki Platform and the release notes are now part of the XWiki Release Notes.

v1.0

Dependencies

Dependencies for this extension (org.xwiki.platform:xwiki-platform-mentions-ui 13.1):

Tags:
    

Get Connected