[xwiki/xwiki-rendering] 0ef8d4: Update dependency com.gradle:common-custom-user-da...
Branch: refs/heads/feature-deploy-removehttpclient3 Home: https://github.com/xwiki/xwiki-rendering Commit: 0ef8d464d6be12d90f45930de6d6fac1c43a5801 https://github.com/xwiki/xwiki-rendering/commit/0ef8d464d6be12d90f45930de6d6... Author: Mend Renovate <[email protected]> Date: 2025-05-05 (Mon, 05 May 2025) Changed paths: M .mvn/extensions.xml Log Message: ----------- Update dependency com.gradle:common-custom-user-data-maven-extension to v2.0.2 Commit: b756948130d2155aa68212a21455f9d682aafeef https://github.com/xwiki/xwiki-rendering/commit/b756948130d2155aa68212a21455... Author: Thomas Mortagne <[email protected]> Date: 2025-05-06 (Tue, 06 May 2025) Changed paths: M .mvn/extensions.xml Log Message: ----------- Merge pull request #342 from renovate-bot/renovate/com.gradle-common-custom-user-data-maven-extension-2.x Update dependency com.gradle:common-custom-user-data-maven-extension to v2.0.2 Commit: 7a59e3190be9256aa2d007981cef155ff160e912 https://github.com/xwiki/xwiki-rendering/commit/7a59e3190be9256aa2d007981cef... Author: Michael Hamann <[email protected]> Date: 2025-05-08 (Thu, 08 May 2025) Changed paths: M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/main/java/org/xwiki/rendering/internal/macro/footnote/FootnoteMacro.java M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/main/java/org/xwiki/rendering/internal/macro/footnote/PutFootnotesMacro.java M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/src/test/resources/macrofootnote6.test M xwiki-rendering-standalone/src/test/java/org/xwiki/rendering/example/ExampleTest.java Log Message: ----------- XRENDERING-705: Footnote macro produces inline content in standalone mode * Wrap the footnote content in a paragraph when the macro is standalone. * Adapt tests to expect the wrapping paragraph. While this fixes the immediate problem of invalid HTML, it isn't nice to have a standalone footnote macro in the WYSIWYG editor. To fix this, a possible solution tracked in XRENDERING-784 is that macros should have a way to indicate their preferred mode (inline or standalone), and the WYSIWYG editor should honor this preferred mode. Commit: 22f0163799f0096b292a22a208fc800328cb04e0 https://github.com/xwiki/xwiki-rendering/commit/22f0163799f0096b292a22a208fc... Author: Michael Hamann <[email protected]> Date: 2025-05-15 (Thu, 15 May 2025) Changed paths: M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/XWikiSyntaxEscapeHandler.java M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/XWikiSyntaxEscapeWikiPrinter.java A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/test/resources/xwiki20/specific/table/table3.test Log Message: ----------- Under some conditions, table characters ("|" and "!!") are not escaped at the beginning of a line in cells (#344) * Escape table syntax when the last printed characters are a parameter syntax. * Add a test. Commit: 76efceaa07eb68941f89fdac0fe04a14c4741554 https://github.com/xwiki/xwiki-rendering/commit/76efceaa07eb68941f89fdac0fe0... Author: Simon Urli <[email protected]> Date: 2025-05-19 (Mon, 19 May 2025) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare branch stable-17.4.x Commit: 0ad97d6bb07d7485f7ac20e6794da2a7677682ec https://github.com/xwiki/xwiki-rendering/commit/0ad97d6bb07d7485f7ac20e6794d... Author: Simon Urli <[email protected]> Date: 2025-05-19 (Mon, 19 May 2025) Changed paths: M pom.xml M xwiki-rendering-api/pom.xml M xwiki-rendering-archetype-macro/pom.xml M xwiki-rendering-integration-tests/pom.xml M xwiki-rendering-legacy/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-api/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/pom.xml M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml M xwiki-rendering-macros/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-box/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-comment/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-content/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-ctsreport/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-html/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-id/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-message/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-raw/pom.xml M xwiki-rendering-macros/xwiki-rendering-macro-toc/pom.xml M xwiki-rendering-standalone/pom.xml M xwiki-rendering-syntaxes/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedhtml5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-creole/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-event/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-jspwiki/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-wikimodel/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxmlcurrent/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/pom.xml M xwiki-rendering-test/pom.xml M xwiki-rendering-transformations/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-icon/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml M xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword/pom.xml M xwiki-rendering-wikimodel/pom.xml M xwiki-rendering-xml/pom.xml Log Message: ----------- [maven-release-plugin] prepare for next development iteration Commit: 23f643311c49fb10293d63d2897aa793db91a97c https://github.com/xwiki/xwiki-rendering/commit/23f643311c49fb10293d63d2897a... Author: Simon Urli <[email protected]> Date: 2025-05-19 (Mon, 19 May 2025) Changed paths: M pom.xml Log Message: ----------- [branch] Updating inter-project dependencies on master Commit: 0f1b98bae2554cc5a4277d43d85710f646ef2be4 https://github.com/xwiki/xwiki-rendering/commit/0f1b98bae2554cc5a4277d43d857... Author: Simon Urli <[email protected]> Date: 2025-05-20 (Tue, 20 May 2025) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/DefaultParameterDescriptor.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/ParameterDescriptor.java Log Message: ----------- XCOMMONS-1258: Allow parameters of rendering macro developed in Java to be ordered * Expose the getOrder API introduced in commons in ParameterDescriptor Compare: https://github.com/xwiki/xwiki-rendering/compare/a37746fc569e...0f1b98bae255 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
participants (1)
-
XWiki Notifications