[xwiki-contrib/cristal] cf6934: [Misc] Ignore vite timestamp temporary files
Branch: refs/heads/CRISTAL-212 Home: https://github.com/xwiki-contrib/cristal Commit: cf6934ba8cddc1de56741f7e38e392795f7d685a https://github.com/xwiki-contrib/cristal/commit/cf6934ba8cddc1de56741f7e38e3... Author: Manuel Leduc <[email protected]> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M .gitignore Log Message: ----------- [Misc] Ignore vite timestamp temporary files Commit: 7ff1714477091c3e7015fa1835307b3c5d4188cd https://github.com/xwiki-contrib/cristal/commit/7ff1714477091c3e7015fa183530... Author: Manuel Leduc <[email protected]> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M core/attachments/attachments-ui/package.json M core/extra-tabs/extra-tabs-default/package.json M core/extra-tabs/extra-tabs-ui/package.json Log Message: ----------- [Misc] Prettify package.json Fix fields order. Commit: fda1fe0fe6c6735cf1fb10875ce38e7ea5dddcb2 https://github.com/xwiki-contrib/cristal/commit/fda1fe0fe6c6735cf1fb10875ce3... Author: Manuel Leduc <[email protected]> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: A api/src/api/attachmentsData.ts M api/src/api/storage.ts M api/src/index.ts M core/attachments/attachments-api/src/index.ts M core/attachments/attachments-default/src/defaultAttachmentsService.ts M core/attachments/attachments-ui/package.json A core/attachments/attachments-ui/src/AttachmentsInfoAction.ts M core/attachments/attachments-ui/src/index.ts M core/backends/backend-api/src/abstractStorage.ts M core/backends/backend-dexie/src/wrappingOfflineStorage.ts M core/backends/backend-github/src/githubStorage.ts M core/backends/backend-nextcloud/src/nextcloudStorage.ts M core/backends/backend-xwiki/src/xwikiStorage.ts A core/info-actions/info-actions-api/package.json A core/info-actions/info-actions-api/src/index.ts A core/info-actions/info-actions-api/tsconfig.json A core/info-actions/info-actions-api/vite.config.ts A core/info-actions/info-actions-default/package.json A core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts A core/info-actions/info-actions-default/src/index.ts A core/info-actions/info-actions-default/tsconfig.json A core/info-actions/info-actions-default/vite.config.ts A core/info-actions/info-actions-ui/package.json A core/info-actions/info-actions-ui/src/index.ts A core/info-actions/info-actions-ui/src/vue/InfoAction.vue A core/info-actions/info-actions-ui/src/vue/InfoActions.vue A core/info-actions/info-actions-ui/tsconfig.json A core/info-actions/info-actions-ui/vite.config.ts M electron/storage/src/components/fileSystemStorage.ts M lib/package.json M lib/src/staticBuild.ts M pnpm-lock.yaml M pnpm-workspace.yaml M skin/package.json M skin/src/components/componentsInit.ts A skin/src/components/info-actions/commentsInfoAction.ts A skin/src/components/info-actions/likesInfoAction.ts M skin/src/vue/c-content.vue Log Message: ----------- CRISTAL-215: Attachments listing is possible Introduce an attachments count info action UI element. Commit: f0843304c07eb05671147844216e0c18d5601ddf https://github.com/xwiki-contrib/cristal/commit/f0843304c07eb05671147844216e... Author: Manuel Leduc <[email protected]> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M core/attachments/attachments-ui/langs/translation-en.json A core/attachments/attachments-ui/src/AttachmentExtraTab.ts M core/attachments/attachments-ui/src/index.ts M core/extra-tabs/extra-tabs-api/package.json M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts M core/extra-tabs/extra-tabs-api/src/index.ts M pnpm-lock.yaml M skin/langs/translation-en.json M skin/src/components/InformationTab.ts Log Message: ----------- CRISTAL-215: Attachments listing is possible Allow extra tabs titles to be translated. Commit: c0d9d898a252de566b97d33931bea392442280a2 https://github.com/xwiki-contrib/cristal/commit/c0d9d898a252de566b97d33931be... Author: Manuel Leduc <[email protected]> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M ds/vuetify/src/vue/x-breadcrumb.vue M editors/tiptap/src/vue/c-tiptap-link-suggest.vue Log Message: ----------- CRISTAL-200: Support for breadcrumb - Improved style for vuetify x-breadcrumb - Update c-tiptap-link-suggest to use the new x-breadcrumb props type Commit: efbd02090606facb2d984912b07bd2aec964d668 https://github.com/xwiki-contrib/cristal/commit/efbd02090606facb2d984912b07b... Author: Marius Dumitru Florea <[email protected]> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: A .changeset/flat-suns-speak.md Log Message: ----------- docs(changeset): Cristal 0.9 Release Commit: 776e45027bd0d43d554364cce9ff8c7879873799 https://github.com/xwiki-contrib/cristal/commit/776e45027bd0d43d554364cce9ff... Author: Marius Dumitru Florea <[email protected]> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: R .changeset/flat-suns-speak.md M api/CHANGELOG.md M api/package.json A core/attachments/attachments-api/CHANGELOG.md M core/attachments/attachments-api/package.json A core/attachments/attachments-default/CHANGELOG.md M core/attachments/attachments-default/package.json A core/attachments/attachments-ui/CHANGELOG.md M core/attachments/attachments-ui/package.json A core/backends/backend-api/CHANGELOG.md M core/backends/backend-api/package.json A core/backends/backend-dexie/CHANGELOG.md M core/backends/backend-dexie/package.json A core/backends/backend-github/CHANGELOG.md M core/backends/backend-github/package.json A core/backends/backend-nextcloud/CHANGELOG.md M core/backends/backend-nextcloud/package.json A 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 A core/extra-tabs/extra-tabs-api/CHANGELOG.md M core/extra-tabs/extra-tabs-api/package.json A core/extra-tabs/extra-tabs-default/CHANGELOG.md M core/extra-tabs/extra-tabs-default/package.json A core/extra-tabs/extra-tabs-ui/CHANGELOG.md M core/extra-tabs/extra-tabs-ui/package.json A core/hierarchy/hierarchy-api/CHANGELOG.md M core/hierarchy/hierarchy-api/package.json A core/hierarchy/hierarchy-default/CHANGELOG.md M core/hierarchy/hierarchy-default/package.json A core/hierarchy/hierarchy-filesystem/CHANGELOG.md M core/hierarchy/hierarchy-filesystem/package.json A core/hierarchy/hierarchy-github/CHANGELOG.md M core/hierarchy/hierarchy-github/package.json A core/hierarchy/hierarchy-xwiki/CHANGELOG.md M core/hierarchy/hierarchy-xwiki/package.json M core/icons/CHANGELOG.md M core/icons/package.json A core/info-actions/info-actions-api/CHANGELOG.md M core/info-actions/info-actions-api/package.json A core/info-actions/info-actions-default/CHANGELOG.md M core/info-actions/info-actions-default/package.json A 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-xwiki/CHANGELOG.md M core/link-suggest/link-suggest-xwiki/package.json M dev/config/CHANGELOG.md M dev/config/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/tiptap/CHANGELOG.md M editors/tiptap/package.json M electron/CHANGELOG.md M electron/browser/CHANGELOG.md M electron/browser/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 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 rendering/rendering/CHANGELOG.md M rendering/rendering/package.json M rendering/wikimodel/CHANGELOG.md M rendering/wikimodel/package.json M sharedworker/api/CHANGELOG.md M sharedworker/api/package.json M sharedworker/impl/CHANGELOG.md M sharedworker/impl/package.json M skin/CHANGELOG.md M skin/package.json M sources/xwiki/mock-server/CHANGELOG.md M sources/xwiki/mock-server/package.json M web/CHANGELOG.md M web/package.json M xwiki/remoteinlineeditor/CHANGELOG.md M xwiki/remoteinlineeditor/package.json Log Message: ----------- RELEASING: Releasing 49 package(s) Releases: @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] @xwiki/[email protected] [skip ci] Commit: b8ad348d73ff64d3ee6d8448a59961486954759c https://github.com/xwiki-contrib/cristal/commit/b8ad348d73ff64d3ee6d8448a599... Author: Manuel Leduc <[email protected]> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M core/extra-tabs/extra-tabs-ui/package.json M pnpm-lock.yaml Log Message: ----------- CRISTAL-215: Attachments listing is possible Fix a cyclic dependency to self package. Commit: 6898f2695f6b2c70599308b49492e6c69a6641d6 https://github.com/xwiki-contrib/cristal/commit/6898f2695f6b2c70599308b49492... Author: Mend Renovate <[email protected]> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M pnpm-lock.yaml M web/package.json Log Message: ----------- [Misc] Update dependency @playwright/test to v1.45.0 Commit: 2fa21d93bdf7e063c5b709a071ca7af809ff878f https://github.com/xwiki-contrib/cristal/commit/2fa21d93bdf7e063c5b709a071ca... Author: Mend Renovate <[email protected]> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M api/package.json M core/attachments/attachments-ui/package.json M core/extra-tabs/extra-tabs-ui/package.json M core/icons/package.json M core/info-actions/info-actions-ui/package.json M ds/dsfr/package.json M ds/shoelace/package.json M ds/vuetify/package.json M editors/tiptap/package.json M extensions/menubuttons/package.json M lib/package.json M macros/package.json M pnpm-lock.yaml M rendering/rendering/package.json M rendering/wikimodel/package.json M sharedworker/api/package.json M sharedworker/impl/package.json M skin/package.json M web/package.json M xwiki/remoteinlineeditor/package.json Log Message: ----------- [Misc] Update dependency vue-tsc to v2.0.22 Commit: 9d4bdbfba424bcad8e139fec608901c940e37fdd https://github.com/xwiki-contrib/cristal/commit/9d4bdbfba424bcad8e139fec6089... Author: Manuel Leduc <[email protected]> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M api/src/components/DefaultPageData.ts M core/attachments/attachments-default/src/defaultAttachmentsService.ts M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts M ds/shoelace/src/vue/x-dialog.vue M editors/tiptap/src/components/extensions/link-suggest.ts M editors/tiptap/src/stores/link-suggest-store.ts M tsconfig.json Log Message: ----------- [Misc] Set typescript noImplicitThis to true Commit: ccff7d04562617e5e88e847207e81c207f0ba4a3 https://github.com/xwiki-contrib/cristal/commit/ccff7d04562617e5e88e847207e8... Author: Manuel Leduc <[email protected]> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M core/backends/backend-github/src/GitHubWikiConfig.ts M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts M core/backends/backend-xwiki/src/XWikiWikiConfig.ts M editors/tiptap/src/components/uixTiptapEditorProvider.ts M electron/storage/src/components/FileSystemConfig.ts M extensions/menubuttons/src/components/uixMenuTemplateProvider.ts M extensions/menubuttons/src/components/uixMenuTemplateProvider2.ts M macros/src/components/alertMacro.ts M macros/src/components/defaultMacroProvider.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 skin/src/components/defaultUIXEditorProvider.ts M skin/src/components/defaultUIXTemplateProvider.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 tsconfig.json M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts Log Message: ----------- [Misc] Set noImplicitOverride strict to true Commit: 4169a7b0ca3463b95272da33ff7b0ba9f6b2c23c https://github.com/xwiki-contrib/cristal/commit/4169a7b0ca3463b95272da33ff7b... Author: Manuel Leduc <[email protected]> Date: 2024-06-25 (Tue, 25 Jun 2024) Changed paths: M api/src/components/__tests__/defaultLogger.test.ts M api/src/components/defaultLogger.ts M api/src/components/defaultLoggerConfig.ts M api/src/components/defaultWikiConfig.ts M core/attachments/attachments-default/src/defaultAttachmentsService.ts M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue M core/backends/backend-api/src/abstractStorage.ts M core/backends/backend-dexie/src/wrappingOfflineStorage.ts M core/backends/backend-github/src/githubStorage.ts M ds/vuetify/src/vue/x-tab-group.vue M editors/tiptap/src/components/extensions/bubble-menu.ts M editors/tiptap/src/stores/slash-store.ts M editors/tiptap/src/vue/c-edit-tiptap.vue M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue M extension-manager/src/components/cristalLoader.ts M lib/src/components/DefaultCristalApp.ts M lib/src/components/cristalAppLoader.ts M sharedworker/impl/src/components/worker.ts M sharedworker/impl/src/components/workerCristalApp.ts M skin/src/vue/c-content.vue M tsconfig.json Log Message: ----------- [Misc] Set typescript strict to true Commit: e5c50a200e8cc3ef8913a608943bec9f5f3b326c https://github.com/xwiki-contrib/cristal/commit/e5c50a200e8cc3ef8913a608943b... Author: Manuel Leduc <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M package.json Log Message: ----------- [Misc] Make the version of the root package 0.0.0 The root package version is not changed during release. Commit: 0c049ee34918d755b648672440348064ef6439fb https://github.com/xwiki-contrib/cristal/commit/0c049ee34918d755b64867244034... Author: Manuel Leduc <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M ds/shoelace/src/vue/x-dialog.vue Log Message: ----------- [Misc] Set typescript noImplicitThis to true Fix attributes order on Vue template. Commit: 4b998a08e4b01bae09e34cdb9f151239db2c55e2 https://github.com/xwiki-contrib/cristal/commit/4b998a08e4b01bae09e34cdb9f15... Author: Manuel Leduc <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M api/src/components/defaultLogger.ts Log Message: ----------- [Misc] Set typescript strict to true Commit: e61fe84501e3b73e7140c824915d32036c2ac458 https://github.com/xwiki-contrib/cristal/commit/e61fe84501e3b73e7140c824915d... Author: Manuel Leduc <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M api/package.json M core/backends/backend-xwiki/package.json M core/hierarchy/hierarchy-xwiki/package.json M core/icons/package.json M dev/config/package.json M ds/dsfr/package.json M ds/shoelace/package.json M editors/tiptap/package.json M package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Move vitest to the root package That way, vitest is available for all packages by default. Commit: 0c27b5fd95aab7d48717196b114d9c85c1963174 https://github.com/xwiki-contrib/cristal/commit/0c27b5fd95aab7d48717196b114d... Author: Manuel Leduc <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M api/package.json M core/hierarchy/hierarchy-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-xwiki/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/browser/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 extensions/menubuttons/package.json M lib/package.json M macros/package.json M package.json M pnpm-lock.yaml 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] Move rimraf to the root package That way, rimraf is available for all packages by default. Also, add a clean action to all packages. Commit: deac0d2041e5c096aa1834b7870962eb133da6d7 https://github.com/xwiki-contrib/cristal/commit/deac0d2041e5c096aa1834b78709... Author: Manuel Leduc <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M core/icons/vitest.config.ts A dev/config/vitest-vue.config.js M ds/api/package.json M ds/dsfr/vitest.config.ts M ds/shoelace/vitest.config.ts Log Message: ----------- [Misc] Provide a default config for vitest + vue Commit: deb51209ee36fb864fea4fdf8ef81a57f8ff3fbb https://github.com/xwiki-contrib/cristal/commit/deb51209ee36fb864fea4fdf8ef8... Author: Manuel Leduc <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts M core/info-actions/info-actions-api/src/index.ts M core/info-actions/info-actions-ui/package.json M core/info-actions/info-actions-ui/src/vue/InfoAction.vue A core/info-actions/info-actions-ui/src/vue/__tests__/InfoAction.test.ts M core/info-actions/info-actions-ui/tsconfig.json A core/info-actions/info-actions-ui/vitest.config.ts A dev/test-utils/package.json A dev/test-utils/src/index.ts M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-222: Attachments count is not refreshed when changing page Commit: 1da687d1e3f055aff727cd10698b6279be9e47e1 https://github.com/xwiki-contrib/cristal/commit/1da687d1e3f055aff727cd10698b... Author: Mend Renovate <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M package.json Log Message: ----------- [Misc] Update pnpm to v9.4.0 Commit: af9bd88a03a7cde0b8b9fe6d43288f51fe3c85cc https://github.com/xwiki-contrib/cristal/commit/af9bd88a03a7cde0b8b9fe6d4328... Author: Manuel Leduc <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M core/info-actions/info-actions-ui/package.json M ds/dsfr/package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Vitest requires happy-dom, no need to depend on it explicitly Commit: ba4b1be77182013bd7784cb83f92cb83e7a5261b https://github.com/xwiki-contrib/cristal/commit/ba4b1be77182013bd7784cb83f92... Author: Mend Renovate <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Update dependency nx to v19.3.1 Commit: 192150f09518299abf58e1e9941b4d62664b7220 https://github.com/xwiki-contrib/cristal/commit/192150f09518299abf58e1e9941b... Author: Mend Renovate <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Update dependency @changesets/cli to v2.27.6 Commit: 3876dca71925f7485d1f3748a5e212508c1a69ec https://github.com/xwiki-contrib/cristal/commit/3876dca71925f7485d1f3748a5e2... Author: Mend Renovate <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M pnpm-lock.yaml M rendering/rendering/package.json Log Message: ----------- CRISTAL-223: Upgrade to dompurify 3.1.5 Commit: 19651fb2b6bf63f5c411f0485cb25c9c6600972f https://github.com/xwiki-contrib/cristal/commit/19651fb2b6bf63f5c411f0485cb2... Author: Manuel Leduc <[email protected]> Date: 2024-06-26 (Wed, 26 Jun 2024) Changed paths: M Jenkinsfile Log Message: ----------- [Misc] Prevent Cristal builds to run concurrently Commit: ccf1572a32a9a7ce8d60b90a5651cce8227c1968 https://github.com/xwiki-contrib/cristal/commit/ccf1572a32a9a7ce8d60b90a5651... Author: Manuel Leduc <[email protected]> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: A core/attachments/attachments-ui/langs/translation-fr.json Log Message: ----------- Added translation using Weblate (French) Commit: 16b999ec96b82af28eda943d469c208aefcac1bf https://github.com/xwiki-contrib/cristal/commit/16b999ec96b82af28eda943d469c... Author: Manuel Leduc <[email protected]> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M core/attachments/attachments-ui/langs/translation-fr.json Log Message: ----------- Translated using Weblate (French) Currently translated at 100.0% (4 of 4 strings) Translation: XWiki Contrib/cristal - attachments-ui Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-attachments-ui... Commit: 62e1e4d4503ba7761848ffa9704b971e106f3037 https://github.com/xwiki-contrib/cristal/commit/62e1e4d4503ba7761848ffa9704b... Author: xrichard <[email protected]> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M core/attachments/attachments-ui/langs/translation-fr.json Log Message: ----------- Translated using Weblate (French) Currently translated at 100.0% (4 of 4 strings) Translation: XWiki Contrib/cristal - attachments-ui Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-attachments-ui... Commit: 803d2443036ae84c8216fd867be18a16c89e7aee https://github.com/xwiki-contrib/cristal/commit/803d2443036ae84c8216fd867be1... Author: Manuel Leduc <[email protected]> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: A ds/vuetify/langs/translation-fr.json Log Message: ----------- Added translation using Weblate (French) Commit: 6b7d5facc0694eb093f34fd9d772aee8f792b5f1 https://github.com/xwiki-contrib/cristal/commit/6b7d5facc0694eb093f34fd9d772... Author: anonymous <[email protected]> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M skin/langs/translation-fr.json Log Message: ----------- Translated using Weblate (French) Currently translated at 66.6% (2 of 3 strings) Translation: XWiki Contrib/Cristal - Skin Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-skin/fr/ Commit: 6533c2b2b6c2797670e98a11eb046eb2710a45ff https://github.com/xwiki-contrib/cristal/commit/6533c2b2b6c2797670e98a11eb04... Author: Manuel Leduc <[email protected]> Date: 2024-06-28 (Fri, 28 Jun 2024) Changed paths: A core/attachments/attachments-ui/langs/translation-fr.json A ds/vuetify/langs/translation-fr.json M skin/langs/translation-fr.json Log Message: ----------- Merge pull request #295 from xwikiorgci/weblate-xwiki-contrib-cristal-skin Translations update from Weblate Commit: 3175da567a85a4cc24499b2c1424fbdbdbf4d6c6 https://github.com/xwiki-contrib/cristal/commit/3175da567a85a4cc24499b2c1424... Author: Mend Renovate <[email protected]> Date: 2024-06-28 (Fri, 28 Jun 2024) Changed paths: M package.json M pnpm-lock.yaml M skin/package.json M web/package.json Log Message: ----------- [Misc] Update dependency @vitejs/plugin-vue to v5.0.5 Commit: a924c7718d8eb9917f0fbc941952b8862856e7ca https://github.com/xwiki-contrib/cristal/commit/a924c7718d8eb9917f0fbc941952... Author: Mend Renovate <[email protected]> Date: 2024-06-28 (Fri, 28 Jun 2024) Changed paths: M api/package.json M core/attachments/attachments-ui/package.json M core/info-actions/info-actions-ui/package.json M ds/dsfr/package.json M editors/tiptap/package.json M lib/package.json M pnpm-lock.yaml M sharedworker/impl/package.json M skin/package.json M web/package.json Log Message: ----------- CRISTAL-224: Upgrade vue-router to 4.4.0 Commit: 420c93b48ed51b8a685b8e7d0176e0fc4461aafa https://github.com/xwiki-contrib/cristal/commit/420c93b48ed51b8a685b8e7d0176... Author: Mend Renovate <[email protected]> Date: 2024-06-28 (Fri, 28 Jun 2024) Changed paths: M api/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/extra-tabs/extra-tabs-api/package.json M core/extra-tabs/extra-tabs-ui/package.json M core/icons/package.json M core/info-actions/info-actions-api/package.json M core/info-actions/info-actions-ui/package.json M dev/test-utils/package.json M ds/dsfr/package.json M ds/shoelace/package.json M ds/vuetify/package.json M editors/tiptap/package.json M electron/renderer/package.json M extensions/menubuttons/package.json M lib/package.json M macros/package.json M pnpm-lock.yaml M rendering/wikimodel/package.json M sharedworker/api/package.json M sharedworker/impl/package.json M skin/package.json M web/package.json M xwiki/remoteinlineeditor/package.json Log Message: ----------- CRISTAL-225: Upgrade to vue 3.4.31 Commit: 60d9fec8c8c9f13b3345aff77751ed9dc51ae254 https://github.com/xwiki-contrib/cristal/commit/60d9fec8c8c9f13b3345aff77751... Author: Mend Renovate <[email protected]> Date: 2024-06-28 (Fri, 28 Jun 2024) Changed paths: M package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Update dependency vite to v5.3.2 Commit: d7cb65cfbe96ee9c5048f60cff0fd3d20f9af13d https://github.com/xwiki-contrib/cristal/commit/d7cb65cfbe96ee9c5048f60cff0f... Author: Manuel Leduc <[email protected]> Date: 2024-06-28 (Fri, 28 Jun 2024) Changed paths: M core/extra-tabs/extra-tabs-default/package.json M core/hierarchy/hierarchy-api/package.json M core/hierarchy/hierarchy-xwiki/tsconfig.json M ds/dsfr/package.json M editors/tiptap/package.json M editors/tiptap/tsconfig.json M extension-manager/package.json M package.json M pnpm-lock.yaml R rendering/rendering/src/vue.d.ts M rendering/wikimodel/package.json M skin/package.json M sources/xwiki/mock-server/package.json M web/package.json Log Message: ----------- [Misc] Cleanup unused dependencies Commit: ac0c35da0a66c23d09a914295fd292a4a8731c0e https://github.com/xwiki-contrib/cristal/commit/ac0c35da0a66c23d09a914295fd2... Author: Mend Renovate <[email protected]> Date: 2024-06-28 (Fri, 28 Jun 2024) Changed paths: M electron/main/package.json M electron/preload/package.json M electron/renderer/package.json M electron/storage/package.json M pnpm-lock.yaml M web/package.json Log Message: ----------- [Misc] Update dependency @types/node to v20.14.9 Commit: 3c283d2ab87922714e6c8751accfddea03ee044b https://github.com/xwiki-contrib/cristal/commit/3c283d2ab87922714e6c8751accf... Author: Mend Renovate <[email protected]> Date: 2024-06-28 (Fri, 28 Jun 2024) Changed paths: M package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Update dependency nx to v19.3.2 Commit: f6f6e18a09f8362fa9db6c0393311be942fb2300 https://github.com/xwiki-contrib/cristal/commit/f6f6e18a09f8362fa9db6c039331... Author: Mend Renovate <[email protected]> Date: 2024-06-28 (Fri, 28 Jun 2024) Changed paths: M pnpm-lock.yaml M sources/xwiki/mock-server/package.json Log Message: ----------- [Misc] Update dependency nodemon to v3.1.4 Commit: 32e003bd20fbb396084dee51832ee080c1e6c651 https://github.com/xwiki-contrib/cristal/commit/32e003bd20fbb396084dee51832e... Author: Manuel Leduc <[email protected]> Date: 2024-06-28 (Fri, 28 Jun 2024) Changed paths: M pnpm-lock.yaml M sources/xwiki/mock-server/package.json Log Message: ----------- [Misc] Add back ts-node which is used during playwright tests Commit: 607829af91194de6570c38c04d35dc6ee00bbe8e https://github.com/xwiki-contrib/cristal/commit/607829af91194de6570c38c04d35... Author: Manuel Leduc <[email protected]> Date: 2024-07-01 (Mon, 01 Jul 2024) Changed paths: M sharedworker/impl/src/components/defaultQueueWorker.ts Log Message: ----------- [Misc] Define a name for the offline shared worker Having a name makes it easier to debug. Commit: 05bc526fbe70c1e7328bd65e9d3e2d9cbdfd70d0 https://github.com/xwiki-contrib/cristal/commit/05bc526fbe70c1e7328bd65e9d3e... Author: Manuel Leduc <[email protected]> Date: 2024-07-01 (Mon, 01 Jul 2024) Changed paths: M electron/renderer/public/config.json M sources/xwiki/mock-server/src/index.ts A web/e2e/DesignSystem.ts M web/e2e/main-page.spec.ts A web/e2e/pageObjects/Breadcrumb.ts M web/public/config.json Log Message: ----------- CRISTAL-228: XWiki Offline must use server rendering Commit: 2373026fba39d0cdc046a05fa6933e3c3787078c https://github.com/xwiki-contrib/cristal/commit/2373026fba39d0cdc046a05fa693... Author: Thiago Krieck <[email protected]> Date: 2024-07-29 (Mon, 29 Jul 2024) Changed paths: M .gitignore M Jenkinsfile M api/CHANGELOG.md M api/package.json A api/src/api/attachmentsData.ts M api/src/api/storage.ts M api/src/components/DefaultPageData.ts M api/src/components/__tests__/defaultLogger.test.ts M api/src/components/defaultLogger.ts M api/src/components/defaultLoggerConfig.ts M api/src/components/defaultWikiConfig.ts M api/src/index.ts A core/attachments/attachments-api/CHANGELOG.md M core/attachments/attachments-api/package.json M core/attachments/attachments-api/src/index.ts A core/attachments/attachments-default/CHANGELOG.md M core/attachments/attachments-default/package.json M core/attachments/attachments-default/src/defaultAttachmentsService.ts A core/attachments/attachments-ui/CHANGELOG.md M core/attachments/attachments-ui/langs/translation-en.json A core/attachments/attachments-ui/langs/translation-fr.json M core/attachments/attachments-ui/package.json A core/attachments/attachments-ui/src/AttachmentExtraTab.ts A core/attachments/attachments-ui/src/AttachmentsInfoAction.ts M core/attachments/attachments-ui/src/index.ts M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue A core/backends/backend-api/CHANGELOG.md M core/backends/backend-api/package.json M core/backends/backend-api/src/abstractStorage.ts A core/backends/backend-dexie/CHANGELOG.md M core/backends/backend-dexie/package.json M core/backends/backend-dexie/src/wrappingOfflineStorage.ts A core/backends/backend-github/CHANGELOG.md M core/backends/backend-github/package.json M core/backends/backend-github/src/GitHubWikiConfig.ts M core/backends/backend-github/src/githubStorage.ts A core/backends/backend-nextcloud/CHANGELOG.md M core/backends/backend-nextcloud/package.json M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts M core/backends/backend-nextcloud/src/nextcloudStorage.ts A core/backends/backend-xwiki/CHANGELOG.md M core/backends/backend-xwiki/package.json M core/backends/backend-xwiki/src/XWikiWikiConfig.ts M core/backends/backend-xwiki/src/xwikiStorage.ts 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 A core/extra-tabs/extra-tabs-api/CHANGELOG.md M core/extra-tabs/extra-tabs-api/package.json M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts M core/extra-tabs/extra-tabs-api/src/index.ts A core/extra-tabs/extra-tabs-default/CHANGELOG.md M core/extra-tabs/extra-tabs-default/package.json A core/extra-tabs/extra-tabs-ui/CHANGELOG.md M core/extra-tabs/extra-tabs-ui/package.json A core/hierarchy/hierarchy-api/CHANGELOG.md M core/hierarchy/hierarchy-api/package.json A core/hierarchy/hierarchy-default/CHANGELOG.md M core/hierarchy/hierarchy-default/package.json A core/hierarchy/hierarchy-filesystem/CHANGELOG.md M core/hierarchy/hierarchy-filesystem/package.json A core/hierarchy/hierarchy-github/CHANGELOG.md M core/hierarchy/hierarchy-github/package.json A core/hierarchy/hierarchy-xwiki/CHANGELOG.md M core/hierarchy/hierarchy-xwiki/package.json M core/hierarchy/hierarchy-xwiki/tsconfig.json M core/icons/CHANGELOG.md M core/icons/package.json M core/icons/vitest.config.ts A core/info-actions/info-actions-api/CHANGELOG.md A core/info-actions/info-actions-api/package.json A core/info-actions/info-actions-api/src/index.ts A core/info-actions/info-actions-api/tsconfig.json A core/info-actions/info-actions-api/vite.config.ts A core/info-actions/info-actions-default/CHANGELOG.md A core/info-actions/info-actions-default/package.json A core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts A core/info-actions/info-actions-default/src/index.ts A core/info-actions/info-actions-default/tsconfig.json A core/info-actions/info-actions-default/vite.config.ts A core/info-actions/info-actions-ui/CHANGELOG.md A core/info-actions/info-actions-ui/package.json A core/info-actions/info-actions-ui/src/index.ts A core/info-actions/info-actions-ui/src/vue/InfoAction.vue A core/info-actions/info-actions-ui/src/vue/InfoActions.vue A core/info-actions/info-actions-ui/src/vue/__tests__/InfoAction.test.ts A core/info-actions/info-actions-ui/tsconfig.json A core/info-actions/info-actions-ui/vite.config.ts A core/info-actions/info-actions-ui/vitest.config.ts M core/link-suggest/link-suggest-api/CHANGELOG.md M core/link-suggest/link-suggest-api/package.json M core/link-suggest/link-suggest-xwiki/CHANGELOG.md M core/link-suggest/link-suggest-xwiki/package.json M dev/config/CHANGELOG.md M dev/config/package.json A dev/config/vitest-vue.config.js A dev/test-utils/package.json A dev/test-utils/src/index.ts M ds/api/CHANGELOG.md M ds/api/package.json M ds/dsfr/CHANGELOG.md M ds/dsfr/package.json M ds/dsfr/vitest.config.ts M ds/shoelace/CHANGELOG.md M ds/shoelace/package.json M ds/shoelace/src/vue/x-dialog.vue M ds/shoelace/vitest.config.ts M ds/vuetify/CHANGELOG.md A ds/vuetify/langs/translation-fr.json M ds/vuetify/package.json M ds/vuetify/src/vue/x-breadcrumb.vue M ds/vuetify/src/vue/x-tab-group.vue M editors/tiptap/CHANGELOG.md M editors/tiptap/package.json M editors/tiptap/src/components/extensions/bubble-menu.ts M editors/tiptap/src/components/extensions/link-suggest.ts M editors/tiptap/src/components/uixTiptapEditorProvider.ts M editors/tiptap/src/stores/link-suggest-store.ts M editors/tiptap/src/stores/slash-store.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-suggest.vue M editors/tiptap/tsconfig.json M electron/CHANGELOG.md M electron/browser/CHANGELOG.md M electron/browser/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 M electron/renderer/public/config.json M electron/storage/CHANGELOG.md M electron/storage/package.json M electron/storage/src/components/FileSystemConfig.ts M electron/storage/src/components/fileSystemStorage.ts M extension-manager/CHANGELOG.md M extension-manager/package.json M extension-manager/src/components/cristalLoader.ts M extensions/menubuttons/CHANGELOG.md M extensions/menubuttons/package.json M extensions/menubuttons/src/components/uixMenuTemplateProvider.ts M extensions/menubuttons/src/components/uixMenuTemplateProvider2.ts M lib/CHANGELOG.md M lib/package.json M lib/src/components/DefaultCristalApp.ts M lib/src/components/cristalAppLoader.ts M lib/src/staticBuild.ts M macros/CHANGELOG.md M macros/package.json M macros/src/components/alertMacro.ts M macros/src/components/defaultMacroProvider.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 pnpm-workspace.yaml M rendering/rendering/CHANGELOG.md M rendering/rendering/package.json R rendering/rendering/src/vue.d.ts 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 sharedworker/impl/src/components/defaultQueueWorker.ts M sharedworker/impl/src/components/worker.ts M sharedworker/impl/src/components/workerCristalApp.ts M skin/CHANGELOG.md M skin/langs/translation-en.json M skin/langs/translation-fr.json M skin/package.json M skin/src/components/InformationTab.ts M skin/src/components/componentsInit.ts M skin/src/components/defaultUIXEditorProvider.ts M skin/src/components/defaultUIXTemplateProvider.ts A skin/src/components/info-actions/commentsInfoAction.ts A skin/src/components/info-actions/likesInfoAction.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-content.vue M sources/xwiki/mock-server/CHANGELOG.md M sources/xwiki/mock-server/package.json M sources/xwiki/mock-server/src/index.ts M tsconfig.json M web/CHANGELOG.md A web/e2e/DesignSystem.ts M web/e2e/main-page.spec.ts A web/e2e/pageObjects/Breadcrumb.ts M web/package.json M web/public/config.json M xwiki/remoteinlineeditor/CHANGELOG.md M xwiki/remoteinlineeditor/package.json M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts Log Message: ----------- Merge branch 'main' into CRISTAL-212 Compare: https://github.com/xwiki-contrib/cristal/compare/b5791663043e...2373026fba39 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
participants (1)
-
XWiki Notifications