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