lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
notifications@xwiki.org

October 2024

  • 1 participants
  • 1692 discussions
[jira@xwiki.org][Issue] Updates for CRISTAL-260: Upgrade to electron 31.7.1
by XWiki Notifications 22 Oct '24

22 Oct '24
1 0
0 0
[xwiki-contrib/cristal] f6db37: CRISTAL-260: Upgrade to electron 31.7.1
by XWiki Notifications 22 Oct '24

22 Oct '24
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
1 0
0 0
[xwiki-contrib/cristal] a09560: CRISTAL-82: Deleting a page is possible
by XWiki Notifications 22 Oct '24

22 Oct '24
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
1 0
0 0
[xwiki-contrib/oidc] 6c3e96: Translations update from Weblate (#57)
by XWiki Notifications 22 Oct '24

22 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/oidc Commit: 6c3e96fafef276e9d25491d0714dfac5b0eba79f https://github.com/xwiki-contrib/oidc/commit/6c3e96fafef276e9d25491d0714dfa… Author: XWiki <34096977+xwikiorgci(a)users.noreply.github.com> Date: 2024-10-22 (Tue, 22 Oct 2024) Changed paths: A oidc-provider/src/main/resources/ApplicationResources_zh.properties Log Message: ----------- Translations update from Weblate (#57) * Added translation using Weblate (Chinese (Simplified) (zh)) * Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 18.5% (5 of 27 strings) Translation: XWiki Contrib/OpenID Connect - Provider Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/oidc-provider/zh/ --------- Co-authored-by: 一颗小土豆 <2428100619(a)qq.com> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
1 0
0 0
[xwiki-contrib/application-blog] 86198c: Translated using Weblate (Chinese (Simplified) (zh))
by XWiki Notifications 22 Oct '24

22 Oct '24
Branch: refs/heads/master Home: https://github.com/xwiki-contrib/application-blog Commit: 86198c0c63c57af0ed505abf19f4248c5194c9a4 https://github.com/xwiki-contrib/application-blog/commit/86198c0c63c57af0ed… Author: 一颗小土豆 <2428100619(a)qq.com> Date: 2024-10-22 (Tue, 22 Oct 2024) Changed paths: M application-blog-ui/src/main/resources/Blog/Translations.zh.xml Log Message: ----------- Translated using Weblate (Chinese (Simplified) (zh)) Currently translated at 93.0% (186 of 200 strings) Translation: XWiki Contrib/Blog.Translations Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/blog-translations/zh/ Commit: 889bc05b09ad1c2add2899361f47fdc45e3971df https://github.com/xwiki-contrib/application-blog/commit/889bc05b09ad1c2add… Author: Alex Cotiugă <ancotiuga(a)gmail.com> Date: 2024-10-22 (Tue, 22 Oct 2024) Changed paths: M application-blog-ui/src/main/resources/Blog/Translations.zh.xml Log Message: ----------- Merge pull request #63 from xwikiorgci/weblate-xwiki-contrib-blog-translations Translations update from Weblate Compare: https://github.com/xwiki-contrib/application-blog/compare/790306171a85...88… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-blog/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for CRISTAL-233: Page content is updated twice
by XWiki Notifications 22 Oct '24

22 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for CRISTAL-266: The page content is fetched several times on page load/change
by XWiki Notifications 22 Oct '24

22 Oct '24
1 0
0 0
[xwiki-contrib/cristal] 9d0ff2: CRISTAL-266: The page content is fetched several t...
by XWiki Notifications 22 Oct '24

22 Oct '24
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
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22563: Upgrade to Apache XML Graphics Commons 2.10
by XWiki Notifications 22 Oct '24

22 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22564: Upgrade to Batik 1.18
by XWiki Notifications 22 Oct '24

22 Oct '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • ...
  • 170
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.