Branch: refs/heads/XWIKI-22787
Home: https://github.com/xwiki/xwiki-platform
Commit: 122bcb13759ea3484a6f62cba3f24c7d06e9da2f
https://github.com/xwiki/xwiki-platform/commit/122bcb13759ea3484a6f62cba3f2…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractCopyOrMoveJob.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractEntityJob.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractEntityJobWithChecks.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/MoveJob.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/test/java/org/xwiki/refactoring/internal/job/MoveJobTest.java
Log Message:
-----------
XWIKI-22787: Pinned Pages are lost on space move for non admin user
* Start work to have specific handling of WebPreferences in case of
move/rename/copy of a full space
* WIP: needs to add tests
Commit: 862c094f11fa78c0b2dd1278eaa86b6ec427bf8a
https://github.com/xwiki/xwiki-platform/commit/862c094f11fa78c0b2dd1278eaa8…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/internal/job/AbstractCopyOrMoveJob.java
Log Message:
-----------
XWIKI-22787: Pinned Pages are lost on space move for non admin user
* Fix unused import
Compare: https://github.com/xwiki/xwiki-platform/compare/dc2a2b9c4f2c...862c094f11fa
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-462
Home: https://github.com/xwiki-contrib/cristal
Commit: c9a75cceacdfdc5e8c3359dbd5fe9f1b4decbc2c
https://github.com/xwiki-contrib/cristal/commit/c9a75cceacdfdc5e8c3359dbd5f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M api/src/api/cristalApp.ts
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-default/src/DefaultPageActionCategoryService.ts
M core/page-actions/page-actions-default/src/DefaultPageActionService.ts
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-default/src/DefaultUIExtensionsManager.ts
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M editors/tiptap/package.json
M editors/tiptap/src/components/uixTiptapEditorProvider.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
M editors/tiptap/src/vue/c-tiptap-link-edit.vue
M editors/tiptap/tsconfig.json
M electron/renderer/src/index.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider2.ts
M lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
A lib/src/default/defaultComponentsList.ts
A lib/src/default/nextcloud.ts
A lib/src/default/offline.ts
A lib/src/default/shoelace.ts
A lib/src/default/vuetify.ts
A lib/src/default/xwiki.ts
R lib/src/defaultComponentsList.ts
M lib/src/index.ts
M lib/src/staticBuild.ts
M macros/src/components/alertMacro.ts
M macros/src/components/errorMacro.ts
M macros/src/components/infoMacro.ts
M macros/src/components/successMacro.ts
M macros/src/components/warningMacro.ts
M pnpm-lock.yaml
M sharedworker/impl/src/components/workerCristalApp.ts
M skin/src/api/vueTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/components/templateTemplateProvider.ts
M skin/src/components/uixLoginTemplateProvider.ts
M skin/src/components/uixSearchTemplateProvider.ts
M skin/src/components/uixVueTemplateProvider.ts
M skin/src/vue/c-edit.vue
M skin/src/vue/c-main.vue
M skin/src/vue/c-uix.vue
M skin/src/vue/contentTools.ts
M web/package.json
M web/src/index.ts
M web/vite.config.ts
M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts
Log Message:
-----------
CRISTAL-463: Improve Cristal bundled size
- load the editor code lazily
- bundle wikimodel in a separate chunk
- replace vuetify large font file for icons with svg elements loaded from javascript
Commit: 5061ab400ef3b1da1f3d0a91ff5e2e637ba17200
https://github.com/xwiki-contrib/cristal/commit/5061ab400ef3b1da1f3d0a91ff5…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.2.1 (#655)
Commit: 2859c5bba0aba58be0a53720b27a8d6812a54d79
https://github.com/xwiki-contrib/cristal/commit/2859c5bba0aba58be0a53720b27…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency nx to v20.4.1 (#654)
Commit: 46925de40485af724d3c1542ed6f0157564f5a1d
https://github.com/xwiki-contrib/cristal/commit/46925de40485af724d3c1542ed6…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
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-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-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-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/user/user-ui/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/configuration/configuration-electron/configuration-electron-main/package.json
M electron/configuration/configuration-electron/configuration-electron-preload/package.json
M electron/configuration/configuration-electron/configuration-electron-renderer/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency vite to v6.1.0 (#657)
Commit: 76bfde6206f845a93f0f69bc45d6bfa70ae1dd2c
https://github.com/xwiki-contrib/cristal/commit/76bfde6206f845a93f0f69bc45d…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency happy-dom to v17 (#658)
Commit: 493992709a0a8bc40b0fd3eceeb4874fc75bec4d
https://github.com/xwiki-contrib/cristal/commit/493992709a0a8bc40b0fd3eceeb…
Author: tkrieck <149672322+tkrieck(a)users.noreply.github.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M skin/src/vue/c-article.vue
M skin/src/vue/c-view.vue
Log Message:
-----------
CRISTAL-450: Code block are not styled (#652)
Commit: 08ca4f06055580bf50c0aec5ac7974002f4d4799
https://github.com/xwiki-contrib/cristal/commit/08ca4f06055580bf50c0aec5ac7…
Author: tkrieck <149672322+tkrieck(a)users.noreply.github.com>
Date: 2025-02-07 (Fri, 07 Feb 2025)
Changed paths:
M skin/src/vue/c-article.vue
Log Message:
-----------
CRISTAL-449: Blockquotes are not styled (#651)
Commit: 216f65971128619355a664120e65aca2b7b1fd27
https://github.com/xwiki-contrib/cristal/commit/216f65971128619355a664120e6…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10
Caused by https://github.com/xwiki-contrib/cristal/pull/641
Commit: c26644908ec0a54d2ad1ca0cf66286fcac5458ca
https://github.com/xwiki-contrib/cristal/commit/c26644908ec0a54d2ad1ca0cf66…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M .vscode/extensions.json
Log Message:
-----------
[Misc] Remove deprecated Vue TypeScript VSCode extension (#679)
Commit: 3f8165a97db90855215281a99736f49030318c99
https://github.com/xwiki-contrib/cristal/commit/3f8165a97db90855215281a9973…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-02-19 (Wed, 19 Feb 2025)
Changed paths:
M electron/.electron-builder.config.js
M electron/package.json
Log Message:
-----------
CRISTAL-467: Add Flatpak image (#682)
Commit: 8133dc7d70201b688a7a51262d9cb28d3a0cb5ae
https://github.com/xwiki-contrib/cristal/commit/8133dc7d70201b688a7a51262d9…
Author: Clément E. <clement.eraud(a)xwiki.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M electron/main/src/index.ts
M lib/src/components/cristalAppLoader.ts
Log Message:
-----------
CRISTAL-463: Improve Cristal bundled size
Fix configuration load timing issue on Electron.
Commit: 93955faf761cb2d2286934a9166fcca68c961453
https://github.com/xwiki-contrib/cristal/commit/93955faf761cb2d2286934a9166…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-02-20 (Thu, 20 Feb 2025)
Changed paths:
M core/document/document-api/src/index.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-api/src/index.ts
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-api/src/index.ts
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M core/page-actions/page-actions-ui/langs/translation-en.json
M core/page-actions/page-actions-ui/langs/translation-fr.json
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
M core/page-actions/page-actions-ui/src/vue/MovePage.vue
M core/page-actions/page-actions-ui/src/vue/PageActions.vue
M core/page-actions/page-actions-ui/src/vue/PageActionsCategory.vue
M core/page-actions/page-actions-ui/src/vue/RenamePage.vue
M ds/api/package.json
M ds/api/src/XNavigationTree.ts
A ds/api/src/XNavigationTreeSelect.ts
M ds/api/src/XTextField.ts
M ds/api/src/index.ts
A ds/shoelace/langs/translation-en.json
A ds/shoelace/langs/translation-fr.json
M ds/shoelace/package.json
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
A ds/shoelace/src/translations.ts
M ds/shoelace/src/vue/form/x-form.vue
A ds/shoelace/src/vue/form/x-navigation-tree-select.vue
M ds/shoelace/src/vue/form/x-text-field.vue
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/langs/translation-en.json
M ds/vuetify/langs/translation-fr.json
M ds/vuetify/package.json
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M ds/vuetify/src/translations.ts
M ds/vuetify/src/vue/form/x-form.vue
A ds/vuetify/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/src/vue/form/x-text-field.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
M editors/tiptap/src/vue/c-edit-tiptap.vue
M pnpm-lock.yaml
M skin/langs/translation-en.json
M skin/langs/translation-fr.json
M skin/src/vue/__tests__/c-content.test.ts
M skin/src/vue/c-article.vue
M skin/src/vue/c-content.vue
M skin/src/vue/c-page-creation-menu.vue
M skin/src/vue/c-sidebar.vue
M web/e2e/main-page.spec.ts
Log Message:
-----------
CRISTAL-326: Missing tooltip and hints for the create page UI (#684)
* Introduce NavigationTreeSelect as a new form component
* Add help text to TextField component
* Improve form styling for Vuetify
* Update hierarchy API to use EntityReferences instead of PageData
* Update navigation tree API to use EntityReferences instead of PageData
* Update document change API to use EntityReferences instead of PageData
* Improve buttons behavior on form modals
* Overall style uniformization for existing forms
* Add Select button to tree select
Commit: dec3fbc9a47e322c55a1b4a7202223e3840e9f23
https://github.com/xwiki-contrib/cristal/commit/dec3fbc9a47e322c55a1b4a7202…
Author: Simpel <git(a)simpel.cc>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M core/page-actions/page-actions-ui/langs/translation-de.json
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (25 of 25 strings)
Translation: XWiki Contrib/cristal - page-actions-ui
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-page-actions-…
Commit: b94853a63a76554252cc373ec3fb00f585be45d9
https://github.com/xwiki-contrib/cristal/commit/b94853a63a76554252cc373ec3f…
Author: Simpel <git(a)simpel.cc>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M ds/vuetify/langs/translation-de.json
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (4 of 4 strings)
Translation: XWiki Contrib/cristal - vuetify
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-vuetify/de/
Commit: 6f97427f1b30d9df0df79c9068569fc64023bad1
https://github.com/xwiki-contrib/cristal/commit/6f97427f1b30d9df0df79c90685…
Author: Simpel <git(a)simpel.cc>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M skin/langs/translation-de.json
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (19 of 19 strings)
Translation: XWiki Contrib/Cristal - Skin
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-skin/de/
Commit: c9b9d59da6bb97e6be5c8eaa763b95f6aa6cc6d9
https://github.com/xwiki-contrib/cristal/commit/c9b9d59da6bb97e6be5c8eaa763…
Author: Simpel <git(a)simpel.cc>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
A ds/shoelace/langs/translation-de.json
Log Message:
-----------
Added translation using Weblate (German)
Commit: 9836c5b15a48d6ddb54e05f5fc12ab2c3e751ac2
https://github.com/xwiki-contrib/cristal/commit/9836c5b15a48d6ddb54e05f5fc1…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M core/page-actions/page-actions-ui/langs/translation-de.json
A ds/shoelace/langs/translation-de.json
M ds/vuetify/langs/translation-de.json
M skin/langs/translation-de.json
Log Message:
-----------
Merge pull request #692 from xwikiorgci/weblate-xwiki-contrib-cristal-skin
Translations update from Weblate
Commit: 626b83ea82d5ae60c5cf57016f7fe444c0746062
https://github.com/xwiki-contrib/cristal/commit/626b83ea82d5ae60c5cf57016f7…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M .github/workflows/build_electron.yml
Log Message:
-----------
CRISTAL-467: Flatpak for Linux
Add support for flatpak in github actions.
Commit: cad520ea492a81ba233703bcc48f6cc818baf13f
https://github.com/xwiki-contrib/cristal/commit/cad520ea492a81ba233703bcc48…
Author: tkrieck <149672322+tkrieck(a)users.noreply.github.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue
Log Message:
-----------
CRISTAL-461: Toolbar is missing styles (#669)
* Added styles to separate the toolbar from its background
Commit: a6515877a5dacd510d2169d791f54fff80effdb1
https://github.com/xwiki-contrib/cristal/commit/a6515877a5dacd510d2169d791f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M .github/workflows/build_electron.yml
M .vscode/extensions.json
M api/package.json
M api/src/api/cristalApp.ts
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-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-api/src/index.ts
M core/document/document-default/package.json
M core/document/document-default/src/defaultDocumentService.ts
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-api/src/index.ts
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
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-default/src/DefaultInfoActionsService.ts
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-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
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-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-api/src/index.ts
M core/navigation-tree/navigation-tree-default/package.json
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/package.json
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
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-ui/langs/translation-de.json
M core/page-actions/page-actions-ui/langs/translation-en.json
M core/page-actions/page-actions-ui/langs/translation-fr.json
M core/page-actions/page-actions-ui/package.json
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
M core/page-actions/page-actions-ui/src/vue/MovePage.vue
M core/page-actions/page-actions-ui/src/vue/PageActions.vue
M core/page-actions/page-actions-ui/src/vue/PageActionsCategory.vue
M core/page-actions/page-actions-ui/src/vue/RenamePage.vue
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-default/src/DefaultUIExtensionsManager.ts
M core/uiextension/uiextension-ui/package.json
M core/user/user-ui/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/api/src/XNavigationTree.ts
A ds/api/src/XNavigationTreeSelect.ts
M ds/api/src/XTextField.ts
M ds/api/src/index.ts
M ds/dsfr/package.json
A ds/shoelace/langs/translation-de.json
A ds/shoelace/langs/translation-en.json
A ds/shoelace/langs/translation-fr.json
M ds/shoelace/package.json
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
A ds/shoelace/src/translations.ts
M ds/shoelace/src/vue/form/x-form.vue
A ds/shoelace/src/vue/form/x-navigation-tree-select.vue
M ds/shoelace/src/vue/form/x-text-field.vue
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/langs/translation-de.json
M ds/vuetify/langs/translation-en.json
M ds/vuetify/langs/translation-fr.json
M ds/vuetify/package.json
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M ds/vuetify/src/translations.ts
M ds/vuetify/src/vue/form/x-form.vue
A ds/vuetify/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/src/vue/form/x-text-field.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
M editors/tiptap/package.json
M editors/tiptap/src/components/uixTiptapEditorProvider.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue
M editors/tiptap/src/vue/c-tiptap-link-edit.vue
M editors/tiptap/tsconfig.json
M electron/.electron-builder.config.js
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/configuration/configuration-electron/configuration-electron-main/package.json
M electron/configuration/configuration-electron/configuration-electron-preload/package.json
M electron/configuration/configuration-electron/configuration-electron-renderer/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/main/src/index.ts
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M extensions/menubuttons/src/components/uixMenuTemplateProvider.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider2.ts
M lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
A lib/src/default/defaultComponentsList.ts
A lib/src/default/nextcloud.ts
A lib/src/default/offline.ts
A lib/src/default/shoelace.ts
A lib/src/default/vuetify.ts
A lib/src/default/xwiki.ts
R lib/src/defaultComponentsList.ts
M lib/src/index.ts
M lib/src/staticBuild.ts
M macros/package.json
M macros/src/components/alertMacro.ts
M macros/src/components/errorMacro.ts
M macros/src/components/infoMacro.ts
M macros/src/components/successMacro.ts
M macros/src/components/warningMacro.ts
M package.json
M pnpm-lock.yaml
M realtime/package.json
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M sharedworker/impl/src/components/workerCristalApp.ts
M skin/langs/translation-de.json
M skin/langs/translation-en.json
M skin/langs/translation-fr.json
M skin/package.json
M skin/src/api/vueTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/components/templateTemplateProvider.ts
M skin/src/components/uixLoginTemplateProvider.ts
M skin/src/components/uixSearchTemplateProvider.ts
M skin/src/components/uixVueTemplateProvider.ts
M skin/src/vue/__tests__/c-content.test.ts
M skin/src/vue/c-article.vue
M skin/src/vue/c-content.vue
M skin/src/vue/c-edit.vue
M skin/src/vue/c-main.vue
M skin/src/vue/c-page-creation-menu.vue
M skin/src/vue/c-sidebar.vue
M skin/src/vue/c-uix.vue
M skin/src/vue/c-view.vue
M skin/src/vue/contentTools.ts
M sources/xwiki/mock-server/package.json
M web/e2e/main-page.spec.ts
M web/package.json
M web/src/index.ts
M web/vite.config.ts
M xwiki/remoteinlineeditor/package.json
M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into CRISTAL-462
Compare: https://github.com/xwiki-contrib/cristal/compare/ea038d8d1e1e...a6515877a5da
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 96ed48145319f55646f63e55d0ab45fe84ed9f33
https://github.com/xwiki/xwiki-platform/commit/96ed48145319f55646f63e55d0ab…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 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/ViewersIT.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/ChildrenPage.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/PinnedChildPagesTab.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/java/org/xwiki/index/IndexScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManager.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManagerTest.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/java/org/xwiki/index/tree/pinned/PinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/test/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResourceTest.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/children.vm
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature (#3900)
* Provide a REST API to manipulate pinned pages with Edit right only
* Provide an index script service and an index.tree script service to manipulate pinned pages
* Provide tabs in children viewer with a UIXP
* Use the UIXP to inject capability to configure pinned pages reusing the navigation panel administration UI
* Provide new integration test
(cherry picked from commit aaf345bbb3f4555fdfdc3db5ca1e3c98e2d8db76)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f935c4a9b6851aa3d9fa9f06c65621adcea0200f
https://github.com/xwiki/xwiki-platform/commit/f935c4a9b6851aa3d9fa9f06c656…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/PanelsCode/NavigationConfigurationSheet.xml
Log Message:
-----------
XWIKI-22904: WCAG not complied in navigation panel administration
* Revert changes related to aria-hidden and tabsindex: we want user to
be still able to use keyboard to pin/unpin pages
(cherry picked from commit 3ca4f633c6467a53121b3909673d7dfb32c5f347)
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: 2cb576f57acb35ca20dc81d992408477f7188c3a
https://github.com/xwiki/xwiki-platform/commit/2cb576f57acb35ca20dc81d99240…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/PanelsCode/NavigationConfigurationSheet.xml
Log Message:
-----------
XWIKI-22904: WCAG not complied in navigation panel administration
* Revert changes related to aria-hidden and tabsindex: we want user to
be still able to use keyboard to pin/unpin pages
(cherry picked from commit 3ca4f633c6467a53121b3909673d7dfb32c5f347)
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: 3ca4f633c6467a53121b3909673d7dfb32c5f347
https://github.com/xwiki/xwiki-platform/commit/3ca4f633c6467a53121b3909673d…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-panels/xwiki-platform-panels-ui/src/main/resources/PanelsCode/NavigationConfigurationSheet.xml
Log Message:
-----------
XWIKI-22904: WCAG not complied in navigation panel administration
* Revert changes related to aria-hidden and tabsindex: we want user to
be still able to use keyboard to pin/unpin pages
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: 061d9ee4f867755d80304bb27f89fefd6ea8c81d
https://github.com/xwiki/xwiki-platform/commit/061d9ee4f867755d80304bb27f89…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 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/ViewersIT.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/ChildrenPage.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/PinnedChildPagesTab.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/java/org/xwiki/index/IndexScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManager.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManagerTest.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/java/org/xwiki/index/tree/pinned/PinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/test/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResourceTest.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/children.vm
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature (#3900)
* Provide a REST API to manipulate pinned pages with Edit right only
* Provide an index script service and an index.tree script service to manipulate pinned pages
* Provide tabs in children viewer with a UIXP
* Use the UIXP to inject capability to configure pinned pages reusing the navigation panel administration UI
* Provide new integration test
(cherry picked from commit aaf345bbb3f4555fdfdc3db5ca1e3c98e2d8db76)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-3900
Home: https://github.com/xwiki/xwiki-platform
Commit: 2bd27ce0122d618c565caebe5e14fd8eb324e246
https://github.com/xwiki/xwiki-platform/commit/2bd27ce0122d618c565caebe5e14…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 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/ViewersIT.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/ChildrenPage.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/PinnedChildPagesTab.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/java/org/xwiki/index/IndexScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManager.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManagerTest.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/java/org/xwiki/index/tree/pinned/PinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/test/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResourceTest.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/children.vm
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature (#3900)
* Provide a REST API to manipulate pinned pages with Edit right only
* Provide an index script service and an index.tree script service to manipulate pinned pages
* Provide tabs in children viewer with a UIXP
* Use the UIXP to inject capability to configure pinned pages reusing the navigation panel administration UI
* Provide new integration test
(cherry picked from commit aaf345bbb3f4555fdfdc3db5ca1e3c98e2d8db76)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-16.10.x/pr-3900
Home: https://github.com/xwiki/xwiki-platform
Commit: 0de2381d2a0dd01552854c5a342c9dff3e631040
https://github.com/xwiki/xwiki-platform/commit/0de2381d2a0dd01552854c5a342c…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 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/ViewersIT.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/ChildrenPage.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/PinnedChildPagesTab.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/java/org/xwiki/index/IndexScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManager.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManagerTest.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/java/org/xwiki/index/tree/pinned/PinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/test/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResourceTest.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/children.vm
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature (#3900)
* Provide a REST API to manipulate pinned pages with Edit right only
* Provide an index script service and an index.tree script service to manipulate pinned pages
* Provide tabs in children viewer with a UIXP
* Use the UIXP to inject capability to configure pinned pages reusing the navigation panel administration UI
* Provide new integration test
(cherry picked from commit aaf345bbb3f4555fdfdc3db5ca1e3c98e2d8db76)
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: aaf345bbb3f4555fdfdc3db5ca1e3c98e2d8db76
https://github.com/xwiki/xwiki-platform/commit/aaf345bbb3f4555fdfdc3db5ca1e…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 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/ViewersIT.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/pom.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/ChildrenPage.java
A xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-pageobjects/src/main/java/org/xwiki/flamingo/skin/test/po/PinnedChildPagesTab.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/java/org/xwiki/index/IndexScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/IndexTreeScriptService.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManager.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-api/src/test/java/org/xwiki/index/tree/internal/nestedpages/pinned/PinnedChildPagesManagerTest.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-api/src/main/java/org/xwiki/index/tree/pinned/PinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResource.java
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-rest/xwiki-platform-index-tree-rest-default/src/test/java/org/xwiki/index/internal/tree/pinned/DefaultPinnedChildPagesResourceTest.java
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/pom.xml
A xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/children.vm
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature (#3900)
* Provide a REST API to manipulate pinned pages with Edit right only
* Provide an index script service and an index.tree script service to manipulate pinned pages
* Provide tabs in children viewer with a UIXP
* Use the UIXP to inject capability to configure pinned pages reusing the navigation panel administration UI
* Provide new integration test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22583
Home: https://github.com/xwiki/xwiki-platform
Commit: cd3a965a7445ce688f04c9416cbf65d35cf48edb
https://github.com/xwiki/xwiki-platform/commit/cd3a965a7445ce688f04c9416cbf…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
Log Message:
-----------
XWIKI-22583: Allow users with edit rights on a page and all its children to use the Pinned Pages feature
* Fix one WCAG report
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: 6e35414931a81471e3742e1e6c074e45c3a39bd1
https://github.com/xwiki/xwiki-platform/commit/6e35414931a81471e3742e1e6c07…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/user/CurrentUserPropertyResourceImpl.java
Log Message:
-----------
XWIKI-22912: The current user proerty update REST endpoint is modifying the cached document
(cherry picked from commit 8e9d922593f7d70d59940ee641107e2b7826d40c)
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: 8e9d922593f7d70d59940ee641107e2b7826d40c
https://github.com/xwiki/xwiki-platform/commit/8e9d922593f7d70d59940ee64110…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/user/CurrentUserPropertyResourceImpl.java
Log Message:
-----------
XWIKI-22912: The current user proerty update REST endpoint is modifying the cached document
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: 5d7dc3d32e7d3a2ebb0a4bf0001c63d0fcae81f4
https://github.com/xwiki/xwiki-platform/commit/5d7dc3d32e7d3a2ebb0a4bf0001c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/objects/ObjectPropertyResourceImpl.java
Log Message:
-----------
XWIKI-22907: The update object property REST endpoint is modifying the cached document
(cherry picked from commit f050e52feb1638c1bab17964e4f5b2a56c6dff7d)
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: a9a77287b57aab94c7a0b92dbf99c58c0082600e
https://github.com/xwiki/xwiki-platform/commit/a9a77287b57aab94c7a0b92dbf99…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/objects/ObjectsResourceImpl.java
Log Message:
-----------
XWIKI-22905: The add object REST endpoint is modifying the cached document
(cherry picked from commit 18aa48cf259c1bde3b45e9c5947abfe42daa539c)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/export-tools
Commit: db733e33c1f5e4d581cf832a8bbaddf62d3550bf
https://github.com/xwiki-contrib/export-tools/commit/db733e33c1f5e4d581cf83…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
A export-tools-macro-ui/pom.xml
A export-tools-macro-ui/src/main/resources/XWiki/ExportTools/Macros/ExportIgnore.xml
A export-tools-macro-ui/src/main/resources/XWiki/ExportTools/Macros/ExportOnly.xml
A export-tools-macro-ui/src/main/resources/XWiki/ExportTools/Translations.xml
A export-tools-macro-ui/src/main/resources/XWiki/ExportTools/WebHome.xml
R export-tools-macros-ui/pom.xml
R export-tools-macros-ui/src/main/resources/XWiki/ExportTools/Macros/ExportIgnore.xml
R export-tools-macros-ui/src/main/resources/XWiki/ExportTools/Macros/ExportOnly.xml
R export-tools-macros-ui/src/main/resources/XWiki/ExportTools/Translations.xml
R export-tools-macros-ui/src/main/resources/XWiki/ExportTools/WebHome.xml
M pom.xml
Log Message:
-----------
[misc] Fix typo on module names
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/export-tools/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/export-tools
Commit: 4b2d9aa09eb62c5bb681619f23f044a6ec465e2e
https://github.com/xwiki-contrib/export-tools/commit/4b2d9aa09eb62c5bb68161…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M README.md
A export-tools-confluence-scroll-exporter-shallow/pom.xml
A export-tools-confluence-scroll-exporter-shallow/src/main/resources/XWiki/ExportTools/Macros/Shallow/ExportIndexterm.xml
A export-tools-confluence-scroll-exporter-shallow/src/main/resources/XWiki/ExportTools/Macros/Shallow/ExportPagetitle.xml
A export-tools-macros-ui/pom.xml
A export-tools-macros-ui/src/main/resources/XWiki/ExportTools/Macros/ExportIgnore.xml
A export-tools-macros-ui/src/main/resources/XWiki/ExportTools/Macros/ExportOnly.xml
A export-tools-macros-ui/src/main/resources/XWiki/ExportTools/Translations.xml
A export-tools-macros-ui/src/main/resources/XWiki/ExportTools/WebHome.xml
A pom.xml
Log Message:
-----------
EXPORTTOOL-1: First implementation
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/export-tools/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: d3a2ae59aabc5fd9fe7c7988de763de36841a9be
https://github.com/xwiki-contrib/confluence/commit/d3a2ae59aabc5fd9fe7c7988…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
A confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/macros/ScrollExporterMacrosConverter.java
M confluence-xml/src/main/resources/META-INF/components.txt
A confluence-xml/src/test/resources/confluencexml/scrollExporter.test
A confluence-xml/src/test/resources/confluencexml/scrollExporter/entities.xml
Log Message:
-----------
CONFLUENCE-402: Add converter for scroll exporter macros to XWiki export tools
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 8122987f8066d9ed9f72dfcc43e66037094b5152
https://github.com/xwiki/xwiki-platform/commit/8122987f8066d9ed9f72dfcc43e6…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/Registration.xml
Log Message:
-----------
XWIKI-22813: Create User dialog no longer automatically suggests username based on first and last names (#3906)
* Reverted the form field order to what used to be.
(cherry picked from commit 340e8c92bec9b270a9c4de5bec3791073e814754)
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: f781ad03a72236780d0b23cb980462a73b760225
https://github.com/xwiki/xwiki-platform/commit/f781ad03a72236780d0b23cb9804…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/test/java/org/xwiki/extension/xar/internal/handler/XarExtensionHandlerTest.java
M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/test/MockitoOldcore.java
Log Message:
-----------
[Misc] Improve tests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/first_implementation
Home: https://github.com/xwiki-contrib/export-tools
Commit: 4b2d9aa09eb62c5bb681619f23f044a6ec465e2e
https://github.com/xwiki-contrib/export-tools/commit/4b2d9aa09eb62c5bb68161…
Author: Josué Tille <josue.tille(a)xwiki.com>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M README.md
A export-tools-confluence-scroll-exporter-shallow/pom.xml
A export-tools-confluence-scroll-exporter-shallow/src/main/resources/XWiki/ExportTools/Macros/Shallow/ExportIndexterm.xml
A export-tools-confluence-scroll-exporter-shallow/src/main/resources/XWiki/ExportTools/Macros/Shallow/ExportPagetitle.xml
A export-tools-macros-ui/pom.xml
A export-tools-macros-ui/src/main/resources/XWiki/ExportTools/Macros/ExportIgnore.xml
A export-tools-macros-ui/src/main/resources/XWiki/ExportTools/Macros/ExportOnly.xml
A export-tools-macros-ui/src/main/resources/XWiki/ExportTools/Translations.xml
A export-tools-macros-ui/src/main/resources/XWiki/ExportTools/WebHome.xml
A pom.xml
Log Message:
-----------
EXPORTTOOL-1: First implementation
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/export-tools/settings/notifications