Branch: refs/heads/hackdays-2025
Home: https://github.com/xwiki-contrib/cristal
Commit: 0b8752812b9a3a64313b8660f2580d74c9bc9536
https://github.com/xwiki-contrib/cristal/commit/0b8752812b9a3a64313b8660f25…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
A core/model/model-reference/model-reference-docs/package.json
A core/model/model-reference/model-reference-docs/src/DocsModelReferenceParser.ts
A core/model/model-reference/model-reference-docs/src/DocsModelReferenceSerializer.ts
A core/model/model-reference/model-reference-docs/src/index.ts
A core/model/model-reference/model-reference-docs/tsconfig.json
A core/model/model-reference/model-reference-docs/tsdoc.json
A core/model/model-reference/model-reference-docs/vite.config.ts
A core/model/model-remote-url/model-remote-url-docs/package.json
A core/model/model-remote-url/model-remote-url-docs/src/DocsRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-docs/src/DocsRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-docs/src/index.ts
A core/model/model-remote-url/model-remote-url-docs/tsconfig.json
A core/model/model-remote-url/model-remote-url-docs/tsdoc.json
A core/model/model-remote-url/model-remote-url-docs/vite.config.ts
A core/model/model-remote-url/model-remote-url-docs/vitest.config.ts
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
A core/navigation-tree/navigation-tree-docs/package.json
A core/navigation-tree/navigation-tree-docs/src/DocsNavigationTreeSource.ts
A core/navigation-tree/navigation-tree-docs/src/index.ts
A core/navigation-tree/navigation-tree-docs/tsconfig.json
A core/navigation-tree/navigation-tree-docs/tsdoc.json
A core/navigation-tree/navigation-tree-docs/vite.config.ts
A core/navigation-tree/navigation-tree-docs/vitest.config.ts
M lib/package.json
M lib/src/default/defaultComponentsList.ts
A lib/src/default/docs.ts
M pnpm-lock.yaml
M web/public/config.json
Log Message:
-----------
url parsing and serializing
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/hackdays-2025
Home: https://github.com/xwiki-contrib/cristal
Commit: 7805ab0e2e8e2ea4b6529e537f1f514045d8744a
https://github.com/xwiki-contrib/cristal/commit/7805ab0e2e8e2ea4b6529e537f1…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M core/backends/backend-docs/package.json
M core/backends/backend-docs/src/DocsWikiConfig.ts
M core/backends/backend-docs/src/docsStorage.ts
M core/backends/backend-docs/src/index.ts
M lib/package.json
M lib/src/default/defaultComponentsList.ts
M pnpm-lock.yaml
M web/package.json
M web/public/config.json
M web/src/index.ts
Log Message:
-----------
base of Docs backend + authentication
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/hackdays-2025
Home: https://github.com/xwiki-contrib/cristal
Commit: c1c9c0ff731e72233daaea662d29c8df9b1be0aa
https://github.com/xwiki-contrib/cristal/commit/c1c9c0ff731e72233daaea662d2…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
A core/authentication/authentication-docs/package.json
A core/authentication/authentication-docs/src/DocsAuthenticationManager.ts
A core/authentication/authentication-docs/src/index.ts
A core/authentication/authentication-docs/tsconfig.json
A core/authentication/authentication-docs/tsdoc.json
A core/authentication/authentication-docs/vite.config.ts
A core/authentication/authentication-docs/vitest.config.ts
A core/backends/backend-docs/package.json
A core/backends/backend-docs/src/DocsWikiConfig.ts
A core/backends/backend-docs/src/docsStorage.ts
A core/backends/backend-docs/src/index.ts
A core/backends/backend-docs/tsconfig.json
A core/backends/backend-docs/tsdoc.json
A core/backends/backend-docs/vite.config.ts
A core/backends/backend-docs/vitest.config.ts
Log Message:
-----------
base of Docs backend + authentication
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: fba0897deccc1359cfd5f0d7fb6d49cc593002e1
https://github.com/xwiki/xwiki-platform/commit/fba0897deccc1359cfd5f0d7fb6d…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 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/DefaultSolrConfiguration.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
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23240: Increase the default Solr indexing batch size
* Increase the default solr indexer batch size to 1000 documents and 10M
characters. This is because explicit commits in Solr are expensive.
Since XWIKI-20477, automatic soft commits already happen every 3
seconds, so updated documents will still be visible in search even
before we trigger an explicit commit.
* Remove parameter overrides from an integration test as it's not
necessary anymore.
(cherry picked from commit fd461b62fe2f4ca9df36d89f02c78e77412f970e)
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: c8956e4ee415609da55fd6e408dfc2470417e53b
https://github.com/xwiki/xwiki-platform/commit/c8956e4ee415609da55fd6e408df…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 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/DefaultSolrConfiguration.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
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23240: Increase the default Solr indexing batch size
* Increase the default solr indexer batch size to 1000 documents and 10M
characters. This is because explicit commits in Solr are expensive.
Since XWIKI-20477, automatic soft commits already happen every 3
seconds, so updated documents will still be visible in search even
before we trigger an explicit commit.
* Remove parameter overrides from an integration test as it's not
necessary anymore.
(cherry picked from commit fd461b62fe2f4ca9df36d89f02c78e77412f970e)
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: fd461b62fe2f4ca9df36d89f02c78e77412f970e
https://github.com/xwiki/xwiki-platform/commit/fd461b62fe2f4ca9df36d89f02c7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 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/DefaultSolrConfiguration.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
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23240: Increase the default Solr indexing batch size
* Increase the default solr indexer batch size to 1000 documents and 10M
characters. This is because explicit commits in Solr are expensive.
Since XWIKI-20477, automatic soft commits already happen every 3
seconds, so updated documents will still be visible in search even
before we trigger an explicit commit.
* Remove parameter overrides from an integration test as it's not
necessary anymore.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: 7aeafcbfae2daa13a7d9f8981764189945610421
https://github.com/xwiki/xwiki-platform/commit/7aeafcbfae2daa13a7d9f8981764…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/authentication/DefaultAuthenticationManagerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/authentication/XWikiAuthenticationManager.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/link/DefaultLinkSuggestServiceProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/link/XWikiLinkSuggestService.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Add missing components.
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/application-discussions
Commit: af28ab097b6e1efa47e47a155561fe05857f7531
https://github.com/xwiki-contrib/application-discussions/commit/af28ab097b6…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M discussions-api/pom.xml
M discussions-default/pom.xml
M discussions-macro/pom.xml
M discussions-messagestream/discussions-messagestream-api/pom.xml
M discussions-messagestream/discussions-messagestream-ui/pom.xml
M discussions-messagestream/pom.xml
M discussions-rest/discussions-rest-api/pom.xml
M discussions-rest/discussions-rest-default/pom.xml
M discussions-rest/pom.xml
M discussions-server/pom.xml
M discussions-store/discussions-store-api/pom.xml
M discussions-store/discussions-store-default/pom.xml
M discussions-store/pom.xml
M discussions-test/discussions-test-pageobjects/pom.xml
M discussions-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-discussions/settings/notificat…
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-discussions
Commit: 99b375ae16f97493e7727245c4cdb9a9cea1141a
https://github.com/xwiki-contrib/application-discussions/commit/99b375ae16f…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M discussions-api/pom.xml
M discussions-default/pom.xml
M discussions-macro/pom.xml
M discussions-messagestream/discussions-messagestream-api/pom.xml
M discussions-messagestream/discussions-messagestream-ui/pom.xml
M discussions-messagestream/pom.xml
M discussions-rest/discussions-rest-api/pom.xml
M discussions-rest/discussions-rest-default/pom.xml
M discussions-rest/pom.xml
M discussions-server/pom.xml
M discussions-store/discussions-store-api/pom.xml
M discussions-store/discussions-store-default/pom.xml
M discussions-store/pom.xml
M discussions-test/discussions-test-pageobjects/pom.xml
M discussions-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release application-discussions-2.5.4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-discussions/settings/notificat…
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: 221d5e3c8f6b269df5fa561d2fd52cb9f55be2c4
https://github.com/xwiki/xwiki-platform/commit/221d5e3c8f6b269df5fa561d2fd5…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.test.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/i18nResolver.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/testUtils.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Localization support.
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: d426fc7361c1ed4277ee1ffbb80b4b76d39cc47e
https://github.com/xwiki/xwiki-platform/commit/d426fc7361c1ed4277ee1ffbb80b…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M pom.xml
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-distribution/src/main/java/org/xwiki/extension/distribution/internal/job/step/AbstractExtensionDistributionStep.java
A xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-jar/src/main/java/org/xwiki/extension/jar/internal/validator/WebjarNodeExtensionValidator.java
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-jar/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/pom.xml
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/.gitattributes
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/env.d.ts
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/eslint.config.ts
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package-lock.json
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/package.json
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataBottombar.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataBottombar.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataDropdownMenu.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataDropdownMenu.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataEntrySelector.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataEntrySelectorAll.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataEntrySelectorInfoBar.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataPagination.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataPagination.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataPersistentConfiguration.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataTopbar.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/LivedataTopbar.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/XWikiLivedata.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/directives.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayerXObjectPropertyHelper.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/BaseDisplayer.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/BaseDisplayer.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerActions.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerActions.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerBoolean.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerBoolean.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerDate.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerDate.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerDocTitle.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerDocTitle.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerHtml.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerHtml.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerLink.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerLink.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerNumber.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerNumber.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerText.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerText.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerXObjectProperty.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/DisplayerXObjectProperty.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/LivedataDisplayer.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/actions/ActionEdit.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/actions/ActionEdit.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/actions/ActionFollowLink.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/actions/ActionFollowLink.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/actions/BaseAction.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/actions/BaseAction.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/displayerLinkMixin.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/displayerMixin.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/displayerMixin.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/displayerStatesMixin.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/displayers/displayerTestsHelper.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/filters/FilterBoolean.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/filters/FilterDate.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/filters/FilterList.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/filters/FilterList.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/filters/FilterNumber.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/filters/FilterText.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/filters/LivedataFilter.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/filters/filterMixin.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/footnotes/LivedataFootnotes.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/footnotes/LivedataFootnotes.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/LayoutLoader.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/LivedataLayout.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/LivedataLayout.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/cards/LayoutCards.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/cards/LayoutCards.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/cards/LayoutCardsCard.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/cards/LayoutCardsCard.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/cards/LayoutCardsNewCard.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTable.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTable.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTableHeaderFilters.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTableHeaderNames.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTableNewRow.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTableRow.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/layouts/table/LayoutTableRow.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LiveDataAdvancedPanelExtension.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LiveDataAdvancedPanelExtension.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LivedataAdvancedPanelFilter.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LivedataAdvancedPanelFilter.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LivedataAdvancedPanelFilterEntry.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LivedataAdvancedPanelProperties.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LivedataAdvancedPanelProperties.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LivedataAdvancedPanelSort.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LivedataAdvancedPanelSort.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LivedataAdvancedPanels.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LivedataAdvancedPanels.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/panels/LivedataBaseAdvancedPanel.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/populateStore.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/store.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/utilities/XWikiDraggableItem.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/utilities/XWikiIcon.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/utilities/XWikiIcon.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/components/utilities/XWikiLoader.vue
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/main.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/editBus.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/footnote.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/i18nResolver.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/init.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/jsonMerge.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/jsonMerge.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/liveDataSource.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/liveDataSource.test.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/logic.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/require.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/services/requirejs.js
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/src/variables.less
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/tsconfig.app.json
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/tsconfig.json
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/tsconfig.node.json
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/tsconfig.vitest.json
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/vite.config.ts
A xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/node/vitest.config.ts
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/.gitattributes
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/env.d.ts
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/eslint.config.ts
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/package-lock.json
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/package.json
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataBottombar.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataBottombar.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataDropdownMenu.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataDropdownMenu.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataEntrySelector.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataEntrySelectorAll.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataEntrySelectorInfoBar.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataPagination.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataPagination.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataPersistentConfiguration.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataTopbar.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataTopbar.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/XWikiLivedata.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/directives.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayerXObjectPropertyHelper.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/BaseDisplayer.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/BaseDisplayer.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerActions.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerActions.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerBoolean.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerBoolean.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerDate.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerDate.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerDocTitle.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerDocTitle.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerHtml.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerHtml.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerLink.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerLink.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerNumber.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerNumber.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerText.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerText.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerXObjectProperty.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/DisplayerXObjectProperty.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/LivedataDisplayer.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/actions/ActionEdit.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/actions/ActionEdit.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/actions/ActionFollowLink.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/actions/ActionFollowLink.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/actions/BaseAction.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/actions/BaseAction.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/displayerLinkMixin.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/displayerMixin.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/displayerMixin.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/displayerStatesMixin.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/displayers/displayerTestsHelper.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/filters/FilterBoolean.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/filters/FilterDate.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/filters/FilterList.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/filters/FilterList.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/filters/FilterNumber.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/filters/FilterText.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/filters/LivedataFilter.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/filters/filterMixin.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/footnotes/LivedataFootnotes.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/footnotes/LivedataFootnotes.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/LayoutLoader.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/LivedataLayout.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/LivedataLayout.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/cards/LayoutCards.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/cards/LayoutCards.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/cards/LayoutCardsCard.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/cards/LayoutCardsCard.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/cards/LayoutCardsNewCard.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/table/LayoutTable.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/table/LayoutTable.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/table/LayoutTableHeaderFilters.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/table/LayoutTableHeaderNames.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/table/LayoutTableNewRow.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/table/LayoutTableRow.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/table/LayoutTableRow.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LiveDataAdvancedPanelExtension.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LiveDataAdvancedPanelExtension.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LivedataAdvancedPanelFilter.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LivedataAdvancedPanelFilter.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LivedataAdvancedPanelFilterEntry.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LivedataAdvancedPanelProperties.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LivedataAdvancedPanelProperties.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LivedataAdvancedPanelSort.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LivedataAdvancedPanelSort.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LivedataAdvancedPanels.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LivedataAdvancedPanels.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/panels/LivedataBaseAdvancedPanel.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/populateStore.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/store.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/utilities/XWikiDraggableItem.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/utilities/XWikiIcon.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/utilities/XWikiIcon.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/utilities/XWikiLoader.vue
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/main.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/editBus.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/footnote.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/i18nResolver.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/init.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/jsonMerge.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/jsonMerge.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/liveDataSource.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/liveDataSource.test.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/logic.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/require.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/requirejs.js
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/variables.less
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/tsconfig.app.json
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/tsconfig.json
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/tsconfig.node.json
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/tsconfig.vitest.json
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/vite.config.ts
R xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/vitest.config.ts
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/pom.xml
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/.gitattributes
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/env.d.ts
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/eslint.config.ts
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package-lock.json
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/package.json
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/src/components/DisplayerScope.vue
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/src/components/DisplayerStaticList.vue
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/src/components/DisplayerToggle.vue
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/src/initNotificationDisplayers.js
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/src/main.js
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/tsconfig.app.json
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/tsconfig.json
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/tsconfig.node.json
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/tsconfig.vitest.json
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/vite.config.ts
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/node/vitest.config.ts
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/.gitattributes
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/env.d.ts
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/eslint.config.ts
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package-lock.json
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/package.json
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/src/components/DisplayerScope.vue
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/src/components/DisplayerStaticList.vue
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/src/components/DisplayerToggle.vue
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/src/initNotificationDisplayers.js
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/src/main.js
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/tsconfig.app.json
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/tsconfig.json
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/tsconfig.node.json
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/tsconfig.vitest.json
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/vite.config.ts
R xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-webjar/src/main/vue/vitest.config.ts
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/extension.vm
M xwiki-platform-tools/xwiki-platform-tool-packager-plugin/src/main/java/com/xpn/xwiki/tool/backup/DataMojo.java
M xwiki-platform-tools/xwiki-platform-tool-packager-plugin/src/main/java/org/xwiki/tool/packager/internal/MavenBuildJarExtensionHandler.java
Log Message:
-----------
XCOMMONS-3349: Make it easier to create webjar modules using node (#4206)
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: 75107a2d314c7708652de4efcd95a656d48873db
https://github.com/xwiki/xwiki-commons/commit/75107a2d314c7708652de4efcd95a…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M pom.xml
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/src/main/java/org/xwiki/extension/jar/internal/handler/JarExtensionHandler.java
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/src/main/java/org/xwiki/extension/jar/internal/handler/JarExtensionJobFinishingListener.java
A xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/src/main/java/org/xwiki/extension/jar/internal/handler/WebjarNodeArtifactTypeConverter.java
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-handlers/xwiki-commons-extension-handler-jar/src/main/resources/META-INF/components.txt
M xwiki-commons-core/xwiki-commons-extension/xwiki-commons-extension-repositories/xwiki-commons-extension-repository-maven/src/main/resources/META-INF/plexus/components.xml
M xwiki-commons-tools/pom.xml
A xwiki-commons-tools/xwiki-commons-tool-webjar-node-handlers/pom.xml
A xwiki-commons-tools/xwiki-commons-tool-webjar-node-handlers/src/main/resources/META-INF/plexus/components.xml
Log Message:
-----------
XCOMMONS-3349: Make it easier to create webjar modules using node (#1343)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 880f13a05fc385c67e11e8b2f741b2fab177f099
https://github.com/xwiki-contrib/cristal/commit/880f13a05fc385c67e11e8b2f74…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-02 (Mon, 02 Jun 2025)
Changed paths:
M api/CHANGELOG.md
M api/package.json
M authentication-server/CHANGELOG.md
M authentication-server/package.json
M core/alerts/alerts-api/CHANGELOG.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/CHANGELOG.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/CHANGELOG.md
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/CHANGELOG.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/CHANGELOG.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/CHANGELOG.md
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/CHANGELOG.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/CHANGELOG.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/CHANGELOG.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/CHANGELOG.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/CHANGELOG.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/CHANGELOG.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/CHANGELOG.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/CHANGELOG.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/CHANGELOG.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/CHANGELOG.md
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/CHANGELOG.md
M core/backends/backend-api/package.json
M core/backends/backend-dexie/CHANGELOG.md
M core/backends/backend-dexie/package.json
M core/backends/backend-github/CHANGELOG.md
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/CHANGELOG.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/CHANGELOG.md
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/CHANGELOG.md
M core/browser/browser-api/package.json
M core/browser/browser-default/CHANGELOG.md
M core/browser/browser-default/package.json
M core/configuration/configuration-api/CHANGELOG.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/CHANGELOG.md
M core/configuration/configuration-web/package.json
M core/date/date-api/CHANGELOG.md
M core/date/date-api/package.json
M core/date/date-ui/CHANGELOG.md
M core/date/date-ui/package.json
M core/document/document-api/CHANGELOG.md
M core/document/document-api/package.json
M core/document/document-default/CHANGELOG.md
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/CHANGELOG.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/CHANGELOG.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/CHANGELOG.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/CHANGELOG.md
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/CHANGELOG.md
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/CHANGELOG.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/CHANGELOG.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/CHANGELOG.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/CHANGELOG.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/CHANGELOG.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/CHANGELOG.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/CHANGELOG.md
M core/history/history-api/package.json
M core/history/history-default/CHANGELOG.md
M core/history/history-default/package.json
M core/history/history-github/CHANGELOG.md
M core/history/history-github/package.json
M core/history/history-ui/CHANGELOG.md
M core/history/history-ui/package.json
M core/history/history-xwiki/CHANGELOG.md
M core/history/history-xwiki/package.json
M core/icons/CHANGELOG.md
M core/icons/package.json
M core/info-actions/info-actions-api/CHANGELOG.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/CHANGELOG.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/CHANGELOG.md
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/CHANGELOG.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/CHANGELOG.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/CHANGELOG.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/CHANGELOG.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/CHANGELOG.md
M core/markdown/markdown-default/package.json
M core/model/model-api/CHANGELOG.md
M core/model/model-api/package.json
M core/model/model-click-listener/CHANGELOG.md
M core/model/model-click-listener/package.json
M core/model/model-local-url/CHANGELOG.md
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/CHANGELOG.md
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/CHANGELOG.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/CHANGELOG.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/CHANGELOG.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/CHANGELOG.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/CHANGELOG.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/CHANGELOG.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/CHANGELOG.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/CHANGELOG.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/CHANGELOG.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/CHANGELOG.md
M core/page-actions/page-actions-ui/package.json
M core/reactivue/CHANGELOG.md
M core/reactivue/package.json
M core/rename/rename-api/CHANGELOG.md
M core/rename/rename-api/package.json
M core/rename/rename-default/CHANGELOG.md
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/CHANGELOG.md
M core/rename/rename-filesystem/package.json
A core/settings/settings-api/CHANGELOG.md
M core/settings/settings-api/package.json
A core/settings/settings-browser/CHANGELOG.md
M core/settings/settings-browser/package.json
A core/settings/settings-configurations-ui/CHANGELOG.md
M core/settings/settings-configurations-ui/package.json
A core/settings/settings-configurations/CHANGELOG.md
M core/settings/settings-configurations/package.json
A core/settings/settings-default/CHANGELOG.md
M core/settings/settings-default/package.json
M core/tiptap-extensions/tiptap-extension-image/CHANGELOG.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/CHANGELOG.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/CHANGELOG.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/CHANGELOG.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/CHANGELOG.md
M core/uiextension/uiextension-ui/package.json
M core/uniast/CHANGELOG.md
M core/uniast/package.json
M core/user/user-ui/CHANGELOG.md
M core/user/user-ui/package.json
A core/wiki-config/wiki-config-api/CHANGELOG.md
M core/wiki-config/wiki-config-api/package.json
A core/wiki-config/wiki-config-default/CHANGELOG.md
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/CHANGELOG.md
M core/xwiki/xwiki-utils/package.json
M dev/config/CHANGELOG.md
M dev/config/package.json
M dev/test-utils/CHANGELOG.md
M dev/test-utils/package.json
M ds/api/CHANGELOG.md
M ds/api/package.json
M ds/dsfr/CHANGELOG.md
M ds/dsfr/package.json
M ds/shoelace/CHANGELOG.md
M ds/shoelace/package.json
M ds/vuetify/CHANGELOG.md
M ds/vuetify/package.json
M editors/blocknote-headless/CHANGELOG.md
M editors/blocknote-headless/package.json
M editors/blocknote/CHANGELOG.md
M editors/blocknote/package.json
M editors/tiptap/CHANGELOG.md
M editors/tiptap/package.json
M electron/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/CHANGELOG.md
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/CHANGELOG.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/CHANGELOG.md
M electron/main/package.json
M electron/package.json
M electron/preload/CHANGELOG.md
M electron/preload/package.json
M electron/renderer/CHANGELOG.md
M electron/renderer/package.json
A electron/settings/settings-main/CHANGELOG.md
M electron/settings/settings-main/package.json
A electron/settings/settings-preload/CHANGELOG.md
M electron/settings/settings-preload/package.json
A electron/settings/settings-renderer/CHANGELOG.md
M electron/settings/settings-renderer/package.json
M electron/state/CHANGELOG.md
M electron/state/package.json
M electron/storage/CHANGELOG.md
M electron/storage/package.json
M extension-manager/CHANGELOG.md
M extension-manager/package.json
M extensions/menubuttons/CHANGELOG.md
M extensions/menubuttons/package.json
M lib/CHANGELOG.md
M lib/package.json
M macros/CHANGELOG.md
M macros/package.json
M realtime/CHANGELOG.md
M realtime/package.json
M rendering/rendering/CHANGELOG.md
M rendering/rendering/package.json
M rendering/wikimodel/CHANGELOG.md
M rendering/wikimodel/package.json
M sharedworker/api/CHANGELOG.md
M sharedworker/api/package.json
M sharedworker/impl/CHANGELOG.md
M sharedworker/impl/package.json
M skin/CHANGELOG.md
M skin/package.json
M sources/xwiki/mock-server/CHANGELOG.md
M sources/xwiki/mock-server/package.json
A utils/inversify/CHANGELOG.md
M utils/inversify/package.json
M web/CHANGELOG.md
M web/package.json
M xwiki/remoteinlineeditor/CHANGELOG.md
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Release of Cristal 0.18
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: b1e25ee811577996c9c5a89f0aeefd68cb657f57
https://github.com/xwiki/xwiki-platform/commit/b1e25ee811577996c9c5a89f0aee…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-05-30 (Fri, 30 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Factory.test.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/Logic.test.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/document/DefaultDocumentService.ts
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.test.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/DefaultModelReferenceHandlerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/DefaultModelReferenceParserProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/reference/DefaultModelReferenceSerializerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/DefaultRemoteURLParserProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/DefaultRemoteURLSerializerProvider.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/XWikiRemoteURLParser.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/model/url/XWikiRemoteURLSerializer.ts
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin/DefaultSkinManager.ts
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/prototypeJSPatches.js
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Small progress.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: bbd8dc3fb53a356e4e51464d0d8bd2733555a8f6
https://github.com/xwiki/xwiki-platform/commit/bbd8dc3fb53a356e4e51464d0d8b…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/factory.test.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Simplify imports
Commit: 257b6dc3aec171c5457e0703f00ad6640173457b
https://github.com/xwiki/xwiki-platform/commit/257b6dc3aec171c5457e0703f00a…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* We actually need to depend on React in order to execute the JSX transformations...
Compare: https://github.com/xwiki/xwiki-platform/compare/ebc3ded8da50...257b6dc3aec1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-blocknote
Home: https://github.com/xwiki/xwiki-platform
Commit: ebc3ded8da5081823768fcbf0e60bd73ab988cec
https://github.com/xwiki/xwiki-platform/commit/ebc3ded8da5081823768fcbf0e60…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-05-29 (Thu, 29 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/eslint.config.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/package.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/components/XWikiBlockNote.vue
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/main.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/container.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/logic.js
R xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.js
A xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/src/services/skin.ts
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/tsconfig.json
M xwiki-platform-core/xwiki-platform-blocknote/xwiki-platform-blocknote-webjar/src/main/node/vite.config.ts
Log Message:
-----------
XWIKI-23025: Introduce Blocknote as an editor for XWiki
* Fix the build to support using local Cristal (SNAPSHOT) deps (use workaround for Vite bug)
* Fix linting configuration and linting errors
* Don't depend on cristal-skin because it brings unneeded transitive deps; use ``cristal-api`` instead and implement the SkinManager interface
* No need to depend on React directly / explicitly
* Allow esbuild to hook to build lifecycle
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-23043
Home: https://github.com/xwiki/xwiki-platform
Commit: 38de16817d30444a905b874efb22a75d0f090831
https://github.com/xwiki/xwiki-platform/commit/38de16817d30444a905b874efb22…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-api/src/main/java/org/xwiki/rendering/macro/wikibridge/WikiMacroParameterDescriptor.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/DefaultWikiMacroFactory.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroClassDocumentInitializer.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroConstants.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-wikimacro/xwiki-platform-rendering-wikimacro-store/src/main/java/org/xwiki/rendering/wikimacro/internal/WikiMacroParameterClassDocumentInitializer.java
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Add new fields in WikiMacroParameterClass and WikiMacroClass for
allowing to order parameters and to order the content
* Use the new property in the wiki macro factory
* Provide new missing API in WikiMacroParameterDescriptor
Commit: d2273ddd80c4c894be1c98a9957a896c8bf79b3b
https://github.com/xwiki/xwiki-platform/commit/d2273ddd80c4c894be1c98a9957a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-05-28 (Wed, 28 May 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroWizard.css
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/util/ui/MacroParametersHelper.java
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* start improving the UI
Compare: https://github.com/xwiki/xwiki-platform/compare/e8e72721b13c...d2273ddd80c4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications