Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/workflow-publication
Commit: 0989e21a001c72ea7aaddee9f530a4fe623945c4
https://github.com/xwiki-contrib/workflow-publication/commit/0989e21a001c72…
Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-workflow-publication-api/pom.xml
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowRenameListener.java
A xwiki-workflow-publication-api/src/test/java/org/xwiki/workflowpublication/internal/PublicationWorkflowRenameListenerTest.java
Log Message:
-----------
XAWORKFLOW-126: Page Move strategy fails if draft and published spaces are on a different level
- if the difflib fails to apply the patch,
instead try to get a new location by using
a "longest path match" between the old and new location
and try to apply the rest that did not match
to the equivalent document
- also add tests to show the cases where it works
and the cases where it does not work
Commit: 8170af3e17f58f2167936ed4a5d39b950d542fcd
https://github.com/xwiki-contrib/workflow-publication/commit/8170af3e17f58f…
Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowRenameListener.java
Log Message:
-----------
[misc] remove unused component and imports
- leftover from XAWORKFLOW-124
Compare: https://github.com/xwiki-contrib/workflow-publication/compare/31ffd4f5ff68.…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/workflow-publication/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-commons
Commit: 2b1b7bf860ff12c8b8290708880e006d1f90e993
https://github.com/xwiki/xwiki-commons/commit/2b1b7bf860ff12c8b8290708880e0…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M 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/LocalUser.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Netflux.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/User.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/CommandListener.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxCommandChannelEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxMessageUserEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxPingUserEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserJoinedEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserLeftEvent.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/ChannelTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-commons
Commit: f80f67c87bad351b063c33c14dd53dd38a620e19
https://github.com/xwiki/xwiki-commons/commit/f80f67c87bad351b063c33c14dd53…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M 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/LocalUser.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Netflux.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxException.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/User.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/CommandListener.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxCommandChannelEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxMessageUserEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxPingUserEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserJoinedEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserLeftEvent.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/ChannelTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-platform
Commit: bb7cd138256a900d52fe75c91109ef1e7f5d61c0
https://github.com/xwiki/xwiki-platform/commit/bb7cd138256a900d52fe75c91109…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/DefaultEntityChannelStore.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBot.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/RemoteUser.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBotTest.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-commons
Commit: 4352c8be827d76f5acf2eaaef97d2bf79866b7d5
https://github.com/xwiki/xwiki-commons/commit/4352c8be827d76f5acf2eaaef97d2…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M 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/LocalUser.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Netflux.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxException.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/User.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/CommandListener.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxCommandChannelEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxMessageUserEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxPingUserEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserJoinedEvent.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/event/NetfluxUserLeftEvent.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/ChannelTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: dd06a9d3e2e480eeb930bcc6543bc6e4bae16a1f
https://github.com/xwiki/xwiki-platform/commit/dd06a9d3e2e480eeb930bcc6543b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
Log Message:
-----------
XWIKI-23580: Using monospace syntax overflows when too long (#4701)
* Allow wrapping for text that is just marked as monospaced.
(cherry picked from commit 7dc7b0afdd36da4d594036045da4c3d8d559fe67)
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: 7d3ed60a966181c7ad1bb2945a5574d3ee0c214b
https://github.com/xwiki/xwiki-platform/commit/7d3ed60a966181c7ad1bb2945a55…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
Log Message:
-----------
XWIKI-23580: Using monospace syntax overflows when too long (#4701)
* Allow wrapping for text that is just marked as monospaced.
(cherry picked from commit 7dc7b0afdd36da4d594036045da4c3d8d559fe67)
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-4701
Home: https://github.com/xwiki/xwiki-platform
Commit: df33bc675e6e9a2e06326083de05b188fa3e44ab
https://github.com/xwiki/xwiki-platform/commit/df33bc675e6e9a2e06326083de05…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
Log Message:
-----------
XWIKI-23580: Using monospace syntax overflows when too long (#4701)
* Allow wrapping for text that is just marked as monospaced.
(cherry picked from commit 7dc7b0afdd36da4d594036045da4c3d8d559fe67)
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-4701
Home: https://github.com/xwiki/xwiki-platform
Commit: 951a328e2d3169a35d8e60a5f1af7d21a6cc1bba
https://github.com/xwiki/xwiki-platform/commit/951a328e2d3169a35d8e60a5f1af…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
Log Message:
-----------
XWIKI-23580: Using monospace syntax overflows when too long (#4701)
* Allow wrapping for text that is just marked as monospaced.
(cherry picked from commit 7dc7b0afdd36da4d594036045da4c3d8d559fe67)
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: 7dc7b0afdd36da4d594036045da4c3d8d559fe67
https://github.com/xwiki/xwiki-platform/commit/7dc7b0afdd36da4d594036045da4…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/general.less
Log Message:
-----------
XWIKI-23580: Using monospace syntax overflows when too long (#4701)
* Allow wrapping for text that is just marked as monospaced.
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: 972a1c9ecaf53f8945d0aeafaec63afd43d27bb3
https://github.com/xwiki/xwiki-platform/commit/972a1c9ecaf53f8945d0aeafaec6…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/javascript.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/NavigationIT.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/pom.xml
A xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/FrontendURLCheckPolicy.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/URLConfiguration.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/script/URLSecurityScriptService.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/main/java/org/xwiki/url/internal/DefaultURLConfiguration.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/test/java/org/xwiki/url/internal/DefaultURLConfigurationTest.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/link/link-protection.js
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23630: The link protection is too intrusive
* Define a policy for the URL check frontend to allow enabling it only
for comments and use that default behaviour
* Refactor the URL frontend check to take into account the new policy
and fix the editor issue
* Refactor integration test
(cherry picked from commit 633ac65a3ee8fdc11cdfbdddda85ff2541f20039)
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: b76283bcce3e421eb18d80654d1a16bfb29ef069
https://github.com/xwiki/xwiki-platform/commit/b76283bcce3e421eb18d80654d1a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/javascript.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/NavigationIT.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/pom.xml
A xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/FrontendURLCheckPolicy.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/URLConfiguration.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/script/URLSecurityScriptService.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/main/java/org/xwiki/url/internal/DefaultURLConfiguration.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/test/java/org/xwiki/url/internal/DefaultURLConfigurationTest.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/link/link-protection.js
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23630: The link protection is too intrusive
* Define a policy for the URL check frontend to allow enabling it only
for comments and use that default behaviour
* Refactor the URL frontend check to take into account the new policy
and fix the editor issue
* Refactor integration test
(cherry picked from commit 633ac65a3ee8fdc11cdfbdddda85ff2541f20039)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.9.x
Home: https://github.com/xwiki/xwiki-platform
Commit: e15dc8184f7680656a82feda6cc699218b9192d5
https://github.com/xwiki/xwiki-platform/commit/e15dc8184f7680656a82feda6cc6…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/javascript.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/NavigationIT.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/pom.xml
A xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/FrontendURLCheckPolicy.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/URLConfiguration.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-api/src/main/java/org/xwiki/url/script/URLSecurityScriptService.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/main/java/org/xwiki/url/internal/DefaultURLConfiguration.java
M xwiki-platform-core/xwiki-platform-url/xwiki-platform-url-default/src/test/java/org/xwiki/url/internal/DefaultURLConfigurationTest.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/link/link-protection.js
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23630: The link protection is too intrusive
* Define a policy for the URL check frontend to allow enabling it only
for comments and use that default behaviour
* Refactor the URL frontend check to take into account the new policy
and fix the editor issue
* Refactor integration test
(cherry picked from commit 633ac65a3ee8fdc11cdfbdddda85ff2541f20039)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications