Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 4b20d9c4330163e8670d6cc8bf79e222c9393ff6
https://github.com/xwiki/xwiki-platform/commit/4b20d9c4330163e8670d6cc8bf79…
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
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-commons
Commit: ce6bc970c3c528454a53a4227ea9db1bb0bad649
https://github.com/xwiki/xwiki-commons/commit/ce6bc970c3c528454a53a4227ea9d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-xml/pom.xml
A xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/CachedDocumentBuilderProvider.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/DefaultHTMLCleaner.java
M xwiki-commons-core/xwiki-commons-xml/src/main/resources/META-INF/components.txt
M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/html/DefaultHTMLCleanerComponentList.java
A xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/internal/html/CachedDocumentBuilderProviderTest.java
Log Message:
-----------
XCOMMONS-3458: HTMLCleaner should use a securely configured document builder (#1482)
* Configure the document builder to use secure parsing and not load external DTDs.
* Introduce a new component to provide the document builder to avoid depending on too many classes in DefaultHTMLCleaner.
* Add a unit test for the new component, verifying both the caching and the secure processing configuration.
* Add the new component to DefaultHTMLCleanerComponentList to make it available in tests that use the HTML cleaner.
* Increase test coverage to actual coverage.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-17.9.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 925fb1006413741845281179f11598ebcd4b61f0
https://github.com/xwiki/xwiki-platform/commit/925fb1006413741845281179f115…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/editors/xdomText.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/simpleedittoolbar.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js
Log Message:
-----------
Revert "XWIKI-23625: Wiki editor toolbar displayed in fields forcing usage of WYSIWYG editors when preferred text editor used"
This reverts commit 4ade6c4aa2cd714e489505c7b86a6ad6da8d30b8.
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: d0a10cf9b19b47a8d841042b84b31dbb64824c50
https://github.com/xwiki/xwiki-platform/commit/d0a10cf9b19b47a8d841042b84b3…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-page/src/main/java/org/xwiki/test/page/PageComponentList.java
Log Message:
-----------
[Misc] Use DefaultHTMLCleanerComponentList in PageTest
This avoids the duplication of the component list for HTMLCleaner that includes lots of internal components.
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: 9e76a91619d24e27946f0efdb55cde06b00f75c3
https://github.com/xwiki/xwiki-platform/commit/9e76a91619d24e27946f0efdb55c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml
Log Message:
-----------
XWIKI-23624: Get ckeditor as a Maven dependency instead of an external download
* should not be a transitive dependency
(cherry picked from commit 46b21682e594c134975e0afc60fb31893511097c)
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: 47f77f4a4d3ae80368b6886efa64a1e46b107be6
https://github.com/xwiki/xwiki-platform/commit/47f77f4a4d3ae80368b6886efa64…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml
Log Message:
-----------
XWIKI-23624: Get ckeditor as a Maven dependency instead of an external download
* should not be a transitive dependency
(cherry picked from commit 46b21682e594c134975e0afc60fb31893511097c)
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: 1151d1f83eda30e695757ab1d7a31a4b3698853b
https://github.com/xwiki/xwiki-platform/commit/1151d1f83eda30e695757ab1d7a3…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/main/java/org/xwiki/ratings/internal/averagerating/XObjectAverageRatingManager.java
M xwiki-platform-core/xwiki-platform-ratings/xwiki-platform-ratings-api/src/test/java/org/xwiki/ratings/internal/averagerating/XObjectAverageRatingManagerTest.java
Log Message:
-----------
XWIKI-23629: Abusive modification of the cached document when adding a rating to a page
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-contrib/ldap
Commit: f170d5e807e0070bbb3f8dbb9122c7c3e36e124c
https://github.com/xwiki-contrib/ldap/commit/f170d5e807e0070bbb3f8dbb9122c7…
Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M ldap-api/pom.xml
M ldap-authenticator/pom.xml
M ldap-legacy/ldap-legacy-authenticator/pom.xml
M ldap-legacy/pom.xml
M ldap-test/ldap-test-tests/pom.xml
M ldap-test/pom.xml
M ldap-ui/pom.xml
M ldap-user-cleanup/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/ldap
Commit: 1ba02eff7fe291f8e6d41d8d94d83349a85eb042
https://github.com/xwiki-contrib/ldap/commit/1ba02eff7fe291f8e6d41d8d94d833…
Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M ldap-api/pom.xml
M ldap-authenticator/pom.xml
M ldap-legacy/ldap-legacy-authenticator/pom.xml
M ldap-legacy/pom.xml
M ldap-test/ldap-test-tests/pom.xml
M ldap-test/pom.xml
M ldap-ui/pom.xml
M ldap-user-cleanup/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release ldap-9.16.1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/ldap
Commit: 25b5cdb2d00b5ab53d81459c84851d2c7e7fd479
https://github.com/xwiki-contrib/ldap/commit/25b5cdb2d00b5ab53d81459c84851d…
Author: Clemens Klein-Robbenhaar <robbenhaar(a)green-meadows.de>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M ldap-user-cleanup/src/main/resources/Scheduler/LDAP/OldUserCleanupJob.xml
A ldap-user-cleanup/src/main/resources/Scheduler/LDAP/OldUserCleanupJobCode.xml
M ldap-user-cleanup/src/main/resources/Scheduler/LDAP/OldUserCleanupJobSheet.xml
Log Message:
-----------
LDAP-159: Code of user cleanup does not get updated
- move code from the scheduler page to a separate page
and only keep a mimimal code in the actual scheduler
(this will not solve the issue for existing installs,
but hopefully makes it easy to fix for them)
- also fix title in sheet (now does no longer display
the title of th sheet, but of the scheduler page)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 2dadac91d53eb9e67ebc708f7c562a399286e15a
https://github.com/xwiki/xwiki-platform/commit/2dadac91d53eb9e67ebc708f7c56…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-api/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-notifications/pom.xml
M xwiki-platform-core/xwiki-platform-like/xwiki-platform-like-ui/pom.xml
Log Message:
-----------
[Misc] Fix the missing EM name/category
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: 0804f82ca0e1c1dabb0fc4177fde36261c556ad6
https://github.com/xwiki/xwiki-platform/commit/0804f82ca0e1c1dabb0fc4177fde…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/editors/xdomText.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/simpleedittoolbar.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js
Log Message:
-----------
XWIKI-23625: Wiki editor toolbar displayed in fields forcing usage of WYSIWYG editors when preferred text editor used
* Refactor a bit the logic of simpletoolbar: the toolbar is injected
next to its textarea so we should enable the toolbar only for those
textarea and not for any textarea of the page having the proper syntax,
as it's breaking sheets in case of properties defined to use specific
editors
* Also fix AWM.Content to specify the proper data-syntax in the
textarea so that it properly enabled the toolbar
* And finally fix xdomText.vm so that the toolbar could be enabled for
any property having the appropriate syntax
(cherry picked from commit a866f3234b8dce6699eba0ecd164003f380cfbb0)
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: 9639f9630de891269af3ddfb853acd19c3370c8f
https://github.com/xwiki/xwiki-platform/commit/9639f9630de891269af3ddfb853a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/editors/xdomText.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/simpleedittoolbar.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js
Log Message:
-----------
XWIKI-23625: Wiki editor toolbar displayed in fields forcing usage of WYSIWYG editors when preferred text editor used
* Refactor a bit the logic of simpletoolbar: the toolbar is injected
next to its textarea so we should enable the toolbar only for those
textarea and not for any textarea of the page having the proper syntax,
as it's breaking sheets in case of properties defined to use specific
editors
* Also fix AWM.Content to specify the proper data-syntax in the
textarea so that it properly enabled the toolbar
* And finally fix xdomText.vm so that the toolbar could be enabled for
any property having the appropriate syntax
(cherry picked from commit a866f3234b8dce6699eba0ecd164003f380cfbb0)
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: 4ade6c4aa2cd714e489505c7b86a6ad6da8d30b8
https://github.com/xwiki/xwiki-platform/commit/4ade6c4aa2cd714e489505c7b86a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/editors/xdomText.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/simpleedittoolbar.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js
Log Message:
-----------
XWIKI-23625: Wiki editor toolbar displayed in fields forcing usage of WYSIWYG editors when preferred text editor used
* Refactor a bit the logic of simpletoolbar: the toolbar is injected
next to its textarea so we should enable the toolbar only for those
textarea and not for any textarea of the page having the proper syntax,
as it's breaking sheets in case of properties defined to use specific
editors
* Also fix AWM.Content to specify the proper data-syntax in the
textarea so that it properly enabled the toolbar
* And finally fix xdomText.vm so that the toolbar could be enabled for
any property having the appropriate syntax
(cherry picked from commit a866f3234b8dce6699eba0ecd164003f380cfbb0)
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: a866f3234b8dce6699eba0ecd164003f380cfbb0
https://github.com/xwiki/xwiki-platform/commit/a866f3234b8dce6699eba0ecd164…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/editors/xdomText.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/simpleedittoolbar.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/simpletoolbar.js
Log Message:
-----------
XWIKI-23625: Wiki editor toolbar displayed in fields forcing usage of WYSIWYG editors when preferred text editor used
* Refactor a bit the logic of simpletoolbar: the toolbar is injected
next to its textarea so we should enable the toolbar only for those
textarea and not for any textarea of the page having the proper syntax,
as it's breaking sheets in case of properties defined to use specific
editors
* Also fix AWM.Content to specify the proper data-syntax in the
textarea so that it properly enabled the toolbar
* And finally fix xdomText.vm so that the toolbar could be enabled for
any property having the appropriate syntax
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: d931957f641dc31086c6ed83017738f5599c1c9a
https://github.com/xwiki/xwiki-platform/commit/d931957f641dc31086c6ed830177…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-macro/xwiki-platform-notifications-macro-ui/src/main/resources/XWiki/Notifications/Code/Macro/NotificationsMacro.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/main/java/org/xwiki/notifications/notifiers/internal/InternalHtmlNotificationRenderer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-api/src/test/java/org/xwiki/notifications/notifiers/internal/InternalHtmlNotificationRendererTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/GroupedNotificationElementPage.java
Log Message:
-----------
XWIKI-22999: Activity stream should use list semantics (#4357)
* Added list semantics to the notification macro, which is used among other things in the activity stream. It's also used notably in the notification dropdown.
* Fixed the test
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: 1a1be0c32f4bb853979860ba52c0ff134d3fe5c2
https://github.com/xwiki/xwiki-platform/commit/1a1be0c32f4bb853979860ba52c0…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/pom.xml
Log Message:
-----------
XWIKI-23624: Get ckeditor as a Maven dependency instead of an external download
* should not be a transitive dependency
(cherry picked from commit 46b21682e594c134975e0afc60fb31893511097c)
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: c29ab2fbb690720dd14db1046c4d0491fd1569da
https://github.com/xwiki/xwiki-platform/commit/c29ab2fbb690720dd14db1046c4d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-23 (Thu, 23 Oct 2025)
Changed paths:
M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/start_xwiki.sh
Log Message:
-----------
XWIKI-23628: New DeploymentScanner environments folder related warnings with Jetty 12.1+
(cherry picked from commit f72b6b9088b88a96a9f4bf483d9b1c48fe89dfbf)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications