Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: b82e7fea10e43e6532e5da12850d8c70d58c2630
https://github.com/xwiki/xwiki-platform/commit/b82e7fea10e43e6532e5da12850d…
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/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 1281aff67dd0702d734bed88ac52f8fed754ac13
https://github.com/xwiki/xwiki-platform/commit/1281aff67dd0702d734bed88ac52…
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-commons
Commit: 6c91f2e6b97fd2b85902e4b840d6d28cd6527917
https://github.com/xwiki/xwiki-commons/commit/6c91f2e6b97fd2b85902e4b840d6d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-19 (Tue, 19 Nov 2024)
Changed paths:
M pom.xml
M xwiki-commons-core/pom.xml
M xwiki-commons-core/xwiki-commons-xml/pom.xml
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/html/HTMLUtils.java
Log Message:
-----------
XCOMMONS-2174: Get rid of JDOM 1 dependency (#1131)
* Rewrite XML output in HTMLUtils using JDOM 2.
* Make the helper class private to not expose JDOM 2 in the API.
* Remove the dependency.
* Enforce the use of JDOM 2.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 4dc4b618f94dcd8b4b97b140cfd25637f1e72f2f
https://github.com/xwiki/xwiki-platform/commit/4dc4b618f94dcd8b4b97b140cfd2…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-11-19 (Tue, 19 Nov 2024)
Changed paths:
M pom.xml
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/pom.xml
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/FeedPlugin.java
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/FeedPluginApi.java
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/SyndEntryDocumentSource.java
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/SyndEntrySource.java
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/SyndEntrySourceApi.java
R xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/XWikiFeedFetcher.java
A xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/main/java/com/xpn/xwiki/plugin/feed/internal/XWikiFeedFetcher.java
M xwiki-platform-core/xwiki-platform-feed/xwiki-platform-feed-api/src/test/java/com/xpn/xwiki/plugin/feed/SyndEntryDocumentSourceTest.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsRSS.java
Log Message:
-----------
XWIKI-15705: Move to com.rometools version of the Rome API (#3576)
* Replace the rome classes by equivalent com.rometools classes, breaking
the API of the feed plugin.
* Add a much simpler implementation of XWikiFeedFetcher as feed fetching
has been removed in ROME 2 and the caching logic wasn't used. Make
XWikiFeedFetcher internal as it doesn't need to be public, and it
changed completely, anyway.
* Work around a change in the API of SyndEntry#setContributors.
* Remove all traces of ROME 1.
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-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 42110f49d76e7a42fd77a1e85c41096f6b719334
https://github.com/xwiki/xwiki-platform/commit/42110f49d76e7a42fd77a1e85c41…
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-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