Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 406ab70bbe059c0090b62aced113c3a16c551bbf
https://github.com/xwiki/xwiki-platform/commit/406ab70bbe059c0090b62aced113…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-11 (Tue, 11 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
Log Message:
-----------
XWIKI-22221: Saving from Inplace Edit mode, after switching to Source, breaks the content
* Bulletproof the code that detects if we submit the raw content or the rendered content.
(cherry picked from commit 3746464546e01f2f1fd468f922e754c01800e44a)
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: 3746464546e01f2f1fd468f922e754c01800e44a
https://github.com/xwiki/xwiki-platform/commit/3746464546e01f2f1fd468f922e7…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-11 (Tue, 11 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-test/xwiki-platform-edit-test-docker/src/test/it/org/xwiki/edit/test/ui/InplaceEditIT.java
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
Log Message:
-----------
XWIKI-22221: Saving from Inplace Edit mode, after switching to Source, breaks the content
* Bulletproof the code that detects if we submit the raw content or the rendered content.
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-commons
Commit: d360b85a3ec1a497b720359a19f49b81da50b0a0
https://github.com/xwiki/xwiki-commons/commit/d360b85a3ec1a497b720359a19f49…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-netflux/pom.xml
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/AbstractBot.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Bot.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Channel.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/ChannelStore.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/HistoryKeeper.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/IdGenerator.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/MessageDispatcher.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java
R xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Utils.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/resources/META-INF/components.txt
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelStoreTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelTest.java
A xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java
A xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/IdGeneratorTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java
R xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/UtilsTest.java
Log Message:
-----------
XCOMMONS-3052: Add support for implementing Netflux channel bots as components
(cherry picked from commit 38f992ad9dbbfe8d58fa91e87e7aa570f77b2086)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: d38d95295b9ab7874f3ec2c1ed292ca8f6d1ffab
https://github.com/xwiki/xwiki-commons/commit/d38d95295b9ab7874f3ec2c1ed292…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-netflux/pom.xml
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/AbstractBot.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Bot.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Channel.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/ChannelStore.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/HistoryKeeper.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/IdGenerator.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/MessageDispatcher.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java
R xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Utils.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/resources/META-INF/components.txt
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelStoreTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelTest.java
A xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java
A xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/IdGeneratorTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java
R xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/UtilsTest.java
Log Message:
-----------
XCOMMONS-3052: Add support for implementing Netflux channel bots as components
(cherry picked from commit 38f992ad9dbbfe8d58fa91e87e7aa570f77b2086)
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: 38f992ad9dbbfe8d58fa91e87e7aa570f77b2086
https://github.com/xwiki/xwiki-commons/commit/38f992ad9dbbfe8d58fa91e87e7aa…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-netflux/pom.xml
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/AbstractBot.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Bot.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Channel.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/ChannelStore.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/HistoryKeeper.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/IdGenerator.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/MessageDispatcher.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java
R xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Utils.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/resources/META-INF/components.txt
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelStoreTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelTest.java
A xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java
A xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/IdGeneratorTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java
R xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/UtilsTest.java
Log Message:
-----------
XCOMMONS-3052: Add support for implementing Netflux channel bots as components
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f49a87df921de11b101368f73b2af28d1d299a09
https://github.com/xwiki/xwiki-platform/commit/f49a87df921de11b101368f73b2a…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-selection/plugin.js
Log Message:
-----------
XWIKI-22220: Quick Actions doesn't insert macros inline even if they support inline mode
* Move the caret at the start of the first nested editable when the selection is before a macro widget wrapper (after the content is refreshed).
(cherry picked from commit c23af57c973d576884997bc53ec707627f3ac1b5)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: ebe239377f04425cdd045fe9ef97bfb645fca097
https://github.com/xwiki/xwiki-platform/commit/ebe239377f04425cdd045fe9ef97…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-selection/plugin.js
Log Message:
-----------
XWIKI-22220: Quick Actions doesn't insert macros inline even if they support inline mode
* Move the caret at the start of the first nested editable when the selection is before a macro widget wrapper (after the content is refreshed).
(cherry picked from commit c23af57c973d576884997bc53ec707627f3ac1b5)
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: c23af57c973d576884997bc53ec707627f3ac1b5
https://github.com/xwiki/xwiki-platform/commit/c23af57c973d576884997bc53ec7…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-selection/plugin.js
Log Message:
-----------
XWIKI-22220: Quick Actions doesn't insert macros inline even if they support inline mode
* Move the caret at the start of the first nested editable when the selection is before a macro widget wrapper (after the content is refreshed).
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: 8671be3b8dd46daabd6883007a44f6cd9e25411f
https://github.com/xwiki/xwiki-platform/commit/8671be3b8dd46daabd6883007a44…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-slash/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
Log Message:
-----------
XWIKI-22220: Quick Actions doesn't insert macros inline even if they support inline mode
* Take into account the macro descriptor
* Move the caret at the start of the first nested editable when the selection is before a macro widget wrapper (after the content is refreshed).
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: b2218f5eb6eb04e3ea70c4391035b60533ffa0cd
https://github.com/xwiki/xwiki-platform/commit/b2218f5eb6eb04e3ea70c4391035…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-slash/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
Log Message:
-----------
XWIKI-22220: Quick Actions doesn't insert macros inline even if they support inline mode
* Take into account the macro descriptor
* Move the caret at the start of the first nested editable when the selection is before a macro widget wrapper (after the content is refreshed).
(cherry picked from commit 8671be3b8dd46daabd6883007a44f6cd9e25411f)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: c30e584a504b281f0469e09eda60f8ab452e630e
https://github.com/xwiki/xwiki-platform/commit/c30e584a504b281f0469e09eda60…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-slash/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
Log Message:
-----------
XWIKI-22220: Quick Actions doesn't insert macros inline even if they support inline mode
* Take into account the macro descriptor
* Move the caret at the start of the first nested editable when the selection is before a macro widget wrapper (after the content is refreshed).
(cherry picked from commit 8671be3b8dd46daabd6883007a44f6cd9e25411f)
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: 3a460ab2f04b6105de87beca6bebd6c9d511e298
https://github.com/xwiki-contrib/cristal/commit/3a460ab2f04b6105de87beca6be…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-06-10 (Mon, 10 Jun 2024)
Changed paths:
M ds/api/package.json
M ds/api/src/index.ts
A ds/api/src/x-btn.ts
M ds/dsfr/package.json
M ds/dsfr/src/vue/x-btn.vue
M ds/shoelace/src/vue/x-breadcrumb.vue
M ds/shoelace/src/vue/x-btn.vue
M ds/vuetify/src/vue/x-breadcrumb.vue
M ds/vuetify/src/vue/x-btn.vue
M editors/tiptap/package.json
M editors/tiptap/src/vue/c-edit-tiptap.vue
M editors/tiptap/src/vue/c-tiptap-link-edit.vue
M pnpm-lock.yaml
M skin/package.json
M skin/src/vue/c-config.vue
M skin/src/vue/c-content.vue
M skin/src/vue/c-help.vue
Log Message:
-----------
[Misc] add type definition for x-btn
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications