Änderungen von Dokument MentionsMacro

Zuletzt geändert von Wiki Admin am 2026/08/31 19:18

Von Version 8.1
bearbeitet von Wiki Admin
am 2026/08/31 19:18
Änderungskommentar: Install extension [org.xwiki.platform:xwiki-platform-mentions-ui/18.7.0]
Auf Version 7.1
bearbeitet von Wiki Admin
am 2026/04/13 18:55
Änderungskommentar: Install extension [org.xwiki.platform:xwiki-platform-mentions-ui/18.2.1]

Zusammenfassung

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).