Branch: refs/heads/XWIKI-22187
Home: https://github.com/xwiki/xwiki-platform
Commit: f858b1bb032ea98a6da0204a284ac25584332837
https://github.com/xwiki/xwiki-platform/commit/f858b1bb032ea98a6da0204a284a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.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
* Fix unit tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: fe3164a3cc0c0e0d425f44aa5ad8f94dae1ba486
https://github.com/xwiki/xwiki-platform/commit/fe3164a3cc0c0e0d425f44aa5ad8…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-05-27 (Mon, 27 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json
Log Message:
-----------
[Misc] Update dependency vite to v5.2.11
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 21327fd11c00e6e05c2466eb2b2a7d38f4cd1f89
https://github.com/xwiki/xwiki-platform/commit/21327fd11c00e6e05c2466eb2b2a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-27 (Mon, 27 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
Branch: refs/heads/XWIKI-22187
Home: https://github.com/xwiki/xwiki-platform
Commit: 12ae3db8a626fbca059b28a37520e15fc43d6653
https://github.com/xwiki/xwiki-platform/commit/12ae3db8a626fbca059b28a37520…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
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
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB
* Reuse the filtering implementation that is already provided in
XWikiVersioningStoreInterface
* WIP: unit tests are not passing and it's missing doc
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3132-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: b10d88d34f11ab076fcfbab56f5e5a85edf1ab8b
https://github.com/xwiki/xwiki-platform/commit/b10d88d34f11ab076fcfbab56f5e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 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
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: db0922b0b3936b600dfe9e9c9007709a61962f72
https://github.com/xwiki/xwiki-platform/commit/db0922b0b3936b600dfe9e9c9007…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 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
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22183
Home: https://github.com/xwiki/xwiki-platform
Commit: 7f47e73438d561467cc22a3f390b25ad47adc94c
https://github.com/xwiki/xwiki-platform/commit/7f47e73438d561467cc22a3f390b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 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
Log Message:
-----------
XWIKI-22183: FilesystemAttachmentVersioningStore#loadArchive leads to a switch of metadata dirty flag
* Provide new integration test for checking that renaming a doc
containing an attachment doesn't mess up history
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22187
Home: https://github.com/xwiki/xwiki-platform
Commit: 74f15d1706d5e5014b5ce8acbfaa2ea2cd38bf07
https://github.com/xwiki/xwiki-platform/commit/74f15d1706d5e5014b5ce8acbfaa…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 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
Log Message:
-----------
XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB
* 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
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 1ffadb990a30d66a5abc8fafea0f1fe076b64984
https://github.com/xwiki-contrib/cristal/commit/1ffadb990a30d66a5abc8fafea0…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M ds/dsfr/src/vue/x-menu.vue
M ds/dsfr/src/vue/x-menuitem.vue
M ds/shoelace/src/vue/x-menu.vue
M ds/shoelace/src/vue/x-menuitem.vue
M ds/vuetify/src/vue/x-dialog.vue
M ds/vuetify/src/vue/x-menu-item.vue
M ds/vuetify/src/vue/x-menu.vue
Log Message:
-----------
[Misc] Remove useless defineProps imports
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: d3a5be1304ad1971929ce83347f7359897db436e
https://github.com/xwiki-contrib/ai-llm/commit/d3a5be1304ad1971929ce83347f7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M application-ai-llm-authentication/application-ai-llm-authentication-api/pom.xml
M application-ai-llm-authentication/application-ai-llm-authentication-ui/pom.xml
M application-ai-llm-authentication/pom.xml
M application-ai-llm-chat/application-ai-llm-chat-webjar/pom.xml
M application-ai-llm-chat/pom.xml
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-ui/pom.xml
M application-ai-llm-index/pom.xml
M application-ai-llm-models/application-ai-llm-models-api/pom.xml
M application-ai-llm-models/application-ai-llm-models-ui/pom.xml
M application-ai-llm-models/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/ai-llm
Commit: 22e0aebb764f5d5bb37bb6568572b572cca256d6
https://github.com/xwiki-contrib/ai-llm/commit/22e0aebb764f5d5bb37bb6568572…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M application-ai-llm-authentication/application-ai-llm-authentication-api/pom.xml
M application-ai-llm-authentication/application-ai-llm-authentication-ui/pom.xml
M application-ai-llm-authentication/pom.xml
M application-ai-llm-chat/application-ai-llm-chat-webjar/pom.xml
M application-ai-llm-chat/pom.xml
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-ui/pom.xml
M application-ai-llm-index/pom.xml
M application-ai-llm-models/application-ai-llm-models-api/pom.xml
M application-ai-llm-models/application-ai-llm-models-ui/pom.xml
M application-ai-llm-models/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-ai-llm-0.3.1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: c33263888ba4a7c75341aea32a4a4d1167a9e7c0
https://github.com/xwiki-contrib/cristal/commit/c33263888ba4a7c75341aea32a4…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M api/src/api/cristalApp.ts
M api/src/api/storage.ts
M lib/src/components/DefaultCristalApp.ts
M sharedworker/api/vite.config.ts
M sharedworker/impl/src/components/defaultQueueWorker.ts
M sharedworker/impl/vite.config.ts
M skin/src/vue/c-content.vue
M storage/src/components/dexie/dexieOfflineStorage.ts
M storage/src/components/wrappingOfflineStorage.ts
Log Message:
-----------
CRISTAL-198: Offline mode is not working
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-179
Home: https://github.com/xwiki-contrib/cristal
Commit: 43cc083e6ded0717ac41f27905c28774ae7a9353
https://github.com/xwiki-contrib/cristal/commit/43cc083e6ded0717ac41f27905c…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M lib/src/index.css
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/vue/c-sidebar.vue
M skin/src/vue/c-view.vue
Log Message:
-----------
CRISTAL-179: Make the left panel reactive
* Add missing documentation
* Rename viewportSize to viewportType
* Improve expand/shrink logic
* Make whole sidebar cliackable to expand
* Add mouse pointer icon on buttons
* Support touch resize
* Add click outside sidebar to collapse
* Other general improvements
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 0444f89da17de264fc27771020e2ef70b9bb770d
https://github.com/xwiki/xwiki-platform/commit/0444f89da17de264fc27771020e2…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java
R xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateVersioningStoreTest.java
Log Message:
-----------
XWIKI-22182: Page history is missing after a page containing attachments is moved
Revert "XWIKI-9046: Renaming a document holding a lot of revisions can lead to an OutOfMemory exception (#2926)"
This reverts commit 8e509b70136b2c64359c49ad64ce128874a9c4c0.
The solution provided in this commit wasn't taking into account usecases
when the doc wasn't saved in DB yet, e.g. like in case of renaming. Also
the solution is not good since we actually never set the archive in doc
in case of criteria not all inclusive, and if it had worked it would
have been a problem since we'd have kept only latest revision and lost
the remaining of the history when saving docs. All in all we need
another solution.
(cherry picked from commit 03d3ebeaea072fdc4e17f5aff0a5f7c0e5e6de8f)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 7b414e41ef87cdf212716f65d913858571db5578
https://github.com/xwiki/xwiki-platform/commit/7b414e41ef87cdf212716f65d913…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java
R xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateVersioningStoreTest.java
Log Message:
-----------
XWIKI-22182: Page history is missing after a page containing attachments is moved
Revert "XWIKI-9046: Renaming a document holding a lot of revisions can lead to an OutOfMemory exception (#2926)"
This reverts commit 8e509b70136b2c64359c49ad64ce128874a9c4c0.
The solution provided in this commit wasn't taking into account usecases
when the doc wasn't saved in DB yet, e.g. like in case of renaming. Also
the solution is not good since we actually never set the archive in doc
in case of criteria not all inclusive, and if it had worked it would
have been a problem since we'd have kept only latest revision and lost
the remaining of the history when saving docs. All in all we need
another solution.
(cherry picked from commit 03d3ebeaea072fdc4e17f5aff0a5f7c0e5e6de8f)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 03d3ebeaea072fdc4e17f5aff0a5f7c0e5e6de8f
https://github.com/xwiki/xwiki-platform/commit/03d3ebeaea072fdc4e17f5aff0a5…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-24 (Fri, 24 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java
R xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateVersioningStoreTest.java
Log Message:
-----------
XWIKI-22182: Page history is missing after a page containing attachments is moved
Revert "XWIKI-9046: Renaming a document holding a lot of revisions can lead to an OutOfMemory exception (#2926)"
This reverts commit 8e509b70136b2c64359c49ad64ce128874a9c4c0.
The solution provided in this commit wasn't taking into account usecases
when the doc wasn't saved in DB yet, e.g. like in case of renaming. Also
the solution is not good since we actually never set the archive in doc
in case of criteria not all inclusive, and if it had worked it would
have been a problem since we'd have kept only latest revision and lost
the remaining of the history when saving docs. All in all we need
another solution.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications