Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: f6852c7ee3555dc65f4bf2ffc728456286782af0
https://github.com/xwiki/xwiki-platform/commit/f6852c7ee3555dc65f4bf2ffc728…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-08-07 (Thu, 07 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-bootstrap/src/main/js/dropdown.js
Log Message:
-----------
XWIKI-17431: Page menus should not hide if the user clicks on their headers or on separators (#4452)
* Close the drop-down menu automatically when clicking outside or on a descendant anchor or button
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: e3be5854860914ef41bec15d7eb5b0d65bc0c6e0
https://github.com/xwiki-contrib/cristal/commit/e3be5854860914ef41bec15d7eb…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-08-07 (Thu, 07 Aug 2025)
Changed paths:
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/page/page-default/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M dev/test-utils/package.json
Log Message:
-----------
[Misc] Add a clean script to all packages
Commit: b707c38efe13327cece1e7aaaf3b3daa178e37a9
https://github.com/xwiki-contrib/cristal/commit/b707c38efe13327cece1e7aaaf3…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-08-07 (Thu, 07 Aug 2025)
Changed paths:
M core/alerts/alerts-api/package.json
M core/attachments/attachments-api/package.json
M core/authentication/authentication-api/package.json
M core/configuration/configuration-api/package.json
M core/info-actions/info-actions-api/package.json
M core/markdown/markdown-api/package.json
M core/page/page-api/package.json
M core/settings/settings-api/package.json
M core/uiextension/uiextension-api/package.json
M core/wiki-config/wiki-config-api/package.json
M sharedworker/api/package.json
Log Message:
-----------
[misc] Stop using vite for APIs only packages
Fix export declarations that weren't working when the dependencies were not built.
This is a followup of 182a783ca7fb6f3c9938f1a07980fec42b9c86ed
Compare: https://github.com/xwiki-contrib/cristal/compare/182a783ca7fb...b707c38efe13
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: 182a783ca7fb6f3c9938f1a07980fec42b9c86ed
https://github.com/xwiki-contrib/cristal/commit/182a783ca7fb6f3c9938f1a0798…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M core/alerts/alerts-api/package.json
M core/alerts/alerts-api/tsconfig.json
R core/alerts/alerts-api/vite.config.ts
R core/alerts/alerts-api/vitest.config.ts
M core/attachments/attachments-api/package.json
M core/attachments/attachments-api/tsconfig.json
R core/attachments/attachments-api/vite.config.ts
R core/attachments/attachments-api/vitest.config.ts
M core/authentication/authentication-api/package.json
M core/authentication/authentication-api/tsconfig.json
R core/authentication/authentication-api/vite.config.ts
R core/authentication/authentication-api/vitest.config.ts
M core/configuration/configuration-api/package.json
M core/configuration/configuration-api/tsconfig.json
R core/configuration/configuration-api/vite.config.ts
R core/configuration/configuration-api/vitest.config.ts
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-api/tsconfig.json
R core/info-actions/info-actions-api/vite.config.ts
R core/info-actions/info-actions-api/vitest.config.ts
M core/markdown/markdown-api/package.json
M core/markdown/markdown-api/tsconfig.json
R core/markdown/markdown-api/vite.config.ts
R core/markdown/markdown-api/vitest.config.ts
M core/page/page-api/package.json
M core/page/page-api/tsconfig.json
R core/page/page-api/vite.config.ts
R core/page/page-api/vitest.config.ts
M core/settings/settings-api/package.json
M core/settings/settings-api/tsconfig.json
R core/settings/settings-api/vite.config.ts
R core/settings/settings-api/vitest.config.ts
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-api/tsconfig.json
R core/uiextension/uiextension-api/vite.config.ts
R core/uiextension/uiextension-api/vitest.config.ts
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-api/tsconfig.json
R core/wiki-config/wiki-config-api/vite.config.ts
R core/wiki-config/wiki-config-api/vitest.config.ts
M pnpm-lock.yaml
M sharedworker/api/package.json
M sharedworker/api/tsconfig.json
R sharedworker/api/vite.config.ts
R sharedworker/api/vitest.config.ts
Log Message:
-----------
[misc] Stop using vite for APIs only packages
- remove vite
- stop exposing empty javascript files and only export the types
- simplify the exports declarations
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-17.6.x
Home: https://github.com/xwiki/xwiki-platform
Commit: ebe3cf40931217fd70a5c98184e785a1198f9e74
https://github.com/xwiki/xwiki-platform/commit/ebe3cf40931217fd70a5c98184e7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/main/java/org/xwiki/store/merge/internal/DefaultMergeManager.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/test/java/org/xwiki/store/merge/internal/DefaultMergeManagerTest.java
Log Message:
-----------
XWIKI-23440: Merge fallback of attachments is badly handled
* Ensure to properly record a conflict if current version of a doc
doesn't contain an attachment which is present in previous and next
versions and handle properly the fallback configuration
(cherry picked from commit 5ffdf521abe7d891933a8070e9e592523cd8c030)
Commit: 7f6afc1f5809fc143eda4b0d3a8e667a401634ec
https://github.com/xwiki/xwiki-platform/commit/7f6afc1f5809fc143eda4b0d3a8e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/main/java/org/xwiki/store/merge/internal/DefaultMergeManager.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/test/java/org/xwiki/store/merge/internal/DefaultMergeManagerTest.java
Log Message:
-----------
XWIKI-23441: Merge fallback of xobjects is badly handled
* Ensure to properly record a conflict when an xobject is missing in
current version but present in previous and next, and properly
handle the fallback version
(cherry picked from commit b2fe12b1eaebb8136b0452ebbc05f72edf697867)
Compare: https://github.com/xwiki/xwiki-platform/compare/1f469e475b71...7f6afc1f5809
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 40349dfac947f275e6ca3ced53eeeca9b854967e
https://github.com/xwiki/xwiki-platform/commit/40349dfac947f275e6ca3ced53ee…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/main/java/org/xwiki/store/merge/internal/DefaultMergeManager.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/test/java/org/xwiki/store/merge/internal/DefaultMergeManagerTest.java
Log Message:
-----------
XWIKI-23440: Merge fallback of attachments is badly handled
* Ensure to properly record a conflict if current version of a doc
doesn't contain an attachment which is present in previous and next
versions and handle properly the fallback configuration
(cherry picked from commit 5ffdf521abe7d891933a8070e9e592523cd8c030)
Commit: 2a31a53e8a9b7b3d8e72bfda1d9c9673ddea92bf
https://github.com/xwiki/xwiki-platform/commit/2a31a53e8a9b7b3d8e72bfda1d9c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/main/java/org/xwiki/store/merge/internal/DefaultMergeManager.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/test/java/org/xwiki/store/merge/internal/DefaultMergeManagerTest.java
Log Message:
-----------
XWIKI-23441: Merge fallback of xobjects is badly handled
* Ensure to properly record a conflict when an xobject is missing in
current version but present in previous and next, and properly
handle the fallback version
(cherry picked from commit b2fe12b1eaebb8136b0452ebbc05f72edf697867)
Compare: https://github.com/xwiki/xwiki-platform/compare/edc2831dea68...2a31a53e8a9b
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f4695de2376713272f11da8f17b0472580d962df
https://github.com/xwiki/xwiki-platform/commit/f4695de2376713272f11da8f17b0…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/main/java/org/xwiki/store/merge/internal/DefaultMergeManager.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/test/java/org/xwiki/store/merge/internal/DefaultMergeManagerTest.java
Log Message:
-----------
XWIKI-23440: Merge fallback of attachments is badly handled
* Ensure to properly record a conflict if current version of a doc
doesn't contain an attachment which is present in previous and next
versions and handle properly the fallback configuration
(cherry picked from commit 5ffdf521abe7d891933a8070e9e592523cd8c030)
Commit: 7d45d0ea3b684ff9e9867aefb5c34647edbcde30
https://github.com/xwiki/xwiki-platform/commit/7d45d0ea3b684ff9e9867aefb5c3…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/main/java/org/xwiki/store/merge/internal/DefaultMergeManager.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/test/java/org/xwiki/store/merge/internal/DefaultMergeManagerTest.java
Log Message:
-----------
XWIKI-23441: Merge fallback of xobjects is badly handled
* Ensure to properly record a conflict when an xobject is missing in
current version but present in previous and next, and properly
handle the fallback version
(cherry picked from commit b2fe12b1eaebb8136b0452ebbc05f72edf697867)
Compare: https://github.com/xwiki/xwiki-platform/compare/61f627dde152...7d45d0ea3b68
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: 5ffdf521abe7d891933a8070e9e592523cd8c030
https://github.com/xwiki/xwiki-platform/commit/5ffdf521abe7d891933a8070e9e5…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/main/java/org/xwiki/store/merge/internal/DefaultMergeManager.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/test/java/org/xwiki/store/merge/internal/DefaultMergeManagerTest.java
Log Message:
-----------
XWIKI-23440: Merge fallback of attachments is badly handled
* Ensure to properly record a conflict if current version of a doc
doesn't contain an attachment which is present in previous and next
versions and handle properly the fallback configuration
Commit: b2fe12b1eaebb8136b0452ebbc05f72edf697867
https://github.com/xwiki/xwiki-platform/commit/b2fe12b1eaebb8136b0452ebbc05…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/main/java/org/xwiki/store/merge/internal/DefaultMergeManager.java
M xwiki-platform-core/xwiki-platform-store/xwiki-platform-store-merge/xwiki-platform-store-merge-default/src/test/java/org/xwiki/store/merge/internal/DefaultMergeManagerTest.java
Log Message:
-----------
XWIKI-23441: Merge fallback of xobjects is badly handled
* Ensure to properly record a conflict when an xobject is missing in
current version but present in previous and next, and properly
handle the fallback version
Compare: https://github.com/xwiki/xwiki-platform/compare/a71bcddc734c...b2fe12b1eaeb
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/application-changerequest
Commit: d52209b5ef56ab44a55da137091f71939ac0d6f3
https://github.com/xwiki-contrib/application-changerequest/commit/d52209b5e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
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: 58a619c88467b3884d659841e69e831bed6a7d14
https://github.com/xwiki-contrib/application-changerequest/commit/58a619c88…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
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.18
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-changerequest/settings/notific…
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: a71bcddc734c4c4e6d43524491acd66552b635a9
https://github.com/xwiki/xwiki-platform/commit/a71bcddc734c4c4e6d43524491ac…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-ui/src/main/resources/XWiki/AttachmentSelector.xml
Log Message:
-----------
XWIKI-23201: Replace the Silk icons in Attachment Selector with the Icon Theme ones (#4169)
* Removed all the hard-coded icons from the AttachmentSelector UI
* Updated the layout to be more stable and fit in today's context, using standard classes.
* Added underscores before internal velocimacro names.
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: dd408176cc8a95a17c78620e833bf04f84b25daf
https://github.com/xwiki/xwiki-platform/commit/dd408176cc8a95a17c78620e833b…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-table/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-docker/src/test/it/org/xwiki/ckeditor/test/ui/QuickActionsIT.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/EditSheet.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-21782: Incentivize use of header rows for the WYSIWYG editor tables (#3310)
* XWIKI-21782: Incentivize use of header rows for the WYSIWYG editor tables
* Added a translation key-value for the warning message
* Updated the default value of the table header to `top row`
* Added a warning message (style from bootstrap, consistent with the color theme) that is displayed when the user chooses to have No headers for the table.
* Updated test to take into account the new defaults
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: 4b607681ce830be8b5f8a4c4d07b4cecc7975d9e
https://github.com/xwiki-contrib/cristal/commit/4b607681ce830be8b5f8a4c4d07…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uniast/package.json
M core/wiki-config/wiki-config-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/renderer/package.json
M electron/settings/settings-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 pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-571: Make inversify a peer dependency
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 66ca549c8f2814f86c4d6f27137f43527b2ecb36
https://github.com/xwiki/xwiki-platform/commit/66ca549c8f2814f86c4d6f27137f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/pnpm-lock.yaml
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package.json
Log Message:
-----------
XWIKI-23424: Upgrade to vue 3.5.18
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 61f627dde1525e7b8a91d89eb027e4417b564939
https://github.com/xwiki/xwiki-platform/commit/61f627dde1525e7b8a91d89eb027…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-08-06 (Wed, 06 Aug 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-bootstrap/src/main/less/dropdowns.less
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/LivedataDropdownMenu.vue
Log Message:
-----------
XWIKI-23413: Separators in navigation tree dropdown (#4403)
* Reverted generic changes from XWIKI-22485 to make them more specific and added them in the Livedata CSS.
(cherry picked from commit 4a209c280623899b315e3cbba2ab8532888f3f96)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications