Branch: refs/heads/XWIKI-23043
Home: https://github.com/xwiki/xwiki-platform
Commit: 38de16817d30444a905b874efb22a75d0f090831
https://github.com/xwiki/xwiki-platform/commit/38de16817d30444a905b874efb22…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-api/src/main/java/org/xwiki/rendering/macro/wikibridge/WikiMacroParameterDescriptor.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroFactory.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroClassDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroConstants.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterClassDocumentInitializer.java
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Add new fields in WikiMacroParameterClass and WikiMacroClass for
allowing to order parameters and to order the content
* Use the new property in the wiki macro factory
* Provide new missing API in WikiMacroParameterDescriptor
Commit: d2273ddd80c4c894be1c98a9957a896c8bf79b3b
https://github.com/xwiki/xwiki-platform/commit/d2273ddd80c4c894be1c98a9957a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 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-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParametersHelper.java
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* start improving the UI
Compare: https://github.com/xwiki/xwiki-platform/compare/e8e72721b13c...d2273ddd80c4
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: 3321387c2c889f8dbf554383a9a0b6b76e680662
https://github.com/xwiki/xwiki-platform/commit/3321387c2c889f8dbf554383a9a0…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
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/AllIT.java
A 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/ServletEnvironmentCacheIT.java
Log Message:
-----------
XCOMMONS-3348: The servlet environment triggers a second load of the xwiki.properties configuration (#4217)
* Add an integration test to ensure that the cache in the servlet
environment has actually been initialized (a missing cache doesn't
cause any problems except for slower performance).
(cherry picked from commit eba94d0125dc6ab7e2a2a9b65721090669423e96)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications