Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 74db109a4139a21d25798d8884826e7b4e13dbe3
https://github.com/xwiki/xwiki-commons/commit/74db109a4139a21d25798d8884826…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/main/java/org/xwiki/logging/logback/internal/ForbiddenThreadsFilter.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/test/java/org/xwiki/logging/logback/internal/DefaultLoggerManagerTest.java
Log Message:
-----------
XCOMMONS-3369: Make sure any job log with a VirtualMachineError also end up in the global log
* fix mistake
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 8b409025834c68245db6f653f30b310188e13347
https://github.com/xwiki/xwiki-platform/commit/8b409025834c68245db6f653f30b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentTitleDisplayerTest.java
Log Message:
-----------
[Misc] Migrate DocumentTitleDisplayerTest to JUnit 5
(cherry picked from commit 28991f7cd8fb1c949277c12dfc405fad13720b0e)
Commit: 77cd5fbbdd906d4c39f00a07e5c07d72362c1abe
https://github.com/xwiki/xwiki-platform/commit/77cd5fbbdd906d4c39f00a07e5c0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/AbstractDocumentTitleDisplayer.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentContentDisplayer.java
A xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentReferenceDequeContext.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentContentDisplayerTest.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentTitleDisplayerTest.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java
Log Message:
-----------
XWIKI-23303: Insufficient protection against stack overflows (#4354)
* Extract the code for managing the document reference stack from the
title displayer into a separate component.
* Set a limit of five recursions with the same document for the document
content.
* Use ArrayDeque instead of LinkedList for better performance.
* Mark the execution context property as final.
* Add DocumentReferenceDequeContext to PageComponentList to ensure
that page tests still work.
(cherry picked from commit e1fa3b6e0b693eda2ce0a887cfb6aa0c908f228c)
Compare: https://github.com/xwiki/xwiki-platform/compare/c054b2f1e677...77cd5fbbdd90
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: e1fa3b6e0b693eda2ce0a887cfb6aa0c908f228c
https://github.com/xwiki/xwiki-platform/commit/e1fa3b6e0b693eda2ce0a887cfb6…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-07-03 (Thu, 03 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/AbstractDocumentTitleDisplayer.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentContentDisplayer.java
A xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/java/org/xwiki/display/internal/DocumentReferenceDequeContext.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentContentDisplayerTest.java
M xwiki-platform-core/xwiki-platform-display/xwiki-platform-display-api/src/test/java/org/xwiki/display/internal/DocumentTitleDisplayerTest.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java
Log Message:
-----------
XWIKI-23303: Insufficient protection against stack overflows (#4354)
* Extract the code for managing the document reference stack from the
title displayer into a separate component.
* Set a limit of five recursions with the same document for the document
content.
* Use ArrayDeque instead of LinkedList for better performance.
* Mark the execution context property as final.
* Add DocumentReferenceDequeContext to PageComponentList to ensure
that page tests still work.
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-commons
Commit: a68bbde2d25cef52d7f660eb3d31d6a02b8ca3b4
https://github.com/xwiki/xwiki-commons/commit/a68bbde2d25cef52d7f660eb3d31d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/main/java/org/xwiki/logging/logback/internal/ForbiddenThreadsFilter.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/test/java/org/xwiki/logging/logback/internal/DefaultLoggerManagerTest.java
Log Message:
-----------
XCOMMONS-3369: Make sure any job log with a VirtualMachineError also end up in the global log
(cherry picked from commit 2fd5d64569b4fb646eb8054b67bf216715768802)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 2fd5d64569b4fb646eb8054b67bf216715768802
https://github.com/xwiki/xwiki-commons/commit/2fd5d64569b4fb646eb8054b67bf2…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/main/java/org/xwiki/logging/logback/internal/ForbiddenThreadsFilter.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-logback/src/test/java/org/xwiki/logging/logback/internal/DefaultLoggerManagerTest.java
Log Message:
-----------
XCOMMONS-3369: Make sure any job log with a VirtualMachineError also end up in the global log
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 3a196ae3640f9fea1c4e85e19f43a21d923eaa3c
https://github.com/xwiki-contrib/confluence/commit/3a196ae3640f9fea1c4e85e1…
Author: Teodor Caras <trrenty(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/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/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: f80253f9a3a24a0f6cc003e2da2595dbf47110f8
https://github.com/xwiki-contrib/confluence/commit/f80253f9a3a24a0f6cc003e2…
Author: Teodor Caras <trrenty(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.87.3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: bd118eac1805e7f70c88da6031e2bb0c539219b7
https://github.com/xwiki-contrib/confluence/commit/bd118eac1805e7f70c88da60…
Author: farcasut <farcasialexandrububu(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] rollback the release of confluence-9.87.3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: dbe8d19a8e660871e300a8e37985b0285576a05a
https://github.com/xwiki-contrib/confluence/commit/dbe8d19a8e660871e300a8e3…
Author: farcasut <farcasialexandrububu(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/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/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 94e95b0a5ecff6f39b219b5a02eaf6ea2232aec3
https://github.com/xwiki-contrib/confluence/commit/94e95b0a5ecff6f39b219b5a…
Author: farcasut <farcasialexandrububu(a)gmail.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.87.3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/XWIKI-23229-174x
Home: https://github.com/xwiki/xwiki-platform
Commit: 21c359552171e459058c0b8fa0de2f49b061d928
https://github.com/xwiki/xwiki-platform/commit/21c359552171e459058c0b8fa0de…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourceSuggester.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/LinkNameStrategyHelper.xml
Log Message:
-----------
XWIKI-23229: The link dialog doesn't suggest creating a link to a pasted reference
* Ensure to check if the input reference exists and return it as exact
match if it does
(cherry picked from commit 27c16af66d6dcd81e8c95aacb3ba8f9bf518108b)
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: cd72d1ad693ad68f933dbfcfb378cf32f4b0fce5
https://github.com/xwiki/xwiki-platform/commit/cd72d1ad693ad68f933dbfcfb378…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourceSuggester.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/LinkNameStrategyHelper.xml
Log Message:
-----------
XWIKI-23229: The link dialog doesn't suggest creating a link to a pasted reference
* Ensure to check if the input reference exists and return it as exact
match if it does
(cherry picked from commit 27c16af66d6dcd81e8c95aacb3ba8f9bf518108b)
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: 27c16af66d6dcd81e8c95aacb3ba8f9bf518108b
https://github.com/xwiki/xwiki-platform/commit/27c16af66d6dcd81e8c95aacb3ba…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/entityResourceSuggester.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/LinkNameStrategyHelper.xml
Log Message:
-----------
XWIKI-23229: The link dialog doesn't suggest creating a link to a pasted reference
* Ensure to check if the input reference exists and return it as exact
match if it does
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: c9171ae7b36a436ff81e0c5ab8be0cf7411bd926
https://github.com/xwiki/xwiki-platform/commit/c9171ae7b36a436ff81e0c5ab8be…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/src/main/java/org/xwiki/annotation/io/internal/DefaultIOService.java
Log Message:
-----------
XWIKI-23353: Abusive modification of the cached document when deleting an annotation from the annotation box
(cherry picked from commit 58d40112a527b8fb621cb716ec918a9b14c355f3)
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: 4f8bd77b8e8d0132ac5d68147887ab253662964d
https://github.com/xwiki-contrib/cristal/commit/4f8bd77b8e8d0132ac5d6814788…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M api/src/api/storage.ts
M core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/authentication/authentication-api/src/authenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudBasicAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudOAuth2AuthenticationManager.ts
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/package.json
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/history/history-github/src/components/componentsInit.ts
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/markdown/markdown-default/src/__tests__/defaultMarkdownRenderer.test.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceParser.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/fileSystemRemoteURLSerializer.test.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/filesystemRemoteURLParser.test.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-github/package.json
A core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlParser.test.ts
A core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/navigation-tree/navigation-tree-api/src/index.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/page/page-api/package.json
A core/page/page-api/src/index.ts
A core/page/page-api/tsconfig.json
A core/page/page-api/tsdoc.json
A core/page/page-api/vite.config.ts
A core/page/page-api/vitest.config.ts
A core/page/page-default/package.json
A core/page/page-default/src/__tests__/defaultPageReader.test.ts
A core/page/page-default/src/__tests__/defaultPageWriter.test.ts
A core/page/page-default/src/defaultPageReader.ts
A core/page/page-default/src/defaultPageWriter.ts
A core/page/page-default/src/index.ts
A core/page/page-default/tsconfig.json
A core/page/page-default/tsdoc.json
A core/page/page-default/vite.config.ts
A core/page/page-default/vitest.config.ts
M core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
M ds/shoelace/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
M editors/blocknote-react/src/components/images/ImageSelector.tsx
M editors/blocknote-react/src/components/links/LinkEditor.tsx
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/src/index.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudBasicAuthenticationManager.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudOAuth2AuthenticationManager.ts
M electron/storage/package.json
M electron/storage/src/components/fileSystemStorage.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 pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
CRISTAL-357: Improve the document storage format (#1080)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 427de2e0d90b9959ca364c7ad6b27731382ab812
https://github.com/xwiki/xwiki-platform/commit/427de2e0d90b9959ca364c7ad6b2…
Author: github-actions[bot] <41898282+github-actions[bot](a)users.noreply.github.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DocumentsMacro.xml
Log Message:
-----------
XWIKI-23334: 'Edit' floating button should not be displayed for Live Data columns that don't require editing (#4327) (#4346)
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
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: d86b63541163cf522c4621a58717ddeda48790aa
https://github.com/xwiki/xwiki-platform/commit/d86b63541163cf522c4621a58717…
Author: github-actions[bot] <41898282+github-actions[bot](a)users.noreply.github.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DocumentsMacro.xml
Log Message:
-----------
XWIKI-23334: 'Edit' floating button should not be displayed for Live Data columns that don't require editing (#4327) (#4345)
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4327
Home: https://github.com/xwiki/xwiki-platform
Commit: f1d8dc7e70aa938d5a8cbd07a00f2e3219f48eab
https://github.com/xwiki/xwiki-platform/commit/f1d8dc7e70aa938d5a8cbd07a00f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DocumentsMacro.xml
Log Message:
-----------
XWIKI-23334: 'Edit' floating button should not be displayed for Live Data columns that don't require editing (#4327)
(cherry picked from commit 1ff122230283397a0fcf082ad23d02e67ca51477)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-4327
Home: https://github.com/xwiki/xwiki-platform
Commit: f2f83b82b617c9df1b8d29fb7798d47e9f069ad1
https://github.com/xwiki/xwiki-platform/commit/f2f83b82b617c9df1b8d29fb7798…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-ui/src/main/resources/XWiki/DocumentsMacro.xml
Log Message:
-----------
XWIKI-23334: 'Edit' floating button should not be displayed for Live Data columns that don't require editing (#4327)
(cherry picked from commit 1ff122230283397a0fcf082ad23d02e67ca51477)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4335
Home: https://github.com/xwiki/xwiki-platform
Commit: 47c39f1c4060a77922e366887eabf710d0ee6086
https://github.com/xwiki/xwiki-platform/commit/47c39f1c4060a77922e366887eab…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/pom.xml
Log Message:
-----------
XWIKI-23351: Fix missing runtime dependency to websocket script service (#4335)
(cherry picked from commit 9657a4a531e306cb7d489532720ad4e3bec97443)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-4335
Home: https://github.com/xwiki/xwiki-platform
Commit: 2671596819f7f74401379937591183ead58f30bd
https://github.com/xwiki/xwiki-platform/commit/2671596819f7f744013799375911…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/pom.xml
Log Message:
-----------
XWIKI-23351: Fix missing runtime dependency to websocket script service (#4335)
(cherry picked from commit 9657a4a531e306cb7d489532720ad4e3bec97443)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications