Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-rendering
Commit: 2b43b13304564c1b5f19092a8a3bb3c660d48a54
https://github.com/xwiki/xwiki-rendering/commit/2b43b13304564c1b5f19092a8a3…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-02-10 (Mon, 10 Feb 2025)
Changed paths:
M
xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/AbstractMessageMacro.java
A
xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/macro/message/MessageMacroParameters.java
M
xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/resources/ApplicationResources.properties
M
xwiki-rendering-macros/xwiki-rendering-macro-message/src/test/java/org/xwiki/rendering/macro/message/MessageMacroTest.java
Log Message:
-----------
XRENDERING-764: Add an option for messages to be set as status (#319)
* Created a class for the parameters specific to message macros (right now, only the new
`status`).
* Used this new parameter in the macro execution to change the result accordingly.
* Updated tests to fit the new method requirements.
* Added a test for the status boolean parameter
* Added translations for all four types of messages.
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-rendering/settings/notifications