Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 1747a2378094724458613502f8d18beda7cc592f
https://github.com/xwiki/xwiki-platform/commit/1747a2378094724458613502f8d1…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-04 (Sun, 04 Feb 2024)
Changed paths:
A .github/labeler.yml
A .github/workflows/labeler.yml
Log Message:
-----------
[Misc] Use labeller to backport translations
* Use a github action to automatically put backport labels on weblate
pull requests
Branch: refs/heads/WORDNOTIF-12
Home: https://github.com/xwiki-contrib/application-notification-word
Commit: fd419a4d9c1a4425a21650fcf74a51c19e841f68
https://github.com/xwiki-contrib/application-notification-word/commit/fd419…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-02-03 (Sat, 03 Feb 2024)
Changed paths:
M application-notification-word-default/src/checkstyle/checkstyle-suppressions.xml
A application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/EmailTemplateRenderer.java
M application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/MentionedWordsEventDisplayer.java
A application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/MentionedWordsNotificationEmailRenderer.java
A application-notification-word-default/src/main/java/org/xwiki/contrib/wordnotification/internal/notification/PerQueryCompositeEventGroupingStrategy.java
M application-notification-word-default/src/main/resources/META-INF/components.txt
R application-notification-word-default/src/main/resources/templates/notificationWord/notification.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/alert.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/email.html.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/email.plain.vm
A application-notification-word-default/src/main/resources/templates/notificationWord/notification/macros.vm
M application-notification-word-default/src/test/java/org/xwiki/contrib/wordnotification/internal/notification/MentionedWordsEventDisplayerTest.java
Log Message:
-----------
WORDNOTIF-12: Event description from the notifications mail is displayed as a string
* Start work on mail notification rendering