Branch: refs/heads/JIRA-71
Home: https://github.com/xwiki-contrib/jira
Commit: 1a8e259907c90205c6170fa158628802c1d822f4
https://github.com/xwiki-contrib/jira/commit/1a8e259907c90205c6170fa1586288…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
A jira-macro/jira-macro-charts/src/main/java/org/xwiki/contrib/jira/charts/JiraFieldParameterDisplayer.java
M jira-macro/jira-macro-charts/src/main/java/org/xwiki/contrib/jira/charts/bidimensionalgrid/JIRABiDimensionalGridChartMacroParameter.java
M jira-macro/jira-macro-charts/src/main/java/org/xwiki/contrib/jira/charts/internal/bidimensionalgrid/JIRABiDimensionalGridChartDataFetcher.java
M jira-macro/jira-macro-charts/src/main/java/org/xwiki/contrib/jira/charts/internal/piechart/JIRAPieChartDataFetcher.java
M jira-macro/jira-macro-charts/src/main/java/org/xwiki/contrib/jira/charts/piechart/JIRAPieChartMacroParameters.java
M jira-macro/jira-macro-charts/src/main/resources/ApplicationResources.properties
A jira-macro/jira-macro-charts/src/main/resources/templates/html_displayer/jirafieldparameterdisplayer/edit.vm
M jira-macro/jira-macro-charts/src/test/java/org/xwiki/contrib/jira/charts/internal/bidimensionalgrid/JIRABiDimensionalGridChartDataFetcherTest.java
Log Message:
-----------
JIRA-71: Pie chart macro should allow custom fields
WIP: First experimental work on a picker allowing to set custom field
with a set of predefined fields.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: bebfb18088ff23f9773542ef7257c6ece386fefb
https://github.com/xwiki-contrib/book-versions/commit/bebfb18088ff23f977354…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-common-ui/pom.xml
M application-book-versions-default/pom.xml
M application-book-versions-publish-ui/pom.xml
M application-book-versions-ui/pom.xml
M application-book-versions-xip/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/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 1e8b8ac69cf831b6a6ede5c909580b1a291b5c59
https://github.com/xwiki-contrib/book-versions/commit/1e8b8ac69cf831b6a6ede…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-common-ui/pom.xml
M application-book-versions-default/pom.xml
M application-book-versions-publish-ui/pom.xml
M application-book-versions-ui/pom.xml
M application-book-versions-xip/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-book-versions-1.12
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: b927f39861d4bb737e083fb3ab5624e5bd5d22ca
https://github.com/xwiki-contrib/book-versions/commit/b927f39861d4bb737e083…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-04-03 (Thu, 03 Apr 2025)
Changed paths:
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookPublicationReferencesTransformationHelper.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
Log Message:
-----------
BVERSION-206 : The attachment references are broken on the root when publishing a book page
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 20afe3cee09027099a199bf617a84f15e36d8f3c
https://github.com/xwiki/xwiki-platform/commit/20afe3cee09027099a199bf617a8…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacro.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroTest.java
Log Message:
-----------
XWIKI-23057: A useless index is created for wiki macros which are neither async or cached
* reduce retro compatibility risks
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/jira
Commit: 0eff6659e07cb2184239d4214ed46cb32f8c7a5b
https://github.com/xwiki-contrib/jira/commit/0eff6659e07cb2184239d4214ed46c…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M jira-macro/jira-macro-common/src/main/java/org/xwiki/contrib/jira/macro/internal/HTTPJIRAFetcher.java
M jira-test/jira-test-docker/src/test/it/org/xwiki/contrib/jira/test/ui/JIRAMacroIT.java
A jira-test/jira-test-docker/src/test/resources/__files/xxe.xml
Log Message:
-----------
JIRA-76: Jira macro doesn't work with some versions of Jira returning a DOCTYPE
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/jira/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 64fc5f3a0cd2d35f0e464a4923949123bca8e70f
https://github.com/xwiki/xwiki-platform/commit/64fc5f3a0cd2d35f0e464a492394…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-macro/src/main/java/org/xwiki/icon/macro/internal/DisplayIconMacro.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-macro/src/main/java/org/xwiki/livedata/internal/macro/LiveDataMacro.java
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-macro/src/test/java/org/xwiki/livedata/internal/macro/LiveDataMacroTest.java
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-macro/src/main/java/org/xwiki/localization/macro/internal/TranslationMacro.java
M xwiki-platform-core/xwiki-platform-office/xwiki-platform-office-macro/src/main/java/org/xwiki/rendering/internal/macro/office/OfficeMacro.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-code/src/main/java/org/xwiki/rendering/internal/macro/code/CodeMacro.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-gallery/src/main/java/org/xwiki/rendering/internal/macro/gallery/GalleryMacro.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/DefaultWikiMacro.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/WikiMacroContentMacro.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/WikiMacroParameterMacro.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroFactoryTest.java
Log Message:
-----------
XRENDERING-778: Rendering a page with thousands of macros is slow (#4020)
* Introduce the concept of isolated execution in wiki macros.
* Mark many macros as isolated.
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-rendering
Commit: 579b7fcde2c77499e87611c38f2fec1c6eb49ef6
https://github.com/xwiki/xwiki-rendering/commit/579b7fcde2c77499e87611c38f2…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M xwiki-rendering-macros/xwiki-rendering-macro-box/src/main/java/org/xwiki/rendering/internal/macro/box/DefaultBoxMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-comment/src/main/java/org/xwiki/rendering/internal/macro/comment/CommentMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-content/src/main/java/org/xwiki/rendering/internal/macro/content/ContentMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/main/java/org/xwiki/rendering/internal/macro/html/HTMLMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-id/src/main/java/org/xwiki/rendering/internal/macro/id/IdMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-message/src/main/java/org/xwiki/rendering/internal/macro/message/AbstractMessageMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-raw/src/main/java/org/xwiki/rendering/internal/macro/raw/RawMacro.java
M xwiki-rendering-macros/xwiki-rendering-macro-toc/src/main/java/org/xwiki/rendering/internal/macro/toc/AbstractTocMacro.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/pom.xml
A xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/IsolatedExecutionConfiguration.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/internal/transformation/macro/MacroTransformation.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/java/org/xwiki/rendering/macro/Macro.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/main/resources/META-INF/components.txt
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/macro/DefaultMacroManagerTest.java
A xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/IsolatedExecutionConfigurationTest.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/MacroTransformationTest.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestNestedMacro.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestPriorityMacro.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestRecursiveMacro.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestReplacementMacro.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestSimpleMacro.java
A xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/java/org/xwiki/rendering/internal/transformation/macro/TestTwoNestedMacros.java
M xwiki-rendering-transformations/xwiki-rendering-transformation-macro/src/test/resources/META-INF/components.txt
Log Message:
-----------
XRENDERING-778: Rendering a page with thousands of macros is slow (#330)
* Introduce the concept of isolated macros.
* In the macro transformation, use a priority queue to efficiently
process macros in order.
* Don't re-scan the XDOM after executing isolated macros.
* Add support for overriding the isolated execution support
through configuration.
* Limit macro indexes to 64 items.
* Add more tests and increase the limit of the recursion test to trigger
the 64-item limit (hard to test that it was hit, but a coverage check
confirmed it).
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: aae189df8e112ccb51135c8197262071dbf7502e
https://github.com/xwiki-contrib/cristal/commit/aae189df8e112ccb51135c81972…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/package.json
M core/user/user-ui/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/configuration/configuration-electron/configuration-electron-main/package.json
M electron/configuration/configuration-electron/configuration-electron-preload/package.json
M electron/configuration/configuration-electron/configuration-electron-renderer/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency vite to v6.2.3 [SECURITY] (#788)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 1c1014bf3b708eb864f0bc15147c990c544e576d
https://github.com/xwiki-contrib/cristal/commit/1c1014bf3b708eb864f0bc15147…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/uiextension/uiextension-default/package.json
M core/uniast/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-511: Upgrade to inversify 7.3.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/XWIKI-22804
Home: https://github.com/xwiki/xwiki-platform
Commit: 6287dfce3dd3525d1d1cd303166e980e0ebddcef
https://github.com/xwiki/xwiki-platform/commit/6287dfce3dd3525d1d1cd303166e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 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/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-22804: Improve consistency of wiki macro parameters by being able to define them advanced, hidden, or deprecated
* Add the various needed property in xclass
* Add missing fields and getter/setters in
WikiMacroParameterDescriptor
* Properly build the WikiParameterDescriptor based on the object
properties
* Provide translation keys
WIP: missing tests to fix coverage and we should probably provide
parameter hints
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: f8dfe43471f6db200102d82bd679b3789e1b1881
https://github.com/xwiki-contrib/cristal/commit/f8dfe43471f6db200102d82bd67…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-xwiki/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-508: Upgrade to axios 1.8.4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 1ca4b3b33fc46ecf27a3a2222a1e7e21d3320083
https://github.com/xwiki-contrib/cristal/commit/1ca4b3b33fc46ecf27a3a2222a1…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-ui/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M package.json
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
[Misc] Update dependency vitest to v3.0.9 (#770)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 36ee9a3e77fa1a06849ab03db09ee87271e5e23a
https://github.com/xwiki-contrib/cristal/commit/36ee9a3e77fa1a06849ab03db09…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/browser/package.json
M electron/configuration/configuration-electron/configuration-electron-main/package.json
M electron/configuration/configuration-electron/configuration-electron-preload/package.json
M electron/main/package.json
M electron/package.json
M electron/storage/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-506: Upgrade to electron 35.1.2
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: ec7b1bb8abf47e45d43cca4f1e3ac0d78307b9dd
https://github.com/xwiki-contrib/oidc/commit/ec7b1bb8abf47e45d43cca4f1e3ac0…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/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/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 5a8bb8f8177dcb2e185335fb38be4a070fa94865
https://github.com/xwiki-contrib/oidc/commit/5a8bb8f8177dcb2e185335fb38be4a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release oidc-2.16.3
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: c8ce733e0af8146fc2808d8c2fd15719d5c1559a
https://github.com/xwiki-contrib/oidc/commit/c8ce733e0af8146fc2808d8c2fd157…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/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/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: bdb1d65e9aa7df5e4d7fecbec488cd503096f39e
https://github.com/xwiki-contrib/oidc/commit/bdb1d65e9aa7df5e4d7fecbec488cd…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release oidc-2.16.2
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 84a96c4607aee20b818caf3bcb9cacf044012c39
https://github.com/xwiki-contrib/cristal/commit/84a96c4607aee20b818caf3bcb9…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M api/CHANGELOG.md
M api/package.json
M authentication-server/CHANGELOG.md
M authentication-server/package.json
M core/alerts/alerts-api/CHANGELOG.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/CHANGELOG.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/CHANGELOG.md
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/CHANGELOG.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/CHANGELOG.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/CHANGELOG.md
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/CHANGELOG.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/CHANGELOG.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/CHANGELOG.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/CHANGELOG.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/CHANGELOG.md
M core/authentication/authentication-github/package.json
A core/authentication/authentication-nextcloud-state/CHANGELOG.md
M core/authentication/authentication-nextcloud-state/package.json
A core/authentication/authentication-nextcloud-ui/CHANGELOG.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/CHANGELOG.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/CHANGELOG.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/CHANGELOG.md
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/CHANGELOG.md
M core/backends/backend-api/package.json
M core/backends/backend-dexie/CHANGELOG.md
M core/backends/backend-dexie/package.json
M core/backends/backend-github/CHANGELOG.md
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/CHANGELOG.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/CHANGELOG.md
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/CHANGELOG.md
M core/browser/browser-api/package.json
M core/browser/browser-default/CHANGELOG.md
M core/browser/browser-default/package.json
M core/configuration/configuration-api/CHANGELOG.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/CHANGELOG.md
M core/configuration/configuration-web/package.json
M core/date/date-api/CHANGELOG.md
M core/date/date-api/package.json
M core/date/date-ui/CHANGELOG.md
M core/date/date-ui/package.json
M core/document/document-api/CHANGELOG.md
M core/document/document-api/package.json
M core/document/document-default/CHANGELOG.md
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/CHANGELOG.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/CHANGELOG.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/CHANGELOG.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/CHANGELOG.md
M core/file-preview/file-preview-ui/package.json
M core/hierarchy/hierarchy-api/CHANGELOG.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/CHANGELOG.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/CHANGELOG.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/CHANGELOG.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/CHANGELOG.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/CHANGELOG.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/CHANGELOG.md
M core/history/history-api/package.json
M core/history/history-default/CHANGELOG.md
M core/history/history-default/package.json
M core/history/history-github/CHANGELOG.md
M core/history/history-github/package.json
M core/history/history-ui/CHANGELOG.md
M core/history/history-ui/package.json
M core/history/history-xwiki/CHANGELOG.md
M core/history/history-xwiki/package.json
M core/icons/CHANGELOG.md
M core/icons/package.json
M core/info-actions/info-actions-api/CHANGELOG.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/CHANGELOG.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/CHANGELOG.md
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/CHANGELOG.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/CHANGELOG.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/CHANGELOG.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/CHANGELOG.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/CHANGELOG.md
M core/markdown/markdown-default/package.json
M core/model/model-api/CHANGELOG.md
M core/model/model-api/package.json
M core/model/model-click-listener/CHANGELOG.md
M core/model/model-click-listener/package.json
M core/model/model-local-url/CHANGELOG.md
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/CHANGELOG.md
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/CHANGELOG.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/CHANGELOG.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/CHANGELOG.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/CHANGELOG.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/CHANGELOG.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/CHANGELOG.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/CHANGELOG.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/CHANGELOG.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/CHANGELOG.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/CHANGELOG.md
M core/page-actions/page-actions-ui/package.json
A core/reactivue/CHANGELOG.md
M core/reactivue/package.json
M core/rename/rename-api/CHANGELOG.md
M core/rename/rename-api/package.json
M core/rename/rename-default/CHANGELOG.md
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/CHANGELOG.md
M core/rename/rename-filesystem/package.json
M core/tiptap-extensions/tiptap-extension-image/CHANGELOG.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/CHANGELOG.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/CHANGELOG.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/CHANGELOG.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/CHANGELOG.md
M core/uiextension/uiextension-ui/package.json
A core/uniast/CHANGELOG.md
M core/uniast/package.json
M core/user/user-ui/CHANGELOG.md
M core/user/user-ui/package.json
M core/xwiki/xwiki-utils/CHANGELOG.md
M core/xwiki/xwiki-utils/package.json
M dev/config/CHANGELOG.md
M dev/config/package.json
M dev/test-utils/CHANGELOG.md
M dev/test-utils/package.json
M ds/api/CHANGELOG.md
M ds/api/package.json
M ds/dsfr/CHANGELOG.md
M ds/dsfr/package.json
M ds/shoelace/CHANGELOG.md
M ds/shoelace/package.json
M ds/vuetify/CHANGELOG.md
M ds/vuetify/package.json
A editors/blocknote-headless/CHANGELOG.md
M editors/blocknote-headless/package.json
A editors/blocknote/CHANGELOG.md
M editors/blocknote/package.json
M editors/tiptap/CHANGELOG.md
M editors/tiptap/package.json
M electron/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/CHANGELOG.md
M electron/browser/package.json
M electron/configuration/configuration-electron/configuration-electron-main/CHANGELOG.md
M electron/configuration/configuration-electron/configuration-electron-main/package.json
M electron/configuration/configuration-electron/configuration-electron-preload/CHANGELOG.md
M electron/configuration/configuration-electron/configuration-electron-preload/package.json
M electron/configuration/configuration-electron/configuration-electron-renderer/CHANGELOG.md
M electron/configuration/configuration-electron/configuration-electron-renderer/package.json
M electron/link-suggest/link-suggest-filesystem/CHANGELOG.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/CHANGELOG.md
M electron/main/package.json
M electron/package.json
M electron/preload/CHANGELOG.md
M electron/preload/package.json
M electron/renderer/CHANGELOG.md
M electron/renderer/package.json
A electron/state/CHANGELOG.md
M electron/state/package.json
M electron/storage/CHANGELOG.md
M electron/storage/package.json
M extension-manager/CHANGELOG.md
M extension-manager/package.json
M extensions/menubuttons/CHANGELOG.md
M extensions/menubuttons/package.json
M lib/CHANGELOG.md
M lib/package.json
M macros/CHANGELOG.md
M macros/package.json
M realtime/CHANGELOG.md
M realtime/package.json
M rendering/rendering/CHANGELOG.md
M rendering/rendering/package.json
M rendering/wikimodel/CHANGELOG.md
M rendering/wikimodel/package.json
M sharedworker/api/CHANGELOG.md
M sharedworker/api/package.json
M sharedworker/impl/CHANGELOG.md
M sharedworker/impl/package.json
M skin/CHANGELOG.md
M skin/package.json
M sources/xwiki/mock-server/CHANGELOG.md
M sources/xwiki/mock-server/package.json
M web/CHANGELOG.md
M web/package.json
M xwiki/remoteinlineeditor/CHANGELOG.md
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Release of Cristal 0.16
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: aa7b9d04228910f693995b80722fb21b29795860
https://github.com/xwiki/xwiki-platform/commit/aa7b9d04228910f693995b80722f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacro.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/DefaultWikiMacroRenderer.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroTest.java
Log Message:
-----------
XWIKI-23057: A useless index is created for wiki macros which are neither async or cached
* cache the block id
* stop relying on block indexOf when async and cache are disabled for a given macro
(cherry picked from commit 31f0cbbfdebd8197d63a69da764ab09c0387fd1a)
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: d4c1ffc9371a403e5de55c6467e461037e4442d3
https://github.com/xwiki/xwiki-platform/commit/d4c1ffc9371a403e5de55c6467e4…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/ui/AbstractCKEditorIT.java
Log Message:
-----------
[Misc] Remove unused imports
Commit: 31f0cbbfdebd8197d63a69da764ab09c0387fd1a
https://github.com/xwiki/xwiki-platform/commit/31f0cbbfdebd8197d63a69da764a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacro.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/DefaultWikiMacroRenderer.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/test/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroTest.java
Log Message:
-----------
XWIKI-23057: A useless index is created for wiki macros which are neither async or cached
* cache the block id
* stop relying on block indexOf when async and cache are disabled for a given macro
Compare: https://github.com/xwiki/xwiki-platform/compare/708b52661a18...31f0cbbfdebd
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: 708b52661a18fd49d46f10ade0d6c5e34fccf379
https://github.com/xwiki/xwiki-platform/commit/708b52661a18fd49d46f10ade0d6…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/src/main/resources/XWiki/Realtime/Configuration.xml
Log Message:
-----------
XWIKI-22780: Redesign the action buttons toolbar for the realtime WYSIWYG editor
* Fix some accessibility / webstandards errors.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 7e845c7e19abf723e7996cb4f5479041ceb96eb5
https://github.com/xwiki-contrib/cristal/commit/7e845c7e19abf723e7996cb4f54…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/model/model-api/src/index.ts
A core/reactivue/package.json
A core/reactivue/src/index.tsx
A core/reactivue/tsconfig.json
A core/reactivue/tsdoc.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
A core/uniast/package.json
A core/uniast/src/ast.ts
A core/uniast/src/index.ts
A core/uniast/src/interface.ts
A core/uniast/src/markdown/parser.ts
A core/uniast/src/markdown/serializer.ts
A core/uniast/src/utils.ts
A core/uniast/tsconfig.json
A core/uniast/tsdoc.json
A core/uniast/vite.config.ts
A core/uniast/vitest.config.ts
A editors/blocknote-headless/langs/translation-en.json
A editors/blocknote-headless/package.json
A editors/blocknote-headless/src/blocknote/blocks/BlockQuote.tsx
A editors/blocknote-headless/src/blocknote/blocks/Headings.tsx
A editors/blocknote-headless/src/blocknote/index.ts
A editors/blocknote-headless/src/blocknote/parser.ts
A editors/blocknote-headless/src/blocknote/serializer.ts
A editors/blocknote-headless/src/blocknote/utils.ts
A editors/blocknote-headless/src/components/autoSaver.ts
A editors/blocknote-headless/src/components/currentUser.ts
A editors/blocknote-headless/src/components/linkEditionContext.ts
A editors/blocknote-headless/src/components/linkSuggest.ts
A editors/blocknote-headless/src/components/realtimeState.ts
A editors/blocknote-headless/src/images/noavatar.png
A editors/blocknote-headless/src/index.ts
A editors/blocknote-headless/src/png.d.ts
A editors/blocknote-headless/src/react/BlockNoteView.tsx
A editors/blocknote-headless/src/translations.ts
A editors/blocknote-headless/src/utils.ts
A editors/blocknote-headless/src/vue/blocks/ImageFilePanel.vue
A editors/blocknote-headless/src/vue/blocks/ImageSuggestion.vue
A editors/blocknote-headless/src/vue/blocks/ImageToolbar.vue
A editors/blocknote-headless/src/vue/blocks/LinkSuggestItem.vue
A editors/blocknote-headless/src/vue/blocks/LinkSuggestion.vue
A editors/blocknote-headless/src/vue/blocks/LinkToolbar.vue
A editors/blocknote-headless/src/vue/c-blocknote-view.vue
A editors/blocknote-headless/src/vue/c-realtime-users.vue
A editors/blocknote-headless/src/vue/c-save-status.vue
A editors/blocknote-headless/tsconfig.json
A editors/blocknote-headless/tsdoc.json
A editors/blocknote-headless/vite.config.ts
A editors/blocknote-headless/vitest.config.ts
A editors/blocknote/langs/translation-en.json
A editors/blocknote/package.json
A editors/blocknote/src/components/componentsInit.ts
A editors/blocknote/src/components/uixBlocknoteEditorProvider.ts
A editors/blocknote/src/index.ts
A editors/blocknote/src/translations.ts
A editors/blocknote/src/vue/c-edit-blocknote.vue
A editors/blocknote/tsconfig.json
A editors/blocknote/tsdoc.json
A editors/blocknote/vite.config.ts
A editors/blocknote/vitest.config.ts
M editors/tiptap/package.json
M editors/tiptap/src/vue/c-edit-tiptap.vue
M electron/configuration/configuration-electron/configuration-electron-main/src/defaultConfig.json
M electron/renderer/package.json
M electron/renderer/vite.config.js
M lib/package.json
M lib/src/default/defaultComponentsList.ts
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/src/vue/c-content.vue
M skin/src/vue/c-edit.vue
M web/package.json
M web/public/config.json
M web/tsconfig.json
M web/vite.config.ts
Log Message:
-----------
CRISTAL-471: Blocknote integration POC (#712)
* Add react-in-vue / vue-in-react library: Reactivue
* Add minimal rendering library: uniast
* Introduce minimal version of Cristal specific editior elements (e.g., internal links and attachments auto-suggest)
* Define a headless packaging for Blocknote, reusable in other Vue applications
---------
Co-authored-by: Manuel Leduc <manuel.leduc(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications