Branch: refs/heads/master Home: https://github.com/xwiki-contrib/confluence Commit: 8df9e25e1eb5b82295a40323ecd73a5e0f1441bb https://github.com/xwiki-contrib/confluence/commit/8df9e25e1eb5b82295a40323e... Author: Raphaël Jakse <[email protected]> Date: 2024-02-10 (Sat, 10 Feb 2024) Changed paths: M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceInputProperties.java Log Message: ----------- Misc: add JavaDoc comments Commit: 197f25699ca5507f7912296d3290a4fb06c3cd82 https://github.com/xwiki-contrib/confluence/commit/197f25699ca5507f7912296d3... Author: Raphaël Jakse <[email protected]> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceInputProperties.java M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java M confluence-xml/src/test/resources/confluencexml/3.4.7.rangeto.test M confluence-xml/src/test/resources/confluencexml/3.4.7.test M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefrom.test M confluence-xml/src/test/resources/confluencexml/4.3.2.rangefromexclude.test M confluence-xml/src/test/resources/confluencexml/4.3.2.ranges.test M confluence-xml/src/test/resources/confluencexml/4.3.2.test M confluence-xml/src/test/resources/confluencexml/5.9.test M confluence-xml/src/test/resources/confluencexml/asciichar28.test M confluence-xml/src/test/resources/confluencexml/blogs.test M confluence-xml/src/test/resources/confluencexml/cdatazerowidthspace.test M confluence-xml/src/test/resources/confluencexml/confluence80tags.test M confluence-xml/src/test/resources/confluencexml/historyorder.test M confluence-xml/src/test/resources/confluencexml/noblogs.test M confluence-xml/src/test/resources/confluencexml/onlyblog.test M confluence-xml/src/test/resources/confluencexml/permissions.test M confluence-xml/src/test/resources/confluencexml/spanishaccentsintitle.test Log Message: ----------- CONFLUENCE-190: The space revision is incorrectly imported as the space home * Correctly set the parent reference of pages that are not the home page * Fix home redirect * make home redirect optional and enabled by default Commit: 50e8e4a446fe11974a362a0ae56b1bdf9ad4463b https://github.com/xwiki-contrib/confluence/commit/50e8e4a446fe11974a362a0ae... Author: Raphaël Jakse <[email protected]> Date: 2024-02-12 (Mon, 12 Feb 2024) Changed paths: M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java Log Message: ----------- Misc: fix typo Compare: https://github.com/xwiki-contrib/confluence/compare/7d6a97b8fcfe...50e8e4a44...