Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 0b8eff167187ee23f648f4dcf7ee012b7f344452
https://github.com/xwiki/xwiki-platform/commit/0b8eff167187ee23f648f4dcf7ee…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-20 (Fri, 20 Jun 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/macroService.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-plugins/src/main/webjar/xwiki-macro/macroWizard.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/MacroService.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-webjar/src/main/webjar/config.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/pom.xml
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/WysiwygConfiguration.java
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/DefaultWysiwygConfiguration.java
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/macro/MacroDescriptorUIFactory.java
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/macro/MacroUINodeComparator.java
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/macro/AbstractMacroUINode.java
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/macro/MacroDescriptorUI.java
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/macro/MacroUINodeGroup.java
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/macro/MacroUINodeParameter.java
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/macro/MacroUINodeType.java
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/script/WysiwygEditorScriptService.java
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/internal/macro/MacroDescriptorUIFactoryTest.java
A xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/script/WysiwygEditorScriptServiceTest.java
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23043: Provide validation and UI for group of macro parameters belonging to same feature (#4187)
* Provide a Java API for representing the Macro Descriptor as it will appear in the configuration UI: with the parameters already ordered and most of the information already provided
* Provide an API allowing to parse an annotated html fragment corresponding to a macro and extract its parameters
* Refactor deeply macroEditor.js to rely on the new data format provided by the Java API and to display the Macro Config UI following design changes proposed in the forum
* Provide a configuration in CKEditor allowing to hide or show the inplace editable parameters from the macro config UI (shown by default)
* Provide a new configuration in xwiki.properties to define if macro parameter type should be inferred from their default value when the type is not specified (default yes to keep current behaviour with parameters having 'true' or 'false' default value)
---------
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-LDAP-155
Home: https://github.com/xwiki-contrib/ldap
Commit: 3d55dfd3deabb2ead504d0dfee21b35996c3ad77
https://github.com/xwiki-contrib/ldap/commit/3d55dfd3deabb2ead504d0dfee21b3…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M ldap-authenticator/src/main/java/org/xwiki/contrib/ldap/XWikiLDAPUtils.java
A ldap-authenticator/src/main/java/org/xwiki/contrib/ldap/internal/RangeLDAPAttribute.java
A ldap-authenticator/src/test/java/org/xwiki/contrib/ldap/internal/RangeLDAPAttributeTest.java
M ldap-test/ldap-test-tests/pom.xml
M ldap-test/ldap-test-tests/src/test/it/org/xwiki/contrib/ldap/XWikiLDAPUtilsTest.java
Log Message:
-----------
LDAP-155: Active Directory pagination system is not supported
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/feature-LDAP-155
Home: https://github.com/xwiki-contrib/ldap
Commit: 26fe9440bb0a586b040c9e713cf6c45188dfd203
https://github.com/xwiki-contrib/ldap/commit/26fe9440bb0a586b040c9e713cf6c4…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M ldap-authenticator/src/main/java/org/xwiki/contrib/ldap/XWikiLDAPUtils.java
A ldap-authenticator/src/main/java/org/xwiki/contrib/ldap/internal/RangeLDAPAttribute.java
A ldap-authenticator/src/test/java/org/xwiki/contrib/ldap/internal/RangeLDAPAttributeTest.java
M ldap-test/ldap-test-tests/pom.xml
M ldap-test/ldap-test-tests/src/test/it/org/xwiki/contrib/ldap/XWikiLDAPUtilsTest.java
Log Message:
-----------
LDAP-155: Active Directory pagination system is not supported
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ldap/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: f491638f4872cd22e2dfe5881e5fa2f1491063b6
https://github.com/xwiki/xwiki-rendering/commit/f491638f4872cd22e2dfe5881e5…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M pom.xml
Log Message:
-----------
[release] Preparing release xwiki-rendering-16.10.9
Commit: 04f6bd10019ef51eb308951fa46a479e627f7cdf
https://github.com/xwiki/xwiki-rendering/commit/04f6bd10019ef51eb308951fa46…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M pom.xml
M xwiki-rendering-api/pom.xml
M xwiki-rendering-archetype-macro/pom.xml
M xwiki-rendering-integration-tests/pom.xml
M xwiki-rendering-legacy/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-api/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml
M xwiki-rendering-macros/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-box/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-comment/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-content/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-ctsreport/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-html/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-id/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-message/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-raw/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-toc/pom.xml
M xwiki-rendering-standalone/pom.xml
M xwiki-rendering-syntaxes/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-creole/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-event/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-jspwiki/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-wikimodel/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxmlcurrent/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/pom.xml
M xwiki-rendering-test/pom.xml
M xwiki-rendering-transformations/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-icon/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword/pom.xml
M xwiki-rendering-wikimodel/pom.xml
M xwiki-rendering-xml/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release xwiki-rendering-16.10.9
Commit: 8831257704e7bc5f7ee38aa7549321e61eb0a7cc
https://github.com/xwiki/xwiki-rendering/commit/8831257704e7bc5f7ee38aa7549…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M pom.xml
M xwiki-rendering-api/pom.xml
M xwiki-rendering-archetype-macro/pom.xml
M xwiki-rendering-integration-tests/pom.xml
M xwiki-rendering-legacy/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-api/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/pom.xml
M xwiki-rendering-legacy/xwiki-rendering-legacy-transformations/xwiki-rendering-legacy-transformation-macro/pom.xml
M xwiki-rendering-macros/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-box/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-comment/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-content/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-ctsreport/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-footnotes/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-html/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-id/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-message/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-raw/pom.xml
M xwiki-rendering-macros/xwiki-rendering-macro-toc/pom.xml
M xwiki-rendering-standalone/pom.xml
M xwiki-rendering-syntaxes/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-annotatedxhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-creole/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-event/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-html5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-jspwiki/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-plain/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-wikimodel/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxml10/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xdomxmlcurrent/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xhtml5/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki20/pom.xml
M xwiki-rendering-syntaxes/xwiki-rendering-syntax-xwiki21/pom.xml
M xwiki-rendering-test/pom.xml
M xwiki-rendering-transformations/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-icon/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml
M xwiki-rendering-transformations/xwiki-rendering-transformation-wikiword/pom.xml
M xwiki-rendering-wikimodel/pom.xml
M xwiki-rendering-xml/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 04155eebb7a5072df2e62188cba11ccecff080e6
https://github.com/xwiki/xwiki-rendering/commit/04155eebb7a5072df2e62188cba…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-06-20 (Fri, 20 Jun 2025)
Changed paths:
M pom.xml
Log Message:
-----------
[release] Update parent after release xwiki-rendering-16.10.9
Compare: https://github.com/xwiki/xwiki-rendering/compare/79c82a527cfd...04155eebb7a5
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications