lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

  • 58511 discussions
[xwiki/xwiki-platform] 406ab7: XWIKI-22221: Saving from Inplace Edit mode, after ...
by XWiki Notifications 10 Jun '24

10 Jun '24
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
1 0
0 0
[xwiki/xwiki-platform] 374646: XWIKI-22221: Saving from Inplace Edit mode, after ...
by XWiki Notifications 10 Jun '24

10 Jun '24
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
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3052: Add support for implementing Netflux channel bots as components
by XWiki Notifications 10 Jun '24

10 Jun '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22220: Quick Actions doesn't insert macros inline even if they support inline mode
by XWiki Notifications 10 Jun '24

10 Jun '24
1 0
0 0
[xwiki/xwiki-commons] d360b8: XCOMMONS-3052: Add support for implementing Netflu...
by XWiki Notifications 10 Jun '24

10 Jun '24
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
1 0
0 0
[xwiki/xwiki-commons] d38d95: XCOMMONS-3052: Add support for implementing Netflu...
by XWiki Notifications 10 Jun '24

10 Jun '24
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
1 0
0 0
[xwiki/xwiki-commons] 38f992: XCOMMONS-3052: Add support for implementing Netflu...
by XWiki Notifications 10 Jun '24

10 Jun '24
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
1 0
0 0
[xwiki/xwiki-platform] f49a87: XWIKI-22220: Quick Actions doesn't insert macros i...
by XWiki Notifications 10 Jun '24

10 Jun '24
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
1 0
0 0
[xwiki/xwiki-platform] ebe239: XWIKI-22220: Quick Actions doesn't insert macros i...
by XWiki Notifications 10 Jun '24

10 Jun '24
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
1 0
0 0
[xwiki/xwiki-platform] c23af5: XWIKI-22220: Quick Actions doesn't insert macros i...
by XWiki Notifications 10 Jun '24

10 Jun '24
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
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4287
  • 4288
  • 4289
  • 4290
  • 4291
  • 4292
  • 4293
  • ...
  • 5852
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.