Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-blog Commit: 108dbdfa85d08c804f87cbf0af70beac88b4ac14 https://github.com/xwiki-contrib/application-blog/commit/108dbdfa85d08c804f8... Author: Alex Cotiugă <ancotiuga@gmail.com> Date: 2025-10-13 (Mon, 13 Oct 2025) Changed paths: M application-blog-ui/src/main/resources/Blog/PinnedPostsSheet.xml Log Message: ----------- BLOG-237: Blog Posts with dot in the name are breaking the pin post feature Commit: 3c876be22c0e43d00ef98fb43ffa0d8f33fbe082 https://github.com/xwiki-contrib/application-blog/commit/3c876be22c0e43d00ef... Author: Alex Cotiugă <ancotiuga@gmail.com> Date: 2025-10-13 (Mon, 13 Oct 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 M application-blog-ui/src/main/resources/Blog/BlogCode.xml M application-blog-ui/src/main/resources/Blog/BlogIntroduction.xml M application-blog-ui/src/main/resources/Blog/BlogParameters.xml M application-blog-ui/src/main/resources/Blog/BlogPostClass.xml M application-blog-ui/src/main/resources/Blog/BlogPostSheet.xml M application-blog-ui/src/main/resources/Blog/BlogPostTemplate.xml A application-blog-ui/src/main/resources/Blog/Categories.xml M application-blog-ui/src/main/resources/Blog/CategoriesCode.xml M application-blog-ui/src/main/resources/Blog/CategoryRss.xml M application-blog-ui/src/main/resources/Blog/Code/CategoriesLocationMigrator.xml M application-blog-ui/src/main/resources/Blog/Code/MigrationUIX.xml A application-blog-ui/src/main/resources/Blog/News.xml A application-blog-ui/src/main/resources/Blog/Other.xml A application-blog-ui/src/main/resources/Blog/Personal.xml M application-blog-ui/src/main/resources/Blog/Translations.xml M pom.xml Log Message: ----------- BLOG-236: Blog RSS doesn't work anymore when specifying a category * provide support for the old category location (Blog) refered to as the legacy location * check if the default blog has legacy category location assignments (if there are blog posts that have categories from the Blog space location assigned) * the migration became optional and the blog will continue to work as expected with legacy location * categories rss code support for the legacy category location Compare: https://github.com/xwiki-contrib/application-blog/compare/f8c25b42570b...3c8... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-blog/settings/notifications