Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: f6db3783d71ee3a48d9882e171f1f3de395e2246
https://github.com/xwiki-contrib/cristal/commit/f6db3783d71ee3a48d9882e171f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/storage/package.json
M electron/storage/src/electron/preload/index.ts
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-260: Upgrade to electron 31.7.1
Downgrade from 32.x to 31.7.1 because we discovered late some API changes breaking the file system backend.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-82
Home: https://github.com/xwiki-contrib/cristal
Commit: a095605cece639936fd2876cfcf56591ea42e68e
https://github.com/xwiki-contrib/cristal/commit/a095605cece639936fd2876cfcf…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M api/src/api/storage.ts
A core/alerts/alerts-api/package.json
A core/alerts/alerts-api/src/index.ts
A core/alerts/alerts-api/tsconfig.json
A core/alerts/alerts-api/vite.config.ts
A core/alerts/alerts-default/package.json
A core/alerts/alerts-default/src/defaultAlertsService.ts
A core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-default/tsconfig.json
A core/alerts/alerts-default/vite.config.ts
A core/alerts/alerts-ui/package.json
A core/alerts/alerts-ui/src/index.ts
A core/alerts/alerts-ui/src/vue/AlertsToasts.vue
A core/alerts/alerts-ui/tsconfig.json
A core/alerts/alerts-ui/vite.config.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
M core/hierarchy/hierarchy-api/src/index.ts
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/page-actions/page-actions-api/package.json
A core/page-actions/page-actions-api/src/index.ts
A core/page-actions/page-actions-api/tsconfig.json
A core/page-actions/page-actions-api/vite.config.ts
A core/page-actions/page-actions-default/package.json
A core/page-actions/page-actions-default/src/DefaultPageActionCategoryService.ts
A core/page-actions/page-actions-default/src/DefaultPageActionService.ts
A core/page-actions/page-actions-default/src/index.ts
A core/page-actions/page-actions-default/tsconfig.json
A core/page-actions/page-actions-default/vite.config.ts
A core/page-actions/page-actions-ui/langs/translation-en.json
A core/page-actions/page-actions-ui/langs/translation-fr.json
A core/page-actions/page-actions-ui/package.json
A core/page-actions/page-actions-ui/src/PageManagement.ts
A core/page-actions/page-actions-ui/src/index.ts
A core/page-actions/page-actions-ui/src/translations.ts
A core/page-actions/page-actions-ui/src/vue/DeletePage.vue
A core/page-actions/page-actions-ui/src/vue/PageActions.vue
A core/page-actions/page-actions-ui/src/vue/PageActionsCategory.vue
A core/page-actions/page-actions-ui/tsconfig.json
A core/page-actions/page-actions-ui/vite.config.ts
M ds/api/src/index.ts
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
M ds/shoelace/src/vue/x-alert.vue
M ds/shoelace/src/vue/x-divider.vue
A ds/shoelace/src/vue/x-menu-item.vue
A ds/shoelace/src/vue/x-menu-label.vue
M ds/shoelace/src/vue/x-menu.vue
R ds/shoelace/src/vue/x-menuitem.vue
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M ds/vuetify/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-btn.vue
M ds/vuetify/src/vue/x-divider.vue
M ds/vuetify/src/vue/x-menu-item.vue
A ds/vuetify/src/vue/x-menu-label.vue
M ds/vuetify/src/vue/x-menu.vue
M electron/storage/src/components/fileSystemStorage.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/src/electron/preload/index.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/vue/c-content.vue
Log Message:
-----------
CRISTAL-82: Deleting a page is possible
* Add support for page actions as UI Extensions
* Add support to create and display alerts
* Add `delete(page)` operation to all backends
* Add `pageId` property to `PageHierarchyItem`
* Add "Manage" page action category
* Add "Delete" page action
* Improve a few components
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 9d0ff207a99f8a75df9b23475398984bf52888db
https://github.com/xwiki-contrib/cristal/commit/9d0ff207a99f8a75df9b2347539…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M api/src/api/cristalApp.ts
A core/document/document-api/package.json
A core/document/document-api/src/index.ts
A core/document/document-api/tsconfig.json
A core/document/document-api/vite.config.ts
A core/document/document-default/package.json
A core/document/document-default/src/defaultDocumentService.ts
A core/document/document-default/src/index.ts
A core/document/document-default/tsconfig.json
A core/document/document-default/vite.config.ts
M editors/tiptap/package.json
M editors/tiptap/src/vue/c-edit-tiptap.vue
M lib/package.json
M lib/src/c-index.vue
M lib/src/components/DefaultCristalApp.ts
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M sharedworker/impl/package.json
M sharedworker/impl/src/components/defaultQueueWorker.ts
M skin/package.json
M skin/src/vue/c-content.vue
M skin/src/vue/c-sidebar.vue
Log Message:
-----------
CRISTAL-266: The page content is fetched several times on page load/change
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications