Branch: refs/heads/XWIKI-22042
Home: https://github.com/xwiki/xwiki-platform
Commit: 6b21c9343fd91e6a887f36195ba963d3cb693191
https://github.com/xwiki/xwiki-platform/commit/6b21c9343fd91e6a887f36195ba9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/diff_macros.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/notification/email/macros.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/NotificationMailDefaultHtmlTest.java
Log Message:
-----------
XWIKI-22042: Mail Prepare Thread error still occurs in some cases when triggering the mail sending job from Scheduler
* Bulletproof usage of #createDocumentDiff by ensuring the docs are
not null before calling it
* Fix related 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: d5c60791e45809224eecf054aa116986f8521931
https://github.com/xwiki/xwiki-platform/commit/d5c60791e45809224eecf054aa11…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-macro/src/main/resources/XWiki/DocumentTreeMacros.xml
Log Message:
-----------
XWIKI-22003: Tree macro cannot find attachment from French page locale if current locale is English
(cherry picked from commit bdff9a98630be583e85cda0af00bc86c7a760a21)
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: 28705b414750bfe4e5025929d871dcb55cc661d7
https://github.com/xwiki/xwiki-platform/commit/28705b414750bfe4e5025929d871…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-03-28 (Thu, 28 Mar 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-picker/xwiki-platform-attachment-picker-webjar/src/main/webjar/solrSearch.js
Log Message:
-----------
XWIKI-21999: The attachment Gallery picker does not find custom image in multilingual XWiki
(cherry picked from commit 6cfc9590fa09eec36f0557a198d4dad28867c6f3)
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: da2b0b01650d0df082d34ed15199836c76a45c7c
https://github.com/xwiki-contrib/cristal/commit/da2b0b01650d0df082d34ed1519…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-03-27 (Wed, 27 Mar 2024)
Changed paths:
M electron/main/package.json
M electron/main/src/index.ts
M electron/main/src/mainWindow.ts
M electron/package.json
M electron/preload/package.json
M electron/preload/src/index.ts
M electron/preload/vite.config.js
M electron/renderer/package.json
M electron/renderer/public/config.json
M electron/renderer/src/index.ts
A electron/storage/package.json
A electron/storage/src/components/FileSystemConfig.ts
A electron/storage/src/components/fileSystemStorage.ts
A electron/storage/src/componentsInit.ts
A electron/storage/src/electron/main/index.ts
A electron/storage/src/electron/preload/apiTypes.ts
A electron/storage/src/electron/preload/index.ts
A electron/storage/src/index.ts
A electron/storage/tsconfig.json
A electron/storage/vite.config.ts
A electron/storage/vite.main.config.ts
A electron/storage/vite.preload.config.ts
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/staticBuild.ts
M nx.json
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
M sharedworker/impl/src/components/worker.ts
M skin/src/vue/c-content.vue
M skin/src/vue/contentTools.ts
R storage/src/components/GitHubWikiConfig.ts
R storage/src/components/XWikiWikiConfig.ts
A storage/src/components/abstractStorage.ts
M storage/src/components/componentsInit.ts
A storage/src/components/dexie/dexieOfflineStorage.ts
A storage/src/components/dexie/dexiePageStorage.ts
R storage/src/components/dexieOfflineStorage.ts
R storage/src/components/dexiePageStorage.ts
A storage/src/components/github/GitHubWikiConfig.ts
A storage/src/components/github/githubStorage.ts
R storage/src/components/githubStorage.ts
M storage/src/components/wrappingOfflineStorage.ts
A storage/src/components/xwiki/XWikiWikiConfig.ts
A storage/src/components/xwiki/xwikiStorage.ts
R storage/src/components/xwikiStorage.ts
M storage/src/index.ts
M storage/vite.config.ts
M web/src/index.ts
Log Message:
-----------
CRISTAL-16: Introduce a file system storage
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications