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]

  • 58343 discussions
[xwiki-contrib/ai-llm] 5348ad: LLMAI-88: Provide docker images for the deliverables
by XWiki Notifications 20 Aug '24

20 Aug '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: 5348ad9c2fe39cef19d698ded1ea2c11f412e37c https://github.com/xwiki-contrib/ai-llm/commit/5348ad9c2fe39cef19d698ded1ea… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2024-08-20 (Tue, 20 Aug 2024) Changed paths: M docker/16/mariadb-tomcat/docker-compose.yml M docker/16/mysql-tomcat/docker-compose.yml M docker/README.md Log Message: ----------- LLMAI-88: Provide docker images for the deliverables * Docker images for mariadb and mysql pushed on docker hub * Docker documentation 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 CRISTAL-95: Support realtime editing even if the backend doesn't support it
by XWiki Notifications 20 Aug '24

20 Aug '24
1 0
0 0
[xwiki-contrib/cristal] 81b8b8: CRISTAL-95: Support realtime editing even if the b...
by XWiki Notifications 20 Aug '24

20 Aug '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 81b8b85b95f6bf926a00b344a02a3f61db09a398 https://github.com/xwiki-contrib/cristal/commit/81b8b85b95f6bf926a00b344a02… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2024-08-20 (Tue, 20 Aug 2024) Changed paths: M editors/tiptap/package.json A editors/tiptap/src/extensions/autoSaver.ts A editors/tiptap/src/extensions/collaboration.ts A editors/tiptap/src/vue/c-connection-status.vue M editors/tiptap/src/vue/c-edit-tiptap.vue A editors/tiptap/src/vue/c-save-status.vue M package.json A patches/avvvatars-vue.patch M pnpm-lock.yaml M web/package.json M web/src/server.js M web/vite.config.ts Log Message: ----------- CRISTAL-95: Support realtime editing even if the backend doesn't support it * Add the collaboration extension to the TipTap editor to enable realtime editing * Create our own TipTap extension that configures and packages the TipTap standard collaboration and collaboration-cursor extensions * Run the Hocuspocus WebSocket server to broadcast the changes to all the editing users * Implement auto-save * Modify the page edit menu to show only the Close action (Save & View) * Show the auto-saver status (unsaved, saving, saved) and the realtime connection status (offline, connecting, list of users editing) on the page edit menu * Use random user names and colors for now to indicate the user caret, until we add support for user authentication * Use avvvatars-vue for now to display random user avatars (had to patch its package.json) * Use eventemitter3 to trigger events (e.g. auto-saver status update) 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-95: Support realtime editing even if the backend doesn't support it
by XWiki Notifications 20 Aug '24

20 Aug '24
1 0
0 0
[xwiki/xwiki-platform] 684e3f: XWIKI-21452: Macros info, success, warning and err...
by XWiki Notifications 20 Aug '24

20 Aug '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 684e3f40517d0d106750b271659f23b25236f712 https://github.com/xwiki/xwiki-platform/commit/684e3f40517d0d106750b271659f… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-08-20 (Tue, 20 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/PDFExportIT.java Log Message: ----------- XWIKI-21452: Macros info, success, warning and error are only distinguished by colors * Fix PDFExportIT test 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] f84037: XWIKI-22222: Add the concept of "request effective...
by XWiki Notifications 20 Aug '24

20 Aug '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: f8403796b94e678161899748a5f75556bf74c9ba https://github.com/xwiki/xwiki-platform/commit/f8403796b94e678161899748a5f7… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-08-20 (Tue, 20 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java Log Message: ----------- XWIKI-22222: Add the concept of "request effective author" * remore leftover Commit: 116ea537f3fe8a5200e16d82288dcc610da6b15c https://github.com/xwiki/xwiki-platform/commit/116ea537f3fe8a5200e16d82288d… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-08-20 (Tue, 20 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/doc/XWikiDocumentTest.java Log Message: ----------- [Misc] Remove unused imports Compare: https://github.com/xwiki/xwiki-platform/compare/218a0319c8d3...116ea537f3fe 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] 8d87b6: XWIKI-22424: Improve attachment filtering
by XWiki Notifications 20 Aug '24

20 Aug '24
Branch: refs/heads/stable-14.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 8d87b6d69b5cd32c8f7d787c7819c2f343a33ecb https://github.com/xwiki/xwiki-platform/commit/8d87b6d69b5cd32c8f7d787c7819… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-08-20 (Tue, 20 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/attachments/AttachmentsResourceImpl.java Log Message: ----------- XWIKI-22424: Improve attachment filtering * remove leftover (cherry picked from commit 218a0319c8d3ba53dcd1ece5271ab92418ec5ff1) 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] 218a03: XWIKI-22424: Improve attachment filtering
by XWiki Notifications 20 Aug '24

20 Aug '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 218a0319c8d3ba53dcd1ece5271ab92418ec5ff1 https://github.com/xwiki/xwiki-platform/commit/218a0319c8d3ba53dcd1ece5271a… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-08-20 (Tue, 20 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/attachments/AttachmentsResourceImpl.java Log Message: ----------- XWIKI-22424: Improve attachment filtering * remove leftover 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] 1da2ec: XWIKI-21452: Macros info, success, warning and err...
by XWiki Notifications 20 Aug '24

20 Aug '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 1da2ecbbdb6549a242ca8e3efab9037de6101cb3 https://github.com/xwiki/xwiki-platform/commit/1da2ecbbdb6549a242ca8e3efab9… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2024-08-20 (Tue, 20 Aug 2024) Changed paths: M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/LoginPage.java Log Message: ----------- XWIKI-21452: Macros info, success, warning and error are only distinguished by colors * Fix LoginIT tests 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] 187a09: XWIKI-22416: Add support for Jetty 12 in the XJett...
by XWiki Notifications 20 Aug '24

20 Aug '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 187a09a2df8a63a3be1cdcfd211b58e2c5275629 https://github.com/xwiki/xwiki-platform/commit/187a09a2df8a63a3be1cdcfd211b… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-08-20 (Tue, 20 Aug 2024) Changed paths: M xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/start.d/xwiki.ini Log Message: ----------- XWIKI-22416: Add support for Jetty 12 in the XJetty Debian distribution * More accurate comment To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 3946
  • 3947
  • 3948
  • 3949
  • 3950
  • 3951
  • 3952
  • ...
  • 5835
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.