Branch: refs/heads/CRISTAL-534
Home: https://github.com/xwiki-contrib/cristal
Commit: fba024fa935cf998ec314488b3dfde3729fdbb32
https://github.com/xwiki-contrib/cristal/commit/fba024fa935cf998ec314488b3d…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M core/navigation-tree/navigation-tree-api/src/index.ts
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
Log Message:
-----------
CRISTAL-534: Impossible to create new root pages
* Add "includeRootNode" to NavigationTreeSource.getParentNodesId()
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/XWIKI-23043
Home: https://github.com/xwiki/xwiki-platform
Commit: 06364a98fcfc403efd2ae9d6d1c9f7f4ceb2f160
https://github.com/xwiki/xwiki-platform/commit/06364a98fcfc403efd2ae9d6d1c9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 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/plugin.js
Log Message:
-----------
XWIKI-23043: Provide validation and UI for group of macro parameters belonging to same feature
* Improve macroEditor.js and plugin.js
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-23043
Home: https://github.com/xwiki/xwiki-platform
Commit: 6e65fff01f085cee5ae23fd19df9cfb0bf4b1858
https://github.com/xwiki/xwiki-platform/commit/6e65fff01f085cee5ae23fd19df9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/MacroService.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/pom.xml
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/AbstractMacroUINode.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/AbstractMacroUINodeType.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUI.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUIFactory.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroUINodeComparator.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroUINodeGroup.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroUINodeParameter.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/script/RenderingScriptService.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/META-INF/components.txt
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUIFactoryTest.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/script/RenderingScriptServiceTest.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/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/AbstractMacroUINodeType.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
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/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
Log Message:
-----------
XWIKI-23043: Provide validation and UI for group of macro parameters belonging to same feature
* Move java API to xwiki-platform-wysiwyg-api module
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-contrib/confluence
Commit: 1c2c4bbe3e10e485ca659a8da91688a436f35e8c
https://github.com/xwiki-contrib/confluence/commit/1c2c4bbe3e10e485ca659a8d…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 3f6fa3703f0ba99da17eea0122ac635bb5e221ef
https://github.com/xwiki-contrib/confluence/commit/3f6fa3703f0ba99da17eea01…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/TableCellTagHandler.java
Log Message:
-----------
CONFLUENCE-483: Confluence Conversion fails with an index ouf of bound exception when propagating table column styles
Commit: 9efa84051048db065ef5666ce017b32f00a08230
https://github.com/xwiki-contrib/confluence/commit/9efa84051048db065ef5666c…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-resource-reference-type-parsers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping-scroll-viewport/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.87.2
Compare: https://github.com/xwiki-contrib/confluence/compare/ecd749e56f36...9efa8405…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: ac81fe5688d3493711c09699fa5082098f38e1ca
https://github.com/xwiki/xwiki-platform/commit/ac81fe5688d3493711c09699fa50…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtilsTest.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/BaseSearchResult.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/ModificationsResourceImpl.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageHistoryResourceImpl.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageTranslationHistoryResourceImpl.java
Log Message:
-----------
XWIKI-23247: Improve REST search query execution
(cherry picked from commit 743ebf8696ffa55161ed2c5ecf26b09f69e6bcf1)
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: 743ebf8696ffa55161ed2c5ecf26b09f69e6bcf1
https://github.com/xwiki/xwiki-platform/commit/743ebf8696ffa55161ed2c5ecf26…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtils.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/store/hibernate/query/HqlQueryUtilsTest.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/BaseSearchResult.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/ModificationsResourceImpl.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageHistoryResourceImpl.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageTranslationHistoryResourceImpl.java
Log Message:
-----------
XWIKI-23247: Improve REST search query execution
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: e8eb0b189c9f042aa85e1aa9ee0aa5db8174d478
https://github.com/xwiki/xwiki-commons/commit/e8eb0b189c9f042aa85e1aa9ee0aa…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-api/src/main/java/org/xwiki/job/JobExecutor.java
M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/DefaultJobExecutor.java
Log Message:
-----------
XCOMMONS-3330: Job groups with several threads may not return a current job (#1329)
* Store several current jobs.
* Add a new possibility to return all running jobs of a job group.
* Deprecate the old method that returns just a single running job.
* Clean up empty entries in groupedJobs.
* Some code cleanup.
* Avoid possible race condition by starting the job only after adding it
to the queue.
* Remove the job again if enqueuing them should fail.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: bdf06aa3190c0e9ef21a1ba52f21b7c037e79bef
https://github.com/xwiki/xwiki-commons/commit/bdf06aa3190c0e9ef21a1ba52f21b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoader.java
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java
Log Message:
-----------
XCOMMONS-3363: The cache loader blocks and throws when setting the cache value blocks and throws (#1367)
* Make the value available to waiting threads before setting the value
in the cache.
* Catch and log any exceptions thrown by setting the cache.
* Add tests to assert the new behavior.
(cherry picked from commit ce2125f5ebdfdf36b36908a9ccf1a96277909fad)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/backport-1367-to-stable-17.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 3c875883d19567638b63ff52109375a659bef8ee
https://github.com/xwiki/xwiki-commons/commit/3c875883d19567638b63ff5210937…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoader.java
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java
Log Message:
-----------
XCOMMONS-3363: The cache loader blocks and throws when setting the cache value blocks and throws (#1367)
* Make the value available to waiting threads before setting the value
in the cache.
* Catch and log any exceptions thrown by setting the cache.
* Add tests to assert the new behavior.
(cherry picked from commit ce2125f5ebdfdf36b36908a9ccf1a96277909fad)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/backport-1367-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 563253d9af72931d0bece88a21c3100d8b6017ff
https://github.com/xwiki/xwiki-commons/commit/563253d9af72931d0bece88a21c31…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoader.java
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java
Log Message:
-----------
XCOMMONS-3363: The cache loader blocks and throws when setting the cache value blocks and throws (#1367)
* Make the value available to waiting threads before setting the value
in the cache.
* Catch and log any exceptions thrown by setting the cache.
* Add tests to assert the new behavior.
(cherry picked from commit ce2125f5ebdfdf36b36908a9ccf1a96277909fad)
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-commons
Commit: ce2125f5ebdfdf36b36908a9ccf1a96277909fad
https://github.com/xwiki/xwiki-commons/commit/ce2125f5ebdfdf36b36908a9ccf1a…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/main/java/org/xwiki/cache/internal/CacheLoader.java
M xwiki-commons-core/xwiki-commons-cache/xwiki-commons-cache-api/src/test/java/org/xwiki/cache/internal/CacheLoaderTest.java
Log Message:
-----------
XCOMMONS-3363: The cache loader blocks and throws when setting the cache value blocks and throws (#1367)
* Make the value available to waiting threads before setting the value
in the cache.
* Catch and log any exceptions thrown by setting the cache.
* Add tests to assert the new behavior.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/XWIKI-23043
Home: https://github.com/xwiki/xwiki-platform
Commit: f0ed774d2b974200bec6c4a1e8bf80881ce4704c
https://github.com/xwiki/xwiki-platform/commit/f0ed774d2b974200bec6c4a1e8bf…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 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/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-rendering/xwiki-platform-rendering-xwiki/pom.xml
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUI.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINode.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeComparator.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeType.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParametersHelper.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/script/RenderingScriptService.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/util/MacroParametersHelperTest.java
Log Message:
-----------
XWIKI-23043: Provide validation and UI for group of macro parameters belonging to same feature
* Start of refactoring including ordering of macros
Commit: fc6b1d88632efa84698b0edeb7f47fcd9a26f613
https://github.com/xwiki/xwiki-platform/commit/fc6b1d88632efa84698b0edeb7f4…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/AbstractMacroParameterUINode.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUI.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINode.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeComparator.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeGroup.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeParameter.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeType.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParametersHelper.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/util/MacroParametersHelperTest.java
Log Message:
-----------
XWIKI-23043: Provide validation and UI for group of macro parameters belonging to same feature
* Change a bit the strategy to handle properly group and feature like
exposed with IncludeMacroParameters
Commit: b7d66dee80ec28d0366ef802ddd773e610c77648
https://github.com/xwiki/xwiki-platform/commit/b7d66dee80ec28d0366ef802ddd7…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
XWIKI-23043: Provide validation and UI for group of macro parameters belonging to same feature
* Fix displaying the form
Commit: c35034e3039b19fa9f930f92ccef779d70767d9d
https://github.com/xwiki/xwiki-platform/commit/c35034e3039b19fa9f930f92ccef…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 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/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
Commit: f8833b3ede6901fbeac290d31c435990fa66937a
https://github.com/xwiki/xwiki-platform/commit/f8833b3ede6901fbeac290d31c43…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 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/macroWizard.css
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Provide validation of the form
* Improve globally the UI
Commit: e0f1b40386b8313d838dfb6d7a55136f8a9cfbcd
https://github.com/xwiki/xwiki-platform/commit/e0f1b40386b8313d838dfb6d7a55…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 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/macroWizard.css
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/plugin.js
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/AbstractMacroParameterUINode.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/AbstractMacroUINode.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/AbstractMacroUINodeType.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUI.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUIFactory.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeComparator.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeGroup.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeParameter.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParameterUINodeType.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParametersHelper.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroUINodeComparator.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroUINodeGroup.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroUINodeParameter.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/script/RenderingScriptService.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/util/MacroParametersHelperTest.java
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Provide documentation of java code
* Improve a bit CSS
Commit: 1710371a089335416fb2cfc3ce03c8da6175b97c
https://github.com/xwiki/xwiki-platform/commit/1710371a089335416fb2cfc3ce03…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 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/macroWizard.css
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Keep fixing CSS
Commit: cf8a8c1fdda55fa6a53afa17e7320958168c0bc3
https://github.com/xwiki/xwiki-platform/commit/cf8a8c1fdda55fa6a53afa17e732…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 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/plugin.js
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/AbstractMacroUINode.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUIFactory.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroUINodeComparator.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/script/RenderingScriptService.java
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Fix checkstyle
* Fix a few remaining problems
Commit: cbcc998d08932a463f7a33620bc3a32252323b5b
https://github.com/xwiki/xwiki-platform/commit/cbcc998d08932a463f7a33620bc3…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUIFactory.java
R xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/util/MacroParametersHelperTest.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUIFactoryTest.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/script/RenderingScriptServiceTest.java
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Fix a few bugs, improve tests and coverage
Commit: 3dbd330db1f0950f465f88899149de46f6b8d61a
https://github.com/xwiki/xwiki-platform/commit/3dbd330db1f0950f465f88899149…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 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/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-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroDescriptorUIFactory.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/script/RenderingScriptService.java
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Allow to take into account changes performed in inline editable
elements
Commit: ceda5b3e69f8a57a57dd15af975f42ebf01a6ee9
https://github.com/xwiki/xwiki-platform/commit/ceda5b3e69f8a57a57dd15af975f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/script/RenderingScriptService.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/script/RenderingScriptServiceTest.java
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Fix coverage and checkstyle
Commit: c08b26f5fad45d397a1dcf598cca2b0bbee9af64
https://github.com/xwiki/xwiki-platform/commit/c08b26f5fad45d397a1dcf598cca…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
Update xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
Commit: 5ce4aad0a9b103d84485862e2cc970e74c804290
https://github.com/xwiki/xwiki-platform/commit/5ce4aad0a9b103d84485862e2cc9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 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/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/MacroService.xml
Log Message:
-----------
Apply suggestions from code review
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
Compare: https://github.com/xwiki/xwiki-platform/compare/ccbc73b0279c...5ce4aad0a9b1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-23043
Home: https://github.com/xwiki/xwiki-platform
Commit: ccbc73b0279c45ba656ee00dcae89393b3e54010
https://github.com/xwiki/xwiki-platform/commit/ccbc73b0279c45ba656ee00dcae8…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 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/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/MacroService.xml
Log Message:
-----------
Apply suggestions from code review
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/XWIKI-23043
Home: https://github.com/xwiki/xwiki-platform
Commit: 3087b1b62c24de3cab34fd9d553264fee67a7de2
https://github.com/xwiki/xwiki-platform/commit/3087b1b62c24de3cab34fd9d5532…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
Update xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
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/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 3cb3fd52f0cb700bd52a1f3fba251524a0ede8ab
https://github.com/xwiki/xwiki-platform/commit/3cb3fd52f0cb700bd52a1f3fba25…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 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
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/resources/ApplicationResources.properties
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI (#4213)
* 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
* Provide missing translations
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22803
Home: https://github.com/xwiki/xwiki-platform
Commit: 24b5668e12945a1f6a8632e731a08eb5d6ff8f7c
https://github.com/xwiki/xwiki-platform/commit/24b5668e12945a1f6a8632e731a0…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-16 (Mon, 16 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/resources/ApplicationResources.properties
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Provide missing translations
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: 67c9451653b549e2db6522a6ad074becc0ebae78
https://github.com/xwiki/xwiki-platform/commit/67c9451653b549e2db6522a6ad07…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/rendercontent.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Avoid leading and trailing whispace when editing in-place (which is harmless when editing HTML but bad when the edit syntax is different).
Commit: fa34921e8ebae29b7ca22726ee94d836a791601d
https://github.com/xwiki/xwiki-platform/commit/fa34921e8ebae29b7ca22726ee94…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteEditor.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteRequireJSModuleUIExtension.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/macros.wiki
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/syntaxContentEditor.wiki
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/AllIT.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/BlockNoteIT.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/pom.xml
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/.gitattributes
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/env.d.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/eslint.config.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package-lock.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/inplace.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.app.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.node.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.vitest.json
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vitest.config.ts
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/javascript.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Boilerplate code to load a Vue-based editor in standalone and in-place edit mode.
Commit: 8438220cffb0c9e4d8d0c424e39fafb496f00465
https://github.com/xwiki/xwiki-platform/commit/8438220cffb0c9e4d8d0c424e39f…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
Log Message:
-----------
XWIKI-23226: Edit menu UI extensions defined in Java are ignored
Commit: b326bc1615ba482438397a07ec16943d7cf8bccd
https://github.com/xwiki/xwiki-platform/commit/b326bc1615ba482438397a07ec16…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/src/main/java/org/xwiki/container/internal/RequestConfigurationSource.java
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-api/pom.xml
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-api/src/main/java/org/xwiki/edit/internal/DefaultEditConfiguration.java
A xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-api/src/test/java/org/xwiki/edit/internal/DefaultEditConfigurationTest.java
Log Message:
-----------
XWIKI-23227: Add support for overriding the default WYSIWYG editor from request
Commit: d0054e5e3d63d56c3699f60bb953c20093bf07ad
https://github.com/xwiki/xwiki-platform/commit/d0054e5e3d63d56c3699f60bb953…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/InplaceEditActionUIExtension.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/StandaloneEditActionUIExtension.java
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/inplaceEditMenuItem.vm
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/standaloneEditMenuItem.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Inject links in the Edit menu to allow advanced users to quickly test the BlockNote integration.
Commit: 1e0f592dd6eb2a36ff1d629e0fe5642051d19387
https://github.com/xwiki/xwiki-platform/commit/1e0f592dd6eb2a36ff1d629e0fe5…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/macros.wiki
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* First attempt to load BlockNote
Commit: 598a725426e74b0e96faeb3a772b80aaf34315c6
https://github.com/xwiki/xwiki-platform/commit/598a725426e74b0e96faeb3a772b…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update config to match Cristal
Commit: fcb57e0f1c7273a7d11bd3ec9c0c4bf353efeb92
https://github.com/xwiki/xwiki-platform/commit/fcb57e0f1c7273a7d11bd3ec9c0c…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/pom.xml
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package-lock.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/pom.xml
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Switch to pnpm to match the tools used by Cristal, and update the build config to be able to use a local dependency from Cristal.
Commit: e6e272b050d85afbe5b9c98371348f60c959139b
https://github.com/xwiki/xwiki-platform/commit/e6e272b050d85afbe5b9c9837134…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteEditor.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteRequireJSModuleUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/InplaceEditActionUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/StandaloneEditActionUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/AllIT.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/src/test/it/org/xwiki/blocknote/test/ui/BlockNoteIT.java
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update since version.
Commit: cd48da2f908ec97b001038a92bc093c24688e003
https://github.com/xwiki/xwiki-platform/commit/cd48da2f908ec97b001038a92bc0…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M pom.xml
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update pnpm version.
Commit: 8ed3bec66aff136149a48d9a848dd44ed66d41f5
https://github.com/xwiki/xwiki-platform/commit/8ed3bec66aff136149a48d9a848d…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-container/pom.xml
R xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/src/main/java/org/xwiki/container/internal/RequestConfigurationSource.java
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-api/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-default/pom.xml
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-default/src/main/java/org/xwiki/container/internal/RequestConfigurationSource.java
A xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-default/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/pom.xml
Log Message:
-----------
XWIKI-23227: Add support for overriding the default WYSIWYG editor from request
Commit: 24eefd3a8ec20723ac7f108d800783e542cb4169
https://github.com/xwiki/xwiki-platform/commit/24eefd3a8ec20723ac7f108d8007…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-test/xwiki-platform-blocknote-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/pom.xml
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Move to 17.5.0-SNAPSHOT
Commit: 359786273f05b28b9361b15ae60eefdc463583bd
https://github.com/xwiki/xwiki-platform/commit/359786273f05b28b9361b15ae60e…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/inplaceEditMenuItem.vm
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/standaloneEditMenuItem.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Show the Edit menu entries only for advanced users.
Commit: 0a71efb1458e1d96a221a0cb3106b2309072f8f9
https://github.com/xwiki/xwiki-platform/commit/0a71efb1458e1d96a221a0cb3106…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/eslint.config.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Fix the build to support using local Cristal (SNAPSHOT) deps (use workaround for Vite bug)
* Fix linting configuration and linting errors
* Don't depend on cristal-skin because it brings unneeded transitive deps; use ``cristal-api`` instead and implement the SkinManager interface
* No need to depend on React directly / explicitly
* Allow esbuild to hook to build lifecycle
Commit: 1f744d3194042d1f28dca3eb59b32c400086df0b
https://github.com/xwiki/xwiki-platform/commit/1f744d3194042d1f28dca3eb59b3…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.test.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Simplify imports
Commit: 9a3551f0bf23b55a8ed33ad97adf59df9b50e33d
https://github.com/xwiki/xwiki-platform/commit/9a3551f0bf23b55a8ed33ad97adf…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* We actually need to depend on React in order to execute the JSX transformations...
Commit: ff7672fa5acafdf7935073d6bc630a7f4c9a639c
https://github.com/xwiki/xwiki-platform/commit/ff7672fa5acafdf7935073d6bc63…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.test.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/document/DefaultDocumentService.ts
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.test.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/DefaultModelReferenceHandlerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/DefaultModelReferenceParserProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/DefaultModelReferenceSerializerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/DefaultRemoteURLParserProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/DefaultRemoteURLSerializerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/XWikiRemoteURLParser.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/XWikiRemoteURLSerializer.ts
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin/DefaultSkinManager.ts
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/prototypeJSPatches.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Small progress.
Commit: cfbfbf7e2510b683b85dc0399a71b6d5ed7cc9cd
https://github.com/xwiki/xwiki-platform/commit/cfbfbf7e2510b683b85dc0399a71…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.test.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/i18nResolver.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/testUtils.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Localization support.
Commit: 94df36ce19281904fd5e3b1587252724f5edc447
https://github.com/xwiki/xwiki-platform/commit/94df36ce19281904fd5e3b158725…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/authentication/DefaultAuthenticationManagerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/authentication/XWikiAuthenticationManager.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/link/DefaultLinkSuggestServiceProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/link/XWikiLinkSuggestService.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Add missing components.
Commit: ff6fc6bf710e4c08a4bce2bcaf7b33569b25cac2
https://github.com/xwiki/xwiki-platform/commit/ff6fc6bf710e4c08a4bce2bcaf7b…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/java/org/xwiki/blocknote/internal/BlockNoteCSSRequireJSModuleUIExtension.java
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-api/src/main/resources/templates/blocknote/macros.wiki
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/inplace.js
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/javascript.vm
A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/require/css.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Load the CSS (using a simple CSS loader plugin for RequireJS)
* Fix the input syntax parameter
* Disable all rendering transformations until we implement the protection.
* Increment the version of Cristal dependencies
Commit: d342141e1dc1c36a2aaa06f22444daebc51d1c31
https://github.com/xwiki/xwiki-platform/commit/d342141e1dc1c36a2aaa06f22444…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Handle save
* Upgrade some development deps to match Cristal
Commit: 0fc237e44942ca14d481148f1df3550eebb3a902
https://github.com/xwiki/xwiki-platform/commit/0fc237e44942ca14d481148f1df3…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/inplace.js
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editmeta.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/edit.less
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Improve the styles for the integration with the standalone and in-place edit modes.
Commit: 476b6be9888762d49fa6ea7371e8cb14824e57d6
https://github.com/xwiki/xwiki-platform/commit/476b6be9888762d49fa6ea7371e8…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/inplace.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Use the "xwikicontent" element in in-place edit mode rather than creating a new sibling element in order to inherit some styles from the XWiki skin.
Commit: 34ef0b28816b600461d9f561380d5ad748b42c98
https://github.com/xwiki/xwiki-platform/commit/34ef0b28816b600461d9f561380d…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Update dev deps
Commit: 76aed076861523f22e9f9f71e37cbfe6b258f94a
https://github.com/xwiki/xwiki-platform/commit/76aed076861523f22e9f9f71e37c…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Improve a bit the content styles to make it look closer to view mode.
Commit: 5973316c66eae7e8ad94287784e3d764ebc3ea77
https://github.com/xwiki/xwiki-platform/commit/5973316c66eae7e8ad94287784e3…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/contentvars.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/rendercontent.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Escape the content when the output syntax is not HTML and we output both the title and the content (which requires HTML).
Compare: https://github.com/xwiki/xwiki-platform/compare/8ae8331ff14a...5973316c66ea
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: dbe5d509204330479aeda88363459ddd9513bc33
https://github.com/xwiki/xwiki-platform/commit/dbe5d509204330479aeda8836345…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-14 (Sat, 14 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Improve a bit the content styles to make it look closer to view mode.
Commit: 8ae8331ff14a8ae739bda899523390602e9d2cf4
https://github.com/xwiki/xwiki-platform/commit/8ae8331ff14a8ae739bda8995233…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-15 (Sun, 15 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-edit/xwiki-platform-edit-ui/src/main/resources/XWiki/InplaceEditing.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/contentvars.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/rendercontent.vm
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Escape the content when the output syntax is not HTML and we output both the title and the content (which requires HTML).
Compare: https://github.com/xwiki/xwiki-platform/compare/2019bd1d8a85...8ae8331ff14a
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: 44cf504422841051e5cae26fbc715ea0a1315916
https://github.com/xwiki/xwiki-platform/commit/44cf504422841051e5cae26fbc71…
Author: github-actions[bot] <41898282+github-actions[bot](a)users.noreply.github.com>
Date: 2025-06-14 (Sat, 14 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/layout.less
Log Message:
-----------
XWIKI-23282: Toggle panels columns has issues when using Small or Large sized panels (#4273) (#4274)
* Moved the blocks around so that the right ones take precedence. Added a comment to explain what happened and make sure it's not reverted by mistake in the future :)
(cherry picked from commit 026ef656950d83db2f16f90363a24edfe1befe23)
Co-authored-by: LucasC <lucas.charpentier(a)xwiki.com>
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-contrib/application-blog
Commit: 96ee2e112c9637b1cb617a282e7b3d912ff55f8d
https://github.com/xwiki-contrib/application-blog/commit/96ee2e112c9637b1cb…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M application-blog-test/application-blog-test-pageobjects/src/main/java/org/xwiki/blog/test/po/BlogPostInlinePage.java
M application-blog-test/application-blog-test-pageobjects/src/main/java/org/xwiki/blog/test/po/ManageCategoriesPage.java
M application-blog-test/application-blog-test-tests/pom.xml
M application-blog-test/application-blog-test-tests/src/test/it/org/xwiki/blog/test/ui/BlogPostTest.java
Log Message:
-----------
Fix tests
* remove WYSIWYG war from dependencies as it doesn't exist anymore in XWiki 11.1 and the tests references of WYSIWYG were already removed
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-blog/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-blog
Commit: 7a6dcdb4a5dd7399306c562d9473814f0dd993bb
https://github.com/xwiki-contrib/application-blog/commit/7a6dcdb4a5dd739930…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M README.md
M application-blog-ui/src/main/resources/Blog/AllBlogsPanel.xml
M application-blog-ui/src/main/resources/Blog/ApplicationsPanelEntry.xml
M application-blog-ui/src/main/resources/Blog/Archive.xml
M application-blog-ui/src/main/resources/Blog/ArchivePanel.xml
M application-blog-ui/src/main/resources/Blog/ArchiveSheet.xml
M application-blog-ui/src/main/resources/Blog/BlogClass.xml
M application-blog-ui/src/main/resources/Blog/BlogCode.xml
M application-blog-ui/src/main/resources/Blog/BlogIntroduction.xml
M application-blog-ui/src/main/resources/Blog/BlogMenuUIX.xml
M application-blog-ui/src/main/resources/Blog/BlogNotifications.xml
M application-blog-ui/src/main/resources/Blog/BlogParameters.xml
M application-blog-ui/src/main/resources/Blog/BlogPostClass.xml
M application-blog-ui/src/main/resources/Blog/BlogPostCreate.xml
M application-blog-ui/src/main/resources/Blog/BlogPostLayoutCards.xml
M application-blog-ui/src/main/resources/Blog/BlogPostLayoutCompact.xml
M application-blog-ui/src/main/resources/Blog/BlogPostLayoutFull.xml
M application-blog-ui/src/main/resources/Blog/BlogPostLayoutImage.xml
M application-blog-ui/src/main/resources/Blog/BlogPostLayoutLink.xml
M application-blog-ui/src/main/resources/Blog/BlogPostLayoutMacros.xml
M application-blog-ui/src/main/resources/Blog/BlogPostList.xml
M application-blog-ui/src/main/resources/Blog/BlogPostSheet.xml
M application-blog-ui/src/main/resources/Blog/BlogPostTemplate.xml
M application-blog-ui/src/main/resources/Blog/BlogPostTemplateProvider.xml
M application-blog-ui/src/main/resources/Blog/BlogPostsMigration.xml
M application-blog-ui/src/main/resources/Blog/BlogRss.xml
M application-blog-ui/src/main/resources/Blog/BlogScripts.xml
M application-blog-ui/src/main/resources/Blog/BlogSheet.xml
M application-blog-ui/src/main/resources/Blog/BlogStyle.xml
M application-blog-ui/src/main/resources/Blog/BlogTemplate.xml
M application-blog-ui/src/main/resources/Blog/BlogsLiveTable.xml
M application-blog-ui/src/main/resources/Blog/Categories.xml
M application-blog-ui/src/main/resources/Blog/CategoriesCode.xml
M application-blog-ui/src/main/resources/Blog/CategoriesPanel.xml
M application-blog-ui/src/main/resources/Blog/CategoriesSheet.xml
M application-blog-ui/src/main/resources/Blog/CategoryClass.xml
M application-blog-ui/src/main/resources/Blog/CategoryRss.xml
M application-blog-ui/src/main/resources/Blog/CategorySheet.xml
M application-blog-ui/src/main/resources/Blog/CategoryTemplate.xml
M application-blog-ui/src/main/resources/Blog/CreatePost.xml
M application-blog-ui/src/main/resources/Blog/EnablePanelsConfigurationClass.xml
M application-blog-ui/src/main/resources/Blog/EnablePanelsConfigurationService.xml
M application-blog-ui/src/main/resources/Blog/EnablePanelsConfigurationTemplate.xml
M application-blog-ui/src/main/resources/Blog/GlobalBlogRss.xml
M application-blog-ui/src/main/resources/Blog/ManageCategories.xml
M application-blog-ui/src/main/resources/Blog/Management.xml
M application-blog-ui/src/main/resources/Blog/Migration.xml
M application-blog-ui/src/main/resources/Blog/News.xml
M application-blog-ui/src/main/resources/Blog/Other.xml
M application-blog-ui/src/main/resources/Blog/Personal.xml
M application-blog-ui/src/main/resources/Blog/PinnedPostsClass.xml
M application-blog-ui/src/main/resources/Blog/PinnedPostsSheet.xml
M application-blog-ui/src/main/resources/Blog/PinnedPostsTemplate.xml
M application-blog-ui/src/main/resources/Blog/Publisher.xml
M application-blog-ui/src/main/resources/Blog/RecentPostsPanel.xml
M application-blog-ui/src/main/resources/Blog/RelatedBlogsPanel.xml
M application-blog-ui/src/main/resources/Blog/RssCode.xml
M application-blog-ui/src/main/resources/Blog/Translations.ca.xml
M application-blog-ui/src/main/resources/Blog/Translations.cs.xml
M application-blog-ui/src/main/resources/Blog/Translations.da.xml
M application-blog-ui/src/main/resources/Blog/Translations.de.xml
M application-blog-ui/src/main/resources/Blog/Translations.es.xml
M application-blog-ui/src/main/resources/Blog/Translations.fr.xml
M application-blog-ui/src/main/resources/Blog/Translations.gl.xml
M application-blog-ui/src/main/resources/Blog/Translations.it.xml
M application-blog-ui/src/main/resources/Blog/Translations.ja.xml
M application-blog-ui/src/main/resources/Blog/Translations.ko.xml
M application-blog-ui/src/main/resources/Blog/Translations.lv.xml
M application-blog-ui/src/main/resources/Blog/Translations.nl.xml
M application-blog-ui/src/main/resources/Blog/Translations.pl.xml
M application-blog-ui/src/main/resources/Blog/Translations.pt.xml
M application-blog-ui/src/main/resources/Blog/Translations.pt_BR.xml
M application-blog-ui/src/main/resources/Blog/Translations.ro.xml
M application-blog-ui/src/main/resources/Blog/Translations.ru.xml
M application-blog-ui/src/main/resources/Blog/Translations.sk.xml
M application-blog-ui/src/main/resources/Blog/Translations.sv.xml
M application-blog-ui/src/main/resources/Blog/Translations.tr.xml
M application-blog-ui/src/main/resources/Blog/Translations.uk.xml
M application-blog-ui/src/main/resources/Blog/Translations.vi.xml
M application-blog-ui/src/main/resources/Blog/Translations.xml
M application-blog-ui/src/main/resources/Blog/Translations.zh.xml
M application-blog-ui/src/main/resources/Blog/Translations.zh_TW.xml
M application-blog-ui/src/main/resources/Blog/Unpublished.xml
M application-blog-ui/src/main/resources/Blog/UnpublishedPanel.xml
M application-blog-ui/src/main/resources/Blog/UnpublishedPostsSheet.xml
M application-blog-ui/src/main/resources/Blog/WebHome.xml
M application-blog-ui/src/main/resources/Blog/WebPreferences.xml
M pom.xml
Log Message:
-----------
[Misc] Update parent version to XWiki 11.1
* update parent version to XWiki 11.1 in order to use the DocumentRenamedEvent
* export and apply xar:format on all the documents exported from XWiki 11.1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-blog/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 3db912d58110a84d988835cc9a6a97d196725c6d
https://github.com/xwiki/xwiki-platform/commit/3db912d58110a84d988835cc9a6a…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/flamingo.js
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/layout.less
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/editpanels.vm
Log Message:
-----------
XWIKI-23286: Panel toggles and handles inconsistencies (#4140)
* Changed the nature of the hint for panel toggles.
* Added controls on the standalone edition sheet.
* Made sure everything that worked with rightPanels also works with editPanels.
* Fixed the unexpected side margins in mobile mode.
* Prevented resetting preferences for panel width when passing by a page without panels.
* Updated the comment to be clearer
* Fixed codestyle
---------
Co-authored-by: Michael Hamann <michael(a)content-space.de>
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: 1225e47936969395c7c15e3d6dd3d623d230f471
https://github.com/xwiki/xwiki-platform/commit/1225e47936969395c7c15e3d6dd3…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/src/main/resources/IconThemesCode/IconPickerMacro.xml
Log Message:
-----------
Misc: Icon picker webstandards
Added the missing labels on the icon picker macro fields generated in the content.
(cherry picked from commit 8625fe47d878f77ff359a923d97bf7dbe2953352)
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: 45d91fcef11695009d10650d35101398794d76fe
https://github.com/xwiki/xwiki-platform/commit/45d91fcef11695009d10650d3510…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/src/main/resources/IconThemesCode/IconPickerMacro.xml
Log Message:
-----------
Misc: Icon picker webstandards
Added the missing labels on the icon picker macro fields generated in the content.
(cherry picked from commit 8625fe47d878f77ff359a923d97bf7dbe2953352)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4077
Home: https://github.com/xwiki/xwiki-platform
Commit: 460b9ee2ce1b6aea8d3bb87ea0ab999cee0b5bbb
https://github.com/xwiki/xwiki-platform/commit/460b9ee2ce1b6aea8d3bb87ea0ab…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/src/main/resources/IconThemesCode/IconPickerMacro.xml
Log Message:
-----------
Misc: Icon picker webstandards
Added the missing labels on the icon picker macro fields generated in the content.
(cherry picked from commit 8625fe47d878f77ff359a923d97bf7dbe2953352)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-4077
Home: https://github.com/xwiki/xwiki-platform
Commit: 44761d3648a899384be98f930642c0ca5c1f81db
https://github.com/xwiki/xwiki-platform/commit/44761d3648a899384be98f930642…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/src/main/resources/IconThemesCode/IconPickerMacro.xml
Log Message:
-----------
Misc: Icon picker webstandards
Added the missing labels on the icon picker macro fields generated in the content.
(cherry picked from commit 8625fe47d878f77ff359a923d97bf7dbe2953352)
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: a2d0ae5c96b9b89ea8d7a9f32ca06723384450c4
https://github.com/xwiki/xwiki-platform/commit/a2d0ae5c96b9b89ea8d7a9f32ca0…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
Log Message:
-----------
XWIKI-22990: The `More actions` button currently relies only on the title for its alternative text (#4225)
* If the label of the menu button is not shown, still put it in the DOM, but visually hidden with `sr-only`.
* Updated comments
(cherry picked from commit c948e3822601dcf74f6626492a2f3ff1c9f125f9)
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: 58e7799144c0f064d7ce7888a5527f0ccedc48de
https://github.com/xwiki/xwiki-platform/commit/58e7799144c0f064d7ce7888a552…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
Log Message:
-----------
XWIKI-22990: The `More actions` button currently relies only on the title for its alternative text (#4225)
* If the label of the menu button is not shown, still put it in the DOM, but visually hidden with `sr-only`.
* Updated comments
(cherry picked from commit c948e3822601dcf74f6626492a2f3ff1c9f125f9)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4225
Home: https://github.com/xwiki/xwiki-platform
Commit: 1d43dac9bdfe2d9d11d30a3a80bbab673371027f
https://github.com/xwiki/xwiki-platform/commit/1d43dac9bdfe2d9d11d30a3a80bb…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
Log Message:
-----------
XWIKI-22990: The `More actions` button currently relies only on the title for its alternative text (#4225)
* If the label of the menu button is not shown, still put it in the DOM, but visually hidden with `sr-only`.
* Updated comments
(cherry picked from commit c948e3822601dcf74f6626492a2f3ff1c9f125f9)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-4225
Home: https://github.com/xwiki/xwiki-platform
Commit: 41303ce08c71a3c2795c13a60d6298168d67e0f6
https://github.com/xwiki/xwiki-platform/commit/41303ce08c71a3c2795c13a60d62…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
Log Message:
-----------
XWIKI-22990: The `More actions` button currently relies only on the title for its alternative text (#4225)
* If the label of the menu button is not shown, still put it in the DOM, but visually hidden with `sr-only`.
* Updated comments
(cherry picked from commit c948e3822601dcf74f6626492a2f3ff1c9f125f9)
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: c948e3822601dcf74f6626492a2f3ff1c9f125f9
https://github.com/xwiki/xwiki-platform/commit/c948e3822601dcf74f6626492a2f…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-13 (Fri, 13 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
Log Message:
-----------
XWIKI-22990: The `More actions` button currently relies only on the title for its alternative text (#4225)
* If the label of the menu button is not shown, still put it in the DOM, but visually hidden with `sr-only`.
* Updated comments
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications