Branch: refs/heads/claude/clever-feynman-j3a45k-judgement Home: https://github.com/xwiki/xwiki-platform Commit: 24736ac934df336b3eb0abf24ef052d4d1a2adda https://github.com/xwiki/xwiki-platform/commit/24736ac934df336b3eb0abf24ef05... Author: Vincent Massol <[email protected]> Date: 2026-08-21 (Fri, 21 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/actionbuttons/actionButtons.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/xwiki.js M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/model/entityReference.js Log Message: ----------- [Misc] Fix SonarQube javascript:S6582 issues whose result is assigned Use optional chaining on the 5 sites where the expression result is stored in a variable, so the value (and not only its truthiness) is observable. Co-Authored-By: Vincent Massol <[email protected]> Commit: 217548a684bcccc1d4b8b614d80a557db97cbc90 https://github.com/xwiki/xwiki-platform/commit/217548a684bcccc1d4b8b614d80a5... Author: Vincent Massol <[email protected]> Date: 2026-08-21 (Fri, 21 Aug 2026) Changed paths: M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/xwiki.js Log Message: ----------- [Misc] Fix SonarQube javascript:S7765 issues in the vendored BrowserDetect block Use String#includes() instead of an indexOf() comparison in the third-party BrowserDetect snippet embedded in xwiki.js (34 issues). Co-Authored-By: Vincent Massol <[email protected]> Compare: https://github.com/xwiki/xwiki-platform/compare/24736ac934df%5E...217548a684... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications