Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-notification-word
Commit: c096585b61f829bd7156be3407ecee8c8b6bfa4a
https://github.com/xwiki-contrib/application-notification-word/commit/c0965…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M application-notification-word-default/src/main/resources/templates/notificationWord/notification/email.html.vm
M application-notification-word-default/src/main/resources/templates/notificationWord/notification/email.plain.vm
M application-notification-word-default/src/test/java/org/xwiki/contrib/wordnotification/internal/notification/NotificationAlertPageTest.java
A application-notification-word-default/src/test/java/org/xwiki/contrib/wordnotification/internal/notification/NotificationEmailPageTest.java
Log Message:
-----------
WORDNOTIF-12: Event description from the notifications mail is displayed as a string
* Provide PageTest for mail notif
* Fix small issues in the templates
* Use only a single user in page tests since CompositeEvent#getUsers
is not reliable...
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-notification-word/settings/not…
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: ee7d63fbfb8b080a1d29a90fb2230c0cd694e0f0
https://github.com/xwiki/xwiki-platform/commit/ee7d63fbfb8b080a1d29a90fb223…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-19 (Mon, 19 Feb 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-api/src/main/java/org/xwiki/notifications/CompositeEvent.java
Log Message:
-----------
[Misc] Small improvment in CompositeEvent
* Ensure to use a LinkedHashSet in CompositeEvent#users so that it's
easier to test rendered templates
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications