Branch: refs/heads/backport-3650-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: e489018eec15782ae92ce6c3788e170c0a70cfb9
https://github.com/xwiki/xwiki-platform/commit/e489018eec15782ae92ce6c3788e…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-19 (Tue, 19 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzer.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/test/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzerTest.java
Log Message:
-----------
XWIKI-22662: Impossible to access any editor if the content contains a call to a macro named "default" (#3650)
* Don't try loading the "default" RequiredRightAnalyzer<MacroBlock> for
a macro named "default".
* Add a test case for the default macro.
(cherry picked from commit 471381d892d1e5f7f64823b6e28a6bb9f0fd2a23)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3650-to-stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6dbdd08168c5c9f062c8a84912a586c4dc642699
https://github.com/xwiki/xwiki-platform/commit/6dbdd08168c5c9f062c8a84912a5…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-19 (Tue, 19 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzer.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/test/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzerTest.java
Log Message:
-----------
XWIKI-22662: Impossible to access any editor if the content contains a call to a macro named "default" (#3650)
* Don't try loading the "default" RequiredRightAnalyzer<MacroBlock> for
a macro named "default".
* Add a test case for the default macro.
(cherry picked from commit 471381d892d1e5f7f64823b6e28a6bb9f0fd2a23)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 471381d892d1e5f7f64823b6e28a6bb9f0fd2a23
https://github.com/xwiki/xwiki-platform/commit/471381d892d1e5f7f64823b6e28a…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-19 (Tue, 19 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzer.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/test/java/org/xwiki/platform/security/requiredrights/internal/analyzer/DefaultMacroBlockRequiredRightAnalyzerTest.java
Log Message:
-----------
XWIKI-22662: Impossible to access any editor if the content contains a call to a macro named "default" (#3650)
* Don't try loading the "default" RequiredRightAnalyzer<MacroBlock> for
a macro named "default".
* Add a test case for the default macro.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: daf25fa64290ead577baf4d4bbe0c088ea812ffa
https://github.com/xwiki/xwiki-platform/commit/daf25fa64290ead577baf4d4bbe0…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-11-19 (Tue, 19 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/action-menus.less
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_macros.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_view.vm
Log Message:
-----------
XWIKI-22170: Element order in the right side menu should be changed to fit reading order (#3122)
* Changed the DOM order to allow for a more understandable tabbing order.
* Updated style to keep the visuals the same
(cherry picked from commit bf5dc54dca051b53e825b7b65bfba1b8251a15c1)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3122-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a6dbc40a3b73dd1d023270c07745603e8338cbc0
https://github.com/xwiki/xwiki-platform/commit/a6dbc40a3b73dd1d023270c07745…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-11-19 (Tue, 19 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/action-menus.less
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_macros.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_view.vm
Log Message:
-----------
XWIKI-22170: Element order in the right side menu should be changed to fit reading order (#3122)
* Changed the DOM order to allow for a more understandable tabbing order.
* Updated style to keep the visuals the same
(cherry picked from commit bf5dc54dca051b53e825b7b65bfba1b8251a15c1)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications