Branch: refs/heads/master Home: https://github.com/xwiki-contrib/confluence Commit: 901ecf82e33168c90bae91855d5cb979d544ca13 https://github.com/xwiki-contrib/confluence/commit/901ecf82e33168c90bae91855... Author: Raphaël Jakse <[email protected]> Date: 2025-07-18 (Fri, 18 Jul 2025) Changed paths: M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/LangMacroConverter.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/TranslationMacroConverter.java Log Message: ----------- CONFLUENCE-486: Support translated content import * Safer string to Locale conversion that fails early if the format is incorrect. If we don't do this, we expose all sorts of XWiki's inhabilities to deal with incorrect locale format, including the inhability to delete the affected documents. Commit: 7a95bf96787f2fd52a6117a97d4d75d777e08ee1 https://github.com/xwiki-contrib/confluence/commit/7a95bf96787f2fd52a6117a97... Author: Raphaël Jakse <[email protected]> Date: 2025-07-22 (Tue, 22 Jul 2025) Changed paths: M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceXWikiGeneratorListener.java M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/MacroTagHandler.java A confluence-syntax-xhtml/src/test/resources/confluence+xhtml10/specific/link/macroinlink.test M confluence-xml/src/test/resources/confluencexml/misc2.test M confluence-xml/src/test/resources/confluencexml/misc2/entities.xml Log Message: ----------- CONFLUENCE-487: Extraneous empty line after the beginning of a link containing a macro Compare: https://github.com/xwiki-contrib/confluence/compare/d23483171c97...7a95bf967... To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications