Branch: refs/heads/master
Home:
https://github.com/xwiki/xwiki-platform
Commit: e09a1188790174b737ae1a0dcbe3b9f067bc0052
https://github.com/xwiki/xwiki-platform/commit/e09a1188790174b737ae1a0dcbe3…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M
xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-docker/src/test/it/org/xwiki/administration/test/ui/RegisterIT.java
M
xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/DeletePageIT.java
M
xwiki-platform-core/xwiki-platform-sharepage/xwiki-platform-sharepage-test/xwiki-platform-sharepage-test-pageobjects/src/main/java/org/xwiki/sharepage/test/po/ShareResultDialog.java
M
xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/AbstractRegistrationPage.java
M
xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/RefactoringStatusPage.java
M
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/job/question/ExtensionBreakingQuestion.form.vm
M
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/job/question/XClassBreakingQuestion.form.vm
M
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/macros.vm
M
xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/JobStatusJSONPageTest.java
Log Message:
-----------
XWIKI-22433: Provide consistency in info / warning / error class usages in templates
* Fixed the collision between general variables and macro parameters by using the pattern
described in
https://stackoverflow.com/questions/541670/velocity-named-parameters-for-a-… This
collision created unwanted titles in some macros that shouldn't have had any...
* Updated the JobStatusJSONPageTest to take into account this change.
* Updated the few places where the private macro is used for its extra parameters
* Updated the message content expectations in DeletePageIT
* Made the selector for the message content a bit more specific. It still contains the
title but not the icon alt anymore.
* Updated the Flamingo delete page tests.
* Updated the XPath used in the share page tests PO to reflect the change in DOM
* Updated admin registration tests.
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki/xwiki-platform/settings/notifications