Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-notification-word
Commit: b5b303f5c5bd8a2c296553aa1dbbc9745d3849c5
https://github.com/xwiki-contrib/application-notification-word/commit/b5b30…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M application-notification-word-default/src/main/resources/ApplicationResources.properties
M application-notification-word-default/src/main/resources/templates/notificationWord/userprofile.js
Log Message:
-----------
WORDNOTIF-6: HTTP ERROR 400 Bad argument error when clicking "Add" button with an empty query
* Prevent inserting a query with a piece of JS and displays a warning
in such case
* Other problems were fixed previously with the refactorings to use LD
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 3f95f97e60db0178dffefc8239daaa824a679f1d
https://github.com/xwiki/xwiki-platform/commit/3f95f97e60db0178dffefc8239da…
Author: C. Lucas <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/directives.js
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/layouts/table/LayoutTableHeaderNames.vue
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/webjar/Logic.js
Log Message:
-----------
XWIKI-21009: LiveData alternative to drag controls (#2809)
* Fix the lost pointer cursor on the sort caret
* Fix broken translations
* Fix the unexpected change in behavior for the resize handle
* Improve cursor on various elements to fit the features they should help use
* Make the resize handles invisible when not focused again
Branch: refs/heads/WORDNOTIF-12
Home: https://github.com/xwiki-contrib/application-notification-word
Commit: d0753ee2040e6de1a31736a7180a93ba708a2536
https://github.com/xwiki-contrib/application-notification-word/commit/d0753…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-19 (Fri, 19 Jan 2024)
Changed paths:
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
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
Log Message:
-----------
WORDNOTIF-12: Event description from the notifications mail is displayed as a string
* Start work on mail notification rendering