[xwiki/xwiki-rendering] 7165e2: XCOMMONS-1258: Allow parameters of rendering macro...
Branch: refs/heads/feature-deploy-removehttpclient3 Home: https://github.com/xwiki/xwiki-rendering Commit: 7165e283457ac9de4162c8315dabdad7bf091e71 https://github.com/xwiki/xwiki-rendering/commit/7165e283457ac9de4162c8315dab... Author: Simon Urli <[email protected]> Date: 2025-05-21 (Wed, 21 May 2025) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/ContentDescriptor.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/DefaultContentDescriptor.java Log Message: ----------- XCOMMONS-1258: Allow parameters of rendering macro developed in Java to be ordered * Also allow to set the order on the content descriptor to control how it's displayed in the config modal Commit: 054d633e2c385863e42c7e8bbfecfeaf506d17cb https://github.com/xwiki/xwiki-rendering/commit/054d633e2c385863e42c7e8bbfec... Author: Simon Urli <[email protected]> Date: 2025-05-21 (Wed, 21 May 2025) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/macro/DefaultMacroManager.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/MacroManager.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/macro/DefaultMacroManagerTest.java Log Message: ----------- XRENDERING-787: MacroManager#exists is not consistent with the behaviour of MacroManager#getMacro * Provide a new API allowing to automatically fallback on checking if a macro exists with all syntaxes like MacroManager#getMacro does Commit: 7550c50bc49558bcf031d146c78d31c8862f9e5b https://github.com/xwiki/xwiki-rendering/commit/7550c50bc49558bcf031d146c78d... Author: Michael Hamann <[email protected]> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/main/java/org/xwiki/rendering/internal/parser/xhtml/wikimodel/XWikiSpanTagHandler.java A xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/src/test/resources/xhtml10/specific/link/link9.test Log Message: ----------- XRENDERING-572: "wikiinternallink" is duplicated at every edit in CKeditor (#346) * Add wikiinternallink to the classes to remove. * Improve the class removal to work when the class to remove appears several times or in combination with other classes to ensure a proper cleanup the next time the WYSIWYG editor is used. * Add a test to verify that the class is removed as intended. * Improve the code style and remove the Checkstyle exclusion. Commit: 40cca7472b4c7301158ccd192dd124c4fbc27c1d https://github.com/xwiki/xwiki-rendering/commit/40cca7472b4c7301158ccd192dd1... Author: Michael Hamann <[email protected]> Date: 2025-05-26 (Mon, 26 May 2025) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/IsolatedExecutionConfiguration.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/Macro.java Log Message: ----------- [Misc] Document backport of isolated macro execution feature Commit: b055645c0720b8ef4303419a0917e67513c5f25a https://github.com/xwiki/xwiki-rendering/commit/b055645c0720b8ef4303419a0917... Author: Michael Hamann <[email protected]> Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M xwiki-rendering-wikimodel/src/main/javacc/XWiki20Scanner.jj M xwiki-rendering-wikimodel/src/main/javacc/XWiki21Scanner.jj Log Message: ----------- XRENDERING-789: The XWiki syntax parser shouldn't use String#replaceAll * Replace "replaceAll" by "replace" which is equivalent as the passed pattern in fact isn't a regular expression. Commit: 65927ea14c9bbdb360cd529dfdb7d2c23a699f3c https://github.com/xwiki/xwiki-rendering/commit/65927ea14c9bbdb360cd529dfdb7... Author: Michael Hamann <[email protected]> Date: 2025-06-04 (Wed, 04 Jun 2025) Changed paths: M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/src/main/java/org/xwiki/rendering/internal/parser/plain/PlainTextStreamParser.java M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/src/main/java/org/xwiki/rendering/internal/renderer/xwiki20/reference/XWikiSyntaxResourceRenderer.java Log Message: ----------- XRENDERING-790: The plain text parser shouldn't use regular expressions to detect special characters * Replace the regular expression with a BitSet. * Improve code style by using isEmpty instead of length() > 0. Commit: 0a86a2e9a0e6a397a1c6ff3420c826078e5ac1bb https://github.com/xwiki/xwiki-rendering/commit/0a86a2e9a0e6a397a1c6ff3420c8... Author: Mend Renovate <[email protected]> Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M .mvn/extensions.xml Log Message: ----------- Update dependency com.gradle:common-custom-user-data-maven-extension to v2.0.3 Commit: e93ef79cf7c816d44504820c7d3f8c979e098dd9 https://github.com/xwiki/xwiki-rendering/commit/e93ef79cf7c816d44504820c7d3f... Author: Thomas Mortagne <[email protected]> Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: M .mvn/extensions.xml Log Message: ----------- Merge pull request #348 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.3 Commit: 143123909f35562ff789b96a8ecfba0ccade2c34 https://github.com/xwiki/xwiki-rendering/commit/143123909f35562ff789b96a8ecf... Author: Michael Hamann <[email protected]> Date: 2025-06-10 (Tue, 10 Jun 2025) Changed paths: A xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/src/test/resources/plain10/specific/special/special1.test Log Message: ----------- XRENDERING-790: The plain text parser shouldn't use regular expressions to detect special characters * Add a test for special character handling which was changed by this performance optimization, now properly treating \ as a special character. Commit: 5bd469750490fd65589d1cf0ab0a9c7095d3ec44 https://github.com/xwiki/xwiki-rendering/commit/5bd469750490fd65589d1cf0ab0a... Author: Mend Renovate <[email protected]> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M .mvn/extensions.xml Log Message: ----------- Update dependency com.gradle:develocity-maven-extension to v1.23.3 Commit: 8fa1eb9ae392b8fc6aa320b42183b8d93dfedff6 https://github.com/xwiki/xwiki-rendering/commit/8fa1eb9ae392b8fc6aa320b42183... Author: Thomas Mortagne <[email protected]> Date: 2025-06-17 (Tue, 17 Jun 2025) Changed paths: M .mvn/extensions.xml Log Message: ----------- Merge pull request #349 from renovate-bot/renovate/com.gradle-develocity-maven-extension-1.x Update dependency com.gradle:develocity-maven-extension to v1.23.3 Commit: 01537914e38a642bf567892fbc9be477b23136b1 https://github.com/xwiki/xwiki-rendering/commit/01537914e38a642bf567892fbc9b... Author: Simon Urli <[email protected]> Date: 2025-06-26 (Thu, 26 Jun 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: ----------- [release] Set next version Commit: b980b89192c54e56c88ccc7a82fd3ec8be8e76b3 https://github.com/xwiki/xwiki-rendering/commit/b980b89192c54e56c88ccc7a82fd... Author: Simon Urli <[email protected]> Date: 2025-06-26 (Thu, 26 Jun 2025) Changed paths: M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/MacroManager.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/ContentDescriptor.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/DefaultContentDescriptor.java M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/descriptor/ParameterDescriptor.java Log Message: ----------- [Misc] Fix since version since RC is skipped Commit: ecd57f029af03b469946fd12b147929a9a08b387 https://github.com/xwiki/xwiki-rendering/commit/ecd57f029af03b469946fd12b147... Author: Simon Urli <[email protected]> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M pom.xml Log Message: ----------- [Misc] Fix wrong parent pom version Commit: 5f70b117019211b1291a50029c1c5f02ea79b522 https://github.com/xwiki/xwiki-rendering/commit/5f70b117019211b1291a50029c1c... Author: Michael Hamann <[email protected]> Date: 2025-07-03 (Thu, 03 Jul 2025) Changed paths: M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/BlockStateChainingListener.java M xwiki-rendering-api/src/test/java/org/xwiki/rendering/listener/chaining/BlockStateChainingListenerTest.java Log Message: ----------- XRENDERING-771: Null pointer exception when list items occur without lists (#327) * Protect against list items without wrapping list. * Log a debug message to make it possible to debug this problem. * Add tests. Commit: 9b71a2ee035815cfc29cebbfe81dbdd98f941d49 https://github.com/xwiki/xwiki-rendering/commit/9b71a2ee035815cfc29cebbfe81d... Author: Michael Hamann <[email protected]> Date: 2025-07-14 (Mon, 14 Jul 2025) Changed paths: M xwiki-rendering-xml/src/main/java/org/xwiki/rendering/renderer/printer/XHTMLWikiPrinter.java M xwiki-rendering-xml/src/test/java/org/xwiki/rendering/renderer/printer/XHTMLWikiPrinterTest.java Log Message: ----------- XRENDERING-792: Improve HTML macro escaping in XHTML rendering output * Escape all variants of both opening and closing HTML macros. * Escape also just the start of an opening and closing HTML macro to avoid complex patterns. * Pre-compute suffixes to reduce memory allocations in rendering. Commit: 39b4e6f1c74177a0583f2e234c662f4fc5ffcedd https://github.com/xwiki/xwiki-rendering/commit/39b4e6f1c74177a0583f2e234c66... Author: Marius Dumitru Florea <[email protected]> Date: 2025-07-16 (Wed, 16 Jul 2025) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare branch stable-17.6.x Commit: ed113340c8eed9984f09494e9bb134c0c0017c29 https://github.com/xwiki/xwiki-rendering/commit/ed113340c8eed9984f09494e9bb1... Author: Marius Dumitru Florea <[email protected]> Date: 2025-07-16 (Wed, 16 Jul 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: 199490c4d355618843dcb3b8a1297221d60c839e https://github.com/xwiki/xwiki-rendering/commit/199490c4d355618843dcb3b8a129... Author: Marius Dumitru Florea <[email protected]> Date: 2025-07-16 (Wed, 16 Jul 2025) Changed paths: M pom.xml Log Message: ----------- [branch] Updating inter-project dependencies on master Commit: 8298c6d011ddefeb9a910168db7da49e25a0762e https://github.com/xwiki/xwiki-rendering/commit/8298c6d011ddefeb9a910168db7d... Author: Cédric LAMBLIN <[email protected]> Date: 2025-07-22 (Tue, 22 Jul 2025) Changed paths: M xwiki-rendering-macros/xwiki-rendering-macro-content/src/main/resources/ApplicationResources_fr.properties Log Message: ----------- Translated using Weblate (French) Currently translated at 100.0% (7 of 7 strings) Translation: XWiki Rendering/Content Macro Translate-URL: https://l10n.xwiki.org/projects/xwiki-rendering/content-macro/fr/ Compare: https://github.com/xwiki/xwiki-rendering/compare/0f1b98bae255...8298c6d011dd To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
participants (1)
-
XWiki Notifications