Branch: refs/heads/XWIKI-20944
Home: https://github.com/xwiki/xwiki-platform
Commit: ec71fd1ca82397f879eabe68664760d61113f4a4
https://github.com/xwiki/xwiki-platform/commit/ec71fd1ca82397f879eabe686647…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/main/java/org/xwiki/rendering/macro/include/IncludeMacroParameters.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/test/java/org/xwiki/rendering/internal/macro/include/IncludeMacroRefactoringTest.java
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Use the new feature mandatory parameter
Commit: ac57805f7bbef89413c98f2a8da97715463ca164
https://github.com/xwiki/xwiki-platform/commit/ac57805f7bbef89413c98f2a8da9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroWizard.css
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/macro/MacroDescriptorUIFactory.java
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/macro/AbstractMacroUINode.java
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/internal/macro/MacroDescriptorUIFactoryTest.java
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Fix the display of include macro mandatory parameter by handling the
specific case of a feature containing a group containing a single
parameter to display
Commit: 0850d094ae1264dc710a91ff28091e45a3c57194
https://github.com/xwiki/xwiki-platform/commit/0850d094ae1264dc710a91ff2809…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M xwiki-platform-core/pom.xml
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Add revapi ignores for the new mandatory boolean
Commit: 2ea5f681d3c277b7efbbaaf11c713a96d2567e56
https://github.com/xwiki/xwiki-platform/commit/2ea5f681d3c277b7efbbaaf11c71…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Fix a small bug related to validation of mandatory features
Commit: d997b583c047a1d8d8e1fcede47df418365dca24
https://github.com/xwiki/xwiki-platform/commit/d997b583c047a1d8d8e1fcede47d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Fix handling of features with a single group
Commit: 4850ca8aaed6f5038c9bff4c88d79d9f4a1a01ce
https://github.com/xwiki/xwiki-platform/commit/4850ca8aaed6f5038c9bff4c88d7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
XWIKI-23576: No picker displayed for the page parameter when inserting a new include macro
WIP: currently it breaks the UI
* Stop removing hidden parameters from the dom
Compare: https://github.com/xwiki/xwiki-platform/compare/135516ccb461...4850ca8aaed6
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: 55b92837a8e2ebcef113c716be9e0de0bb71c507
https://github.com/xwiki/xwiki-platform/commit/55b92837a8e2ebcef113c716be9e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/pom.xml
R xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/test/java/org/xwiki/annotation/AnnotationsMockSetup.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/test/java/org/xwiki/annotation/renderer/AnnotationXHTMLRendererTest.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/test/resources/renderer/links/Links5.test
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/test/resources/renderer/links/Links7.test
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/test/resources/renderer/links/Links8.test
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-maintainer/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-maintainer/src/test/java/org/xwiki/annotation/maintainer/AnnotationMaintainerTest.java
Log Message:
-----------
[Misc] Get rid of Junit4 in annotations test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-20944
Home: https://github.com/xwiki/xwiki-platform
Commit: 135516ccb4612590847a42521c54f92ff0c358ac
https://github.com/xwiki/xwiki-platform/commit/135516ccb4612590847a42521c54…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/pom.xml
R xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/test/java/org/xwiki/annotation/AnnotationsMockSetup.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/test/java/org/xwiki/annotation/renderer/AnnotationXHTMLRendererTest.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/test/resources/renderer/links/Links5.test
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/test/resources/renderer/links/Links7.test
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-core/src/test/resources/renderer/links/Links8.test
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-maintainer/pom.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-maintainer/src/test/java/org/xwiki/annotation/maintainer/AnnotationMaintainerTest.java
Log Message:
-----------
[Misc] Get rid of Junit4 in annotations test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: be4a1e7cf5623e83b1dfd6100a040b443566ea5c
https://github.com/xwiki/xwiki-platform/commit/be4a1e7cf5623e83b1dfd6100a04…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/test/java/com/xpn/xwiki/test/AbstractBridgedXWikiComponentTestCase.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/stats/impl/StatsUtilTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/VoidAttachmentVersioningStoreTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/migration/XWikiMigrationManagerTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/AbstractBridgedComponentTestCase.java
R xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/AbstractBridgedXWikiComponentTestCase.java
Log Message:
-----------
[Misc] Migrate tests based on AbstractBridgedXWikiComponentTestCase
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: 04643cce18cac9df47241bbd465858792e5da8d2
https://github.com/xwiki/xwiki-platform/commit/04643cce18cac9df47241bbd4658…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/test/java/com/xpn/xwiki/test/AbstractBridgedXWikiComponentTestCase.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/stats/impl/StatsUtilTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/VoidAttachmentVersioningStoreTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/migration/XWikiMigrationManagerTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/AbstractBridgedComponentTestCase.java
R xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/AbstractBridgedXWikiComponentTestCase.java
Log Message:
-----------
[Misc] Migrate tests based on AbstractBridgedXWikiComponentTestCase to Junit 5
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications