Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 0366c93e072b2e06731a49a6bd5ad9760e31df49
https://github.com/xwiki/xwiki-platform/commit/0366c93e072b2e06731a49a6bd5a…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/pom.xml
A xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/main/java/org/xwiki/rendering/internal/macro/dashboard/GadgetObjectRequiredRightAnalyzer.java
A xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/test/java/org/xwiki/rendering/internal/macro/dashboard/GadgetObjectRequiredRightAnalyzerTest.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/resources/ApplicationResources.properties
Log Message:
-----------
XWIKI-21487: Add a required rights analyzer for XWiki.GadgetClass (#2608)
* Add analyzer for title and content fields
* Add component test
(cherry picked from commit d153a92a9db7f8d40949d3c11073894df67a8658)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: d153a92a9db7f8d40949d3c11073894df67a8658
https://github.com/xwiki/xwiki-platform/commit/d153a92a9db7f8d40949d3c11073…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2023-11-21 (Tue, 21 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/pom.xml
A xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/main/java/org/xwiki/rendering/internal/macro/dashboard/GadgetObjectRequiredRightAnalyzer.java
A xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-dashboard/xwiki-platform-dashboard-macro/src/test/java/org/xwiki/rendering/internal/macro/dashboard/GadgetObjectRequiredRightAnalyzerTest.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-requiredrights/xwiki-platform-security-requiredrights-default/src/main/resources/ApplicationResources.properties
Log Message:
-----------
XWIKI-21487: Add a required rights analyzer for XWiki.GadgetClass (#2608)
* Add analyzer for title and content fields
* Add component test