Branch: refs/heads/XWIKI-23447 Home: https://github.com/xwiki/xwiki-platform Commit: 69029b51dc84a6d5178e71d8184d72c5124c5b95 https://github.com/xwiki/xwiki-platform/commit/69029b51dc84a6d5178e71d8184d7... Author: Vincent Massol <[email protected]> Date: 2026-07-08 (Wed, 08 Jul 2026) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/ModifiablePageResource.java M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageResourceImpl.java A xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/test/java/org/xwiki/rest/internal/resources/pages/PageTranslationResourceImplTest.java Log Message: ----------- XWIKI-23447: Add an option to skip the recycle bin in the REST DELETE page API Move the DELETE right check into the shared ModifiablePageResource#deletePage so that the page translation DELETE endpoint enforces it consistently with the page DELETE endpoint, and add unit tests for the translation delete right check. Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications