Branch: refs/heads/feat-move-watch-button
Home: https://github.com/xwiki/xwiki-platform
Commit: 5fb2b626efb497c8b98eb447bad533d04ceaaad4
https://github.com/xwiki/xwiki-platform/commit/5fb2b626efb497c8b98eb447bad5…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/test/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationStateTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedUserReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/WatchedLocationReferenceTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
Work in progress: remove UI code for watch switch buttons, and start
introducing a new UIX for the watch button next to the edit button.
Start refactoring API for computing if a page is watched or not to get
all info.
Commit: 7b59575ce9e05d83777089006a0e74afe5f194d8
https://github.com/xwiki/xwiki-platform/commit/7b59575ce9e05d83777089006a0e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
Commit: 16a5d50124b880dd50a657b8f247eaf5e5cde051
https://github.com/xwiki/xwiki-platform/commit/16a5d50124b880dd50a657b8f247…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Fix some tests in notification filters
Commit: c2393d1ed5724b2791e489e81854d48a1411e02f
https://github.com/xwiki/xwiki-platform/commit/c2393d1ed5724b2791e489e81854…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/pom.xml
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/resources/META-INF/components.txt
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Start providing REST API for watch pages to simplify operations
Commit: 3bb300423ba12ce2b05c102f8ffc5537216de2d4
https://github.com/xwiki/xwiki-platform/commit/3bb300423ba12ce2b05c102f8ffc…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Distinguish more cases for watched / ignored pages to improve UI
Commit: 2a791fa5d2875b26f416afd03d6f298bd5fd5b87
https://github.com/xwiki/xwiki-platform/commit/2a791fa5d2875b26f416afd03d6f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedUserReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntityFactory.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/script/NotificationWatchScriptService.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/WatchedLocationReferenceTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManagerTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Provide implementation for REST API for watching pages
* Improve WatchEntitiesManager API to support more operations
* Improve WatchedEntityReference API to use UserReference
Commit: 17923b8c548ec021e2f475fc7738a1d4a9c92c32
https://github.com/xwiki/xwiki-platform/commit/17923b8c548ec021e2f475fc7738…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsDisplayerUIX.xml
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Provide a dedicated page to handle watch settings
* Start writing javascript code to handle choices
Commit: 1a4dce2793f3a4f509a233e04536f66da839d14a
https://github.com/xwiki/xwiki-platform/commit/1a4dce2793f3a4f509a233e04536…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/checkstyle/checkstyle-suppressions.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/WatchedLocationState.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedUserReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManagerTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Fix issue in WatchedEntitiesManager
* Start providing doc / fixing checkstyle
* Handle a bit more actions in UI
Commit: 7dcb4a77cb1110c64fb6f49a8b74e54b7f30c959
https://github.com/xwiki/xwiki-platform/commit/7dcb4a77cb1110c64fb6f49a8b74…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilterLocationStateComputer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedUserReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/internal/DefaultWatchedEntityFactory.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/script/NotificationWatchScriptService.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/test/java/org/xwiki/notifications/filters/watch/WatchedLocationReferenceTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Fix a bug in state computer related to the fact that the scoe filter
hierarchy is not really a hierarchy
* Provide a new API to allow computing the reference of the immediate
ancestor of a page for which a filter exists
* Improve UI to base possible actions on multiple criteria: current
watch status, presence or not of a filter on an ancestor, and check
if the page is terminal or not
Commit: 9c45ff4cc0dd4dea66ad27c959db5b53538292b3
https://github.com/xwiki/xwiki-platform/commit/9c45ff4cc0dd4dea66ad27c959db…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Encode all options for the watch settings modal
Commit: 80a9413c7e158f186e490bce4ee23036bfb3adfa
https://github.com/xwiki/xwiki-platform/commit/80a9413c7e158f186e490bce4ee2…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/NotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/main/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResource.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Change the URL scheme for the REST API
Commit: 59d5ed638b0cdbd8e3b3465b1d5ba83c4895dbdc
https://github.com/xwiki/xwiki-platform/commit/59d5ed638b0cdbd8e3b3465b1d5b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Minor improvments
Commit: 9fc0a7d94fe394b73f737238be281cf2046d303c
https://github.com/xwiki/xwiki-platform/commit/9fc0a7d94fe394b73f737238be28…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/pom.xml
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-rest/src/test/java/org/xwiki/notifications/rest/internal/DefaultNotificationsWatchResourceTest.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Provide test for notification rest module
Commit: 51f78c0ffa72fecbf95b59e6c64a43414f899a8c
https://github.com/xwiki/xwiki-platform/commit/51f78c0ffa72fecbf95b59e6c64a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/checkstyle/checkstyle-suppressions.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-api/src/main/java/org/xwiki/notifications/filters/internal/scope/ScopeNotificationFilter.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Fix checkstyle
Commit: 7534abb5332318c3c37aeff5c1a5c6a9adbc26df
https://github.com/xwiki/xwiki-platform/commit/7534abb5332318c3c37aeff5c1a5…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntitiesManager.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedEntityReference.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-watch/src/main/java/org/xwiki/notifications/filters/watch/WatchedLocationReference.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Put revapi ignores
* Start fixing since
Commit: 7bec4dbd9073c59e64b075e521502cd4ea9793fa
https://github.com/xwiki/xwiki-platform/commit/7bec4dbd9073c59e64b075e52150…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/Translations.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Provide translations and improve UIX code
Commit: 30df532dbe4b06fe7eb5909f8d4b33f3c646fcb2
https://github.com/xwiki/xwiki-platform/commit/30df532dbe4b06fe7eb5909f8d4b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsEmailsIT.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsIT.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-docker/src/test/it/org/xwiki/platform/notifications/test/ui/NotificationsSettingsIT.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationWatchButtonElement.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsTrayPage.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsWatchModal.java
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Provide page object and fix integration tests
Commit: 874aeec80741ac5524ebdee613e982cafb08a826
https://github.com/xwiki/xwiki-platform/commit/874aeec80741ac5524ebdee613e9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-30 (Thu, 30 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-ui/src/main/resources/XWiki/Notifications/Code/NotificationsWatchUIX.xml
Log Message:
-----------
XWIKI-19751: Move the "watch" button for a page to the page content menu
* Ensure to not display the watch status for guest
Compare: https://github.com/xwiki/xwiki-platform/compare/76dad82b848d...874aeec80741
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications