Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 05a7d94143e228f2ec8dfee76552b4621dfcb7c0
https://github.com/xwiki/xwiki-platform/commit/05a7d94143e228f2ec8dfee76552…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-30 (Tue, 30 Jan 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/DeletedDocumentCleanUpFilterListener.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
Log Message:
-----------
XWIKI-21837: Page Only Notification filters get deleted when a page is renamed/moved
* Fix the listener that clean up filters to ignore rename events
* Add a new integration test to check filters after a rename
(cherry picked from commit bcae1404567966656a9d601deb9ee3744861b889)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: bcae1404567966656a9d601deb9ee3744861b889
https://github.com/xwiki/xwiki-platform/commit/bcae1404567966656a9d601deb9e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-30 (Tue, 30 Jan 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/DeletedDocumentCleanUpFilterListener.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
Log Message:
-----------
XWIKI-21837: Page Only Notification filters get deleted when a page is renamed/moved
* Fix the listener that clean up filters to ignore rename events
* Add a new integration test to check filters after a rename
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: e54f79175360671ab874092750e42740bb3328f2
https://github.com/xwiki/xwiki-platform/commit/e54f79175360671ab874092750e4…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentTest.java
Log Message:
-----------
XWIKI-21812: Introduce a (XWiki)Document#setAuthor(AuthorReference) helper covering most use case of document author set
* add test
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: e80dcb59f2f8347b2d3cd24ded3d260ceacf6a3b
https://github.com/xwiki/xwiki-platform/commit/e80dcb59f2f8347b2d3cd24ded3d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/DocumentInstanceOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/EditAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/web/SaveActionTest.java
Log Message:
-----------
XWIKI-21812: Introduce a (XWiki)Document#setAuthor(AuthorReference) helper covering most use case of document author set