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