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
[email protected]

  • 57649 discussions
[[email protected]][Issue] Updates for CONFLUENCE-473: Convert the pagetree macro's sort parameter
by XWiki Notifications 23 May '25

23 May '25
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-512: Realtime may destroy BlockNote editor's content + destroy the page's content
by XWiki Notifications 23 May '25

23 May '25
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-514: Impossible to create a page with blocknote
by XWiki Notifications 23 May '25

23 May '25
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-473: Convert the pagetree macro's sort parameter when it is converted to documentTree
by XWiki Notifications 23 May '25

23 May '25
1 0
0 0
[xwiki-contrib/cristal] 458ce0: CRISTAL-514: Enable creating pages with BlockNote ...
by XWiki Notifications 23 May '25

23 May '25
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 458ce049afacd56c71e6100661c6b6270996a496 https://github.com/xwiki-contrib/cristal/commit/458ce049afacd56c71e6100661c… Author: ClementEXWiki <clement.eraud(a)xwiki.com> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M api/src/api/cristalApp.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/document/document-api/src/index.ts M core/document/document-default/src/defaultDocumentService.ts M core/page-actions/page-actions-ui/src/vue/MovePage.vue M editors/blocknote/src/vue/c-edit-blocknote.vue M editors/tiptap/src/vue/c-edit-tiptap.vue M electron/storage/src/components/fileSystemStorage.ts M electron/storage/src/electron/preload/index.ts M lib/src/components/DefaultCristalApp.ts M sharedworker/impl/src/components/defaultQueueWorker.ts M sharedworker/impl/src/components/workerCristalApp.ts A skin/src/vue/c-document-refresher.vue M skin/src/vue/c-edit.vue M skin/src/vue/c-page-creation-menu.vue Log Message: ----------- CRISTAL-514: Enable creating pages with BlockNote (#911) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-515: Runtime sessions are not correctly closed with Blocknote
by XWiki Notifications 23 May '25

23 May '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22677: Better visuals for pagination
by XWiki Notifications 23 May '25

23 May '25
1 0
0 0
[[email protected]][Issue] Updates for CONFLUENCE-472: Convert the code macro's lang parameter
by XWiki Notifications 23 May '25

23 May '25
1 0
0 0
[xwiki/xwiki-platform] b11d65: XWIKI-22677: Better visuals for pagination (#3881)
by XWiki Notifications 23 May '25

23 May '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: b11d6504f932e62235ccecc73b594b6f3b5bb864 https://github.com/xwiki/xwiki-platform/commit/b11d6504f932e62235ccecc73b59… Author: LucasC <lucas.charpentier(a)xwiki.com> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-macro/src/main/resources/ApplicationResources.properties M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataPagination.test.js M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/LivedataPagination.vue M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/cards/LayoutCards.vue M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/components/layouts/table/LayoutTable.vue M xwiki-platform-core/xwiki-platform-livedata/xwiki-platform-livedata-webjar/src/main/vue/src/services/i18nResolver.js Log Message: ----------- XWIKI-22677: Better visuals for pagination (#3881) * Updated styles to better fit the design. * Updated version on added translation keys. * Updated the way the page buttons use translations. * Fixed new translations missing from i18nResolver.js To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] fc01dd: CRISTAL-515: Runtime sessions are not correctly cl...
by XWiki Notifications 23 May '25

23 May '25
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: fc01dd98c1fcaf317665dad7232d779d0dcd3b80 https://github.com/xwiki-contrib/cristal/commit/fc01dd98c1fcaf317665dad7232… Author: ClementEXWiki <clement.eraud(a)xwiki.com> Date: 2025-05-23 (Fri, 23 May 2025) Changed paths: M core/reactivue/src/index.tsx M editors/blocknote-headless/langs/translation-en.json M editors/blocknote-headless/src/blocknote/uniast-to-bn.ts M editors/blocknote-headless/src/react/BlockNoteView.tsx M editors/blocknote-headless/src/vue/c-blocknote-view.vue M editors/blocknote-headless/src/vue/c-realtime-users.vue M editors/blocknote/src/vue/c-edit-blocknote.vue Log Message: ----------- CRISTAL-515: Runtime sessions are not correctly closed with Blocknote (#903) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 2421
  • 2422
  • 2423
  • 2424
  • 2425
  • 2426
  • 2427
  • ...
  • 5765
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.