Branch: refs/heads/backport-3354-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 548e41b0c455c7fd8c75857d03ce706b87f7aa04
https://github.com/xwiki/xwiki-platform/commit/548e41b0c455c7fd8c75857d03ce…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
Log Message:
-----------
XWIKI-22425: "edit this page" link is still not underlined even if the 'Underline links' setting is set to 'Only Inline Links'
* Extended the definition of the helper classes to fit the use here, and added a comment to avoid doing the same mistake later on.
(cherry picked from commit 397a375011ec6781f5b105c2e77615021f1cc265)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 397a375011ec6781f5b105c2e77615021f1cc265
https://github.com/xwiki/xwiki-platform/commit/397a375011ec6781f5b105c2e776…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
Log Message:
-----------
XWIKI-22425: "edit this page" link is still not underlined even if the 'Underline links' setting is set to 'Only Inline Links'
* Extended the definition of the helper classes to fit the use here, and added a comment to avoid doing the same mistake later on.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: ee22ad29ccd3217dd6be7a29dbf1d52b89439667
https://github.com/xwiki/xwiki-platform/commit/ee22ad29ccd3217dd6be7a29dbf1…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-notifications/src/main/resources/templates/mentions/mention.vm
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-notifications/src/test/java/org/xwiki/mentions/templates/MentionPageTest.java
Log Message:
-----------
XWIKI-17966: Mention events should display the name of the wiki where they took place in Notifications (#3042)
* Added a wiki indicator to mention notifications similar to the one found in regular notifications in notification/macros.vm
* Added a test for the new template feature
(cherry picked from commit fa9b9eb4871bfcab233c79462064cd0ac3614c7f)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 197da5604bb48833b0ad01ac738804b202291c3a
https://github.com/xwiki/xwiki-platform/commit/197da5604bb48833b0ad01ac7388…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-notifications/src/main/resources/templates/mentions/mention.vm
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-notifications/src/test/java/org/xwiki/mentions/templates/MentionPageTest.java
Log Message:
-----------
XWIKI-17966: Mention events should display the name of the wiki where they took place in Notifications (#3042)
* Added a wiki indicator to mention notifications similar to the one found in regular notifications in notification/macros.vm
* Added a test for the new template feature
(cherry picked from commit fa9b9eb4871bfcab233c79462064cd0ac3614c7f)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 1aba8f3729b6d0dcbc9a5e948b55e3d10e33ff43
https://github.com/xwiki/xwiki-platform/commit/1aba8f3729b6d0dcbc9a5e948b55…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-ui/src/main/resources/Menu/MenuMacro.xml
Log Message:
-----------
XWIKI-14032: The long names of submenus are showing out of the menu box (not wrapped) and the name of the submenus that use plain text and don't have other submenus don't have left margins (#3033)
* Added overflow wrap in words
* Added padding for all items
* Removed unused styles
(cherry picked from commit c17b9bd5435a325c2cccff13165c5a6cc3d17d57)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3042-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f6ff5544565faefbffea278d11f137f57efc5f37
https://github.com/xwiki/xwiki-platform/commit/f6ff5544565faefbffea278d11f1…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-notifications/src/main/resources/templates/mentions/mention.vm
M xwiki-platform-core/xwiki-platform-mentions/xwiki-platform-mentions-notifications/src/test/java/org/xwiki/mentions/templates/MentionPageTest.java
Log Message:
-----------
XWIKI-17966: Mention events should display the name of the wiki where they took place in Notifications (#3042)
* Added a wiki indicator to mention notifications similar to the one found in regular notifications in notification/macros.vm
* Added a test for the new template feature
(cherry picked from commit fa9b9eb4871bfcab233c79462064cd0ac3614c7f)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications