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 -----
  • 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

July 2025

  • 1 participants
  • 1435 discussions
[jira@xwiki.org][Issue] Updates for INTLV-32: Mail visualization shows pages from all wikis even if in subwiki
by XWiki Notifications 01 Jul '25

01 Jul '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for INTLV-31: LinkVisualizerPanel does not work in subwikis
by XWiki Notifications 01 Jul '25

01 Jul '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for INTLV-33: Links to pages in subwikis point to the main wiki instead
by XWiki Notifications 01 Jul '25

01 Jul '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for INTLV-31: LinkVisualizerPanel does not work in subwikis
by XWiki Notifications 01 Jul '25

01 Jul '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23352: Paragraph text editor does not have any label
by XWiki Notifications 01 Jul '25

01 Jul '25
1 0
0 0
[xwiki-contrib/cristal] e91b98: CRISTAL-357: Improve the document storage format
by XWiki Notifications 01 Jul '25

01 Jul '25
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: e91b98f590999e7b6d6b3c77bc547bf965e9d1f2 https://github.com/xwiki-contrib/cristal/commit/e91b98f590999e7b6d6b3c77bc5… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M core/page/page-api/package.json M core/page/page-default/package.json Log Message: ----------- CRISTAL-357: Improve the document storage format Fix errors raised by publint on newly introduced packages. 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-23352: Paragraph text editor does not have any label
by XWiki Notifications 01 Jul '25

01 Jul '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23352: Paragraph text editor does not have any label
by XWiki Notifications 01 Jul '25

01 Jul '25
1 0
0 0
[jira@xwiki.org][Issue] Updates for CRISTAL-357: Improve the document storage format
by XWiki Notifications 01 Jul '25

01 Jul '25
1 0
0 0
[xwiki-contrib/cristal] 4f8bd7: CRISTAL-357: Improve the document storage format ...
by XWiki Notifications 01 Jul '25

01 Jul '25
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 4f8bd77b8e8d0132ac5d68147887ab253662964d https://github.com/xwiki-contrib/cristal/commit/4f8bd77b8e8d0132ac5d6814788… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M api/src/api/storage.ts M core/attachments/attachments-api/src/attachmentsService.ts M core/attachments/attachments-default/src/defaultAttachmentsService.ts M core/authentication/authentication-api/src/authenticationManager.ts M core/authentication/authentication-nextcloud/src/NextcloudBasicAuthenticationManager.ts M core/authentication/authentication-nextcloud/src/NextcloudOAuth2AuthenticationManager.ts M core/backends/backend-api/src/abstractStorage.ts M core/backends/backend-dexie/src/wrappingOfflineStorage.ts M core/backends/backend-github/package.json M core/backends/backend-github/src/githubStorage.ts M core/backends/backend-nextcloud/package.json M core/backends/backend-nextcloud/src/nextcloudStorage.ts M core/backends/backend-xwiki/src/xwikiStorage.ts M core/hierarchy/hierarchy-default/src/utils.ts M core/history/history-github/src/components/componentsInit.ts M core/link-suggest/link-suggest-nextcloud/package.json M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts M core/markdown/markdown-default/src/__tests__/defaultMarkdownRenderer.test.ts M core/model/model-reference/model-reference-github/src/gitHubModelReferenceParser.ts M core/model/model-reference/model-reference-github/src/gitHubModelReferenceSerializer.ts M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/fileSystemRemoteURLSerializer.test.ts A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/filesystemRemoteURLParser.test.ts M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLSerializer.ts M core/model/model-remote-url/model-remote-url-github/package.json A core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlParser.test.ts A core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlSerializer.test.ts M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLParser.ts M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLSerializer.ts M core/model/model-remote-url/model-remote-url-nextcloud/package.json M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts M core/navigation-tree/navigation-tree-api/src/index.ts M core/navigation-tree/navigation-tree-default/src/utils.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/src/components/componentsInit.ts A core/page/page-api/package.json A core/page/page-api/src/index.ts A core/page/page-api/tsconfig.json A core/page/page-api/tsdoc.json A core/page/page-api/vite.config.ts A core/page/page-api/vitest.config.ts A core/page/page-default/package.json A core/page/page-default/src/__tests__/defaultPageReader.test.ts A core/page/page-default/src/__tests__/defaultPageWriter.test.ts A core/page/page-default/src/defaultPageReader.ts A core/page/page-default/src/defaultPageWriter.ts A core/page/page-default/src/index.ts A core/page/page-default/tsconfig.json A core/page/page-default/tsdoc.json A core/page/page-default/vite.config.ts A core/page/page-default/vitest.config.ts M core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue M ds/shoelace/src/vue/form/x-navigation-tree-select.vue M ds/vuetify/src/vue/form/x-navigation-tree-select.vue M ds/vuetify/src/vue/x-navigation-tree.vue M editors/blocknote-react/src/components/images/ImageSelector.tsx M editors/blocknote-react/src/components/links/LinkEditor.tsx M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/src/index.ts M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudBasicAuthenticationManager.ts M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudOAuth2AuthenticationManager.ts M electron/storage/package.json 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 pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-357: Improve the document storage format (#1080) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.