Branch: refs/heads/CRISTAL-645
Home: https://github.com/xwiki-contrib/cristal
Commit: 64474aacb2f50214e7062c4a550e3fe023f1ecc8
https://github.com/xwiki-contrib/cristal/commit/64474aacb2f50214e7062c4a550…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M Jenkinsfile
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/browser/vite.main.config.ts
M electron/browser/vite.preload.config.ts
M electron/renderer/tsconfig.json
M electron/settings/settings-preload/package.json
M electron/storage/vite.main.config.ts
M electron/storage/vite.preload.config.ts
M vite.config.ts
Log Message:
-----------
--wip-- [skip ci]
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 2090f39a1a613c3604ae1213244473193b10835b
https://github.com/xwiki/xwiki-platform/commit/2090f39a1a613c3604ae12132444…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/main/java/org/xwiki/logging/script/LoggingScriptService.java
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/test/java/org/xwiki/logging/script/LoggingScriptServiceTest.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* make sure to use the right parser when for translations coming from the translation framework
(cherry picked from commit 53ce83181a6e2ec2a97587190c1b6948c1bc6b6c)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.7.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 98835d814ce27b3e6442fc6f10a4403d629ca41e
https://github.com/xwiki/xwiki-platform/commit/98835d814ce27b3e6442fc6f10a4…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/main/java/org/xwiki/logging/script/LoggingScriptService.java
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/test/java/org/xwiki/logging/script/LoggingScriptServiceTest.java
Log Message:
-----------
Revert "XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages"
This reverts commit 1f8fe4c16f06d542ba43201eb173eb159e111761.
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: 62a15936b0c30cc49206e4379d08ee4c58df89e7
https://github.com/xwiki/xwiki-platform/commit/62a15936b0c30cc49206e4379d08…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-02 (Tue, 02 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/AbstractDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/DatabaseDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/DiffDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/IndexerJob.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/SolrDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/DatabaseDocumentIteratorTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/DiffDocumentIteratorTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/IndexerJobTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/SolrDocumentIteratorTest.java
Log Message:
-----------
XWIKI-15166: SOLR reindexation job cause serious perfomance issues on large database
* missing proper ordering in the diff iterator when there are holes
Commit: c8b2d5007db41c3c2da0a41ff8b160388e4af596
https://github.com/xwiki/xwiki-platform/commit/c8b2d5007db41c3c2da0a41ff8b1…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/AbstractDocumentIterator.java
Log Message:
-----------
XWIKI-15166: SOLR reindexation job cause serious perfomance issues on large database
* better variable name
Commit: 84842209f5514fcd574e230ebc8269a7b71a0bf5
https://github.com/xwiki/xwiki-platform/commit/84842209f5514fcd574e230ebc82…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/SolrDocumentIterator.java
Log Message:
-----------
XWIKI-15166: SOLR reindexation job cause serious perfomance issues on large database
* missing field in the solr query
Commit: a79395f86fe6058d43104ade2f2f9866e19d6061
https://github.com/xwiki/xwiki-platform/commit/a79395f86fe6058d43104ade2f2f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-docker/src/test/it/org/xwiki/search/test/ui/SolrIndexerIT.java
Log Message:
-----------
XWIKI-15166: SOLR reindexation job cause serious perfomance issues on large database
* update integration test
Commit: fb9c49d78d178366b2945462a0dbd43c0644411e
https://github.com/xwiki/xwiki-platform/commit/fb9c49d78d178366b2945462a0db…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/AbstractDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/DatabaseDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/DiffDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/IndexerJob.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/job/SolrDocumentIterator.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/DatabaseDocumentIteratorTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/DiffDocumentIteratorTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/IndexerJobTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/job/SolrDocumentIteratorTest.java
M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-test/xwiki-platform-search-test-docker/src/test/it/org/xwiki/search/test/ui/SolrIndexerIT.java
Log Message:
-----------
Merge pull request #4536 from xwiki/XWIKI-15166-2
XWIKI-15166: SOLR reindexation job cause serious perfomance issues on large database
Compare: https://github.com/xwiki/xwiki-platform/compare/9ae68b697db2...fb9c49d78d17
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-645
Home: https://github.com/xwiki-contrib/cristal
Commit: 5360e5ab21f8fe358707bcb3e801f9e0d1f624bc
https://github.com/xwiki-contrib/cristal/commit/5360e5ab21f8fe358707bcb3e80…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
M .gitignore
A add_api_extractor_script.sh
A api-extractor.ae-missing-release-tag.json
A api-extractor.json
A api/api-extractor.json
A api/etc/cristal-api.api.md
M api/package.json
M api/src/api/PageData.ts
M api/src/api/WikiConfig.ts
A authentication-server/api-extractor.json
M authentication-server/package.json
A core/alerts/alerts-api/api-extractor.json
M core/alerts/alerts-api/package.json
A core/alerts/alerts-default/api-extractor.json
M core/alerts/alerts-default/package.json
A core/alerts/alerts-ui/api-extractor.json
M core/alerts/alerts-ui/package.json
A core/attachments/attachments-api/api-extractor.json
M core/attachments/attachments-api/package.json
A core/attachments/attachments-default/api-extractor.json
M core/attachments/attachments-default/package.json
A core/attachments/attachments-ui/api-extractor.json
M core/attachments/attachments-ui/package.json
A core/authentication/authentication-api/api-extractor.json
M core/authentication/authentication-api/package.json
A core/authentication/authentication-default/api-extractor.json
M core/authentication/authentication-default/package.json
A core/authentication/authentication-github-state/api-extractor.json
M core/authentication/authentication-github-state/package.json
A core/authentication/authentication-github-ui/api-extractor.json
M core/authentication/authentication-github-ui/package.json
A core/authentication/authentication-github/api-extractor.json
M core/authentication/authentication-github/package.json
A core/authentication/authentication-nextcloud-state/api-extractor.json
M core/authentication/authentication-nextcloud-state/package.json
A core/authentication/authentication-nextcloud-ui/api-extractor.json
M core/authentication/authentication-nextcloud-ui/package.json
A core/authentication/authentication-nextcloud/api-extractor.json
M core/authentication/authentication-nextcloud/package.json
A core/authentication/authentication-ui/api-extractor.json
M core/authentication/authentication-ui/package.json
A core/authentication/authentication-xwiki/api-extractor.json
M core/authentication/authentication-xwiki/package.json
A core/backends/backend-api/api-extractor.json
M core/backends/backend-api/package.json
A core/backends/backend-dexie/api-extractor.json
M core/backends/backend-dexie/package.json
A core/backends/backend-github/api-extractor.json
M core/backends/backend-github/package.json
A core/backends/backend-nextcloud/api-extractor.json
M core/backends/backend-nextcloud/package.json
A core/backends/backend-xwiki/api-extractor.json
M core/backends/backend-xwiki/package.json
A core/browser/browser-api/api-extractor.json
M core/browser/browser-api/package.json
A core/browser/browser-default/api-extractor.json
M core/browser/browser-default/package.json
A core/collaboration/collaboration-api/api-extractor.json
M core/collaboration/collaboration-api/package.json
A core/collaboration/collaboration-hocuspocus/api-extractor.json
M core/collaboration/collaboration-hocuspocus/package.json
A core/collaboration/collaboration-xwiki/api-extractor.json
M core/collaboration/collaboration-xwiki/package.json
A core/configuration/configuration-api/api-extractor.json
M core/configuration/configuration-api/package.json
A core/configuration/configuration-web/api-extractor.json
M core/configuration/configuration-web/package.json
A core/date/date-api/api-extractor.json
M core/date/date-api/package.json
A core/date/date-ui/api-extractor.json
M core/date/date-ui/package.json
A core/document/document-api/api-extractor.json
M core/document/document-api/package.json
A core/document/document-default/api-extractor.json
M core/document/document-default/package.json
A core/extra-tabs/extra-tabs-api/api-extractor.json
M core/extra-tabs/extra-tabs-api/package.json
A core/extra-tabs/extra-tabs-default/api-extractor.json
M core/extra-tabs/extra-tabs-default/package.json
A core/extra-tabs/extra-tabs-ui/api-extractor.json
M core/extra-tabs/extra-tabs-ui/package.json
A core/file-preview/file-preview-ui/api-extractor.json
M core/file-preview/file-preview-ui/package.json
A core/fn-utils/api-extractor.json
M core/fn-utils/package.json
A core/hierarchy/hierarchy-api/api-extractor.json
M core/hierarchy/hierarchy-api/package.json
A core/hierarchy/hierarchy-default/api-extractor.json
M core/hierarchy/hierarchy-default/package.json
A core/hierarchy/hierarchy-filesystem/api-extractor.json
M core/hierarchy/hierarchy-filesystem/package.json
A core/hierarchy/hierarchy-github/api-extractor.json
M core/hierarchy/hierarchy-github/package.json
A core/hierarchy/hierarchy-nextcloud/api-extractor.json
M core/hierarchy/hierarchy-nextcloud/package.json
A core/hierarchy/hierarchy-xwiki/api-extractor.json
M core/hierarchy/hierarchy-xwiki/package.json
A core/history/history-api/api-extractor.json
M core/history/history-api/package.json
A core/history/history-default/api-extractor.json
M core/history/history-default/package.json
A core/history/history-github/api-extractor.json
M core/history/history-github/package.json
A core/history/history-ui/api-extractor.json
M core/history/history-ui/package.json
A core/history/history-xwiki/api-extractor.json
M core/history/history-xwiki/package.json
A core/icons/api-extractor.json
M core/icons/package.json
A core/info-actions/info-actions-api/api-extractor.json
M core/info-actions/info-actions-api/package.json
A core/info-actions/info-actions-default/api-extractor.json
M core/info-actions/info-actions-default/package.json
A core/info-actions/info-actions-ui/api-extractor.json
M core/info-actions/info-actions-ui/package.json
A core/link-suggest/link-suggest-api/api-extractor.json
M core/link-suggest/link-suggest-api/package.json
A core/link-suggest/link-suggest-nextcloud/api-extractor.json
M core/link-suggest/link-suggest-nextcloud/package.json
A core/link-suggest/link-suggest-xwiki/api-extractor.json
M core/link-suggest/link-suggest-xwiki/package.json
A core/markdown/markdown-api/api-extractor.json
M core/markdown/markdown-api/package.json
A core/markdown/markdown-default/api-extractor.json
M core/markdown/markdown-default/package.json
A core/model/model-api/api-extractor.json
M core/model/model-api/package.json
A core/model/model-click-listener/api-extractor.json
M core/model/model-click-listener/package.json
A core/model/model-local-url/api-extractor.json
M core/model/model-local-url/package.json
A core/model/model-reference/model-reference-api/api-extractor.json
M core/model/model-reference/model-reference-api/package.json
A core/model/model-reference/model-reference-filesystem/api-extractor.json
M core/model/model-reference/model-reference-filesystem/package.json
A core/model/model-reference/model-reference-github/api-extractor.json
M core/model/model-reference/model-reference-github/package.json
A core/model/model-reference/model-reference-nextcloud/api-extractor.json
M core/model/model-reference/model-reference-nextcloud/package.json
A core/model/model-reference/model-reference-xwiki/api-extractor.json
M core/model/model-reference/model-reference-xwiki/package.json
A core/model/model-remote-url/model-remote-url-api/api-extractor.json
M core/model/model-remote-url/model-remote-url-api/package.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/api-extractor.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/api-extractor.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
A core/model/model-remote-url/model-remote-url-github/api-extractor.json
M core/model/model-remote-url/model-remote-url-github/package.json
A core/model/model-remote-url/model-remote-url-nextcloud/api-extractor.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
A core/model/model-remote-url/model-remote-url-xwiki/api-extractor.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
A core/navigation-tree/navigation-tree-api/api-extractor.json
M core/navigation-tree/navigation-tree-api/package.json
A core/navigation-tree/navigation-tree-default/api-extractor.json
M core/navigation-tree/navigation-tree-default/package.json
A core/navigation-tree/navigation-tree-filesystem/api-extractor.json
M core/navigation-tree/navigation-tree-filesystem/package.json
A core/navigation-tree/navigation-tree-github/api-extractor.json
M core/navigation-tree/navigation-tree-github/package.json
A core/navigation-tree/navigation-tree-nextcloud/api-extractor.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
A core/navigation-tree/navigation-tree-xwiki/api-extractor.json
M core/navigation-tree/navigation-tree-xwiki/package.json
A core/page-actions/page-actions-api/api-extractor.json
M core/page-actions/page-actions-api/package.json
A core/page-actions/page-actions-default/api-extractor.json
M core/page-actions/page-actions-default/package.json
A core/page-actions/page-actions-ui/api-extractor.json
M core/page-actions/page-actions-ui/package.json
A core/page/page-api/api-extractor.json
M core/page/page-api/package.json
A core/page/page-default/api-extractor.json
M core/page/page-default/package.json
A core/rename/rename-api/api-extractor.json
M core/rename/rename-api/package.json
A core/rename/rename-default/api-extractor.json
M core/rename/rename-default/package.json
A core/rename/rename-filesystem/api-extractor.json
M core/rename/rename-filesystem/package.json
A core/settings/settings-api/api-extractor.json
M core/settings/settings-api/package.json
A core/settings/settings-browser/api-extractor.json
M core/settings/settings-browser/package.json
A core/settings/settings-configurations-ui/api-extractor.json
M core/settings/settings-configurations-ui/package.json
A core/settings/settings-configurations/api-extractor.json
M core/settings/settings-configurations/package.json
A core/settings/settings-default/api-extractor.json
M core/settings/settings-default/package.json
A core/tiptap-extensions/tiptap-extension-image/api-extractor.json
M core/tiptap-extensions/tiptap-extension-image/package.json
A core/tiptap-extensions/tiptap-link-suggest-ui/api-extractor.json
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
A core/uiextension/uiextension-api/api-extractor.json
M core/uiextension/uiextension-api/package.json
A core/uiextension/uiextension-default/api-extractor.json
M core/uiextension/uiextension-default/package.json
A core/uiextension/uiextension-ui/api-extractor.json
M core/uiextension/uiextension-ui/package.json
A core/uniast/uniast-api/api-extractor.json
M core/uniast/uniast-api/package.json
A core/uniast/uniast-html/api-extractor.json
M core/uniast/uniast-html/package.json
A core/uniast/uniast-markdown/api-extractor.json
M core/uniast/uniast-markdown/package.json
A core/uniast/uniast-utils/api-extractor.json
M core/uniast/uniast-utils/package.json
A core/user/user-ui/api-extractor.json
M core/user/user-ui/package.json
A core/wiki-config/wiki-config-api/api-extractor.json
M core/wiki-config/wiki-config-api/package.json
A core/wiki-config/wiki-config-default/api-extractor.json
M core/wiki-config/wiki-config-default/package.json
A core/xwiki/xwiki-utils/api-extractor.json
M core/xwiki/xwiki-utils/package.json
A dev/config/api-extractor.json
M dev/config/package.json
M dev/test-utils/package.json
A ds/api/api-extractor.json
M ds/api/package.json
A ds/dsfr/api-extractor.json
M ds/dsfr/package.json
A ds/shoelace/api-extractor.json
M ds/shoelace/package.json
A ds/vuetify/api-extractor.json
M ds/vuetify/package.json
A editors/blocknote-headless/api-extractor.json
M editors/blocknote-headless/package.json
A editors/blocknote-react/api-extractor.json
M editors/blocknote-react/package.json
A editors/blocknote/api-extractor.json
M editors/blocknote/package.json
A editors/tiptap/api-extractor.json
M editors/tiptap/package.json
A electron/api-extractor.json
A electron/authentication/authentication-github/authentication-github-main/api-extractor.json
M electron/authentication/authentication-github/authentication-github-main/package.json
A electron/authentication/authentication-github/authentication-github-preload/api-extractor.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
A electron/authentication/authentication-github/authentication-github-renderer/api-extractor.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/api-extractor.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/api-extractor.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/api-extractor.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/api-extractor.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/api-extractor.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/api-extractor.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
A electron/browser/api-extractor.json
M electron/browser/package.json
A electron/link-suggest/link-suggest-filesystem/api-extractor.json
M electron/link-suggest/link-suggest-filesystem/package.json
A electron/main/api-extractor.json
M electron/main/package.json
M electron/package.json
A electron/preload/api-extractor.json
M electron/preload/package.json
A electron/renderer/api-extractor.json
M electron/renderer/package.json
A electron/settings/settings-main/api-extractor.json
M electron/settings/settings-main/package.json
A electron/settings/settings-preload/api-extractor.json
M electron/settings/settings-preload/package.json
A electron/settings/settings-renderer/api-extractor.json
M electron/settings/settings-renderer/package.json
A electron/state/api-extractor.json
M electron/state/package.json
A electron/storage/api-extractor.json
M electron/storage/package.json
A extension-manager/api-extractor.json
M extension-manager/package.json
A extensions/menubuttons/api-extractor.json
M extensions/menubuttons/package.json
A lib/api-extractor.json
M lib/package.json
M package.json
M pnpm-lock.yaml
A realtime/api-extractor.json
M realtime/package.json
A sharedworker/api/api-extractor.json
M sharedworker/api/package.json
A sharedworker/impl/api-extractor.json
M sharedworker/impl/package.json
A skin/api-extractor.json
M skin/package.json
A sources/xwiki/mock-server/api-extractor.json
M sources/xwiki/mock-server/package.json
M tsdoc.json
A update_api_extractor_extends.sh
A utils/inversify/api-extractor.json
M utils/inversify/package.json
A web/api-extractor.json
M web/package.json
A xwiki/remoteinlineeditor/api-extractor.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
--wip-- [skip ci]
Commit: 1b1a8795fa2d2ae4b62f6429e08a82f8ec9d2680
https://github.com/xwiki-contrib/cristal/commit/1b1a8795fa2d2ae4b62f6429e08…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
M core/alerts/alerts-api/api-extractor.json
A core/alerts/alerts-api/etc/cristal-alerts-api.api.md
M core/alerts/alerts-default/api-extractor.json
A core/alerts/alerts-default/etc/cristal-alerts-default.api.md
M core/alerts/alerts-ui/api-extractor.json
A core/alerts/alerts-ui/etc/cristal-alerts-ui.api.md
M core/attachments/attachments-api/api-extractor.json
A core/attachments/attachments-api/etc/cristal-attachments-api.api.md
M core/attachments/attachments-default/api-extractor.json
A core/attachments/attachments-default/etc/cristal-attachments-default.api.md
M core/attachments/attachments-ui/api-extractor.json
A core/attachments/attachments-ui/etc/cristal-attachments-ui.api.md
A core/authentication/authentication-api/etc/cristal-authentication-api.api.md
M core/authentication/authentication-default/api-extractor.json
A core/authentication/authentication-default/etc/cristal-authentication-default.api.md
M core/authentication/authentication-github-state/api-extractor.json
A core/authentication/authentication-github-state/etc/cristal-authentication-github-state.api.md
M core/authentication/authentication-github-ui/api-extractor.json
A core/authentication/authentication-github-ui/etc/cristal-authentication-github-ui.api.md
M core/authentication/authentication-github/api-extractor.json
A core/authentication/authentication-github/etc/cristal-authentication-github.api.md
M core/authentication/authentication-nextcloud-state/api-extractor.json
A core/authentication/authentication-nextcloud-state/etc/cristal-authentication-nextcloud-state.api.md
M core/authentication/authentication-nextcloud-ui/api-extractor.json
A core/authentication/authentication-nextcloud-ui/etc/cristal-authentication-nextcloud-ui.api.md
M core/authentication/authentication-nextcloud/api-extractor.json
A core/authentication/authentication-nextcloud/etc/cristal-authentication-nextcloud.api.md
M core/authentication/authentication-ui/api-extractor.json
A core/authentication/authentication-ui/etc/cristal-authentication-ui.api.md
M core/authentication/authentication-xwiki/api-extractor.json
A core/authentication/authentication-xwiki/etc/cristal-authentication-xwiki.api.md
M core/backends/backend-api/api-extractor.json
A core/backends/backend-api/etc/cristal-backend-api.api.md
M core/backends/backend-dexie/api-extractor.json
A core/backends/backend-dexie/etc/cristal-backend-dexie.api.md
M core/backends/backend-github/api-extractor.json
A core/backends/backend-github/etc/cristal-backend-github.api.md
M core/backends/backend-nextcloud/api-extractor.json
A core/backends/backend-nextcloud/etc/cristal-backend-nextcloud.api.md
M core/backends/backend-xwiki/api-extractor.json
A core/backends/backend-xwiki/etc/cristal-backend-xwiki.api.md
M core/browser/browser-api/api-extractor.json
A core/browser/browser-api/etc/cristal-browser-api.api.md
M core/browser/browser-default/api-extractor.json
A core/browser/browser-default/etc/cristal-browser-default.api.md
M core/collaboration/collaboration-api/api-extractor.json
A core/collaboration/collaboration-api/etc/cristal-collaboration-api.api.md
M core/collaboration/collaboration-hocuspocus/api-extractor.json
A core/collaboration/collaboration-hocuspocus/etc/cristal-collaboration-hocuspocus.api.md
M core/collaboration/collaboration-xwiki/api-extractor.json
A core/collaboration/collaboration-xwiki/etc/cristal-collaboration-xwiki.api.md
M core/configuration/configuration-api/api-extractor.json
A core/configuration/configuration-api/etc/cristal-configuration-api.api.md
M core/configuration/configuration-web/api-extractor.json
A core/configuration/configuration-web/etc/cristal-configuration-web.api.md
M core/date/date-api/api-extractor.json
A core/date/date-api/etc/cristal-date-api.api.md
M core/date/date-ui/api-extractor.json
A core/date/date-ui/etc/cristal-date-ui.api.md
M core/document/document-api/api-extractor.json
A core/document/document-api/etc/cristal-document-api.api.md
M core/document/document-default/api-extractor.json
A core/document/document-default/etc/cristal-document-default.api.md
M core/extra-tabs/extra-tabs-api/api-extractor.json
A core/extra-tabs/extra-tabs-api/etc/cristal-extra-tabs-api.api.md
M core/extra-tabs/extra-tabs-default/api-extractor.json
A core/extra-tabs/extra-tabs-default/etc/cristal-extra-tabs-default.api.md
M core/extra-tabs/extra-tabs-ui/api-extractor.json
A core/extra-tabs/extra-tabs-ui/etc/cristal-extra-tabs-ui.api.md
M core/file-preview/file-preview-ui/api-extractor.json
A core/file-preview/file-preview-ui/etc/cristal-file-preview-ui.api.md
M core/fn-utils/api-extractor.json
A core/fn-utils/etc/cristal-fn-utils.api.md
M core/hierarchy/hierarchy-api/api-extractor.json
A core/hierarchy/hierarchy-api/etc/cristal-hierarchy-api.api.md
M core/hierarchy/hierarchy-default/api-extractor.json
A core/hierarchy/hierarchy-default/etc/cristal-hierarchy-default.api.md
M core/hierarchy/hierarchy-filesystem/api-extractor.json
A core/hierarchy/hierarchy-filesystem/etc/cristal-hierarchy-filesystem.api.md
M core/hierarchy/hierarchy-github/api-extractor.json
A core/hierarchy/hierarchy-github/etc/cristal-hierarchy-github.api.md
M core/hierarchy/hierarchy-nextcloud/api-extractor.json
A core/hierarchy/hierarchy-nextcloud/etc/cristal-hierarchy-nextcloud.api.md
M core/hierarchy/hierarchy-xwiki/api-extractor.json
A core/hierarchy/hierarchy-xwiki/etc/cristal-hierarchy-xwiki.api.md
M core/history/history-api/api-extractor.json
A core/history/history-api/etc/cristal-history-api.api.md
M core/history/history-default/api-extractor.json
A core/history/history-default/etc/cristal-history-default.api.md
M core/history/history-github/api-extractor.json
A core/history/history-github/etc/cristal-history-github.api.md
M core/history/history-ui/api-extractor.json
A core/history/history-ui/etc/cristal-history-ui.api.md
M core/history/history-xwiki/api-extractor.json
A core/history/history-xwiki/etc/cristal-history-xwiki.api.md
M core/icons/api-extractor.json
A core/icons/etc/cristal-icons.api.md
M core/info-actions/info-actions-api/api-extractor.json
A core/info-actions/info-actions-api/etc/cristal-info-actions-api.api.md
M core/info-actions/info-actions-default/api-extractor.json
A core/info-actions/info-actions-default/etc/cristal-info-actions-default.api.md
M core/info-actions/info-actions-ui/api-extractor.json
A core/info-actions/info-actions-ui/etc/cristal-info-actions-ui.api.md
M core/link-suggest/link-suggest-api/api-extractor.json
A core/link-suggest/link-suggest-api/etc/cristal-link-suggest-api.api.md
M core/link-suggest/link-suggest-nextcloud/api-extractor.json
A core/link-suggest/link-suggest-nextcloud/etc/cristal-link-suggest-nextcloud.api.md
M core/link-suggest/link-suggest-xwiki/api-extractor.json
A core/link-suggest/link-suggest-xwiki/etc/cristal-link-suggest-xwiki.api.md
M core/markdown/markdown-api/api-extractor.json
A core/markdown/markdown-api/etc/cristal-markdown-api.api.md
M core/markdown/markdown-default/api-extractor.json
A core/markdown/markdown-default/etc/cristal-markdown-default.api.md
M core/model/model-api/api-extractor.json
A core/model/model-api/etc/cristal-model-api.api.md
M core/model/model-click-listener/api-extractor.json
A core/model/model-click-listener/etc/cristal-model-click-listener.api.md
M core/model/model-local-url/api-extractor.json
A core/model/model-local-url/etc/cristal-model-local-url.api.md
M core/model/model-reference/model-reference-api/api-extractor.json
A core/model/model-reference/model-reference-api/etc/cristal-model-reference-api.api.md
M core/model/model-reference/model-reference-filesystem/api-extractor.json
A core/model/model-reference/model-reference-filesystem/etc/cristal-model-reference-filesystem.api.md
M core/model/model-reference/model-reference-github/api-extractor.json
A core/model/model-reference/model-reference-github/etc/cristal-model-reference-github.api.md
M core/model/model-reference/model-reference-nextcloud/api-extractor.json
A core/model/model-reference/model-reference-nextcloud/etc/cristal-model-reference-nextcloud.api.md
M core/model/model-reference/model-reference-xwiki/api-extractor.json
A core/model/model-reference/model-reference-xwiki/etc/cristal-model-reference-xwiki.api.md
M core/model/model-remote-url/model-remote-url-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-api/etc/cristal-model-remote-url-api.api.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/etc/cristal-model-remote-url-filesystem-api.api.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/etc/cristal-model-remote-url-filesystem-default.api.md
M core/model/model-remote-url/model-remote-url-github/api-extractor.json
A core/model/model-remote-url/model-remote-url-github/etc/cristal-model-remote-url-github.api.md
M core/model/model-remote-url/model-remote-url-nextcloud/api-extractor.json
A core/model/model-remote-url/model-remote-url-nextcloud/etc/cristal-model-remote-url-nextcloud.api.md
M core/model/model-remote-url/model-remote-url-xwiki/api-extractor.json
A core/model/model-remote-url/model-remote-url-xwiki/etc/cristal-model-remote-url-xwiki.api.md
M core/navigation-tree/navigation-tree-api/api-extractor.json
A core/navigation-tree/navigation-tree-api/etc/cristal-navigation-tree-api.api.md
M core/navigation-tree/navigation-tree-default/api-extractor.json
A core/navigation-tree/navigation-tree-default/etc/cristal-navigation-tree-default.api.md
M core/navigation-tree/navigation-tree-filesystem/api-extractor.json
A core/navigation-tree/navigation-tree-filesystem/etc/cristal-navigation-tree-filesystem.api.md
M core/navigation-tree/navigation-tree-github/api-extractor.json
A core/navigation-tree/navigation-tree-github/etc/cristal-navigation-tree-github.api.md
M core/navigation-tree/navigation-tree-nextcloud/api-extractor.json
A core/navigation-tree/navigation-tree-nextcloud/etc/cristal-navigation-tree-nextcloud.api.md
M core/navigation-tree/navigation-tree-xwiki/api-extractor.json
A core/navigation-tree/navigation-tree-xwiki/etc/cristal-navigation-tree-xwiki.api.md
M core/page-actions/page-actions-api/api-extractor.json
A core/page-actions/page-actions-api/etc/cristal-page-actions-api.api.md
M core/page-actions/page-actions-default/api-extractor.json
A core/page-actions/page-actions-default/etc/cristal-page-actions-default.api.md
M core/page-actions/page-actions-ui/api-extractor.json
A core/page-actions/page-actions-ui/etc/cristal-page-actions-ui.api.md
M core/page/page-api/api-extractor.json
A core/page/page-api/etc/cristal-page-api.api.md
M core/page/page-default/api-extractor.json
A core/page/page-default/etc/cristal-page-default.api.md
M core/rename/rename-api/api-extractor.json
A core/rename/rename-api/etc/cristal-rename-api.api.md
M core/rename/rename-default/api-extractor.json
A core/rename/rename-default/etc/cristal-rename-default.api.md
M core/rename/rename-filesystem/api-extractor.json
A core/rename/rename-filesystem/etc/cristal-rename-filesystem.api.md
M core/settings/settings-api/api-extractor.json
A core/settings/settings-api/etc/cristal-settings-api.api.md
M core/settings/settings-browser/api-extractor.json
A core/settings/settings-browser/etc/cristal-settings-browser.api.md
M core/settings/settings-configurations-ui/api-extractor.json
A core/settings/settings-configurations-ui/etc/cristal-settings-configurations-ui.api.md
M core/settings/settings-configurations/api-extractor.json
A core/settings/settings-configurations/etc/cristal-settings-configurations.api.md
M core/settings/settings-default/api-extractor.json
A core/settings/settings-default/etc/cristal-settings-default.api.md
M core/tiptap-extensions/tiptap-extension-image/api-extractor.json
A core/tiptap-extensions/tiptap-extension-image/etc/cristal-tiptap-extension-image.api.md
M core/tiptap-extensions/tiptap-link-suggest-ui/api-extractor.json
A core/tiptap-extensions/tiptap-link-suggest-ui/etc/cristal-tiptap-link-suggest-ui.api.md
M core/uiextension/uiextension-api/api-extractor.json
A core/uiextension/uiextension-api/etc/cristal-uiextension-api.api.md
M core/uiextension/uiextension-default/api-extractor.json
A core/uiextension/uiextension-default/etc/cristal-uiextension-default.api.md
M core/uiextension/uiextension-ui/api-extractor.json
A core/uiextension/uiextension-ui/etc/cristal-uiextension-ui.api.md
M core/uniast/uniast-api/api-extractor.json
A core/uniast/uniast-api/etc/cristal-uniast-api.api.md
M core/uniast/uniast-html/api-extractor.json
A core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-markdown/api-extractor.json
A core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
M core/uniast/uniast-utils/api-extractor.json
A core/uniast/uniast-utils/etc/cristal-uniast-utils.api.md
M core/user/user-ui/api-extractor.json
A core/user/user-ui/etc/cristal-user-ui.api.md
M core/wiki-config/wiki-config-api/api-extractor.json
A core/wiki-config/wiki-config-api/etc/cristal-wiki-config-api.api.md
M core/wiki-config/wiki-config-default/api-extractor.json
A core/wiki-config/wiki-config-default/etc/cristal-wiki-config-default.api.md
M core/xwiki/xwiki-utils/api-extractor.json
A core/xwiki/xwiki-utils/etc/cristal-xwiki-utils.api.md
M dev/config/api-extractor.json
A dev/config/etc/cristal-dev-config.api.md
M ds/api/api-extractor.json
A ds/api/etc/cristal-dsapi.api.md
M ds/dsfr/api-extractor.json
A ds/dsfr/etc/cristal-dsfr.api.md
M ds/shoelace/api-extractor.json
A ds/shoelace/etc/cristal-dsshoelace.api.md
M ds/vuetify/api-extractor.json
A ds/vuetify/etc/cristal-dsvuetify.api.md
M editors/blocknote-headless/api-extractor.json
A editors/blocknote-headless/etc/cristal-editors-blocknote-headless.api.md
M editors/blocknote-react/api-extractor.json
A editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
A editors/blocknote-react/src/tsdoc-metadata.json
M editors/blocknote/api-extractor.json
A editors/blocknote/etc/cristal-editors-blocknote.api.md
M editors/tiptap/api-extractor.json
A editors/tiptap/etc/cristal-editors-tiptap.api.md
M electron/authentication/authentication-github/authentication-github-main/api-extractor.json
A electron/authentication/authentication-github/authentication-github-main/etc/cristal-electron-authentication-github-main.api.md
M electron/authentication/authentication-github/authentication-github-preload/api-extractor.json
A electron/authentication/authentication-github/authentication-github-preload/etc/cristal-electron-authentication-github-preload.api.md
M electron/authentication/authentication-github/authentication-github-renderer/api-extractor.json
A electron/authentication/authentication-github/authentication-github-renderer/etc/cristal-electron-authentication-github-renderer.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/etc/cristal-electron-authentication-nextcloud-main.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/etc/cristal-electron-authentication-nextcloud-preload.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/etc/cristal-electron-authentication-nextcloud-renderer.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/etc/cristal-electron-authentication-xwiki-main.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/etc/cristal-electron-authentication-xwiki-preload.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/etc/cristal-electron-authentication-xwiki-renderer.api.md
M electron/browser/api-extractor.json
M electron/link-suggest/link-suggest-filesystem/api-extractor.json
A electron/link-suggest/link-suggest-filesystem/etc/cristal-link-suggest-filesystem.api.md
M electron/main/api-extractor.json
M electron/preload/api-extractor.json
M electron/renderer/api-extractor.json
M electron/settings/settings-main/api-extractor.json
A electron/settings/settings-main/etc/cristal-electron-settings-main.api.md
M electron/settings/settings-preload/api-extractor.json
A electron/settings/settings-preload/etc/cristal-electron-settings-preload.api.md
M electron/settings/settings-renderer/api-extractor.json
A electron/settings/settings-renderer/etc/cristal-electron-settings-renderer.api.md
M electron/state/api-extractor.json
A electron/state/etc/cristal-electron-state.api.md
M electron/storage/api-extractor.json
A extension-manager/etc/cristal-extension-manager.api.md
M extensions/menubuttons/api-extractor.json
A extensions/menubuttons/etc/cristal-extension-menubuttons.api.md
A lib/etc/cristal-lib.api.md
A move_exports_to_root.sh
M sharedworker/api/api-extractor.json
A sharedworker/api/etc/cristal-sharedworker-api.api.md
M sharedworker/impl/api-extractor.json
A sharedworker/impl/etc/cristal-sharedworker-impl.api.md
A skin/etc/cristal-skin.api.md
M sources/xwiki/mock-server/api-extractor.json
M utils/inversify/api-extractor.json
A utils/inversify/etc/cristal-utils-inversify.api.md
M xwiki/remoteinlineeditor/api-extractor.json
A xwiki/remoteinlineeditor/etc/cristal-xwiki-remoteinlineeditor.api.md
Log Message:
-----------
--wip-- [skip ci]
Commit: a7229a6e9094a74c44bd853e93e35c2889378c30
https://github.com/xwiki-contrib/cristal/commit/a7229a6e9094a74c44bd853e93e…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
R add_api_extractor_script.sh
M api/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/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/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/fn-utils/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/page/page-api/package.json
M core/page/page-default/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/settings/settings-api/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/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/uniast-api/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-utils/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-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-react/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/link-suggest/link-suggest-filesystem/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-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
R move_exports_to_root.sh
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
R update_api_extractor_extends.sh
M utils/inversify/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
--wip-- [skip ci]
Commit: f56de28ac51ac4f38286370a496d7c20c2f67c29
https://github.com/xwiki-contrib/cristal/commit/f56de28ac51ac4f38286370a496…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
R api/etc/cristal-api.api.md
M api/src/api/WikiConfig.ts
R authentication-server/api-extractor.json
M authentication-server/package.json
M dev/test-utils/package.json
R electron/api-extractor.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
R electron/browser/api-extractor.json
M electron/browser/package.json
M electron/browser/vite.main.config.ts
M electron/browser/vite.preload.config.ts
R electron/main/api-extractor.json
M electron/main/package.json
M electron/main/vite.config.mjs
M electron/package.json
R electron/preload/api-extractor.json
M electron/preload/package.json
R electron/renderer/api-extractor.json
M electron/renderer/package.json
M electron/settings/settings-preload/package.json
R electron/storage/api-extractor.json
M electron/storage/package.json
M electron/storage/vite.main.config.ts
M electron/storage/vite.preload.config.ts
M nx.json
M package.json
R realtime/api-extractor.json
M realtime/package.json
M sources/xwiki/mock-server/package.json
R web/api-extractor.json
M web/package.json
Log Message:
-----------
--wip-- [skip ci]
Commit: 7ca7b1994cd448ab5c09d15ce847144e8bfd9d7e
https://github.com/xwiki-contrib/cristal/commit/7ca7b1994cd448ab5c09d15ce84…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
A api/etc/cristal-api.api.md
M api/src/api/PageData.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: 7a2218d8aa5e243fddfd2c3fc43376b767c0ed56
https://github.com/xwiki-contrib/cristal/commit/7a2218d8aa5e243fddfd2c3fc43…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-01 (Mon, 01 Sep 2025)
Changed paths:
M api/etc/cristal-api.api.md
M api/src/api/storage.ts
M api/src/components/defaultWikiConfig.ts
M api/src/index.ts
M core/model/model-api/etc/cristal-model-api.api.md
M core/model/model-api/src/index.ts
M editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
M editors/blocknote-react/src/index.tsx
Log Message:
-----------
--wip-- [skip ci]
Commit: 475cf9e3430f86a1373bef8cd4563449ce610c71
https://github.com/xwiki-contrib/cristal/commit/475cf9e3430f86a1373bef8cd45…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M .github/workflows/build_electron.yml
M api/package.json
M authentication-server/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-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/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/fn-utils/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-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-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/page/page-default/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/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-utils/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/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-react/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/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/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-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 package.json
M pnpm-lock.yaml
M realtime/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into CRISTAL-645
Commit: cc9b29a33faf4f6f33629f6ad7364b66fb3bbcee
https://github.com/xwiki-contrib/cristal/commit/cc9b29a33faf4f6f33629f6ad73…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M api/src/api/storage.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: a8e2c116544c453b0155d56cfa5fb15dac4e0c60
https://github.com/xwiki-contrib/cristal/commit/a8e2c116544c453b0155d56cfa5…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
R api-extractor.ae-missing-release-tag.json
M api/api-extractor.json
M api/etc/cristal-api.api.md
M core/alerts/alerts-api/api-extractor.json
M core/alerts/alerts-default/api-extractor.json
M core/alerts/alerts-ui/api-extractor.json
M core/attachments/attachments-api/api-extractor.json
M core/attachments/attachments-default/api-extractor.json
M core/attachments/attachments-ui/api-extractor.json
M core/authentication/authentication-api/api-extractor.json
M core/authentication/authentication-default/api-extractor.json
M core/authentication/authentication-github-state/api-extractor.json
M core/authentication/authentication-github-ui/api-extractor.json
M core/authentication/authentication-github/api-extractor.json
M core/authentication/authentication-nextcloud-state/api-extractor.json
M core/authentication/authentication-nextcloud-ui/api-extractor.json
M core/authentication/authentication-nextcloud/api-extractor.json
M core/authentication/authentication-ui/api-extractor.json
M core/authentication/authentication-xwiki/api-extractor.json
M core/backends/backend-api/api-extractor.json
M core/backends/backend-dexie/api-extractor.json
M core/backends/backend-github/api-extractor.json
M core/backends/backend-nextcloud/api-extractor.json
M core/backends/backend-xwiki/api-extractor.json
M core/browser/browser-api/api-extractor.json
M core/browser/browser-default/api-extractor.json
M core/collaboration/collaboration-api/api-extractor.json
M core/collaboration/collaboration-hocuspocus/api-extractor.json
M core/collaboration/collaboration-xwiki/api-extractor.json
M core/configuration/configuration-api/api-extractor.json
M core/configuration/configuration-web/api-extractor.json
M core/date/date-api/api-extractor.json
M core/date/date-ui/api-extractor.json
M core/document/document-api/api-extractor.json
M core/document/document-default/api-extractor.json
M core/extra-tabs/extra-tabs-api/api-extractor.json
M core/extra-tabs/extra-tabs-default/api-extractor.json
M core/extra-tabs/extra-tabs-ui/api-extractor.json
M core/file-preview/file-preview-ui/api-extractor.json
M core/fn-utils/api-extractor.json
M core/hierarchy/hierarchy-api/api-extractor.json
M core/hierarchy/hierarchy-default/api-extractor.json
M core/hierarchy/hierarchy-filesystem/api-extractor.json
M core/hierarchy/hierarchy-github/api-extractor.json
M core/hierarchy/hierarchy-nextcloud/api-extractor.json
M core/hierarchy/hierarchy-xwiki/api-extractor.json
M core/history/history-api/api-extractor.json
M core/history/history-default/api-extractor.json
M core/history/history-github/api-extractor.json
M core/history/history-ui/api-extractor.json
M core/history/history-xwiki/api-extractor.json
M core/icons/api-extractor.json
M core/info-actions/info-actions-api/api-extractor.json
M core/info-actions/info-actions-default/api-extractor.json
M core/info-actions/info-actions-ui/api-extractor.json
M core/link-suggest/link-suggest-api/api-extractor.json
M core/link-suggest/link-suggest-nextcloud/api-extractor.json
M core/link-suggest/link-suggest-xwiki/api-extractor.json
M core/markdown/markdown-api/api-extractor.json
M core/markdown/markdown-default/api-extractor.json
M core/model/model-api/api-extractor.json
M core/model/model-click-listener/api-extractor.json
M core/model/model-local-url/api-extractor.json
M core/model/model-reference/model-reference-api/api-extractor.json
M core/model/model-reference/model-reference-filesystem/api-extractor.json
M core/model/model-reference/model-reference-github/api-extractor.json
M core/model/model-reference/model-reference-nextcloud/api-extractor.json
M core/model/model-reference/model-reference-xwiki/api-extractor.json
M core/model/model-remote-url/model-remote-url-api/api-extractor.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/api-extractor.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/api-extractor.json
M core/model/model-remote-url/model-remote-url-github/api-extractor.json
M core/model/model-remote-url/model-remote-url-nextcloud/api-extractor.json
M core/model/model-remote-url/model-remote-url-xwiki/api-extractor.json
M core/navigation-tree/navigation-tree-api/api-extractor.json
M core/navigation-tree/navigation-tree-default/api-extractor.json
M core/navigation-tree/navigation-tree-filesystem/api-extractor.json
M core/navigation-tree/navigation-tree-github/api-extractor.json
M core/navigation-tree/navigation-tree-nextcloud/api-extractor.json
M core/navigation-tree/navigation-tree-xwiki/api-extractor.json
M core/page-actions/page-actions-api/api-extractor.json
M core/page-actions/page-actions-default/api-extractor.json
M core/page-actions/page-actions-ui/api-extractor.json
M core/page/page-api/api-extractor.json
M core/page/page-default/api-extractor.json
M core/rename/rename-api/api-extractor.json
M core/rename/rename-default/api-extractor.json
M core/rename/rename-filesystem/api-extractor.json
M core/settings/settings-api/api-extractor.json
M core/settings/settings-browser/api-extractor.json
M core/settings/settings-configurations-ui/api-extractor.json
M core/settings/settings-configurations/api-extractor.json
M core/settings/settings-default/api-extractor.json
M core/tiptap-extensions/tiptap-extension-image/api-extractor.json
M core/tiptap-extensions/tiptap-link-suggest-ui/api-extractor.json
M core/uiextension/uiextension-api/api-extractor.json
M core/uiextension/uiextension-default/api-extractor.json
M core/uiextension/uiextension-ui/api-extractor.json
M core/uniast/uniast-api/api-extractor.json
M core/uniast/uniast-html/api-extractor.json
M core/uniast/uniast-markdown/api-extractor.json
M core/uniast/uniast-utils/api-extractor.json
M core/user/user-ui/api-extractor.json
M core/wiki-config/wiki-config-api/api-extractor.json
M core/wiki-config/wiki-config-default/api-extractor.json
M core/xwiki/xwiki-utils/api-extractor.json
M dev/config/api-extractor.json
M ds/api/api-extractor.json
M ds/dsfr/api-extractor.json
M ds/shoelace/api-extractor.json
M ds/vuetify/api-extractor.json
M editors/blocknote-headless/api-extractor.json
M editors/blocknote-react/api-extractor.json
M editors/blocknote/api-extractor.json
M editors/tiptap/api-extractor.json
M electron/authentication/authentication-github/authentication-github-main/api-extractor.json
M electron/authentication/authentication-github/authentication-github-preload/api-extractor.json
M electron/authentication/authentication-github/authentication-github-renderer/api-extractor.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/api-extractor.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/api-extractor.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/api-extractor.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/api-extractor.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/api-extractor.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/api-extractor.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/api-extractor.json
M electron/settings/settings-main/api-extractor.json
M electron/settings/settings-preload/api-extractor.json
M electron/settings/settings-renderer/api-extractor.json
M electron/state/api-extractor.json
M extension-manager/api-extractor.json
M extensions/menubuttons/api-extractor.json
M lib/api-extractor.json
M package.json
M sharedworker/api/api-extractor.json
M sharedworker/impl/api-extractor.json
M skin/api-extractor.json
M sources/xwiki/mock-server/api-extractor.json
M utils/inversify/api-extractor.json
M xwiki/remoteinlineeditor/api-extractor.json
Log Message:
-----------
--wip-- [skip ci]
Commit: 1432357d4ef56e96960c1124e101558cf9e28a9b
https://github.com/xwiki-contrib/cristal/commit/1432357d4ef56e96960c1124e10…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M api-extractor.json
M api/etc/cristal-api.api.md
M api/src/api/PageData.ts
M api/src/api/WikiConfig.ts
M api/src/api/attachmentsData.ts
M api/src/api/cristalApp.ts
M api/src/api/designSystemLoader.ts
M api/src/api/document.ts
M api/src/api/logger.ts
M api/src/api/loggerConfig.ts
M api/src/api/pageAttachment.ts
M api/src/api/skinManager.ts
M api/src/api/storage.ts
M api/src/api/wrappingStorage.ts
M api/src/components/DefaultPageData.ts
M api/src/components/JSONLDDocument.ts
M api/src/components/componentsInit.ts
M api/src/components/defaultLogger.ts
M api/src/components/defaultLoggerConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/alerts/alerts-api/etc/cristal-alerts-api.api.md
M core/alerts/alerts-api/src/index.ts
M core/alerts/alerts-default/etc/cristal-alerts-default.api.md
M core/alerts/alerts-default/src/defaultAlertsService.ts
M core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-default/src/index.ts
M core/alerts/alerts-ui/etc/cristal-alerts-ui.api.md
M core/alerts/alerts-ui/src/index.ts
A core/alerts/alerts-ui/tsdoc.json
M core/attachments/attachments-api/etc/cristal-attachments-api.api.md
M core/attachments/attachments-api/src/attachment.ts
M core/attachments/attachments-api/src/attachmentsPreview.ts
M core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-default/etc/cristal-attachments-default.api.md
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-default/src/index.ts
M core/attachments/attachments-ui/etc/cristal-attachments-ui.api.md
M core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/index.ts
M core/authentication/authentication-api/etc/cristal-authentication-api.api.md
M core/authentication/authentication-api/src/authenticationManager.ts
M core/authentication/authentication-api/src/authenticationManagerProvider.ts
M core/authentication/authentication-api/src/userDetails.ts
M core/authentication/authentication-default/etc/cristal-authentication-default.api.md
M core/authentication/authentication-default/src/defaultAuthenticationManagerProvider.ts
M core/authentication/authentication-default/src/index.ts
M core/authentication/authentication-github-state/etc/cristal-authentication-github-state.api.md
M core/authentication/authentication-github-state/src/GitHubAuthenticationState.ts
M core/authentication/authentication-github-ui/etc/cristal-authentication-github-ui.api.md
M core/authentication/authentication-github-ui/src/GitHubLoginMenuUIExtension.ts
M core/authentication/authentication-github-ui/src/index.ts
M core/authentication/authentication-github/etc/cristal-authentication-github.api.md
M core/authentication/authentication-github/src/GitHubAuthenticationManager.ts
M core/authentication/authentication-github/src/index.ts
M core/authentication/authentication-nextcloud-state/etc/cristal-authentication-nextcloud-state.api.md
M core/authentication/authentication-nextcloud-state/src/NextcloudAuthenticationState.ts
M core/authentication/authentication-nextcloud-ui/etc/cristal-authentication-nextcloud-ui.api.md
M core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts
M core/authentication/authentication-nextcloud-ui/src/index.ts
M core/authentication/authentication-nextcloud/etc/cristal-authentication-nextcloud.api.md
M core/authentication/authentication-nextcloud/src/NextcloudBasicAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudLoginFlowAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudOAuth2AuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/index.ts
M core/authentication/authentication-ui/etc/cristal-authentication-ui.api.md
M core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
M core/authentication/authentication-ui/src/index.ts
M core/authentication/authentication-ui/src/vue/utils/getUserProfile.ts
M core/authentication/authentication-xwiki/etc/cristal-authentication-xwiki.api.md
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
M core/backends/backend-api/etc/cristal-backend-api.api.md
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-api/src/componentInit.ts
M core/backends/backend-api/src/defaultStorageProvider.ts
M core/backends/backend-api/src/offlineStorage.ts
M core/backends/backend-api/src/storageProvider.ts
M core/backends/backend-dexie/etc/cristal-backend-dexie.api.md
M core/backends/backend-dexie/src/index.ts
M core/backends/backend-github/etc/cristal-backend-github.api.md
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-github/src/index.ts
M core/backends/backend-nextcloud/etc/cristal-backend-nextcloud.api.md
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
M core/backends/backend-nextcloud/src/index.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/etc/cristal-backend-xwiki.api.md
M core/backends/backend-xwiki/src/index.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/browser/browser-api/etc/cristal-browser-api.api.md
M core/browser/browser-api/src/index.ts
M core/browser/browser-default/etc/cristal-browser-default.api.md
M core/browser/browser-default/src/components/componentsInit.ts
M core/collaboration/collaboration-api/etc/cristal-collaboration-api.api.md
M core/collaboration/collaboration-api/src/collaborationInitializer.ts
M core/collaboration/collaboration-api/src/collaborationManager.ts
M core/collaboration/collaboration-api/src/collaborationManagerName.ts
M core/collaboration/collaboration-api/src/collaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/collaborationManagerProviderName.ts
M core/collaboration/collaboration-api/src/componentInit.ts
M core/collaboration/collaboration-api/src/defaultCollaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/status.ts
M core/collaboration/collaboration-api/src/user.ts
M core/collaboration/collaboration-hocuspocus/etc/cristal-collaboration-hocuspocus.api.md
M core/collaboration/collaboration-hocuspocus/src/componentInit.ts
M core/collaboration/collaboration-hocuspocus/src/hocuspocusCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/etc/cristal-collaboration-xwiki.api.md
M core/collaboration/collaboration-xwiki/src/XWikiCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/src/componentInit.ts
M core/collaboration/collaboration-xwiki/src/xwikiProviderWebSocket.ts
M core/configuration/configuration-api/etc/cristal-configuration-api.api.md
M core/configuration/configuration-api/src/index.ts
M core/configuration/configuration-web/etc/cristal-configuration-web.api.md
M core/configuration/configuration-web/src/index.ts
M core/date/date-api/etc/cristal-date-api.api.md
M core/date/date-api/src/componentInit.ts
M core/date/date-api/src/dateService.ts
M core/date/date-api/src/defaultDateService.ts
M core/date/date-ui/etc/cristal-date-ui.api.md
M core/date/date-ui/src/index.ts
A core/date/date-ui/tsdoc.json
M core/document/document-api/etc/cristal-document-api.api.md
M core/document/document-api/src/index.ts
M core/document/document-default/etc/cristal-document-default.api.md
M core/document/document-default/src/index.ts
M core/extra-tabs/extra-tabs-api/etc/cristal-extra-tabs-api.api.md
M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts
M core/extra-tabs/extra-tabs-default/etc/cristal-extra-tabs-default.api.md
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/extra-tabs/extra-tabs-default/src/index.ts
M core/extra-tabs/extra-tabs-ui/etc/cristal-extra-tabs-ui.api.md
M core/extra-tabs/extra-tabs-ui/src/index.ts
A core/extra-tabs/extra-tabs-ui/tsdoc.json
M core/file-preview/file-preview-ui/etc/cristal-file-preview-ui.api.md
M core/file-preview/file-preview-ui/src/index.ts
A core/file-preview/file-preview-ui/tsdoc.json
M core/fn-utils/etc/cristal-fn-utils.api.md
M core/fn-utils/src/index.ts
M core/hierarchy/hierarchy-api/etc/cristal-hierarchy-api.api.md
M core/hierarchy/hierarchy-api/src/index.ts
M core/hierarchy/hierarchy-default/etc/cristal-hierarchy-default.api.md
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/hierarchy/hierarchy-filesystem/etc/cristal-hierarchy-filesystem.api.md
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
M core/hierarchy/hierarchy-github/etc/cristal-hierarchy-github.api.md
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
M core/hierarchy/hierarchy-nextcloud/etc/cristal-hierarchy-nextcloud.api.md
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
M core/hierarchy/hierarchy-xwiki/etc/cristal-hierarchy-xwiki.api.md
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/history/history-api/etc/cristal-history-api.api.md
M core/history/history-api/src/index.ts
M core/history/history-default/etc/cristal-history-default.api.md
M core/history/history-default/src/components/componentsInit.ts
M core/history/history-default/src/index.ts
M core/history/history-github/etc/cristal-history-github.api.md
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-github/src/index.ts
M core/history/history-ui/etc/cristal-history-ui.api.md
M core/history/history-ui/src/index.ts
M core/history/history-xwiki/etc/cristal-history-xwiki.api.md
M core/history/history-xwiki/src/components/componentsInit.ts
M core/history/history-xwiki/src/index.ts
M core/icons/etc/cristal-icons.api.md
M core/icons/src/index.ts
M core/icons/src/size.ts
A core/icons/tsdoc.json
M core/info-actions/info-actions-api/etc/cristal-info-actions-api.api.md
M core/info-actions/info-actions-api/src/index.ts
M core/info-actions/info-actions-default/etc/cristal-info-actions-default.api.md
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/info-actions/info-actions-default/src/index.ts
M core/info-actions/info-actions-ui/etc/cristal-info-actions-ui.api.md
M core/info-actions/info-actions-ui/src/index.ts
A core/info-actions/info-actions-ui/tsdoc.json
M core/link-suggest/link-suggest-api/etc/cristal-link-suggest-api.api.md
M core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/componentInit.ts
M core/link-suggest/link-suggest-api/src/index.ts
M core/link-suggest/link-suggest-api/src/link.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-api/src/linkType.ts
M core/link-suggest/link-suggest-nextcloud/etc/cristal-link-suggest-nextcloud.api.md
M core/link-suggest/link-suggest-nextcloud/src/index.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/link-suggest/link-suggest-xwiki/etc/cristal-link-suggest-xwiki.api.md
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
M core/markdown/markdown-api/etc/cristal-markdown-api.api.md
M core/markdown/markdown-api/src/markdownRenderer.ts
M core/markdown/markdown-default/etc/cristal-markdown-default.api.md
M core/markdown/markdown-default/src/defaultMarkdownRenderer.ts
M core/markdown/markdown-default/src/index.ts
M core/markdown/markdown-default/src/parseInternalImages.ts
M core/markdown/markdown-default/src/parseInternalLinks.ts
M core/model/model-api/etc/cristal-model-api.api.md
M core/model/model-api/src/index.ts
M core/model/model-click-listener/etc/cristal-model-click-listener.api.md
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-click-listener/src/clickListener.ts
M core/model/model-click-listener/src/componentInit.ts
M core/model/model-local-url/etc/cristal-model-local-url.api.md
M core/model/model-local-url/src/componentInit.ts
M core/model/model-local-url/src/localURLParser.ts
M core/model/model-local-url/src/localURLSerializer.ts
M core/model/model-reference/model-reference-api/etc/cristal-model-reference-api.api.md
M core/model/model-reference/model-reference-api/src/componentInit.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-filesystem/etc/cristal-model-reference-filesystem.api.md
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
M core/model/model-reference/model-reference-github/etc/cristal-model-reference-github.api.md
M core/model/model-reference/model-reference-github/src/componentInit.ts
M core/model/model-reference/model-reference-nextcloud/etc/cristal-model-reference-nextcloud.api.md
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/etc/cristal-model-reference-xwiki.api.md
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceHandler.ts
M core/model/model-remote-url/model-remote-url-api/etc/cristal-model-remote-url-api.api.md
M core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/etc/cristal-model-remote-url-filesystem-api.api.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/src/index.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/etc/cristal-model-remote-url-filesystem-default.api.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-github/etc/cristal-model-remote-url-github.api.md
M core/model/model-remote-url/model-remote-url-github/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-nextcloud/etc/cristal-model-remote-url-nextcloud.api.md
M core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-xwiki/etc/cristal-model-remote-url-xwiki.api.md
M core/model/model-remote-url/model-remote-url-xwiki/src/componentInit.ts
M core/navigation-tree/navigation-tree-api/etc/cristal-navigation-tree-api.api.md
M core/navigation-tree/navigation-tree-api/src/index.ts
M core/navigation-tree/navigation-tree-default/etc/cristal-navigation-tree-default.api.md
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/etc/cristal-navigation-tree-filesystem.api.md
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-github/etc/cristal-navigation-tree-github.api.md
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/etc/cristal-navigation-tree-nextcloud.api.md
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/etc/cristal-navigation-tree-xwiki.api.md
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M core/page-actions/page-actions-api/etc/cristal-page-actions-api.api.md
M core/page-actions/page-actions-api/src/index.ts
M core/page-actions/page-actions-default/etc/cristal-page-actions-default.api.md
M core/page-actions/page-actions-default/src/DefaultPageActionCategoryService.ts
M core/page-actions/page-actions-default/src/DefaultPageActionService.ts
M core/page-actions/page-actions-default/src/index.ts
M core/page-actions/page-actions-ui/etc/cristal-page-actions-ui.api.md
M core/page-actions/page-actions-ui/src/PageManagement.ts
M core/page-actions/page-actions-ui/src/index.ts
M core/page/page-api/etc/cristal-page-api.api.md
M core/page/page-api/src/index.ts
M core/page/page-default/etc/cristal-page-default.api.md
M core/page/page-default/src/defaultPageReader.ts
M core/page/page-default/src/defaultPageWriter.ts
M core/rename/rename-api/etc/cristal-rename-api.api.md
M core/rename/rename-api/src/index.ts
M core/rename/rename-default/etc/cristal-rename-default.api.md
M core/rename/rename-default/src/components/componentsInit.ts
M core/rename/rename-default/src/index.ts
M core/rename/rename-filesystem/etc/cristal-rename-filesystem.api.md
M core/rename/rename-filesystem/src/components/componentsInit.ts
M core/rename/rename-filesystem/src/index.ts
M core/settings/settings-api/etc/cristal-settings-api.api.md
M core/settings/settings-api/src/settings.ts
M core/settings/settings-api/src/settingsManager.ts
M core/settings/settings-api/src/settingsParser.ts
M core/settings/settings-api/src/settingsStorage.ts
M core/settings/settings-browser/etc/cristal-settings-browser.api.md
M core/settings/settings-browser/src/defaultSettingsStorage.ts
M core/settings/settings-browser/src/index.ts
M core/settings/settings-configurations-ui/etc/cristal-settings-configurations-ui.api.md
M core/settings/settings-configurations-ui/src/index.ts
M core/settings/settings-configurations-ui/src/settingsConfigurationsUIExtension.ts
M core/settings/settings-configurations/etc/cristal-settings-configurations.api.md
M core/settings/settings-configurations/src/configurations.ts
M core/settings/settings-configurations/src/configurationsSettingsParser.ts
M core/settings/settings-configurations/src/index.ts
M core/settings/settings-default/etc/cristal-settings-default.api.md
M core/settings/settings-default/src/defaultSettings.ts
M core/settings/settings-default/src/defaultSettingsManager.ts
M core/settings/settings-default/src/defaultSettingsParser.ts
M core/settings/settings-default/src/index.ts
M core/tiptap-extensions/tiptap-extension-image/etc/cristal-tiptap-extension-image.api.md
M core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
M core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
A core/tiptap-extensions/tiptap-extension-image/tsdoc.json
M core/tiptap-extensions/tiptap-link-suggest-ui/etc/cristal-tiptap-link-suggest-ui.api.md
M core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/tsdoc.json
M core/uiextension/uiextension-api/etc/cristal-uiextension-api.api.md
M core/uiextension/uiextension-api/src/index.ts
M core/uiextension/uiextension-default/etc/cristal-uiextension-default.api.md
M core/uiextension/uiextension-default/src/index.ts
M core/uiextension/uiextension-ui/etc/cristal-uiextension-ui.api.md
M core/uiextension/uiextension-ui/src/index.ts
M core/uniast/uniast-api/etc/cristal-uniast-api.api.md
M core/uniast/uniast-api/src/ast.ts
M core/uniast/uniast-api/src/converterContext.ts
M core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-html/src/html/uniast-to-html.ts
M core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
M core/uniast/uniast-markdown/src/markdown/md-to-uniast.ts
M core/uniast/uniast-markdown/src/markdown/uniast-to-md.ts
M core/uniast/uniast-utils/etc/cristal-uniast-utils.api.md
M core/uniast/uniast-utils/src/createConverterContext.ts
M core/user/user-ui/etc/cristal-user-ui.api.md
M core/user/user-ui/src/index.ts
A core/user/user-ui/tsdoc.json
M core/wiki-config/wiki-config-api/etc/cristal-wiki-config-api.api.md
M core/wiki-config/wiki-config-api/src/index.ts
M core/wiki-config/wiki-config-default/etc/cristal-wiki-config-default.api.md
M core/wiki-config/wiki-config-default/src/defaultWikiConfigProxy.ts
M core/wiki-config/wiki-config-default/src/index.ts
M core/xwiki/xwiki-utils/etc/cristal-xwiki-utils.api.md
M core/xwiki/xwiki-utils/src/index.ts
R dev/config/api-extractor.json
R dev/config/etc/cristal-dev-config.api.md
M dev/config/package.json
M dev/test-utils/src/index.ts
M ds/api/etc/cristal-dsapi.api.md
M ds/api/src/XAlert.ts
M ds/api/src/XAvatar.ts
M ds/api/src/XBreadcrumb.ts
M ds/api/src/XBtn.ts
M ds/api/src/XCard.ts
M ds/api/src/XCheckbox.ts
M ds/api/src/XDialog.ts
M ds/api/src/XDivider.ts
M ds/api/src/XFileInput.ts
M ds/api/src/XForm.ts
M ds/api/src/XImg.ts
M ds/api/src/XLoad.ts
M ds/api/src/XMenu.ts
M ds/api/src/XMenuItem.ts
M ds/api/src/XMenuLabel.ts
M ds/api/src/XNavigationTree.ts
M ds/api/src/XNavigationTreeSelect.ts
M ds/api/src/XSelect.ts
M ds/api/src/XTab.ts
M ds/api/src/XTabGroup.ts
M ds/api/src/XTabPanel.ts
M ds/api/src/XTextField.ts
M ds/api/src/index.ts
M ds/dsfr/etc/cristal-dsfr.api.md
M ds/dsfr/src/components/componentsInit.ts
M ds/shoelace/etc/cristal-dsshoelace.api.md
M ds/shoelace/src/components/componentsInit.ts
M ds/vuetify/etc/cristal-dsvuetify.api.md
M ds/vuetify/src/components/componentsInit.ts
M editors/blocknote-headless/etc/cristal-editors-blocknote-headless.api.md
M editors/blocknote-headless/src/components/currentUser.ts
M editors/blocknote-headless/src/index.ts
M editors/blocknote-headless/src/uniast/bn-to-uniast.ts
M editors/blocknote-headless/src/uniast/uniast-to-bn.ts
M editors/blocknote-headless/src/utils.ts
M editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
M editors/blocknote-react/src/blocknote/blocks/Headings.tsx
M editors/blocknote-react/src/blocknote/index.ts
M editors/blocknote-react/src/blocknote/utils.tsx
M editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
M editors/blocknote-react/src/index.tsx
M editors/blocknote-react/src/misc/linkSuggest.ts
M editors/blocknote/etc/cristal-editors-blocknote.api.md
M editors/blocknote/src/components/componentsInit.ts
M editors/blocknote/src/components/uixBlocknoteEditorProvider.ts
M editors/tiptap/etc/cristal-editors-tiptap.api.md
M editors/tiptap/src/components/componentsInit.ts
M editors/tiptap/src/components/extensions/actionCategoryDescriptor.ts
M editors/tiptap/src/components/extensions/actionDescriptor.ts
M editors/tiptap/src/components/extensions/bubble-menu.ts
M editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
M editors/tiptap/src/components/extensions/filter-helper.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/components/extensions/link-type.ts
M editors/tiptap/src/vue/compute-current-user.ts
M editors/tiptap/src/vue/list-navigation-helper.ts
M electron/authentication/authentication-github/authentication-github-main/etc/cristal-electron-authentication-github-main.api.md
M electron/authentication/authentication-github/authentication-github-main/src/index.ts
A electron/authentication/authentication-github/authentication-github-main/tsdoc.json
M electron/authentication/authentication-github/authentication-github-renderer/etc/cristal-electron-authentication-github-renderer.api.md
M electron/authentication/authentication-github/authentication-github-renderer/src/index.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/etc/cristal-electron-authentication-nextcloud-main.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/tsdoc.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/etc/cristal-electron-authentication-nextcloud-renderer.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-main/etc/cristal-electron-authentication-xwiki-main.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/tsdoc.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/etc/cristal-electron-authentication-xwiki-renderer.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/browser/src/componentsInit.ts
M electron/link-suggest/link-suggest-filesystem/etc/cristal-link-suggest-filesystem.api.md
M electron/link-suggest/link-suggest-filesystem/src/components/componentsInit.ts
M electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
M electron/main/src/menu.ts
M electron/settings/settings-main/etc/cristal-electron-settings-main.api.md
M electron/settings/settings-main/src/index.ts
M electron/settings/settings-main/src/storage.ts
A electron/settings/settings-main/tsdoc.json
M electron/settings/settings-renderer/etc/cristal-electron-settings-renderer.api.md
M electron/settings/settings-renderer/src/defaultSettingsStorage.ts
M electron/settings/settings-renderer/src/index.ts
M electron/state/etc/cristal-electron-state.api.md
M electron/state/src/index.ts
M electron/storage/src/componentsInit.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M extension-manager/etc/cristal-extension-manager.api.md
M extension-manager/src/api/cristalComponent.ts
M extension-manager/src/api/extensionConfig.ts
M extension-manager/src/api/extensionManager.ts
M extension-manager/src/components/componentsInit.ts
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultComponent.ts
M extension-manager/src/components/defaultExtensionConfig.ts
M extension-manager/src/components/defaultExtensionManager.ts
A extension-manager/tsdoc.json
M extensions/menubuttons/etc/cristal-extension-menubuttons.api.md
M extensions/menubuttons/src/api/menuEntry.ts
M extensions/menubuttons/src/components/componentsInit.ts
A extensions/menubuttons/tsdoc.json
M lib/etc/cristal-lib.api.md
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/default/defaultComponentsList.ts
M sharedworker/api/etc/cristal-sharedworker-api.api.md
M sharedworker/api/src/api/myworker.ts
M sharedworker/api/src/api/queueWorker.ts
A sharedworker/api/tsdoc.json
M sharedworker/impl/etc/cristal-sharedworker-impl.api.md
M sharedworker/impl/src/components/componentsInit.ts
M skin/etc/cristal-skin.api.md
M skin/src/api/macroData.ts
M skin/src/api/macroProvider.ts
M skin/src/api/uixTemplateProvider.ts
M skin/src/api/vueTemplateProvider.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultMacroData.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/index.ts
M skin/src/vue/contentTools.ts
M skin/src/vue/renderMarkdown.ts
M utils/inversify/etc/cristal-utils-inversify.api.md
M utils/inversify/src/index.ts
M web/e2e/pageObjects/Form.ts
M web/e2e/pageObjects/Sidebar.ts
M xwiki/remoteinlineeditor/etc/cristal-xwiki-remoteinlineeditor.api.md
M xwiki/remoteinlineeditor/src/components/componentsInit.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: 57b70d568f594096e5ae1de56e3bd1c84446d63d
https://github.com/xwiki-contrib/cristal/commit/57b70d568f594096e5ae1de56e3…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M pnpm-lock.yaml
M sharedworker/impl/package.json
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into CRISTAL-645
Commit: ff28fc2ba543beb3cd6058b3f33b1d52d0a3ca75
https://github.com/xwiki-contrib/cristal/commit/ff28fc2ba543beb3cd6058b3f33…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M core/alerts/alerts-default/src/defaultAlertsService.ts
M core/attachments/attachments-default/src/index.ts
M core/collaboration/collaboration-api/src/componentInit.ts
M core/collaboration/collaboration-hocuspocus/src/componentInit.ts
M core/collaboration/collaboration-xwiki/src/componentInit.ts
M core/document/document-default/src/index.ts
M core/link-suggest/link-suggest-api/src/componentInit.ts
M core/link-suggest/link-suggest-nextcloud/src/index.ts
M core/page/page-api/src/index.ts
A core/uiextension/uiextension-ui/tsdoc.json
Log Message:
-----------
--wip-- [skip ci]
Commit: 85d01a0451b961b10b24f6ee6692e0d9c7a5d1bd
https://github.com/xwiki-contrib/cristal/commit/85d01a0451b961b10b24f6ee669…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
R editors/blocknote-react/src/tsdoc-metadata.json
M tsdoc.json
Log Message:
-----------
--wip-- [skip ci]
Commit: f8ac112c3ed54e18747971331e639a2be398768c
https://github.com/xwiki-contrib/cristal/commit/f8ac112c3ed54e18747971331e6…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M core/uiextension/uiextension-ui/etc/cristal-uiextension-ui.api.md
Log Message:
-----------
--wip-- [skip ci]
Commit: a4ff8955c624d43a65d01f98f1634f54b992ad29
https://github.com/xwiki-contrib/cristal/commit/a4ff8955c624d43a65d01f98f16…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M vite.config.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: f96e67cf797e8f07ae4abb86b30f8035eef9a74e
https://github.com/xwiki-contrib/cristal/commit/f96e67cf797e8f07ae4abb86b30…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
M editors/blocknote-react/package.json
Log Message:
-----------
--wip-- [skip ci]
Compare: https://github.com/xwiki-contrib/cristal/compare/5360e5ab21f8%5E...f96e67cf…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: bbda7695b61d1de7ab51bf73ed146de13d408f66
https://github.com/xwiki/xwiki-commons/commit/bbda7695b61d1de7ab51bf73ed146…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/AbstractMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageFormatMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/SLF4JMessageParser.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* codestyle
(cherry picked from commit 9a34945d599df628f397a96da4eb5a4c108156cd)
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: 2e2dbc0935e907e2f32b52821074aac45b9975b6
https://github.com/xwiki/xwiki-commons/commit/2e2dbc0935e907e2f32b52821074a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/AbstractMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageFormatMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/SLF4JMessageParser.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* codestyle
(cherry picked from commit 9a34945d599df628f397a96da4eb5a4c108156cd)
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: 9a34945d599df628f397a96da4eb5a4c108156cd
https://github.com/xwiki/xwiki-commons/commit/9a34945d599df628f397a96da4eb5…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/AbstractMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageFormatMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/SLF4JMessageParser.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* codestyle
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/XWIKI-21417-2
Home: https://github.com/xwiki/xwiki-platform
Commit: 7742373c54abe8d9060a563b08d0cc41b1992939
https://github.com/xwiki/xwiki-platform/commit/7742373c54abe8d9060a563b08d0…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
Log Message:
-----------
XWIKI-21417: BaseObject#set always set the metadata dirty flag of the owner doc to true
* Only create the property when it doesn't exist in BaseObject#set
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-rendering
Commit: 4da15db21d18c1bdcd1ee7e6cb28747af082cc9b
https://github.com/xwiki/xwiki-rendering/commit/4da15db21d18c1bdcd1ee7e6cb2…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/EventType.java
M xwiki-rendering-integration-tests/src/test/resources/simple/misc/misc7.test
Log Message:
-----------
XRENDERING-785: Line breaks at the end of block elements should be escaped
* Mark headings, figures and figure caption end events as inline content
end events.
* Fix integration test to correctly test the heading syntax.
* Add integration test for figure.
(cherry picked from commit 4e5aa37bb55ecb780f643898c8e1ae60feb986cc)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: 8d17b929afdedf06e1d50ae8e15954f91ed81034
https://github.com/xwiki/xwiki-rendering/commit/8d17b929afdedf06e1d50ae8e15…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/EventType.java
M xwiki-rendering-integration-tests/src/test/resources/simple/misc/misc7.test
Log Message:
-----------
XRENDERING-785: Line breaks at the end of block elements should be escaped
* Mark headings, figures and figure caption end events as inline content
end events.
* Fix integration test to correctly test the heading syntax.
* Add integration test for figure.
(cherry picked from commit 4e5aa37bb55ecb780f643898c8e1ae60feb986cc)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 9ae68b697db259ff33243a5026ef766ecde73b23
https://github.com/xwiki/xwiki-platform/commit/9ae68b697db259ff33243a5026ef…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Object.java
Log Message:
-----------
[Misc] Improve a bit Object#display
* Fix return type of most recently introduced display API
* Add debug logs in case of exception
* Provide revapi ignore for the return type change
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: 4e5aa37bb55ecb780f643898c8e1ae60feb986cc
https://github.com/xwiki/xwiki-rendering/commit/4e5aa37bb55ecb780f643898c8e…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/chaining/EventType.java
M xwiki-rendering-integration-tests/src/test/resources/simple/misc/misc7.test
Log Message:
-----------
XRENDERING-785: Line breaks at the end of block elements should be escaped
* Mark headings, figures and figure caption end events as inline content
end events.
* Fix integration test to correctly test the heading syntax.
* Add integration test for figure.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: b93ffb1ae695c534c2a6d52eeafbd18daec5a532
https://github.com/xwiki/xwiki-platform/commit/b93ffb1ae695c534c2a6d52eeafb…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/main/java/org/xwiki/logging/script/LoggingScriptService.java
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/test/java/org/xwiki/logging/script/LoggingScriptServiceTest.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* make sure to use the right parser when for translations coming from the translation framework
(cherry picked from commit 53ce83181a6e2ec2a97587190c1b6948c1bc6b6c)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.7.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 1f8fe4c16f06d542ba43201eb173eb159e111761
https://github.com/xwiki/xwiki-platform/commit/1f8fe4c16f06d542ba43201eb173…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/main/java/org/xwiki/logging/script/LoggingScriptService.java
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/test/java/org/xwiki/logging/script/LoggingScriptServiceTest.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* make sure to use the right parser when for translations coming from the translation framework
(cherry picked from commit 53ce83181a6e2ec2a97587190c1b6948c1bc6b6c)
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-commons
Commit: 85a893c3ca8bc57820096fb077b6b4b506ebd7a9
https://github.com/xwiki/xwiki-commons/commit/85a893c3ca8bc57820096fb077b6b…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/pom.xml
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/AbstractMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/ExtendedMessageFormatter.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageFormatMessageParser.java
R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageParser.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/SLF4JMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java
R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageParserTest.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageformatMessageParserTest.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/SLF4JMessageParserTest.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* introduce dedicated parsers for each source of message
(cherry picked from commit e434b2aa32db99d6f38d8b892afd5ff699bf89c6)
Commit: 828158c668fd325574ebb47e2d9f9d45abc2dcc7
https://github.com/xwiki/xwiki-commons/commit/828158c668fd325574ebb47e2d9f9…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* fix cases where the translation uses more parameters than the original message
(cherry picked from commit 7d396311a9d39db18a44ca4c374d80960c526cc6)
Compare: https://github.com/xwiki/xwiki-commons/compare/17a4a05a34ab...828158c668fd
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 442c100c6e79e8b7709842ce248298d6e5bf81b2
https://github.com/xwiki/xwiki-commons/commit/442c100c6e79e8b7709842ce24829…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/pom.xml
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/AbstractMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/ExtendedMessageFormatter.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageFormatMessageParser.java
R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageParser.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/SLF4JMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java
R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageParserTest.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageformatMessageParserTest.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/SLF4JMessageParserTest.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* introduce dedicated parsers for each source of message
(cherry picked from commit e434b2aa32db99d6f38d8b892afd5ff699bf89c6)
Commit: 6e2497deaf4d024f15bd431f44d6c883e345ee36
https://github.com/xwiki/xwiki-commons/commit/6e2497deaf4d024f15bd431f44d6c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* fix cases where the translation uses more parameters than the original message
(cherry picked from commit 7d396311a9d39db18a44ca4c374d80960c526cc6)
Compare: https://github.com/xwiki/xwiki-commons/compare/cd3d05cbf8e0...6e2497deaf4d
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-platform
Commit: 53ce83181a6e2ec2a97587190c1b6948c1bc6b6c
https://github.com/xwiki/xwiki-platform/commit/53ce83181a6e2ec2a97587190c1b…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/main/java/org/xwiki/logging/script/LoggingScriptService.java
M xwiki-platform-core/xwiki-platform-logging/xwiki-platform-logging-script/src/test/java/org/xwiki/logging/script/LoggingScriptServiceTest.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* make sure to use the right parser when for translations coming from the translation framework
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: 7d396311a9d39db18a44ca4c374d80960c526cc6
https://github.com/xwiki/xwiki-commons/commit/7d396311a9d39db18a44ca4c374d8…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* fix cases where the translation uses more parameters than the original message
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-platform
Commit: 79a17d9d2cea8e2d6c2427a6decf448c714064a9
https://github.com/xwiki/xwiki-platform/commit/79a17d9d2cea8e2d6c2427a6decf…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/src/main/java/org/xwiki/annotation/io/internal/DefaultIOService.java
M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-default/src/main/java/org/xwiki/configuration/internal/AbstractDocumentConfigurationSource.java
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-ui/src/test/java/org/xwiki/invitation/InvitationCommonPageTest.java
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/BooleanClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/DateClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/NumberClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/main/java/org/xwiki/mail/internal/MailConfigMandatoryDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Object.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/BasePropertyOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/PropertyClassOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/PropertyConverter.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BaseClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ComputedFieldClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DateClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/GroupsClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/LevelsClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ListClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/NumberClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClassInterface.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/StringClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/UsersClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/migration/hibernate/R140600000XWIKI19869DataMigration.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiGroupServiceImpl.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DocumentTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/DateClassTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/ListClassTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/NumberClassTest.java
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/ModelFactory.java
Log Message:
-----------
XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly (#4533)
* Throw checked exception in PropertyClassInterface#fromString which impacts also a lot of APIs including BaseObject#set and Object#set
* Improve checkstyle in oldcore
(cherry picked from commit 2a478972a05a6b11407fc357fe72cae1f3d0e5f3)
Commit: fc3f67a774d24b0d549ec62dd229dc4865f76d3c
https://github.com/xwiki/xwiki-platform/commit/fc3f67a774d24b0d549ec62dd229…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Object.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
Log Message:
-----------
XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly
* Fix javadoc
(cherry picked from commit 5cf4552783a1d97b2e4ef0429ab2b1d85293e744)
Commit: e4586f15ff26dd2b6c35056d6bd537f0a75d3e78
https://github.com/xwiki/xwiki-platform/commit/e4586f15ff26dd2b6c35056d6bd5…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/PropertyClassOutputFilterStream.java
Log Message:
-----------
XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly
* Fix cherry-pick
Compare: https://github.com/xwiki/xwiki-platform/compare/98fc82e051a9...e4586f15ff26
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: e434b2aa32db99d6f38d8b892afd5ff699bf89c6
https://github.com/xwiki/xwiki-commons/commit/e434b2aa32db99d6f38d8b892afd5…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/pom.xml
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/LogUtils.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/AbstractMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/ExtendedMessageFormatter.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageFormatMessageParser.java
R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/MessageParser.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/main/java/org/xwiki/logging/internal/helpers/SLF4JMessageParser.java
M xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/LogUtilsTest.java
R xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageParserTest.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/MessageformatMessageParserTest.java
A xwiki-commons-core/xwiki-commons-logging/xwiki-commons-logging-api/src/test/java/org/xwiki/logging/internal/helpers/SLF4JMessageParserTest.java
Log Message:
-----------
XCOMMONS-3419: Log messages coming from translation file are not parsed the same way as other translation messages
* introduce dedicated parsers for each source of message
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9d65454cbbaa0579511803cf2877656acc5f531b
https://github.com/xwiki/xwiki-platform/commit/9d65454cbbaa0579511803cf2877…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/src/main/java/org/xwiki/annotation/io/internal/DefaultIOService.java
M xwiki-platform-core/xwiki-platform-configuration/xwiki-platform-configuration-default/src/main/java/org/xwiki/configuration/internal/AbstractDocumentConfigurationSource.java
M xwiki-platform-core/xwiki-platform-invitation/xwiki-platform-invitation-ui/src/test/java/org/xwiki/invitation/InvitationCommonPageTest.java
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/BooleanClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/DateClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/objects/classes/NumberClassCompatibiityAspect.aj
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-send/xwiki-platform-mail-send-default/src/main/java/org/xwiki/mail/internal/MailConfigMandatoryDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Object.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/BasePropertyOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/PropertyClassOutputFilterStream.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/PropertyConverter.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BaseClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ComputedFieldClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DateClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/GroupsClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/LevelsClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ListClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/NumberClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClassInterface.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/StringClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/UsersClass.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/migration/hibernate/R140600000XWIKI19869DataMigration.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiGroupServiceImpl.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DocumentTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/DateClassTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/ListClassTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/objects/classes/NumberClassTest.java
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/src/main/java/org/xwiki/repository/internal/RepositoryManager.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/ModelFactory.java
Log Message:
-----------
XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly (#4533)
* Throw checked exception in PropertyClassInterface#fromString which impacts also a lot of APIs including BaseObject#set and Object#set
* Improve checkstyle in oldcore
(cherry picked from commit 2a478972a05a6b11407fc357fe72cae1f3d0e5f3)
Commit: dccdea47bdd8c602529cdfdb3bc97f44262b0452
https://github.com/xwiki/xwiki-platform/commit/dccdea47bdd8c602529cdfdb3bc9…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Object.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
Log Message:
-----------
XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly
* Fix javadoc
(cherry picked from commit 5cf4552783a1d97b2e4ef0429ab2b1d85293e744)
Compare: https://github.com/xwiki/xwiki-platform/compare/9eec967f8ed3...dccdea47bdd8
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-4533
Home: https://github.com/xwiki/xwiki-platform
Commit: d9a2a7b1dab93740781b08e00684624c3a673614
https://github.com/xwiki/xwiki-platform/commit/d9a2a7b1dab93740781b08e00684…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Object.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java
Log Message:
-----------
XWIKI-20910: Save fails silently when the value of a property of an object cannot be parsed properly
* Fix javadoc
(cherry picked from commit 5cf4552783a1d97b2e4ef0429ab2b1d85293e744)
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: 9eec967f8ed3e7b3a9d267e5beabb45e066f2474
https://github.com/xwiki/xwiki-platform/commit/9eec967f8ed3e7b3a9d267e5beab…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAndContinueAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiAction.java
Log Message:
-----------
XWIKI-23507: Root cause of an error is not displayed when using save
* Ensure to properly display the root cause of an error in case of
ajax request for save
(cherry picked from commit 80410ecbac22e01c9fb5d0cea80dbe6666f31a3b)
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: 98fc82e051a91a78772f6883dcbeed4f94f3620a
https://github.com/xwiki/xwiki-platform/commit/98fc82e051a91a78772f6883dcbe…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAndContinueAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiAction.java
Log Message:
-----------
XWIKI-23507: Root cause of an error is not displayed when using save
* Ensure to properly display the root cause of an error in case of
ajax request for save
(cherry picked from commit 80410ecbac22e01c9fb5d0cea80dbe6666f31a3b)
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: 80410ecbac22e01c9fb5d0cea80dbe6666f31a3b
https://github.com/xwiki/xwiki-platform/commit/80410ecbac22e01c9fb5d0cea80d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAndContinueAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/XWikiAction.java
Log Message:
-----------
XWIKI-23507: Root cause of an error is not displayed when using save
* Ensure to properly display the root cause of an error in case of
ajax request for save
Commit: b014ad74dca9d338bbbd3e16afccf8448970db04
https://github.com/xwiki/xwiki-platform/commit/b014ad74dca9d338bbbd3e16afcc…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/doc/XWikiDocument.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClassInterface.java
Log Message:
-----------
[Misc] Improve oldcore checkstyle
Compare: https://github.com/xwiki/xwiki-platform/compare/1d8bd00520cf...b014ad74dca9
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: 8a642da1ae689d4372e0e758d7930a77126fbb08
https://github.com/xwiki/xwiki-platform/commit/8a642da1ae689d4372e0e758d793…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsWatchModal.java
Log Message:
-----------
[Misc] Wait for the radio button to be visible in NotificationsWatchModal.selectOptionAndSave
(cherry picked from commit 69051a29d1f1a57a31fe50894dff4f6d43f42cc7)
Commit: 402fdccf30e17abdbbcd11cd9a8d5a4129f201d4
https://github.com/xwiki/xwiki-platform/commit/402fdccf30e17abdbbcd11cd9a8d…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/store.js
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/src/components/DisplayerToggle.vue
Log Message:
-----------
XWIKI-23421: After hard refresh "Formats" and "is enabled" column values/ toggles are not displayed on "System Filters" from Notification Settings
(cherry picked from commit 1d8bd00520cfd754b87dfd2f02531b0944521ec7)
Compare: https://github.com/xwiki/xwiki-platform/compare/941a0217fc0f...402fdccf30e1
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: 69051a29d1f1a57a31fe50894dff4f6d43f42cc7
https://github.com/xwiki/xwiki-platform/commit/69051a29d1f1a57a31fe50894dff…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsWatchModal.java
Log Message:
-----------
[Misc] Wait for the radio button to be visible in NotificationsWatchModal.selectOptionAndSave
Commit: 1d8bd00520cfd754b87dfd2f02531b0944521ec7
https://github.com/xwiki/xwiki-platform/commit/1d8bd00520cfd754b87dfd2f0253…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/store.js
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/src/components/DisplayerToggle.vue
Log Message:
-----------
XWIKI-23421: After hard refresh "Formats" and "is enabled" column values/ toggles are not displayed on "System Filters" from Notification Settings
Compare: https://github.com/xwiki/xwiki-platform/compare/8337ac8c3b19...1d8bd00520cf
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: 61e1a519d1a66bb539bffcb21ba6b354459e7f1e
https://github.com/xwiki-contrib/cristal/commit/61e1a519d1a66bb539bffcb21ba…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M api/package.json
M authentication-server/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-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/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/fn-utils/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-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-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/page/page-default/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/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-utils/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/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-react/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/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/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-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 package.json
M pnpm-lock.yaml
M realtime/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency vite to v7.1.4 (#1192)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications