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]

  • 58565 discussions
[xwiki-contrib/ai-llm] 4b4151: LLMAI-72: Inserting text from the CKEditor plugin ...
by XWiki Notifications 24 May '24

24 May '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: 4b4151cc5c293fcfe463f918315f8be49d8b9edf https://github.com/xwiki-contrib/ai-llm/commit/4b4151cc5c293fcfe463f918315f… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/CKEditorPlugin.xml Log Message: ----------- LLMAI-72: Inserting text from the CKEditor plugin doesn't work To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for LLMAI-72: Inserting text from the CKEditor plugin doesn't work
by XWiki Notifications 24 May '24

24 May '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22187: Cannot get revisions with a criteria on a document not stored in DB
by XWiki Notifications 24 May '24

24 May '24
1 0
0 0
[xwiki-contrib/cristal] c33263: CRISTAL-198: Offline mode is not working
by XWiki Notifications 24 May '24

24 May '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: c33263888ba4a7c75341aea32a4a4d1167a9e7c0 https://github.com/xwiki-contrib/cristal/commit/c33263888ba4a7c75341aea32a4… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M api/src/api/cristalApp.ts M api/src/api/storage.ts M lib/src/components/DefaultCristalApp.ts M sharedworker/api/vite.config.ts M sharedworker/impl/src/components/defaultQueueWorker.ts M sharedworker/impl/vite.config.ts M skin/src/vue/c-content.vue M storage/src/components/dexie/dexieOfflineStorage.ts M storage/src/components/wrappingOfflineStorage.ts Log Message: ----------- CRISTAL-198: Offline mode is not working 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] 43cc08: CRISTAL-179: Make the left panel reactive
by XWiki Notifications 24 May '24

24 May '24
Branch: refs/heads/CRISTAL-179 Home: https://github.com/xwiki-contrib/cristal Commit: 43cc083e6ded0717ac41f27905c28774ae7a9353 https://github.com/xwiki-contrib/cristal/commit/43cc083e6ded0717ac41f27905c… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M lib/src/index.css M skin/src/composables/mouse.ts M skin/src/composables/viewport.ts M skin/src/vue/c-sidebar.vue M skin/src/vue/c-view.vue Log Message: ----------- CRISTAL-179: Make the left panel reactive * Add missing documentation * Rename viewportSize to viewportType * Improve expand/shrink logic * Make whole sidebar cliackable to expand * Add mouse pointer icon on buttons * Support touch resize * Add click outside sidebar to collapse * Other general improvements 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 XWIKI-18779: NotificationsIT.compositeNotifications is flickering
by XWiki Notifications 24 May '24

24 May '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22186: Allow to store a new version without loading the whole document archive
by XWiki Notifications 24 May '24

24 May '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22182: Page history is permanently lost when a page containing attachments is moved
by XWiki Notifications 24 May '24

24 May '24
1 0
0 0
[xwiki/xwiki-platform] 0444f8: XWIKI-22182: Page history is missing after a page ...
by XWiki Notifications 24 May '24

24 May '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 0444f89da17de264fc27771020e2ef70b9bb770d https://github.com/xwiki/xwiki-platform/commit/0444f89da17de264fc27771020e2… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java R xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateVersioningStoreTest.java Log Message: ----------- XWIKI-22182: Page history is missing after a page containing attachments is moved Revert "XWIKI-9046: Renaming a document holding a lot of revisions can lead to an OutOfMemory exception (#2926)" This reverts commit 8e509b70136b2c64359c49ad64ce128874a9c4c0. The solution provided in this commit wasn't taking into account usecases when the doc wasn't saved in DB yet, e.g. like in case of renaming. Also the solution is not good since we actually never set the archive in doc in case of criteria not all inclusive, and if it had worked it would have been a problem since we'd have kept only latest revision and lost the remaining of the history when saving docs. All in all we need another solution. (cherry picked from commit 03d3ebeaea072fdc4e17f5aff0a5f7c0e5e6de8f) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 7b414e: XWIKI-22182: Page history is missing after a page ...
by XWiki Notifications 24 May '24

24 May '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-platform Commit: 7b414e41ef87cdf212716f65d913858571db5578 https://github.com/xwiki/xwiki-platform/commit/7b414e41ef87cdf212716f65d913… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-05-24 (Fri, 24 May 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/XWikiHibernateVersioningStore.java R xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/store/XWikiHibernateVersioningStoreTest.java Log Message: ----------- XWIKI-22182: Page history is missing after a page containing attachments is moved Revert "XWIKI-9046: Renaming a document holding a lot of revisions can lead to an OutOfMemory exception (#2926)" This reverts commit 8e509b70136b2c64359c49ad64ce128874a9c4c0. The solution provided in this commit wasn't taking into account usecases when the doc wasn't saved in DB yet, e.g. like in case of renaming. Also the solution is not good since we actually never set the archive in doc in case of criteria not all inclusive, and if it had worked it would have been a problem since we'd have kept only latest revision and lost the remaining of the history when saving docs. All in all we need another solution. (cherry picked from commit 03d3ebeaea072fdc4e17f5aff0a5f7c0e5e6de8f) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4357
  • 4358
  • 4359
  • 4360
  • 4361
  • 4362
  • 4363
  • ...
  • 5857
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.