Branch: refs/heads/XWIKI-22182
Home: https://github.com/xwiki/xwiki-platform
Commit: 1beb2a0774806e53b1e5e231a793a8f9ffe438a0
https://github.com/xwiki/xwiki-platform/commit/1beb2a0774806e53b1e5e231a793…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java
Log Message:
-----------
XWIKI-22182: Page history is missing after a page containing attachments is moved
* apply the criteria over the archive in cache when possible instead
of always loading it from database
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/ai-llm
Commit: df06876c43d48e6c481ca732e7fc95e2f373d21d
https://github.com/xwiki-contrib/ai-llm/commit/df06876c43d48e6c481ca732e7fc…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/TestUI.xml
M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/WebPreferences.xml
Log Message:
-----------
LLMAI-71: Chat UI is not accessible as guest
* Don't restrict view access to the code
* Fix loading of the CSS and JavaScript for Selectize
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/XWIKI-22183
Home: https://github.com/xwiki/xwiki-platform
Commit: f79b4a2f01eccc501bd99175a7fad859526c13e5
https://github.com/xwiki/xwiki-platform/commit/f79b4a2f01eccc501bd99175a7fa…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
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
* Ensure to not update the dirty flag when setting the attachment doc
in #loadArchive
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/ai-llm
Commit: f7fa2639c5ac104f4b75736a2bd3cbf09d45ec19
https://github.com/xwiki-contrib/ai-llm/commit/f7fa2639c5ac104f4b75736a2bd3…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M README.md
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-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:
-----------
LLMAI-70: Extension module names and descriptions are inconsistent
* Fix names, descriptions, and README
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: dea71b6cd65bdca56bdb73ef91322c1d74ece795
https://github.com/xwiki/xwiki-platform/commit/dea71b6cd65bdca56bdb73ef9132…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/filesystem/internal/FilesystemStoreTools.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/FilesystemAttachmentRecycleBinContentStore.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/FilesystemAttachmentStore.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/FilesystemRecycleBinContentStore.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/SaveDeletedAttachmentContentRunnable.java
Log Message:
-----------
XWIKI-22180: Don't store twice the last version of the deleted attachments
(cherry picked from commit 7dee366a67352adc78da6aef6bc67c867818414a)
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: 7dee366a67352adc78da6aef6bc67c867818414a
https://github.com/xwiki/xwiki-platform/commit/7dee366a67352adc78da6aef6bc6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/filesystem/internal/FilesystemStoreTools.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/FilesystemAttachmentRecycleBinContentStore.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/FilesystemAttachmentStore.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/FilesystemRecycleBinContentStore.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-filesystem-oldcore/src/main/java/org/xwiki/store/legacy/store/internal/SaveDeletedAttachmentContentRunnable.java
Log Message:
-----------
XWIKI-22180: Don't store twice the last version of the deleted attachments
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: f5a7cb798047fb261e7edee8b59868af329ea419
https://github.com/xwiki-contrib/cristal/commit/f5a7cb798047fb261e7edee8b59…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M api/CHANGELOG.md
M api/package.json
M api/vitest.config.ts
M core/browser/browser-api/package.json
M core/browser/browser-api/src/index.ts
M core/browser/browser-default/package.json
M core/browser/browser-default/src/components/browser-api-default.ts
M core/browser/browser-default/src/components/componentsInit.ts
M core/icons/CHANGELOG.md
M core/icons/package.json
M core/icons/vitest.config.ts
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
M dev/config/CHANGELOG.md
M dev/config/package.json
M ds/api/package.json
M ds/dsfr/CHANGELOG.md
M ds/dsfr/package.json
M ds/dsfr/src/components/componentsInit.ts
M ds/dsfr/src/components/dsfrDesignSystemLoader.ts
M ds/dsfr/vitest.config.ts
M ds/shoelace/CHANGELOG.md
M ds/shoelace/package.json
M ds/shoelace/src/components/componentsInit.ts
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
M ds/shoelace/src/vue/x-breadcrumb.vue
M ds/shoelace/vitest.config.ts
M ds/vuetify/CHANGELOG.md
M ds/vuetify/package.json
M ds/vuetify/src/components/componentsInit.ts
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M ds/vuetify/src/vue/x-breadcrumb.vue
M editors/tiptap/package.json
M editors/tiptap/src/components/componentsInit.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/components/uixTiptapEditorProvider.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue
M editors/tiptap/src/vue/c-tiptap-selector.vue
M electron/CHANGELOG.md
M electron/browser/package.json
M electron/browser/src/components/browser-api-electron.ts
M electron/browser/src/componentsInit.ts
M electron/main/CHANGELOG.md
M electron/main/package.json
M electron/main/src/index.ts
M electron/package.json
M electron/preload/CHANGELOG.md
M electron/preload/package.json
M electron/preload/src/index.ts
M electron/renderer/CHANGELOG.md
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/CHANGELOG.md
M electron/storage/package.json
M electron/storage/src/components/FileSystemConfig.ts
M electron/storage/src/components/fileSystemStorage.ts
M electron/storage/src/componentsInit.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/src/electron/preload/index.ts
M extension-manager/CHANGELOG.md
M extension-manager/package.json
M extension-manager/src/components/componentsInit.ts
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultExtensionManager.ts
M extensions/menubuttons/CHANGELOG.md
M extensions/menubuttons/package.json
M extensions/menubuttons/src/components/c-menu.vue
M extensions/menubuttons/src/components/componentsInit.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider2.ts
M lib/CHANGELOG.md
M lib/package.json
M lib/src/c-index.vue
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/staticBuild.ts
M macros/CHANGELOG.md
M macros/package.json
M macros/src/components/alertMacro.ts
M macros/src/components/componentsInit.ts
M macros/src/components/defaultMacroProvider.ts
M macros/src/vue/c-error.vue
M macros/src/vue/c-info.vue
M macros/src/vue/c-success.vue
M macros/src/vue/c-warning.vue
M package.json
M pnpm-lock.yaml
M rendering/rendering/CHANGELOG.md
M rendering/rendering/package.json
M rendering/rendering/src/api/converter.ts
M rendering/rendering/src/api/renderer.ts
M rendering/rendering/src/components/MarkdownToHTMLConverter.ts
M rendering/rendering/src/components/XWikI21ToHTMLConverter.ts
M rendering/rendering/src/components/defaultRenderer.ts
M rendering/rendering/src/components/wikimodel-teavm.ts
M rendering/wikimodel/CHANGELOG.md
M rendering/wikimodel/package.json
M sharedworker/api/CHANGELOG.md
M sharedworker/api/package.json
M sharedworker/impl/CHANGELOG.md
M sharedworker/impl/package.json
M sharedworker/impl/src/components/componentsInit.ts
M sharedworker/impl/src/components/defaultQueueWorker.ts
M sharedworker/impl/src/components/worker.ts
M sharedworker/impl/src/components/workerCristalApp.ts
M sharedworker/impl/src/components/workerQueueWorker.ts
M sharedworker/impl/src/index.ts
M skin/CHANGELOG.md
M skin/package.json
M skin/src/api/uixEditorProvider.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXEditorProvider.ts
M skin/src/vue/c-blog.vue
M skin/src/vue/c-config-menu.vue
M skin/src/vue/c-config.vue
M skin/src/vue/c-content.vue
M skin/src/vue/c-edit.vue
M skin/src/vue/c-field.vue
M skin/src/vue/c-help.vue
M skin/src/vue/c-movie.vue
M skin/src/vue/c-panel.vue
M skin/src/vue/c-sidebar-panel.vue
M skin/src/vue/c-sidebar.vue
M skin/src/vue/c-template.vue
M skin/src/vue/c-uix.vue
M skin/src/vue/contentTools.ts
M sources/xwiki/mock-server/CHANGELOG.md
M sources/xwiki/mock-server/package.json
M storage/CHANGELOG.md
M storage/package.json
M storage/src/api/offlineStorage.ts
M storage/src/components/abstractStorage.ts
M storage/src/components/componentsInit.ts
M storage/src/components/dexie/dexieOfflineStorage.ts
M storage/src/components/github/GitHubWikiConfig.ts
M storage/src/components/github/githubStorage.ts
M storage/src/components/wrappingOfflineStorage.ts
M storage/src/components/xwiki/XWikiWikiConfig.ts
M storage/src/components/xwiki/xwikiStorage.ts
M web/CHANGELOG.md
M web/package.json
M web/src/index.ts
M xwiki/remoteinlineeditor/CHANGELOG.md
M xwiki/remoteinlineeditor/package.json
M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts
M xwiki/remoteinlineeditor/src/vue/c-edit-xwikiremote.vue
Log Message:
-----------
CRISTAL-197: Move the organization name of the packages to xwiki
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/cristal
Commit: 9f99fbfc23377e49c7cc9696d659594ad1491b61
https://github.com/xwiki-contrib/cristal/commit/9f99fbfc23377e49c7cc9696d65…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
A .npmpackagejsonlintrc.json
M api/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/icons/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M dev/config/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M storage/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] package.json uniformization with npm-package-json-lint
Add missing metadata on all packages.
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/cristal
Commit: 2bb745b6fc42db181f2ffb02d3ed57d4f6a9729f
https://github.com/xwiki-contrib/cristal/commit/2bb745b6fc42db181f2ffb02d3e…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/storage/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-188: Upgrade to electron 29.4.1
Commit: a823b3a2755094895b52836495f0a41fa61acc03
https://github.com/xwiki-contrib/cristal/commit/a823b3a2755094895b52836495f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M api/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/icons/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M dev/config/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M storage/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] package.json uniformization with prettier-package-json
Compare: https://github.com/xwiki-contrib/cristal/compare/8b372ae032a5...a823b3a27550
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/application-changerequest
Commit: 8e6f2da0aa640bb4aad90c9f42f18d7531e3b1db
https://github.com/xwiki-contrib/application-changerequest/commit/8e6f2da0a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M application-changerequest-api/pom.xml
M application-changerequest-default/pom.xml
M application-changerequest-discussions/pom.xml
M application-changerequest-notifications/pom.xml
M application-changerequest-replication/pom.xml
M application-changerequest-test/application-changerequest-test-docker/pom.xml
M application-changerequest-test/application-changerequest-test-pageobjects/pom.xml
M application-changerequest-test/pom.xml
M application-changerequest-ui/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/application-changerequest/settings/notific…
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-changerequest
Commit: 2c3de0b78bad4652b040dc0cf9c083697c77c90a
https://github.com/xwiki-contrib/application-changerequest/commit/2c3de0b78…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-05-23 (Thu, 23 May 2024)
Changed paths:
M application-changerequest-api/pom.xml
M application-changerequest-default/pom.xml
M application-changerequest-discussions/pom.xml
M application-changerequest-notifications/pom.xml
M application-changerequest-replication/pom.xml
M application-changerequest-test/application-changerequest-test-docker/pom.xml
M application-changerequest-test/application-changerequest-test-pageobjects/pom.xml
M application-changerequest-test/pom.xml
M application-changerequest-ui/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-changerequest-1.15
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-changerequest/settings/notific…