Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-blog Commit: 8e8ae9791d490d862f97607570c81b20c8543aff https://github.com/xwiki-contrib/application-blog/commit/8e8ae9791d490d862f9... Author: Alex Cotiugă <[email protected]> Date: 2025-07-14 (Mon, 14 Jul 2025) Changed paths: M application-blog-api/src/main/java/org/xwiki/contrib/blog/script/BlogScriptService.java M application-blog-api/src/main/java/org/xwiki/platform/blog/internal/CategoryLocationMigration.java A application-blog-ui/src/main/resources/Blog/Code/CategoriesLocationMigrator.xml A application-blog-ui/src/main/resources/Blog/Code/MigrationUIX.xml A application-blog-ui/src/main/resources/Blog/Code/WebHome.xml M application-blog-ui/src/main/resources/Blog/Translations.de.xml M application-blog-ui/src/main/resources/Blog/Translations.fr.xml M application-blog-ui/src/main/resources/Blog/Translations.xml Log Message: ----------- BLOG-232: It's not possible to control categories management permissions of the default blog * provide a UIX to detect and report to the admins that there are categories or blog posts that need to be migrated * provide a migration tool to move categories from Blog space to Blog.Categories space * when a category is moved, the following are happening ** subcategories are updated with the new parent ** blog posts are updated with the new category ** update any backlinks that were missed (the default categories' location is updated in the source code, so there won't be an actual rename to trigger backlinks update) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-blog/settings/notifications