Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 74ec7bb1f7544c859c1860e350b87527a1d475aa https://github.com/xwiki/xwiki-platform/commit/74ec7bb1f7544c859c1860e350b87... Author: Marius Dumitru Florea <[email protected]> Date: 2026-09-10 (Thu, 10 Sep 2026) Changed paths: M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-link/plugin.js M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-resource/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/LinkIT.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditorDialog.java M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/LinkDialog.java M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-webjar/src/main/webjar/resource/entityResourceSuggester.js Log Message: ----------- XWIKI-24834: Creating a link to a new page by selecting text and validating the link dialog produces an empty link target * Preselect the page that would be created from the link label, following the configured page name strategy, when the link dialog is opened to create a new link. * Don't accept an empty link target that was not explicitly selected and that has neither an anchor nor a query string. * Add functional tests for creating a link from the selected text, for updating a link that targets the current page and for the link target validation. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications