Changes for page MentionsMacro

Last modified by Ricardo Julio Rodríguez Fernández on 2026/09/01 20:32

From version 5.1
edited by Ricardo Julio Rodríguez Fernández
on 2026/09/01 20:32
Change comment: Install extension [org.xwiki.platform:xwiki-platform-mentions-ui/18.7.0]
To version 4.1
edited by Ricardo Julio Rodríguez Fernández
on 2026/05/24 12:49
Change comment: Install extension [org.xwiki.platform:xwiki-platform-mentions-ui/18.3.0]

Summary

Details

XWiki.JavaScriptExtension[0]
Code
... ... @@ -23,7 +23,7 @@
23 23  
24 24   /**
25 25   * Compute a new unique anchor for the given reference.
26 - * The unique anchor is based on the mentioned user id, concatenated with a random string of 6 alphanumeric
26 + * The unique anchor is based on the mentionned user id, concatenaed with a random string of 6 alphanumeric
27 27   * characters.
28 28   * The chances of collision are quite low, about 46k mentions for a given mentioned user on a given page (assuming
29 29   * that no mentions are ever deleted).