Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-platform Commit: e50fac20943302d07767b1d50551cfa8f8ac830e https://github.com/xwiki/xwiki-platform/commit/e50fac20943302d07767b1d50551c... Author: LucasC <[email protected]> Date: 2025-12-30 (Tue, 30 Dec 2025) Changed paths: M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-api/src/main/java/org/xwiki/mentions/MentionsConfiguration.java M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-api/src/main/java/org/xwiki/mentions/script/MentionsScriptService.java M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-default/src/main/java/org/xwiki/mentions/internal/DefaultMentionsConfiguration.java M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-ui/src/main/resources/XWiki/Mentions/Configuration.xml M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-ui/src/main/resources/XWiki/Mentions/MentionsConfigurationClass.xml M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-ui/src/main/resources/XWiki/Mentions/MentionsMacro.xml M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-ui/src/main/resources/XWiki/Mentions/MentionsTranslations.xml Log Message: ----------- XWIKI-21584: Mentions do not have enough contrast (#2638) * Updated the default style of mentions * Updated the name of the mention color parameters to better fit with the naming convention from the color theme * Added a parameter for the foreground color of the self mentions, with the default value similar to what was in its place previously * Updated the translations * Replaced the new background variable with a new foreground variable to keep backward usability on the `color` variables * Fixed a prettyname * Added the foreground getter as an API in the new script service. * Added since annotations on the new script services. * Added a default return value for the default interface. * Updated the version numbers. * Updated the styles to only rely on the CSS variables. * Fixed a small codestyle issue. --------- Co-authored-by: Simon Urli <[email protected]> (cherry picked from commit 006624fd9d52f1662e385078173210b2a30a81d3) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications