Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6791f4d274eb7be348857c286d3b16d456131a3f
https://github.com/xwiki/xwiki-platform/commit/6791f4d274eb7be348857c286d3b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/VersionIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiVersioningStoreInterface.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiVersioningStoreInterfaceTest.java
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB (#3135)
* apply the criteria over the archive in cache when possible instead
of always loading it from database
* add an integration test to test that there's no regression on
getRevision API even if the document is not stored
* Provide some comments
* Reuse the filtering implementation that is already provided in
XWikiVersioningStoreInterface
* Fix unit tests
* Improve integration test
(cherry picked from commit daa1f3f80f75f5a0bb3102b9c057abd69a9e2ccf)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9157694fcf76d9bde5458bd727ec1df39ab1757a
https://github.com/xwiki/xwiki-platform/commit/9157694fcf76d9bde5458bd727ec…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB
* Provide utilities in TestUtils for new integration test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 5a454c55e8405b1d0fc1165621b193eba4bf2ddf
https://github.com/xwiki/xwiki-platform/commit/5a454c55e8405b1d0fc1165621b1…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-28 (Tue, 28 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/RenamePageIT.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/FilesystemAttachmentVersioningStore.java
Log Message:
-----------
XWIKI-22183: FilesystemAttachmentVersioningStore#loadArchive leads to a switch of metadata dirty flag (#3132)
* Ensure to not update the dirty flag when setting the attachment doc
in #loadArchive
* Provide new integration test for checking that renaming a doc
containing an attachment doesn't mess up history
(cherry picked from commit db0922b0b3936b600dfe9e9c9007709a61962f72)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications