Branch: refs/heads/XWIKI-17243
Home: https://github.com/xwiki/xwiki-platform
Commit: 529871e71995076bc1e5fcde0429d74109113cb7
https://github.com/xwiki/xwiki-platform/commit/529871e71995076bc1e5fcde0429…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-12-22 (Fri, 22 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/WatchListObjectsRemovalTaskConsumer.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/DefaultWatchedEntitiesConfigurationTest.java
Log Message:
-----------
XWIKI-17243: Migrate WatchListClass objects to the new Notifications filter storage
* Migrate autowatch property to a new Autowatch xobject whenever
that one doesn't exist and there's a WatchListClass xobject before
removing it, as we use to fallback on those xobject properties in
DefaultWatchEntitiesConfiguration
* Fix test DefaultWatchEntitiesConfiguration and refactor it
Branch: refs/heads/stable-15.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 7711cc90069c64bdd7e07e3c77e986ee86080346
https://github.com/xwiki/xwiki-platform/commit/7711cc90069c64bdd7e07e3c77e9…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2023-12-22 (Fri, 22 Dec 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/image/ImageDialogSelectModal.java
Log Message:
-----------
[Misc] Prevent ImagePluginIT flickering
Take into account the case where the switch to tab is already the current one.